summaryrefslogtreecommitdiff
path: root/bindings
Commit message (Collapse)AuthorAgeFilesLines
* 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-193-55/+269
|\| | | | | | | chris/amiga-hubbub-lib-compat
| * HTMLTextAreaElement: Make it workDaniel Silverstone2012-07-181-0/+10
| |
| * XML Binding: Allow expat handler to coalesce TEXT nodes. Core suite now ↵Daniel Silverstone2012-07-151-1/+35
| | | | | | | | passes with expat.
| * XML Binding: Allow expat binding to create text nodes if not parsing cdataDaniel Silverstone2012-07-151-6/+32
| |
| * XML Binding: Add doctype support to Expat handlerDaniel Silverstone2012-07-151-0/+45
| |
| * XML Binding: Add comment support to Expat handlerDaniel Silverstone2012-07-151-0/+52
| |
| * XML binding: Expat handler, dodgy external entity ref handlerDaniel Silverstone2012-07-151-48/+95
| |
| * XML binding: Not libxml only any moreDaniel Silverstone2012-07-151-1/+1
| |
* | 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-293-3/+5
| | | | 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
* Beginnings of an expat binding -- NOT FUNCTIONAL YETDaniel Silverstone2012-03-244-8/+366
| | | | svn path=/trunk/libdom/; revision=13594
* 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-214-72/+85
| | | | svn path=/trunk/libdom/; revision=13316
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-072-15/+15
| | | | svn path=/trunk/libdom/; revision=12172
* Fix from winfried on NS ML.Michael Drake2011-02-021-1/+1
| | | | svn path=/trunk/libdom/; revision=11603
* Provide mechanism for binding/client to define the features a document ↵John Mark Bell2010-12-062-1/+3
| | | | | | | | | object should support. Utilise this to decide whether to create a raw Document or an HTMLDocument instance. Disable the above decision, as the HTMLDocument implementation is garbage svn path=/trunk/libdom/; revision=11025
* Simplify DOMImplementation API by replacing dom_strings with const char *John Mark Bell2010-12-062-58/+21
| | | | svn path=/trunk/libdom/; revision=11024
* Remove bootstrap infrastructure, and just make dom_implementation a stub.John Mark Bell2010-12-052-65/+4
| | | | | | We only support a single implementation, so all the registry and implementation list stuff is totally unnecesary and overcomplex svn path=/trunk/dom/; revision=11017
* Make libdom work again given lack of init/finalise in hubbub and prepare ↵Daniel Silverstone2010-12-042-18/+2
| | | | | | initial attempt at importing tests into the makefile svn path=/trunk/dom/; revision=10992
* Sync with modified libwapcaplet API: 11 additional DOM Level1 testsuite ↵John Mark Bell2010-08-264-25/+12
| | | | | | failures. Most importantly, it actually compiles now. svn path=/trunk/dom/; revision=10717