summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add missing tags according with WPT testHEADmasterPierre Tachoire2024-02-212-0/+36
* bindings/xml/libxml_xmlparser.c: update for libxml2 >= 2.12.0Michael Orlitzky2024-02-081-0/+16
* bindings/xml/libxml_xmlparser.c: add stdlib.h includeMichael Orlitzky2024-02-081-0/+1
* Update component version for releaserelease/0.4.2Vincent Sanders2023-12-271-1/+1
* xmlparser/libxml: abort on dom errorsJohn-Mark Bell2023-09-172-83/+145
* xmlparser/libxml: abort if libxml had an errorJohn-Mark Bell2023-09-171-0/+20
* bindings/xml/libxml_xmlparser.c: handle an empty documentMichael Orlitzky2023-08-091-1/+5
* Avoid integer types with platform dependent sizeDeltaVonNeumann2023-06-152-3/+3
* (tokenlist): Try harder to avoid type punningDaniel Silverstone2022-11-271-2/+2
* (tokenlist): Try and avoid type-punned pointerDaniel Silverstone2022-11-271-1/+1
* core: tokenlist: Release last_set with dom_string_unrefMichael Drake2022-11-271-1/+1
* DOMTokenList: Initial implementation.Daniel Silverstone2022-11-276-2/+611
* (chore): Add .clang-format from NetSurf to ease developmentDaniel Silverstone2022-11-271-0/+120
* GitHub CI: Add static analysis with CodeQLMichael Drake2022-11-171-0/+61
* GitHub CI: Add build and unit test workflowMichael Drake2022-11-171-0/+89
* DOM Walker: Rename client private word parameter.Michael Drake2021-07-093-12/+12
* Element: Change API to return a reference to callers.Michael Drake2021-07-051-12/+9
* Element: API docs: Reword based on review.Michael Drake2021-07-051-3/+12
* Element: Improve API documentation: Returned nodes aren't reffed.Michael Drake2021-07-051-3/+3
* Example: Convert to use DOM walk API.Michael Drake2021-06-291-73/+78
* Add DOM tree walker functionality.Michael Drake2021-06-294-2/+197
* Example: Clean up LWC string table.Michael Drake2021-06-281-0/+10
* Example: Finalise namespaces.Michael Drake2021-06-281-0/+1
* Buildsystem: LibDOM depends on LibWapcaplet.Michael Drake2021-06-221-0/+2
* Example: Fix problem on case-insensitive filesystem.Michael Drake2021-05-121-0/+6
* html element: int32 attribute getter: Handle signed values.Michael Drake2021-02-101-1/+1
* node: Constify get user data parameters.Michael Drake2021-02-093-8/+8
* Constify vtables.Michael Drake2021-02-0282-93/+93
* Fix pkg-config file expat library linkageJohn-Mark Bell2021-01-273-1/+7
* html_canvas_element: height and width have default values for canvassesDaniel Silverstone2020-10-031-2/+26
* element: Mirror parent NULL check in dom_element_is_default_namespace()Daniel Silverstone2020-10-021-1/+6
* html_document: Tag names of '' are invalidDaniel Silverstone2020-10-021-0/+4
* html: Check for missing thead rather than dereffing a NULLDaniel Silverstone2020-10-011-9/+10
* Update component version to 0.4.1 for releaserelease/0.4.1Vincent Sanders2020-05-241-2/+2
* html_title_element: Use dom_node_{get,set}_text_contentDaniel Silverstone2020-05-241-18/+2
* html_element: Do not invert name and value setting int32 propertiesDaniel Silverstone2020-05-231-1/+1
* html_element: Do not invert name and value setting ulong propertiesDaniel Silverstone2020-05-231-1/+1
* Fix HTMLCanvasElement types for width and height attributesVincent Sanders2020-04-244-13/+15
* Add HTMLCanvasElementVincent Sanders2020-04-235-20/+345
* Bindings: source is a hubbub_charset_source reallyDaniel Silverstone2020-03-261-1/+1
* Node: Add a NULL guard to hopefully calm scan-buildDaniel Silverstone2020-02-221-1/+1
* Deal with some scan-build-identified potential problemsDaniel Silverstone2020-02-212-1/+22
* hubbub: Add fragment parser creation supportDaniel Silverstone2020-02-212-1/+120
* dispatch: Do not blindly destroy eventsDaniel Silverstone2019-12-081-6/+6
* keyboard events: Fix get location casting wrapper.Michael Drake2019-12-011-2/+2
* keyboard events: Update to latest DOM spec.Michael Drake2019-12-013-83/+200
* ui events: constructor: initialise the detail attribute.Michael Drake2019-12-011-2/+1
* keyboard events: constructor: initialise the key location.Michael Drake2019-12-011-4/+1
* keyboard events: Expose the creation function.Michael Drake2019-12-012-3/+4
* namespace: Support finalising the namespace stringsDaniel Silverstone2019-09-072-3/+7