summaryrefslogtreecommitdiff
path: root/bindings/hubbub
Commit message (Collapse)AuthorAgeFilesLines
* Bindings: source is a hubbub_charset_source reallyDaniel Silverstone2020-03-261-1/+1
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* hubbub: Add fragment parser creation supportDaniel Silverstone2020-02-212-1/+120
| | | | | | | In order to support innerHTML, we have to support parsing into document fragments. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Assert instead of checkingDaniel Silverstone2019-05-061-1/+4
| | | | | | | At this point, we MUST have an element created, so assert it rather than half-heartedly checking. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Begin to support SCRIPT elements flagsDaniel Silverstone2019-05-041-0/+35
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* make unused variable macro more portable in hubbub bindingVincent Sanders2016-02-061-1/+1
|
* Split out tag names from general string table and enum.Michael Drake2016-01-271-5/+6
| | | | | Previously these were mixed in the the document's general memoised strings. This also gives us an enum by which HTML elements can be identified.
* Fix include paths for Haiku.Adrien Destugues2015-03-211-1/+1
|
* Update for new hubbub API.Michael Drake2013-12-141-20/+0
|
* add context for default action functionVincent Sanders2013-02-191-0/+1
|
* add default action fetcher to binding parametersVincent Sanders2012-12-062-5/+9
|
* make the hubbub binding creation take a parameter struct and return standard ↵Vincent Sanders2012-12-063-70/+95
| | | | error codes
* Fix typos.Michael Drake2012-11-071-1/+1
|
* alter when the id name is set to before the hubbub parse completion so id ↵Vincent Sanders2012-11-021-10/+16
| | | | based searches work during dom creation
* extend binding error enumeration to explicitly include hubbub errorsVincent Sanders2012-10-181-0/+19
|
* Update comment.Michael Drake2012-10-111-6/+2
|
* Mostly implement HTMLOptionElement, HTMLSelectElement.John-Mark Bell2012-08-081-1/+11
| | | | Enable HTMLOptionElement tests that pass.
* Move document out parameter after in parameters.John-Mark Bell2012-08-052-11/+15
|
* Obtain the docuemnt object at parser creation time.Vincent Sanders2012-08-052-24/+12
| | | | Remove the unecessary document retrival API
* fix error handling return from script completion calbackVincent Sanders2012-07-311-3/+8
|
* Fix masterChris Young2012-07-291-2/+2
|
* Change back for branch onlyChris Young2012-07-291-2/+2
|
* Resynchronise hubbub binding with masterDaniel Silverstone2012-07-291-2/+2
|
* Merge branch 'master' of git://git.netsurf-browser.org/libdom into ↵Chris Young2012-07-282-0/+31
|\ | | | | | | chris/amiga-hubbub-lib-compat
| * Allow control over parser pause stateVincent Sanders2012-07-272-0/+31
| |
* | Merge branch 'master' of git://git.netsurf-browser.org/libdom into ↵Chris Young2012-07-221-2/+0
|\| | | | | | | chris/amiga-hubbub-lib-compat
| * Cleanup: Remove two UNUSED()s which are not trueDaniel Silverstone2012-07-191-2/+0
| |
* | Merge branch 'master' of git://git.netsurf-browser.org/libdom into ↵Chris Young2012-07-191-0/+10
|\| | | | | | | chris/amiga-hubbub-lib-compat
| * HTMLTextAreaElement: Make it workDaniel Silverstone2012-07-181-0/+10
| |
* | Compatibility with libhubbub chris/amiga-lib branch (which includes a tweak ↵Chris Young2012-07-081-2/+2
|/ | | | to stop compatibility breakage with older versions of libhubbub)
* HTMLInputElement: Initial support and test enabling. Some TODOs leftDaniel Silverstone2012-07-081-0/+11
|
* HTML{{,Button,Select,Form}Element,Document,Element,{,Options}Collection}: ↵Daniel Silverstone2012-07-071-4/+22
| | | | Make buttons work and forms contain their correct buttons
* remove accidentaly left in debugVincent Sanders2012-07-061-26/+0
|
* update dom hubbub binding to allow for script controlVincent Sanders2012-07-062-283/+354
|
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-291-1/+1
| | | | svn path=/trunk/libdom/; revision=14005
* Replace strndup with our own implementationJohn Mark Bell2012-03-301-3/+22
| | | | svn path=/trunk/libdom/; revision=13780
* Expose hubbub error definitionsJohn Mark Bell2012-03-251-0/+2
| | | | svn path=/trunk/libdom/; revision=13681
* Fix misuse of msgJohn Mark Bell2012-03-251-5/+4
| | | | svn path=/trunk/libdom/; revision=13677
* Fix hubbub binding to cope with attributes with bad namesJohn Mark Bell2012-03-251-4/+15
| | | | svn path=/trunk/libdom/; revision=13674
* Make libdom build with clang, for it is more anal than gcc.Rob Kendrick2012-03-241-1/+1
| | | | svn path=/trunk/libdom/; revision=13637
* Migrate quirks from html_document to documentDaniel Silverstone2012-03-241-6/+6
| | | | svn path=/trunk/libdom/; revision=13633
* Support quirks mode in hubbub bindingDaniel Silverstone2012-03-241-3/+17
| | | | svn path=/trunk/libdom/; revision=13619
* Lose unnecessary "struct"John Mark Bell2012-03-232-5/+3
| | | | svn path=/trunk/libdom/; revision=13571
* No need to drop const -- hubbub's API is already sane.John Mark Bell2012-03-231-1/+1
| | | | svn path=/trunk/libdom/; revision=13569
* Fix const-correctness of dom_hubbub_parser_parse_chunk APIJohn Mark Bell2012-03-232-3/+3
| | | | svn path=/trunk/libdom/; revision=13568
* Fix encoding_source namespace collisionJohn Mark Bell2012-03-232-8/+8
| | | | svn path=/trunk/libdom/; revision=13567
* Tidy up a littleJohn Mark Bell2012-02-221-14/+14
| | | | svn path=/trunk/libdom/; revision=13461
* Fix hubbub parser bindingJohn Mark Bell2012-02-061-25/+3
| | | | svn path=/trunk/libdom/; revision=13428
* Intern attribute and element namesJohn Mark Bell2012-02-051-3/+27
| | | | svn path=/trunk/libdom/; revision=13426
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-212-32/+35
| | | | svn path=/trunk/libdom/; revision=13316
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-071-4/+4
| | | | svn path=/trunk/libdom/; revision=12172