Michael Drake
c55a31aa11
RISC OS: Update to new HTTP auth API.
2018-08-15 07:29:58 +01:00
Michael Drake
97810d0c1a
Monkey: Update for new HTTP auth API.
2018-08-15 07:29:58 +01:00
Michael Drake
e41e558c5f
Haiku: Update for new HTTP auth API.
2018-08-15 07:29:58 +01:00
Michael Drake
6144993c8a
GTK: Update for new HTTP auth API.
2018-08-15 07:19:58 +01:00
Michael Drake
42d596bc11
Amiga: Update for new HTTP auth API.
2018-08-15 07:19:58 +01:00
Michael Drake
81a59f2f7c
HTTP Auth: Do get/set auth in the core.
2018-08-14 18:52:11 +01:00
Michael Drake
9fa6c1e0fb
Text handling: Display application/json, rather than offering download.
2018-08-14 16:15:12 +01:00
Michael Drake
7458cfa999
Amiga: Fix silly.
2018-08-13 12:47:43 +01:00
Michael Drake
982ca87537
Amiga: Ensure realm is copied for local struct.
2018-08-13 11:31:48 +01:00
Vincent Sanders
92424b6946
refactor llcache header processing
...
refactor the header processing in the low level object cache to make
cache control header processing more explicit.
2018-08-12 12:50:57 +01:00
Michael Drake
0601b7dbec
Duktape: Make declaration match definition for memcmp and double_div.
2018-08-10 12:30:48 +01:00
Michael Drake
80e8c74a69
Duktape: Make declaration match definition for duk_refzero_check_fast()
2018-08-10 11:30:17 +01:00
Michael Drake
ad0a75af8f
Duktape: Make declarations match definitions for fastint-enabled functions.
2018-08-10 11:29:39 +01:00
Michael Drake
e5f2ea9d7a
Duktape: Make declarations match definitions for duk_raw_read_xxx_be
2018-08-10 11:28:27 +01:00
Michael Drake
c986c212bf
Duktape: Make declarations match definitions for inline functions.
2018-08-10 11:27:56 +01:00
Michael Drake
f5f2ebb37a
Duktape: Prevent clang static analysis.
2018-08-10 11:12:20 +01:00
Michael Drake
ae126cfdd5
Duktape: Update to version 2.3.0 release.
2018-08-10 11:11:08 +01:00
Michael Drake
19eb051727
HTTP authentication: Add some logging when opening 401 windows.
2018-08-09 17:18:39 +01:00
Michael Drake
97f9e2d9f5
Curl fetcher: Jiggle logging levels.
2018-08-09 16:43:37 +01:00
Michael Drake
9fecbc6554
Content: Log URLs with nsurl_access_log().
...
This reduces the log file size for startup and a single visit
to https://www.bbc.co.uk/news from 266133 to 178777 bytes,
by not dumping big data URLs over and over into the log.
2018-08-09 16:31:16 +01:00
Michael Drake
fa546661ad
nsurl: Move debug logging over to nslog.
2018-08-09 16:19:42 +01:00
Michael Drake
add6dcc015
nsurl: Add variant of nsurl_access for logging.
2018-08-09 16:19:42 +01:00
Michael Drake
bc280f0e3f
nsurl: Add data to scheme type enum.
2018-08-09 16:19:42 +01:00
Michael Drake
ca0514ea92
Curl fetcher: Move poll logging from INFO to DEEPDEBUG.
2018-08-09 14:58:49 +01:00
Daniel Silverstone
0df7ceb8f1
Typo fixes
2018-07-28 14:24:31 +01:00
Daniel Silverstone
527541ddbd
Make CI NetSurf builds compile in DEBUG level logging
2018-07-28 14:10:26 +01:00
Daniel Silverstone
3d20a3974c
Support ASAN and UBSAN in Makefiles
2018-07-28 11:17:07 +01:00
Michael Drake
42459f72c1
Treeview: Allow dragging selection to a selected target.
...
This can be used to consolidate a scattered selection at
drop target when the the drop target happens to be part
of the selection.
2018-07-26 15:13:13 +01:00
Michael Drake
341cfc115b
Treeview: Various changes to redraw rectangle for search bar.
2018-07-26 15:00:36 +01:00
Michael Drake
57a6328b14
RISC OS: Make URL drag include the fragment.
2018-07-23 11:41:12 +01:00
Michael Drake
eeb7be1cbf
Browser: Add function to get bw URL with any fragment.
...
This returns a ref to the URL.
2018-07-23 11:33:43 +01:00
Michael Drake
09b015bf11
Browser: Rename function to access bw URL.
2018-07-23 10:47:26 +01:00
Michael Drake
aa95a75332
Welcome pages: Use HTTPS for NetSurf URLs.
2018-07-20 16:35:18 +01:00
Daniel Silverstone
3afa1ce48f
Update links in quick start to https
2018-07-17 20:46:11 +01:00
Michael Drake
62e3ee6c7e
Layout: Use box helper for first child checks.
2018-06-29 15:03:47 +01:00
Michael Drake
049695fa07
Box: Add helper to check if box is first child.
2018-06-29 15:03:10 +01:00
Michael Drake
948207472a
Layout: Tidy condition so it can be read.
2018-06-29 14:58:32 +01:00
Michael Drake
97007d095e
Docs: Fix logging CLI reference, and add examples.
...
The verbose filter CLI option doesn't begin with log_ prefix.
The filter options need a double dash (--).
2018-06-29 12:00:09 +01:00
Michael Drake
169a91ace9
RISC OS: Plotters: Fix typo.
2018-05-23 17:46:22 +01:00
Michael Drake
a40dca49e8
Merge branch 'tlsa/plotter-polish'
2018-05-23 15:46:39 +01:00
Michael Drake
8a931f01b9
Plotters: Expose array of font family strings to front ends.
2018-05-23 14:02:53 +01:00
Michael Drake
8332bf6b2a
Plotters: Remove width param from path plotter.
...
We now use the stroke_width in the plot_style.
2018-05-23 13:48:17 +01:00
Michael Drake
5f4f23f11a
Plotters: Split function parameters over multiple lines for readability.
2018-05-23 13:10:59 +01:00
Michael Drake
66493421e6
Plotters: Change stroke width in the plot_style_t to fixed point.
2018-05-23 13:04:19 +01:00
Michael Drake
a58d97a41a
Plotters: Add plot_style_fixed type, and use for font size.
2018-05-23 11:48:35 +01:00
Vincent Sanders
6cabd4cd62
remove spurious messages file from framebuffer install target
2018-05-22 13:04:09 +01:00
Vincent Sanders
7c3da95a07
Resolve resource leak on error (coverity issue 1390560)
2018-05-18 10:02:03 +01:00
Vincent Sanders
216fb88f58
clean up html content handler header use
...
Improve header use in preperation for making browser window a corewindow
2018-05-11 13:18:54 +01:00
Vincent Sanders
dc9e7c989f
fixup doxygen directory list to cope with html content handler move
2018-05-10 22:47:46 +01:00
Vincent Sanders
2a03ea3049
move html and text content handlers where they belong
2018-05-10 13:37:02 +01:00