summaryrefslogtreecommitdiff
path: root/content/handlers
Commit message (Expand)AuthorAgeFilesLines
* Generics: Add consoleFormatterDaniel Silverstone2019-05-051-0/+76
* Dukky: Change from specifically named genericsDaniel Silverstone2019-05-053-8/+18
* Logging: migrate and provide content interfaceDaniel Silverstone2019-05-051-1/+1
* Force a GC to ensure old compartment goes awayDaniel Silverstone2019-05-051-1/+5
* Ensure we clear the cbt entry after finishing a non-recurring callbackDaniel Silverstone2019-05-051-7/+21
* make missing xxd command fail the build correctlyVincent Sanders2019-05-051-1/+2
* Support content_exec for content_htmlDaniel Silverstone2019-05-051-0/+85
* Replace zd with PRIsizet to appease WindowsDaniel Silverstone2019-05-052-7/+8
* Add missing semi-colon. SorryDaniel Silverstone2019-05-041-1/+1
* change back to unsigned long to avoid warning on gnueabihf platformsVincent Sanders2019-05-041-1/+1
* Support nodelist indexingDaniel Silverstone2019-05-046-3/+99
* add some comments to window location bindingVincent Sanders2019-05-041-0/+2
* Support Document::createDocumentFragmentDaniel Silverstone2019-05-041-0/+14
* Expose Number and Error on WindowDaniel Silverstone2019-05-041-0/+2
* Add createElementNSDaniel Silverstone2019-05-042-1/+42
* JS: Attribute external JS to the URI it came from in backtracesDaniel Silverstone2019-05-044-9/+16
* Expose encodeURI{,Component}Daniel Silverstone2019-05-041-0/+2
* Restore newlines for unimplemented javascript in doxygenDaniel Silverstone2019-05-041-1/+1
* Clean up async/defer JS contents during parent finalisationDaniel Silverstone2019-05-041-10/+15
* Support Window as an event target for dukkyDaniel Silverstone2019-05-041-5/+28
* Unref body when finished getting event handlerDaniel Silverstone2019-05-041-0/+4
* Better dukky debug for node creationDaniel Silverstone2019-05-041-1/+12
* CSS: Update for change to libcss append sheet API.Michael Drake2019-05-041-1/+7
* CSS: Update for change to libcss select style API.Michael Drake2019-05-045-3/+6
* CSS: Update for change to libcss imported sheet API.Michael Drake2019-05-042-5/+2
* Support script insertion after conversion has begunDaniel Silverstone2019-05-044-13/+136
* Add auto-generated getters and setters for HTMLFrameSetElement eventsDaniel Silverstone2019-05-031-0/+34
* Add auto-generated getters/setters on body elementDaniel Silverstone2019-05-031-0/+33
* Add global handlers to WindowDaniel Silverstone2019-05-031-0/+155
* UnimplementedJavascript.txt: Remove spurious newlinesDaniel Silverstone2019-05-031-1/+1
* Support Document::createEvent()Daniel Silverstone2019-05-033-1/+19
* 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