summaryrefslogtreecommitdiff
path: root/bindings/hubbub
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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-061-1/+2
| | | | | | | | | 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-061-19/+15
| | | | svn path=/trunk/libdom/; revision=11024
* Remove bootstrap infrastructure, and just make dom_implementation a stub.John Mark Bell2010-12-051-31/+2
| | | | | | 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-262-12/+6
| | | | | | failures. Most importantly, it actually compiles now. svn path=/trunk/dom/; revision=10717
* Merge the Events module (branches/struggleyb/libdom-events) back to trunk. :)Bo Yang2009-08-131-1/+4
| | | | svn path=/trunk/dom/; revision=9236
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-113-68/+121
| | | | svn path=/trunk/dom/; revision=9191
* Fix hubbub binding (based in part on a patch from Jeroen Habraken)John Mark Bell2009-06-261-72/+75
| | | | svn path=/trunk/dom/; revision=8023
* Sync with core buildsystem changesJohn Mark Bell2009-04-211-5/+4
| | | | svn path=/trunk/dom/; revision=7225
* More best guesses.John Mark Bell2009-04-171-0/+2
| | | | svn path=/trunk/dom/; revision=7114
* Shared library versioningJohn Mark Bell2009-04-031-3/+3
| | | | svn path=/trunk/dom/; revision=7037
* First cut at a port to the new buildsystem.John Mark Bell2009-03-251-64/+12
| | | | | | DOMTS stuff currently disabled. svn path=/trunk/dom/; revision=6883
* Make hubbub parser binding build trees correctly (credit: Bo Yang)John Mark Bell2009-03-052-107/+649
| | | | svn path=/trunk/dom/; revision=6711
* Rationalise dom_string (some consideration is required as to what happens ↵John Mark Bell2009-03-031-42/+22
| | | | | | | | | wrt interning -- lwc_strings should probably be used) Purge charset handling -- a) documents are always converted to utf-8 b) use parserutils for utf-8 handling Fix Hubbub binding to compile. svn path=/trunk/dom/; revision=6682
* Use pkg-config for hubbub cflags/librariesJohn Mark Bell2009-03-031-3/+1
| | | | svn path=/trunk/dom/; revision=6681
* Make TestObject support both HTML and XML documents and auto-detect which ↵John Mark Bell2007-11-042-12/+72
| | | | | | | | | | parser to use. Make binding testcase attempt to load an HTML document. Hubbub parser binding constructor takes Aliases file path as a parameter. Hubbub parser binding's token handler now spews debug at stdout. svn path=/trunk/dom/; revision=3648
* Beginnings of a hubbub binding to libdomJohn Mark Bell2007-11-046-0/+401
Currently comprises a stubbed-out parser wrapper Todo: 1) Complete parser wrapper, such that it actually creates a DOM tree 2) Provide a hubbub-backed DOMImplementationSource svn path=/trunk/dom/; revision=3646