summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add accessor for quirksJohn Mark Bell2010-04-162-0/+19
| | | | svn path=/trunk/netsurf/; revision=10415
* Add assertionJohn Mark Bell2010-04-161-0/+1
| | | | svn path=/trunk/netsurf/; revision=10414
* Remove fresh field from struct contentJohn Mark Bell2010-04-162-6/+0
| | | | svn path=/trunk/netsurf/; revision=10413
* Make content_invalidate_reuse_data cause llcache to invalidate cache control ↵John Mark Bell2010-04-161-3/+3
| | | | | | data svn path=/trunk/netsurf/; revision=10412
* Provide API to invalidate llcache object cache control dataJohn Mark Bell2010-04-162-0/+19
| | | | svn path=/trunk/netsurf/; revision=10411
* Fixup Amiga frontendJohn Mark Bell2010-04-163-14/+43
| | | | svn path=/trunk/netsurf/; revision=10410
* Sync Windows frontend with core changes.John Mark Bell2010-04-162-6/+7
| | | | svn path=/trunk/netsurf/; revision=10409
* Reset fetch state when refetching object.John Mark Bell2010-04-161-7/+11
| | | | | | Ensure that cache control data is invalidated for 401/certificate failure so that conditional headers are not emitted when object is refetched. svn path=/trunk/netsurf/; revision=10408
* Improve 401 response handlingJohn Mark Bell2010-04-161-28/+50
| | | | svn path=/trunk/netsurf/; revision=10407
* Fix RISC OS buildJohn Mark Bell2010-04-152-24/+47
| | | | svn path=/trunk/netsurf/; revision=10405
* Fix framebuffer buildJohn Mark Bell2010-04-152-4/+7
| | | | svn path=/trunk/netsurf/; revision=10404
* Handle llcache queries (GTK only for now)John Mark Bell2010-04-145-38/+83
| | | | svn path=/trunk/netsurf/; revision=10403
* Ensure we invalidate cache data and mark objects as complete on failure to ↵John Mark Bell2010-04-141-3/+26
| | | | | | fetch. svn path=/trunk/netsurf/; revision=10402
* When iterating a linked list, please to always remember to *iterate* and not ↵Daniel Silverstone2010-04-141-1/+2
| | | | | | just stop after one item. svn path=/trunk/netsurf/; revision=10400
* Eat any #fragment in llcache_object_retrieve -- fixing double-fragment ↵Daniel Silverstone2010-04-141-5/+20
| | | | | | issues at the top level, and preventing fragment(ed) redirects from confusing the issue svn path=/trunk/netsurf/; revision=10399
* Abstract a number of unsafe iterations of object users into a single safe ↵Daniel Silverstone2010-04-141-63/+55
| | | | | | function call svn path=/trunk/netsurf/; revision=10398
* Simplify gtk scheduler and clean up valgrind-exposed errorDaniel Silverstone2010-04-141-7/+1
| | | | svn path=/trunk/netsurf/; revision=10397
* Move content shuffling to prevent crash during threading through reformatDaniel Silverstone2010-04-141-3/+3
| | | | svn path=/trunk/netsurf/; revision=10396
* Stop leaking hlcache handles.John Mark Bell2010-04-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=10395
* Hack workaround for broken libcurls who obey ALL_PROXY for file: URLs. See ↵Rob Kendrick2010-04-131-0/+11
| | | | | | comment. svn path=/trunk/netsurf/; revision=10394
* Updated Italian tranlation from Samir HawamdehChris Young2010-04-131-20/+20
| | | | svn path=/trunk/netsurf/; revision=10393
* Add gtk_compat.c, which provides implementations of newer GTK functions that ↵Rob Kendrick2010-04-136-10/+124
| | | | | | we require. This is needed because some macros we were using have been deprecated and replaced with functions, and we build without deprecated features due to it spewing warnings everywhere. svn path=/trunk/netsurf/; revision=10392
* remove incorrect low level cache releaseVincent Sanders2010-04-131-2/+0
| | | | svn path=/trunk/netsurf/; revision=10391
* Revert previous two changes, as it breaks far too recent versions of GTK.Rob Kendrick2010-04-134-11/+11
| | | | svn path=/trunk/netsurf/; revision=10390
* Update BUILDING-GTK to say GTK 2.18.Rob Kendrick2010-04-131-2/+2
| | | | svn path=/trunk/netsurf/; revision=10389
* GTK 2.20 removes some widget property access macros that were deprecated in ↵Rob Kendrick2010-04-133-9/+9
| | | | | | 2.18. Change uses to new function calls. Allows nsgtk to be built on Ubuntu 10.04. svn path=/trunk/netsurf/; revision=10388
* Use API to invalidate content freshness informationJohn Mark Bell2010-04-121-1/+1
| | | | svn path=/trunk/netsurf/; revision=10387
* Fix double free of titleJohn Mark Bell2010-04-123-3/+0
| | | | svn path=/trunk/netsurf/; revision=10386
* Ensure url bar is updated with in-progress URL and restored if stop/download ↵Daniel Silverstone2010-04-121-0/+11
| | | | | | occurs svn path=/trunk/netsurf/; revision=10385
* Make favourite icons part of the HTML content's active set so that we don't ↵Daniel Silverstone2010-04-121-1/+16
| | | | | | complete the fetch until the favicon is finished loading svn path=/trunk/netsurf/; revision=10384
* Suppress issues with < 1x1 (i)frames for now in GTK frontendDaniel Silverstone2010-04-121-4/+11
| | | | svn path=/trunk/netsurf/; revision=10383
* Revert last change.Michael Drake2010-04-121-5/+0
| | | | svn path=/trunk/netsurf/; revision=10382
* Make new cache strip the fragment identifier, like fetchcache did.Michael Drake2010-04-121-0/+5
| | | | svn path=/trunk/netsurf/; revision=10381
* I don't understand the full_redraw flag, or the optimisation gained from not ↵John Mark Bell2010-04-111-40/+24
| | | | | | | | using it. No frontend other than RISC OS ever used it, so stop the RO frontend using it, too. svn path=/trunk/netsurf/; revision=10380
* Implement draw_clone()John Mark Bell2010-04-111-0/+16
| | | | svn path=/trunk/netsurf/; revision=10379
* Now that theme_install owns hlcache handle, ensure we clean it up.John Mark Bell2010-04-111-14/+12
| | | | | | Additionally, complete port from struct content to hlcache_handle. svn path=/trunk/netsurf/; revision=10378
* Port to hlcache-enabled coreJohn Mark Bell2010-04-111-31/+40
| | | | svn path=/trunk/netsurf/; revision=10377
* Provide API to enable a handle's callback to be replacedJohn Mark Bell2010-04-112-0/+21
| | | | svn path=/trunk/netsurf/; revision=10376
* Yes, ownership of the theme content is passed to theme_installJohn Mark Bell2010-04-111-2/+0
| | | | svn path=/trunk/netsurf/; revision=10375
* Take the easy way out wrt loading messages files: leave it to the RISC OS ↵John Mark Bell2010-04-112-6/+9
| | | | | | frontend to do this. svn path=/trunk/netsurf/; revision=10374
* Shrink source buffer to final length on fetch completionJohn Mark Bell2010-04-111-0/+12
| | | | svn path=/trunk/netsurf/; revision=10373
* Release low-level cache handle when destroying contentsJohn Mark Bell2010-04-111-0/+4
| | | | svn path=/trunk/netsurf/; revision=10372
* Implement hlcache_poll(), which drives the low-level cache event loop, and ↵John Mark Bell2010-04-113-2/+62
| | | | | | | | attempts to clean the high-level cache. Call this, instead of llcache_poll(). svn path=/trunk/netsurf/; revision=10371
* Now that we own imported stylesheets, we can get away with allocating a ↵John Mark Bell2010-04-111-7/+14
| | | | | | single blank import and registering that. svn path=/trunk/netsurf/; revision=10370
* Fix crash in kiosk modeChris Young2010-04-111-0/+2
| | | | svn path=/trunk/netsurf/; revision=10369
* Pedantic line breakJohn Mark Bell2010-04-111-1/+2
| | | | svn path=/trunk/netsurf/; revision=10368
* fixup windows download windowVincent Sanders2010-04-112-7/+7
| | | | svn path=/trunk/netsurf/; revision=10366
* Remove need to constantly type c->data.html in html_destroy().John Mark Bell2010-04-111-37/+40
| | | | | | Fix destruction of linked and inline stylesheets to ensure that the pointer is non-NULL before trying to destroy it. svn path=/trunk/netsurf/; revision=10364
* Remove redundant todoJohn Mark Bell2010-04-111-1/+0
| | | | svn path=/trunk/netsurf/; revision=10363
* CSS contents may be sharedJohn Mark Bell2010-04-111-1/+1
| | | | svn path=/trunk/netsurf/; revision=10362