summaryrefslogtreecommitdiff
path: root/content
Commit message (Expand)AuthorAgeFilesLines
...
* Keep url as nsurl.Michael Drake2011-10-011-15/+14
* Convert nsurl to string for log.Michael Drake2011-10-011-1/+1
* Convert fetchers to nsurl.Michael Drake2011-09-297-32/+30
* Make llcache_handle_get_url return a nsurl.Michael Drake2011-09-283-15/+20
* Port llcache to nsurl.Michael Drake2011-09-283-154/+130
* fetch_can_fetch can take const nsurl.Michael Drake2011-09-272-2/+2
* Port fetch layer to nsurl. Remove unused fetch_get_referer function.Michael Drake2011-09-273-101/+123
* Reflect differences between draft-abarth-mime-sniff-06 and draft-ietf-websec-...John Mark Bell2011-09-272-12/+81
* Document fetch_add_fetcher.Michael Drake2011-09-261-0/+12
* Fetchers register with an lwc_string, rather than a string.Michael Drake2011-09-267-55/+119
* Disable fetch debug loops when not debugging.Michael Drake2011-09-261-5/+3
* Remember to free host, now it's not kept for anything.Michael Drake2011-09-261-0/+1
* Remove unused host from fetch info struct.Michael Drake2011-09-261-3/+0
* Correctly create a sentinel and initialise user_list with it when cloning a c...John Mark Bell2011-09-181-0/+8
* Only lock content around its reformat call. This means it is not now locked ...Michael Drake2011-09-171-2/+4
* Virtualise content handler finalisation calls. Remove pointless implementations.John Mark Bell2011-09-153-11/+7
* Clean up content_factory_register_handler API -- content handlers no longer u...John Mark Bell2011-09-152-25/+15
* Make high level cache, low level cache and image cache all be initialised fro...Vincent Sanders2011-09-103-103/+131
* Move length calculation outside loopJohn Mark Bell2011-09-081-1/+2
* make high level cache take a parameter structureVincent Sanders2011-09-082-43/+87
* Handle zero-length documents correctlyJohn Mark Bell2011-09-082-2/+37
* Cope with zero-length filesJohn Mark Bell2011-09-081-3/+2
* Content interface to get at contextual content at point.Michael Drake2011-09-063-0/+20
* Fix string leakageJohn Mark Bell2011-09-041-1/+3
* Sniff content types where appropriate.John Mark Bell2011-09-048-109/+918
* Remove mime_type parameter from content handler content_type callback APIJohn Mark Bell2011-09-033-5/+5
* refactor bitmap out of generic content structureVincent Sanders2011-08-313-8/+57
* Initial image content handler refactorVincent Sanders2011-08-271-0/+45
* Fix transition from LOADING to ERROR state after content has been locked for ...John Mark Bell2011-07-202-2/+14
* Fix race when stopping an HTML content mid-loadJohn Mark Bell2011-07-191-4/+2
* Fix selection for non-gui browser windows (iframes).Michael Drake2011-07-133-0/+18
* Refactor http utilitiesJohn Mark Bell2011-07-083-43/+16
* Remove plotter table global. Pass a redraw context around redraw functions. ...Michael Drake2011-06-303-4/+10
* Less broken WWW-Authenticate header parserJohn Mark Bell2011-06-291-12/+12
* Unify content_redraw params in content_redraw_data struct. Core and RISC OS ...Michael Drake2011-06-283-15/+28
* Enable content redraw request without hlcache_handle.Michael Drake2011-06-272-2/+20
* If iframes are reformatted due to containing document reflow, don't need to r...Michael Drake2011-06-243-5/+13
* Log CA optionsJohn Mark Bell2011-05-191-2/+6
* Handle case where configured curl handle cache limit is 0John Mark Bell2011-05-161-6/+12
* Squash static analyser warningJohn Mark Bell2011-05-161-2/+1
* Implement todoJohn Mark Bell2011-05-161-4/+1
* Squash static analyser warningJohn Mark Bell2011-05-161-3/+0
* Clean up after content factoryJohn Mark Bell2011-05-162-0/+20
* Revert r12412, the doi: URI scheme hasn't been kept around it seems, even ACM...François Revel2011-05-163-247/+0
* Add a redirecting fetcher for the doi: URI scheme. Not much used but just in ...François Revel2011-05-153-0/+247
* Add an about:logo redirect to resource:netsurf.png.François Revel2011-05-141-0/+13
* refactor content handler initilisation to use named initialisorsVincent Sanders2011-05-092-3/+3
* Clear extraneous text when done..Michael Drake2011-05-091-2/+2
* consolidate content redraw Vincent Sanders2011-05-083-101/+10
* Simplify status bar text.Michael Drake2011-05-081-18/+13