Commit Graph

  • 0b4d1fbb1b
    monkey: Enable disc cache optionally on monkey Daniel Silverstone 2020-02-24 15:33:48 +0000
  • 40cb70b845
    netsurf_init: Use disc_cache_path if specified, otherwise platform path Daniel Silverstone 2020-02-24 15:33:19 +0000
  • a8ffa12cdf
    options: Add disc_cache_path option Daniel Silverstone 2020-02-24 15:32:54 +0000
  • 79821cd9cf Frontends: Delete maps resource links. Michael Drake 2020-02-24 15:02:12 +0000
  • 0140d1e5b1 Curl fetcher: Guard against read of uninitialised value. Michael Drake 2020-02-24 14:58:16 +0000
  • 63dd59bd2e Cache backing store: Add missing calloc check. Michael Drake 2020-02-24 14:34:37 +0000
  • b8dc537bf8 Curl fetcher: Squash coverity warning. Michael Drake 2020-02-24 14:29:45 +0000
  • bb5d72410b
    fetchers: Rework the about, data, file, and resource fetcher poll loop Daniel Silverstone 2020-02-24 14:24:48 +0000
  • a47270c93e About fetches resources: Drop maps resource. Michael Drake 2020-02-24 14:17:58 +0000
  • e59e52b853
    windows: Convert the remaining NoMemory warnings which aren't about memory Daniel Silverstone 2020-02-24 12:10:35 +0000
  • 2fa06ed503
    windows: Use nserror reporting rather than always NoMemory Daniel Silverstone 2020-02-24 11:57:18 +0000
  • 56a9a25192
    Windows: Add nserror reporting function Daniel Silverstone 2020-02-24 11:57:02 +0000
  • a970572fc9
    Add BadURL message Daniel Silverstone 2020-02-24 11:55:34 +0000
  • 8ca778197c
    framebuffer: Use new enumerate feature of libnsfb Daniel Silverstone 2020-02-24 10:58:07 +0000
  • b6d33785a0
    hashmap: Fix a whitespace bogon Daniel Silverstone 2020-02-24 10:28:41 +0000
  • 97870122dd
    fetch: When aborting, ensure we note this to not multi-fail Daniel Silverstone 2020-02-24 10:24:23 +0000
  • 5cfe0dfffc
    fetchers: Apply cleaner ring handling mechanic to other fetchers Daniel Silverstone 2020-02-24 09:49:13 +0000
  • 083ba385d7
    fetch: Automatically handle fetches which fail to finish Daniel Silverstone 2020-02-24 09:47:52 +0000
  • 50ff8433da
    browser_window: Use messages for unknown errors Daniel Silverstone 2020-02-24 09:47:23 +0000
  • 89e468422d
    about: Correct handling of ring in fetch_about_poll Daniel Silverstone 2020-02-24 09:46:59 +0000
  • 5a028f61d3
    test: Another corestring Daniel Silverstone 2020-02-24 09:20:14 +0000
  • 21bbda23fa Browser window: Set the search string on show cookies. Michael Drake 2020-02-24 08:55:26 +0000
  • 214f436b07 Cookie manager: Add API to set the search string. Michael Drake 2020-02-24 08:49:50 +0000
  • 34e61df8eb Treeview: Add API for setting the search string. Michael Drake 2020-02-24 08:44:52 +0000
  • a59646cbf8 Hashmap: Check for failure of first malloc. Michael Drake 2020-02-24 08:23:45 +0000
  • 3cceb8ff2b Test: libmalloc_fig.so needs "-ldl". Michael Drake 2020-02-24 08:22:53 +0000
  • 360997c265
    fs_backing_store: Clear entry memory flags on read Daniel Silverstone 2020-02-23 23:04:49 +0000
  • f3a0e9f0a1
    browser_window: Various little SSL fixes Daniel Silverstone 2020-02-23 22:32:58 +0000
  • e6a5c090c9
    curl: Implement SSL chain cache in cURL fetcher Daniel Silverstone 2020-02-23 22:31:58 +0000
  • af53312b83
    corestrings: add '443' Daniel Silverstone 2020-02-23 22:31:25 +0000
  • 5a5670410b
    ssl_certs: Add dup_into Daniel Silverstone 2020-02-23 22:31:10 +0000
  • 494db4cd51 Page info: Fix typo. Michael Drake 2020-02-23 21:04:09 +0000
  • 859972df71
    llcache: Rework fs_backing_store to use hashmap Daniel Silverstone 2020-02-23 20:58:53 +0000
  • ac75a9161e
    llcache: Persist anything available during llcache_finalise Daniel Silverstone 2020-02-23 20:52:17 +0000
  • 088917641f
    utils: Add hashmap_count() Daniel Silverstone 2020-02-23 20:18:08 +0000
  • 3e02961ec8
    utils: Fix destroy of non-empty hashmap Daniel Silverstone 2020-02-23 17:23:47 +0000
  • 54b1960d18
    utils: Add iteration API to hashmap Daniel Silverstone 2020-02-23 16:46:22 +0000
  • fd80341513
    utils: Add hashmap to sources Daniel Silverstone 2020-02-23 16:23:20 +0000
  • 61187d31ab
    utils: Add hashmap parameter function types Daniel Silverstone 2020-02-23 16:23:11 +0000
  • be659af7e5 Page info: Avoid anonymous union for AmigaOS3 and OpenBSD. Michael Drake 2020-02-23 20:23:00 +0000
  • 9062ae3c70 GTK: Page info: Change crtvrfy to pi throughout. Michael Drake 2020-02-23 17:25:04 +0000
  • 66c069816a NetSurf: Init/fini the page-info module on browser startup/quit. Michael Drake 2020-02-23 17:20:45 +0000
  • 0e4f09db0f Buildsystem: Build the page-info module. Michael Drake 2020-02-23 17:20:00 +0000
  • 7a3f864940 Page info: Add core window size getter, and stub for keypresses. Michael Drake 2020-02-23 17:18:56 +0000
  • 1149a1304d Page info: Implement mouse action handling. Michael Drake 2020-02-23 17:18:11 +0000
  • 4b2697c989 Page info: Implement redraw. Michael Drake 2020-02-23 17:17:27 +0000
  • c32e1bb340 Page info: Implement page info window creation and destruction. Michael Drake 2020-02-23 17:16:22 +0000
  • 3940918b68 Page info: Add data structures and module init/fini. Michael Drake 2020-02-23 17:15:15 +0000
  • 9198c9958a Desktop: Add page-info API. Michael Drake 2020-02-23 17:06:51 +0000
  • 8da6252f50 Browser window API: Add count for page state enum. Michael Drake 2020-02-23 17:03:39 +0000
  • a39b651620 Browser window: Add stubs for new interfaces for page-info dialogue. Michael Drake 2020-02-23 17:00:44 +0000
  • d23a7b4c8f Browser window: Constify bw through page_info_state getter. Michael Drake 2020-02-23 16:59:40 +0000
  • 475d397b8c Plot style: Add function to engorge a colour channel. Michael Drake 2020-02-23 16:57:23 +0000
  • 6783deba4e Plot style: Split lightness calc out of colour_to_bw_furthest macro. Michael Drake 2020-02-23 16:56:15 +0000
  • 8a834918e3 missed a certificate change on amiga frontend Vincent Sanders 2020-02-23 17:37:33 +0000
  • 338dd004f2 fix windows and amiga frontends to cope with certificate chain changes Vincent Sanders 2020-02-23 17:25:19 +0000
  • 7039973a1f fix frontends to cope with certificate chain update Vincent Sanders 2020-02-23 17:19:45 +0000
  • 0c34d06494 Keep the complete certificate chain from a fetch Vincent Sanders 2020-02-23 16:06:52 +0000
  • 214478fc15 Improve some content documentation comments Vincent Sanders 2020-02-22 20:59:44 +0000
  • a653e1e86e
    utils: Add a generic hashmap and tests for it Daniel Silverstone 2020-02-23 15:12:37 +0000
  • f3b7a0c44c HTML Script: Check for success on intern of mimetype. Michael Drake 2020-02-23 14:28:27 +0000
  • bc94555d9e
    hotlist: Report if infallible destruction fails Daniel Silverstone 2020-02-23 09:37:42 +0000
  • 16163aab03
    HTML: Ignore dom exceptions we don't care about Daniel Silverstone 2020-02-23 09:36:07 +0000
  • b633bef7bf
    Node: nodeValue setter should return value set into node Daniel Silverstone 2020-02-23 09:33:26 +0000
  • 1ecc36384d
    browser_window: Propagate error code when handling errors Daniel Silverstone 2020-02-23 09:20:05 +0000
  • bfd185ac49
    dukky: Guard pointless work for deep debug Daniel Silverstone 2020-02-23 09:19:51 +0000
  • 614ca752f3
    GTK: When we update the dimensions, resize the grid Daniel Silverstone 2020-02-22 21:41:17 +0000
  • 486aff5efc
    GTK: Drain GTK events before schedule_run() Daniel Silverstone 2020-02-22 21:01:22 +0000
  • 6321243bbd
    GTK: Catch a couple of missed flag renames Daniel Silverstone 2020-02-22 18:13:22 +0000
  • 727ff38647 Treeview: Constify clip rectangle. Michael Drake 2020-02-22 19:58:52 +0000
  • e8e7485089
    test: Increase window destroy timeout to 30s by default Daniel Silverstone 2020-02-22 17:51:07 +0000
  • f9b80469e0
    test: Extra info when windows don't destroy quickly Daniel Silverstone 2020-02-22 17:50:51 +0000
  • 98c1bd1b5c
    GTK: Update preferences dialog to use GtkBox Daniel Silverstone 2020-02-22 16:57:07 +0000
  • f39ce1a262 Browser window: Constify the bw in the URL access function. Michael Drake 2020-02-22 16:33:43 +0000
  • 194dfad4a5 Core window: Constify the core_window handle through the getters. Michael Drake 2020-02-22 16:31:24 +0000
  • e87bc1bfda
    GTK: Remove hack for url bar refresh on throbber stop Daniel Silverstone 2020-02-22 16:25:49 +0000
  • 277c1550f5
    browser_window: Inform GUI about redirects and final URL Daniel Silverstone 2020-02-22 16:24:36 +0000
  • c9e5fa9bc1
    GTK: Ensure that we don't frob the URL bar from the scaffold Daniel Silverstone 2020-02-22 15:47:17 +0000
  • a016445a82
    GTK: Add a location focus state machine Daniel Silverstone 2020-02-22 15:33:17 +0000
  • 5239163f4d
    GTK: Request and honour location focus Daniel Silverstone 2020-02-22 15:12:22 +0000
  • 0fa5f81a52
    Browser: Support requesting location focus Daniel Silverstone 2020-02-22 15:10:51 +0000
  • 5c377cd285
    GTK: Use new BW_CREATE_FOREGROUND flags Daniel Silverstone 2020-02-22 11:51:10 +0000
  • f3bdee255d
    Browser: Add FOREGROUND flag to window creation Daniel Silverstone 2020-02-22 11:41:15 +0000
  • d25fada8cf
    gitignore: Ignore nsgtk2 properly Daniel Silverstone 2020-02-22 11:39:14 +0000
  • bc1810ed61
    JS: it's Infinity not infinity Daniel Silverstone 2020-02-21 19:37:54 +0000
  • 895134c35d
    doc: Update UnimplementJavascript.md Daniel Silverstone 2020-02-21 18:41:25 +0000
  • d0e775e901
    JS: Add Element::attributes and NamedNodeMap to handle it Daniel Silverstone 2020-02-21 18:40:35 +0000
  • b23063bb52
    JS Generics: Add a NodeMap proxy builder Daniel Silverstone 2020-02-21 18:40:16 +0000
  • 2325062ff1
    Element: support innerHTML Daniel Silverstone 2020-02-21 18:02:57 +0000
  • 310247ef82
    test: Bring corestring test count up to date Daniel Silverstone 2020-02-21 16:19:35 +0000
  • 61fdb8fda6
    JS: Add DOMImplementation::createHTMLDocument Daniel Silverstone 2020-02-21 16:19:00 +0000
  • fa520638fa
    HTML: Ignore LOADING status in html_proceed_to_done() Daniel Silverstone 2020-02-21 14:26:33 +0000
  • 2f8868309a
    HTML: Don't transition the content state machine if we do nothing Daniel Silverstone 2020-02-21 14:09:21 +0000
  • 9232b8feda Docs: Don't mention removed minimum GIF delay option. Michael Drake 2020-02-21 11:44:46 +0000
  • 9a98f19611 Core: Remove unused minimum GIF delay option. Michael Drake 2020-02-21 11:44:13 +0000
  • cbaf33e02d Windows: Attempt to remove unused minimum GIF delay option. Michael Drake 2020-02-21 11:42:53 +0000
  • 62a32a2a8a Atari: Attempt to remove unused minimum GIF delay option. Michael Drake 2020-02-21 11:42:13 +0000
  • bcf82925a3 GTK: Remove unused minimum GIF delay option. Michael Drake 2020-02-21 11:41:45 +0000
  • d1e8c84ea6 Amiga: Try removing unused minimum GIF delay option. Michael Drake 2020-02-21 11:41:01 +0000
  • 38c632a7da RISC OS: Remove unused minimum gif delay from Choices. Michael Drake 2020-02-21 11:39:55 +0000