summaryrefslogtreecommitdiff
path: root/content
Commit message (Collapse)AuthorAgeFilesLines
* Added commentOle Loots2012-12-211-1/+2
|
* No need to include openssl headers.Ole Loots2012-12-211-4/+0
|
* Abandon token idea but check referer instead.Ole Loots2012-12-211-22/+12
|
* Removed unused variableOle Loots2012-12-211-1/+1
|
* HTML Choices editing works now, but it still requiresOle Loots2012-12-211-5/+3
| | | | some authentication token to be generated to make it secure.
* Fixed typoOle Loots2012-12-211-2/+2
|
* Use multipart/form-data for data transmission.Ole Loots2012-12-211-4/+51
| | | | | Requires some new nsoption functions to be saved. (Conversion -> option name to index)
* Render HTML Form for Choices submission.Ole Loots2012-12-211-48/+75
| | | | | | Causes memory corruption when submitted via GET. Retrieving Post data requires a bit more indepth knowledge about the fetcher.
* add errorcode content broadcast APIVincent Sanders2012-11-262-0/+22
|
* Rough implementation of httponly cookie supportDaniel Silverstone2012-11-093-7/+24
|
* Only disable TLS1.2 if it can be disabled.John-Mark Bell2012-11-041-0/+2
|
* Disable TLS1.2 support.John-Mark Bell2012-11-041-0/+2
|
* Disable SSL session ID caching.John-Mark Bell2012-11-041-0/+3
|
* Revert "Enable verbose curl debug"John-Mark Bell2012-11-041-4/+1
| | | | This reverts commit f5a98defaec97cf7a18516c8c9af49f10b93f0cf.
* Enable verbose curl debugJohn-Mark Bell2012-11-041-1/+4
|
* Revert "Suppress BEAST workaround."John-Mark Bell2012-11-041-3/+0
| | | | This reverts commit d31e8a7b29ea7b3dd3838c628fcfe30d2269859d.
* Suppress BEAST workaround.John-Mark Bell2012-11-041-0/+3
|
* Improve error handling in html contentVincent Sanders2012-10-171-1/+4
|
* Remove special RISC OS handling of thumbnail files. (The feature has been ↵Michael Drake2012-10-141-28/+1
| | | | broken for ages.)
* Cleanup.Michael Drake2012-10-111-8/+4
|
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2012-10-111-1/+1
|\
| * Fix bug #3576005: partial file means finished, not error.John-Mark Bell2012-10-101-1/+1
| |
* | Fix up ripples from urldb change.Michael Drake2012-10-111-0/+2
| |
* | Fixup for nsurl urldb.Michael Drake2012-10-091-1/+1
| |
* | Port to new urldb.Michael Drake2012-10-081-3/+3
| |
* | Port to new urldb.Michael Drake2012-10-081-3/+2
| |
* | Port urldb to nsurl. Won't build since rest of NS needs ported to new urldb ↵Michael Drake2012-10-082-317/+366
|/ | | | | | | | | | | | | | | | | | API. + urldb API now takes URLs as nsurl, rather than string. + urldb internally stores full URLs with nsurl ref. + urldb internally stores schemes as lwc_string. + Load and save of cookies and URL file may be slower since we now need to create a nsurl. + Everything else should be faster, and there should be much less allocating/freeing and much less parsing of the same url over and over again. + Updated urldbtest for new urldb API. + urldbtest now cleans up at the end + Added lwc_string itterator to end of urldbtest + Adding some broken URLs (such as http:domain/) will now work, since nsurl fixes (http://domain/) them.
* If you pass CI_BUILD=xxx to make, it will build a CI #xxx into the version ↵Daniel Silverstone2012-10-061-0/+3
| | | | string and also mention it in the testament
* Use nsurl_parent.Michael Drake2012-10-061-9/+10
|
* Constify.Michael Drake2012-10-062-2/+3
|
* Add comment.Michael Drake2012-10-051-0/+3
|
* Remove unused #include.Michael Drake2012-10-051-1/+0
|
* Improve comment.Michael Drake2012-10-051-1/+1
|
* reduce talloc usage to box tree layout onlyVincent Sanders2012-10-032-19/+32
|
* Avoid trying to mmap zero-length files.John-Mark Bell2012-09-191-11/+12
| | | | Remove buf size limit in mmap case: prevented processing entire file.
* API for content debug dump.Michael Drake2012-08-203-0/+13
|
* Don't pass struct box to content open.Michael Drake2012-08-203-10/+4
|
* Avoid using hlcache_handle for drag saves in html_interaction. Drag save ↵Michael Drake2012-08-191-0/+1
| | | | msg with NULL content now means save the content which sends the message.
* Add paste request content message.Michael Drake2012-08-181-1/+10
|
* Now contents types without mouse handling can set default pointer. Fixes ↵Michael Drake2012-08-171-1/+7
| | | | standalone images showing e.g. link pointer if that was the last pointer before the standalone image loaded.
* Add content message for setting mouse pointer.Michael Drake2012-08-171-1/+4
|
* Use new content message for saving of hyperlink target URL.Michael Drake2012-08-161-1/+7
|
* Add message for content wanting wanting drag save to start.Michael Drake2012-08-161-1/+12
|
* Let contents broadcast explicit status messages as well as announce that ↵Michael Drake2012-08-152-1/+7
| | | | their internal status has been updated.
* Simplify content status text setting.Michael Drake2012-08-152-30/+25
|
* Add scroll request message to content message system.Michael Drake2012-08-131-0/+9
|
* alter file fetcher to use mmap where availableVincent Sanders2012-08-131-19/+100
|
* fix windows build format specifiersVincent Sanders2012-08-122-3/+3
| | | | add install target for windows - creates installer rather than actually installing
* check all return values of string comparisonsVincent Sanders2012-08-091-7/+12
|
* fix missing check of lwc_string_caseless_isequal() return valueVincent Sanders2012-08-091-2/+2
|