summaryrefslogtreecommitdiff
path: root/content
Commit message (Collapse)AuthorAgeFilesLines
* Correctly create a sentinel and initialise user_list with it when cloning a ↵John Mark Bell2011-09-181-0/+8
| | | | | | content svn path=/trunk/netsurf/; revision=12804
* Only lock content around its reformat call. This means it is not now locked ↵Michael Drake2011-09-171-2/+4
| | | | | | when reformat message is broadcast. Prevents the browser window callback asking the core to redraw a content before it gets unlocked. svn path=/trunk/netsurf/; revision=12802
* Virtualise content handler finalisation calls. Remove pointless implementations.John Mark Bell2011-09-153-11/+7
| | | | svn path=/trunk/netsurf/; revision=12797
* Clean up content_factory_register_handler API -- content handlers no longer ↵John Mark Bell2011-09-152-25/+15
| | | | | | use the mime type, so don't require it to be interned up front svn path=/trunk/netsurf/; revision=12796
* Make high level cache, low level cache and image cache all be initialised ↵Vincent Sanders2011-09-103-103/+131
| | | | | | | | | from passed parameters Calculate all cache sizes from single memory cache size option and sanity check have a single global struct to hold all parameters instead of several individual variables svn path=/trunk/netsurf/; revision=12784
* Move length calculation outside loopJohn Mark Bell2011-09-081-1/+2
| | | | svn path=/trunk/netsurf/; revision=12781
* make high level cache take a parameter structureVincent Sanders2011-09-082-43/+87
| | | | | | make hlcache have a single global container svn path=/trunk/netsurf/; revision=12779
* Handle zero-length documents correctlyJohn Mark Bell2011-09-082-2/+37
| | | | svn path=/trunk/netsurf/; revision=12778
* Cope with zero-length filesJohn Mark Bell2011-09-081-3/+2
| | | | svn path=/trunk/netsurf/; revision=12777
* Content interface to get at contextual content at point.Michael Drake2011-09-063-0/+20
| | | | svn path=/trunk/netsurf/; revision=12753
* Fix string leakageJohn Mark Bell2011-09-041-1/+3
| | | | svn path=/trunk/netsurf/; revision=12708
* Sniff content types where appropriate.John Mark Bell2011-09-048-109/+918
| | | | | | We never sniff for CSS, nor for non-page artefacts (e.g. treeview icons) svn path=/trunk/netsurf/; revision=12707
* Remove mime_type parameter from content handler content_type callback APIJohn Mark Bell2011-09-033-5/+5
| | | | svn path=/trunk/netsurf/; revision=12704
* refactor bitmap out of generic content structureVincent Sanders2011-08-313-8/+57
| | | | svn path=/trunk/netsurf/; revision=12686
* Initial image content handler refactorVincent Sanders2011-08-271-0/+45
| | | | svn path=/trunk/netsurf/; revision=12671
* Fix transition from LOADING to ERROR state after content has been locked for ↵John Mark Bell2011-07-202-2/+14
| | | | | | conversion svn path=/trunk/netsurf/; revision=12614
* Fix race when stopping an HTML content mid-loadJohn Mark Bell2011-07-191-4/+2
| | | | svn path=/trunk/netsurf/; revision=12611
* Fix selection for non-gui browser windows (iframes).Michael Drake2011-07-133-0/+18
| | | | | | | Selection no longer uses current_redraw_browser. Fix long-standing selection bugs on platforms that use action on release behaviour. svn path=/trunk/netsurf/; revision=12598
* Refactor http utilitiesJohn Mark Bell2011-07-083-43/+16
| | | | svn path=/trunk/netsurf/; revision=12595
* Remove plotter table global. Pass a redraw context around redraw functions. ↵Michael Drake2011-06-303-4/+10
| | | | | | Knockout could be handled better. Note: untested on most front ends. svn path=/trunk/netsurf/; revision=12543
* Less broken WWW-Authenticate header parserJohn Mark Bell2011-06-291-12/+12
| | | | svn path=/trunk/netsurf/; revision=12542
* Unify content_redraw params in content_redraw_data struct. Core and RISC OS ↵Michael Drake2011-06-283-15/+28
| | | | | | content handlers updated. svn path=/trunk/netsurf/; revision=12529
* Enable content redraw request without hlcache_handle.Michael Drake2011-06-272-2/+20
| | | | svn path=/trunk/netsurf/; revision=12518
* If iframes are reformatted due to containing document reflow, don't need to ↵Michael Drake2011-06-243-5/+13
| | | | | | redraw them since they will be redrawn when the containing document is redrawn. Make iframe handling more robust. svn path=/trunk/netsurf/; revision=12497
* Log CA optionsJohn Mark Bell2011-05-191-2/+6
| | | | svn path=/trunk/netsurf/; revision=12436
* Handle case where configured curl handle cache limit is 0John Mark Bell2011-05-161-6/+12
| | | | svn path=/trunk/netsurf/; revision=12420
* Squash static analyser warningJohn Mark Bell2011-05-161-2/+1
| | | | svn path=/trunk/netsurf/; revision=12419
* Implement todoJohn Mark Bell2011-05-161-4/+1
| | | | svn path=/trunk/netsurf/; revision=12418
* Squash static analyser warningJohn Mark Bell2011-05-161-3/+0
| | | | svn path=/trunk/netsurf/; revision=12416
* Clean up after content factoryJohn Mark Bell2011-05-162-0/+20
| | | | svn path=/trunk/netsurf/; revision=12415
* Revert r12412, the doi: URI scheme hasn't been kept around it seems, even ↵François Revel2011-05-163-247/+0
| | | | | | ACM doesn't use it. And kyllikki was jumping on his seat anyway... It's still in the svn history if needed. I have some stuff for view-source: and man: but I'm not use they would be appreciated either :-D svn path=/trunk/netsurf/; revision=12414
* Add a redirecting fetcher for the doi: URI scheme. Not much used but just in ↵François Revel2011-05-153-0/+247
| | | | | | case... svn path=/trunk/netsurf/; revision=12412
* Add an about:logo redirect to resource:netsurf.png.François Revel2011-05-141-0/+13
| | | | svn path=/trunk/netsurf/; revision=12407
* refactor content handler initilisation to use named initialisorsVincent Sanders2011-05-092-3/+3
| | | | svn path=/trunk/netsurf/; revision=12341
* Clear extraneous text when done..Michael Drake2011-05-091-2/+2
| | | | svn path=/trunk/netsurf/; revision=12324
* consolidate content redraw Vincent Sanders2011-05-083-101/+10
| | | | | | more cleanups ready for image content refactor svn path=/trunk/netsurf/; revision=12317
* Simplify status bar text.Michael Drake2011-05-081-18/+13
| | | | svn path=/trunk/netsurf/; revision=12313
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-068-715/+411
| | | | svn path=/trunk/netsurf/; revision=12283
* Various changes to about: content markup. Added me to LibNSFB bit.Michael Drake2011-03-181-18/+22
| | | | svn path=/trunk/netsurf/; revision=12105
* Fix comment.Michael Drake2011-03-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=12094
* set hidden flag for more about: pagesVincent Sanders2011-03-171-6/+6
| | | | svn path=/trunk/netsurf/; revision=12093
* Less bloated "license" spelling handler.Michael Drake2011-03-171-12/+1
| | | | svn path=/trunk/netsurf/; revision=12092
* Retabify about.c since I had previously moosed itDaniel Silverstone2011-03-171-39/+39
| | | | svn path=/trunk/netsurf/; revision=12091
* Skip duplicates on about:about.Michael Drake2011-03-171-8/+14
| | | | svn path=/trunk/netsurf/; revision=12090
* gui_find_resource --> gui_get_resource_url.Michael Drake2011-03-172-2/+2
| | | | svn path=/trunk/netsurf/; revision=12089
* implement about:aboutVincent Sanders2011-03-171-2/+77
| | | | svn path=/trunk/netsurf/; revision=12085
* Improve options outputVincent Sanders2011-03-171-10/+7
| | | | | | improve options:config styling svn path=/trunk/netsurf/; revision=12084
* make resource header documentation more explicitVincent Sanders2011-03-171-3/+18
| | | | svn path=/trunk/netsurf/; revision=12083
* Add about:license --> about:licence redirect.Michael Drake2011-03-161-0/+12
| | | | svn path=/trunk/netsurf/; revision=12076
* Stop gtk printing from exploding if its unable to initialise the jobVincent Sanders2011-03-152-0/+16
| | | | | | | add interface to clone a high level cache handle make generic printing core call new hlcache interface svn path=/trunk/netsurf/; revision=12068