summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Event: Implement initEvent() and getter isTrustedDaniel Silverstone2019-05-032-2/+37
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Update UnimplementedJavascript with the window functions now implementedDaniel Silverstone2019-05-032-5/+1
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Add some more bits to the jsbinding documentDaniel Silverstone2019-05-031-0/+28
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Javascript: Support setTimeout and friendsDaniel Silverstone2019-05-034-31/+291
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Tests: Add simple JS test for dynamic layout.Michael Drake2019-05-031-0/+18
|
* dukky: Clean up the logging levels a littleDaniel Silverstone2019-05-021-2/+3
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* add initial javascript binding documentationVincent Sanders2019-05-022-37/+163
|
* Release guigfx drawhandleChris Young2019-04-101-9/+10
|
* Re-instate accidental removal of pkg-config for curl/opensslChris Young2019-04-081-3/+5
|
* Small Capital Q codepointChris Young2019-04-081-2/+2
|
* Add AmiSSL requirementChris Young2019-04-081-1/+1
|
* Fix some bsdsocket.library usageChris Young2019-04-082-0/+11
| | | | NetSurf now builds against libcurl-AmiSSL
* Allow for building against AmiSSL instead of OpenSSLChris Young2019-04-082-1/+16
|
* No reason why RISC OS ,type extensions should end up in the Amiga resources ↵Chris Young2019-03-171-15/+1
| | | | any more
* Fix IORequest duplication and ensure library bases are cleared when closed.Chris Young2019-03-172-4/+16
|
* Reduce compression level for compatibility with Amiga LhA 2.15Chris Young2019-03-151-1/+1
|
* Ensure the message port has been initialisedChris Young2019-03-151-0/+1
|
* SVG content handler: Fix plot style stroke_widthMichael Forney2019-03-051-1/+1
| | | | | | | | In 8332bf6b2a, when the stroke width was moved from a parameter to the plot style field, it accidentally used the `stroke` field of the svgtiny shape (the color) instead of `stroke_width`. Signed-off-by: Michael Drake <michael.drake@codethink.co.uk>
* use memcpy instead of strcpy to make the dom string copy intention explicitVincent Sanders2019-03-041-4/+4
|
* Fix URL + FORCE issue #2635Chris Young2019-03-021-4/+4
|
* validate the form button element type attribute as per specVincent Sanders2019-02-221-4/+16
| | | | | | | https://html.spec.whatwg.org/multipage/form-elements.html#attr-button-type says if the type attribute is anything but "reset" or "button" it is of "submit" type. The previous logic was incorrect and only used the button if its type was explicitly submit and noting else.
* free language vector in framebuffer resource setupVincent Sanders2019-02-211-0/+2
|
* Fixup copyright yearVincent Sanders2019-02-191-4/+4
|
* add webp image handlerVincent Sanders2019-02-176-0/+274
|
* improve some commentsVincent Sanders2019-02-171-2/+6
|
* tidy up bmp and ico makefile entries to be one per lineVincent Sanders2019-02-171-1/+2
|
* MAKEFILE: Update pkg_config_find_and_add_enabled for default CFLAGSDaniel Silverstone2019-02-171-7/+3
| | | | | | | | Since 90% of the time we can pre-calculate the CFLAGS for a pkg-config enabled feature, let's do just that to ensure fewer confusion moments as we add new pkg-config libraries. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* DUKKY: Remove LOG/JS_LOG macros, update to dukky categoryDaniel Silverstone2019-02-172-57/+49
| | | | | | | Update the logging levels, change to NSLOG across the board, and ensure that we use the `dukky` category now added for us. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Use NSLOG rather than LOG/JS_LOGDaniel Silverstone2019-02-172-3/+3
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* LOG: Add a dukky logging categoryDaniel Silverstone2019-02-172-0/+2
| | | | | | For better logging separation, add a dukky logging category Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* HTML handler: Reformat passing viewport height when triggered by object.Michael Drake2019-02-171-3/+3
| | | | | | Previously we correctly used the viewport width, but we were using the document height instead of viewport height when an HTML child content triggered a reformat of the parent HTML document.
* Content: Make the content structure aware of viewport height.Michael Drake2019-02-172-1/+4
| | | | | | | It was always aware of viewport width, but since adding support for vh CSS units, the HTML content handler also needs viewport height. Signed-off-by: Michael Drake <michael.drake@codethink.co.uk>
* Layout: Add debug logging to show viewport dimensions passed into layout.Michael Drake2019-02-171-0/+4
| | | | Signed-off-by: Michael Drake <michael.drake@codethink.co.uk>
* make framebuffer use the language environment for the UI resourcesVincent Sanders2019-02-1718-32/+181
|
* monkey: Add bmp and ico to mime_hash.Michael Drake2019-02-161-0/+2
|
* Mention about testing monkeyDaniel Silverstone2019-02-161-0/+7
|
* monkey driver: Print the bitmap plot-check.Michael Drake2019-02-161-0/+1
|
* Add missing call to run_test_planDaniel Silverstone2019-02-161-0/+1
|
* Automated testing output: Show description differently from test lines.Michael Drake2019-02-161-1/+1
|
* Enable running of the tests from test.netsurf-browser.orgDaniel Silverstone2019-02-162-2/+80
|
* monkey test: Rename file with an '=' character.Michael Drake2019-02-161-0/+0
|
* Monkey: Support 401login in the monkey-driver et al.Daniel Silverstone2019-02-162-1/+112
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Add plot commands output for auth testDaniel Silverstone2019-02-161-1/+1
|
* Fix text plotter in monkeyDaniel Silverstone2019-02-161-1/+1
|
* fix case of framebuffer message installVincent Sanders2019-02-161-2/+2
|
* Framebuffer: Add symlink to build messages resourceDaniel Silverstone2019-02-151-0/+1
| | | | | | | | | Since framebuffer lacks the language directories in its resources currently, we need a symbolic link to the en/Messages built in the top level resources directory in order that nsfb can run without the Messages file having been installed previously. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Improve framebuffer install ruleVincent Sanders2019-02-153-8/+10
|
* fix feature flags for openbsdAnthony J. Bentley2019-02-151-7/+12
|
* Treeview: Consider search bar for redraw area calculation.Michael Drake2019-01-191-2/+2
|
* Treeview: Use helper to get tree height.Michael Drake2019-01-191-1/+1
|