summaryrefslogtreecommitdiff
path: root/content/handlers
Commit message (Expand)AuthorAgeFilesLines
* Event: Implement initEvent() and getter isTrustedDaniel Silverstone2019-05-031-0/+37
* Update UnimplementedJavascript with the window functions now implementedDaniel Silverstone2019-05-031-1/+1
* Javascript: Support setTimeout and friendsDaniel Silverstone2019-05-033-31/+274
* dukky: Clean up the logging levels a littleDaniel Silverstone2019-05-021-2/+3
* SVG content handler: Fix plot style stroke_widthMichael Forney2019-03-051-1/+1
* use memcpy instead of strcpy to make the dom string copy intention explicitVincent Sanders2019-03-041-4/+4
* validate the form button element type attribute as per specVincent Sanders2019-02-221-4/+16
* add webp image handlerVincent Sanders2019-02-174-0/+269
* 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
* DUKKY: Remove LOG/JS_LOG macros, update to dukky categoryDaniel Silverstone2019-02-172-57/+49
* Use NSLOG rather than LOG/JS_LOGDaniel Silverstone2019-02-172-3/+3
* HTML handler: Reformat passing viewport height when triggered by object.Michael Drake2019-02-171-3/+3
* Layout: Add debug logging to show viewport dimensions passed into layout.Michael Drake2019-02-171-0/+4
* Box construction: Don't handle IMAGE specially.Michael Drake2018-12-131-1/+0
* fix logging level in duktape bindingVincent Sanders2018-11-061-6/+6
* Slightly nicer handling of js_exec() and errorsDaniel Silverstone2018-11-041-19/+47
* check dom call return and improve handling of missing form typeVincent Sanders2018-10-091-22/+30
* rewrite form_successful_controls_dom as form_dom_to_dataVincent Sanders2018-09-291-556/+883
* gcc on openbsd is unable to reason about res variable usage and generates bog...Vincent Sanders2018-09-261-1/+1
* fix url encoding to be compatible with nsurl API changes.Vincent Sanders2018-09-264-152/+165
* allow comments to supress implicit fallthrough warningsVincent Sanders2018-09-072-6/+6
* HTML: Don't try to finish an HTML document's conversion twice.Michael Drake2018-08-271-0/+16
* remove warning by replacing sprintf snprintfVincent Sanders2018-08-241-1/+5
* remove warning by replacing strcpy with safer strncpyVincent Sanders2018-08-241-5/+11
* fix size_t format specifiersVincent Sanders2018-08-181-3/+4
* Text handling: Display application/json, rather than offering download.Michael Drake2018-08-141-0/+6
* Duktape: Make declaration match definition for memcmp and double_div.Michael Drake2018-08-101-3/+3
* Duktape: Make declaration match definition for duk_refzero_check_fast()Michael Drake2018-08-101-1/+1
* Duktape: Make declarations match definitions for fastint-enabled functions.Michael Drake2018-08-101-2/+2
* Duktape: Make declarations match definitions for duk_raw_read_xxx_beMichael Drake2018-08-101-6/+6
* Duktape: Make declarations match definitions for inline functions.Michael Drake2018-08-101-4/+4
* Duktape: Prevent clang static analysis.Michael Drake2018-08-101-0/+3
* Duktape: Update to version 2.3.0 release.Michael Drake2018-08-103-2292/+3974
* Browser: Rename function to access bw URL.Michael Drake2018-07-231-1/+1
* Layout: Use box helper for first child checks.glenwalker/bug_0002428Michael Drake2018-06-291-2/+2
* Box: Add helper to check if box is first child.Michael Drake2018-06-291-0/+11
* Layout: Tidy condition so it can be read.Michael Drake2018-06-291-7/+6
* Plotters: Expose array of font family strings to front ends.Michael Drake2018-05-231-0/+1
* Plotters: Remove width param from path plotter.Michael Drake2018-05-231-2/+2
* Plotters: Change stroke width in the plot_style_t to fixed point.Michael Drake2018-05-232-6/+7
* Plotters: Add plot_style_fixed type, and use for font size.Michael Drake2018-05-235-9/+9
* clean up html content handler header useVincent Sanders2018-05-1112-68/+180
* move html and text content handlers where they belongVincent Sanders2018-05-1036-3/+28825
* Duktape: Squash armhf warnings.Michael Drake2018-05-081-1/+1
* Duktape: Squash -Wcast-align warnings on armhf.Michael Drake2018-05-051-2/+26
* Duktape: Make declarations match definitions for inline functions.Michael Drake2018-05-041-4/+4
* Duktape: Make declarations match definitions for fastint-enabled functions.Michael Drake2018-05-041-2/+2
* Duktape: Make declaration match definition for duk_refzero_check_fast()Michael Drake2018-05-041-1/+1
* Duktape: Make declarations match definitions for duk_raw_read_xxx_beMichael Drake2018-05-041-6/+6