summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* HTML: Complete content state machine after async scriptDaniel Silverstone2020-02-213-5/+29
| | | | | | | | | The async script completion process needs to complete the content state machine so that browser throbbers eventually stop once async scripts have fetched and run, even if that happens *after* conversion finishes. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* README: Add markdown extension.Michael Drake2020-02-211-0/+0
|
* README: Convert to markdown.Michael Drake2020-02-211-30/+17
|
* GTK3: Also enable focus for other core windows.Daniel Silverstone2020-02-213-3/+3
| | | | | | | This should enable keyboard support for the other core windows such as cookies, global history and the hotlist. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* GTK3: Permit Local History to be focussedDaniel Silverstone2020-02-211-1/+1
| | | | | | | | | In order to let keypresses operate the local history window on GTK3 we have to permit the drawing area to get focus so that the keypresses actually make their way into the event loop in the correct place. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* remove sputious "the" in quick start instructionsVincent Sanders2020-01-261-6/+6
|
* Updated italian translationss.hawamdeh2020-01-211-201/+385
|
* update quick build instructions to include notes on env scriptVincent Sanders2020-01-214-5/+25
|
* Update doxygen config file to version 1.8.13Vincent Sanders2020-01-211-128/+264
|
* improve monkey-see-monkey-do backtrace output to include function nameVincent Sanders2020-01-121-12/+20
|
* limit monkey backtrace generation to libc where it is availableVincent Sanders2020-01-112-2/+10
|
* monkey-see-monkey-do: Don't use personal address decoderDaniel Silverstone2020-01-101-1/+1
| | | | | | | Fix what looks like a typo but was in fact a use of a personal wrapper around addr2line, to simply use addr2line. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* monkey-see-monkey-do: Decode backtracesDaniel Silverstone2020-01-101-1/+15
| | | | | | | To improve debugging, decode backtraces discovered during runs with monkey-see-monkey-do Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* monkeyfarmer.py: Ensure that we capture and repeat stderrDaniel Silverstone2020-01-101-1/+45
| | | | | | | | In order that we can process stderr in monkey-see-monkey-do we need to capture it in the farmer and re-echo it through Python's stderr object Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* monkey: On assert failure, print a backtraceDaniel Silverstone2020-01-101-0/+23
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* stop bad unicode data from crashing teh test harnessVincent Sanders2019-12-311-1/+5
| | | | | | instead of exploding if monkey returns a bad unicode string instead a warning will be reported and the unicode decode performed with character replacemnt instead
* split up mainpage docs and add section on testingVincent Sanders2019-12-315-160/+232
|
* fix parent pointer use after free in RISC OS dialog handlingJohn-Mark Bell2019-12-221-1/+5
|
* re-order config include so strcasecmp is correctly detected on RISC OS/win32Vincent Sanders2019-12-222-3/+4
|
* remove unused render_resample option from beos, gtk and monkey frontendsVincent Sanders2019-12-2110-57/+6
|
* GTK: fix missing includesJohn-Mark Bell2019-12-212-0/+3
|
* make RISC OS specific window_screen_ options limited to that frontendVincent Sanders2019-12-206-27/+26
|
* html_script: Count sync scripts to prevent unpausing earlyDaniel Silverstone2019-12-191-2/+11
| | | | | | | | | If there is more than one incomplete sync script then it's important that we don't unpause hubbub too early. This commit adds a counter so that if there're unfinished sync scripts in the set, we don't unpause until the last one completes. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* remove long unused plugin option from gtk and monkeyVincent Sanders2019-12-179-54/+4
|
* add page info button to url entry and update on change for win32Vincent Sanders2019-12-162-83/+232
|
* add page info resources to win32 frontendVincent Sanders2019-12-167-1/+28
|
* fix win32 font measurement of non ascii strings.Vincent Sanders2019-12-141-98/+122
| | | | | This greatly improves line breaking and font measurement in the windows frontend.
* extend search for certificate file to include resource pathsVincent Sanders2019-12-101-0/+5
|
* rename global resource path variables in win32 frontendVincent Sanders2019-12-105-26/+44
|
* separate out construction of command line argument string vectorVincent Sanders2019-12-101-23/+54
|
* update resource search path to remove users directoryVincent Sanders2019-12-102-4/+5
| | | | | | | | | | it is no longer suitable to search the users home directory for general browser resources as the correct config path is now derived from the apropriate windows methods. Additionaly the NETSURFRES environment variable is no longer part of the fixed path and is instead added from the makefile configuration option.
* HTML: box_consturction: cleanup name dom_string in box_object.Michael Drake2019-12-101-0/+2
|
* HTML redraw: Never draw box scrollbars for textareas.Michael Drake2019-12-091-0/+1
| | | | | | | The scrollbars for textareas are rendered by the widget. This stops us from putting broken scrollbars over the top of the textarea's own scrollbars.
* Fix some characters which were not UTF-8Chris Young2019-12-081-3/+3
|
* Add page info icon to Amiga frontendChris Young2019-12-089-3/+133
|
* webp: NetSurf bitmap format is RGBA.Michael Drake2019-12-081-1/+3
| | | | | Issue a bitmap modified call after conversion, to allow front ends with different pixel formats to convert.
* add page info display to RiscOS frontendVincent Sanders2019-12-075-16/+162
|
* Update the default theme with page infor iconsVincent Sanders2019-12-071-0/+0
|
* enforce setting subtarget so gtk2 gets named the correct thing in installsVincent Sanders2019-12-031-7/+2
|
* fetch_curl_report_certs_upstream: Use new SSL_CERT_ERR_CERT_MISSINGDaniel Silverstone2019-12-031-1/+5
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Add certificate-missing error codeDaniel Silverstone2019-12-033-0/+6
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* fetch_curl_verify_callback: Do depth update after checkDaniel Silverstone2019-12-031-5/+5
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* fix coverity build target for gtk target changeVincent Sanders2019-12-021-2/+2
|
* CI: Update jenkins for gtk2 rename.Michael Drake2019-12-021-2/+2
|
* html: css fetcher: Fix passing LWC borrow to fetcher_add, which consumes.Michael Drake2019-12-021-1/+2
| | | | | | | | | Fixes abort on exit when corestring finalisation tried to unref what should have been the final ref: $ ./nsgtk3 corrupted double-linked list Aborted (core dumped)
* Buildsystem: Change default nsgtk build from gtk2 to gtk3.Michael Drake2019-12-021-1/+1
|
* Buildsystem: GTK: Change gtk target to gtk2, which builds nsgtk2.Michael Drake2019-12-022-10/+5
|
* browser_window: Don't use the fetch parameters for page infoDaniel Silverstone2019-12-011-4/+4
| | | | | | | In order to cope with redirects properly, use the content's URL not the fetch parameters. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* set debug text to correct levelVincent Sanders2019-12-011-1/+1
|
* make gtk frontend use page information iconsVincent Sanders2019-12-0111-136/+228
|