summaryrefslogtreecommitdiff
path: root/content
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* doxygen serious warning cleanupVincent Sanders2012-07-241-1/+1
|
* Add about:welcome handler and enable resource:welcome.html.Michael Drake2012-07-212-2/+21
|
* limit url debug output to 140 charactersVincent Sanders2012-07-032-5/+7
|
* fix theme commentVincent Sanders2012-06-201-2/+2
| | | | | | fix CONTENT_ANY mask missing the script entry svn path=/trunk/netsurf/; revision=13978
* add content handler for javascriptVincent Sanders2012-06-192-1/+10
| | | | svn path=/trunk/netsurf/; revision=13971
* improve javascript supportVincent Sanders2012-06-101-7/+12
| | | | svn path=/trunk/netsurf/; revision=13962
* Testament generation now supports gitDaniel Silverstone2012-06-041-8/+13
| | | | svn path=/trunk/netsurf/; revision=13946
* Add support for sending DoNotTrack header.Chris Young2012-05-201-0/+4
| | | | svn path=/trunk/netsurf/; revision=13928
* cleanup and reorganise low level cache source ready for extending with disc ↵Vincent Sanders2012-04-281-1476/+1420
| | | | | | cache svn path=/trunk/netsurf/; revision=13893
* Remove image cache status from user-facing listing.Michael Drake2012-04-131-12/+22
| | | | svn path=/trunk/netsurf/; revision=13865
* More work on about:imagecache entry listing table.Michael Drake2012-04-121-21/+22
| | | | svn path=/trunk/netsurf/; revision=13855
* Close paragraph tags and other minor imagecache page cleanups.Michael Drake2012-04-121-11/+13
| | | | svn path=/trunk/netsurf/; revision=13854
* Make more readable and fix use double quotes for href attribute value.Michael Drake2012-04-121-3/+13
| | | | svn path=/trunk/netsurf/; revision=13852
* Fix typo and unhide imagecache from about:aboutChris Young2012-04-071-1/+1
| | | | svn path=/trunk/netsurf/; revision=13823
* about:imagecache gives URL links, and table is styled. This has revealed a ↵Rob Kendrick2012-03-251-4/+5
| | | | | | buffer overflow or similar here; reducing the buffer size to 1024 makes it very fragile with long URLs. svn path=/trunk/netsurf/; revision=13700
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-224-33/+39
| | | | svn path=/trunk/netsurf/; revision=13548
* Enable User CSS file.Michael Drake2012-03-061-0/+1
| | | | svn path=/trunk/netsurf/; revision=13507
* Bypass full type sniffer if only images are acceptableJohn Mark Bell2012-02-083-3/+25
| | | | svn path=/trunk/netsurf/; revision=13436
* Prevent use after free in cookie updateJohn Mark Bell2012-01-021-1/+2
| | | | svn path=/trunk/netsurf/; revision=13365
* Change GTK plotting to use cairo surfaces throughoutVincent Sanders2011-12-301-9/+9
| | | | svn path=/trunk/netsurf/; revision=13354
* Sync with specJohn Mark Bell2011-12-231-7/+7
| | | | svn path=/trunk/netsurf/; revision=13329
* Fix bogus cache validation decisionJohn Mark Bell2011-12-081-1/+1
| | | | svn path=/trunk/netsurf/; revision=13261
* Fix bug #3454606: prevent double free of retrieval context when downloadingJohn Mark Bell2011-12-081-11/+21
| | | | svn path=/trunk/netsurf/; revision=13260
* Fix bug #3452421: retain hlcache retrieval context when reporting errors & ↵John Mark Bell2011-12-061-9/+7
| | | | | | rely on clients correctly releasing handles to clean up. svn path=/trunk/netsurf/; revision=13250
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-045-9/+39
| | | | svn path=/trunk/netsurf/; revision=13236
* Currently untested (and unused) "drop file on content" handling, and HTML ↵Michael Drake2011-12-013-0/+17
| | | | | | implementation. svn path=/trunk/netsurf/; revision=13214
* Pass scroll wheel action into contents. Handle scrolling of box scrollbars ↵Michael Drake2011-11-293-1/+18
| | | | | | and iframes. svn path=/trunk/netsurf/; revision=13200
* Rename nsurl_enquire to nsurl_has_component.Michael Drake2011-11-272-3/+3
| | | | svn path=/trunk/netsurf/; revision=13183