summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove bogus SLEN usageJohn Mark Bell2012-02-061-1/+2
| | | | svn path=/trunk/libdom/; revision=13434
* Clean up event names in DocumentEvent destructorJohn Mark Bell2012-02-061-4/+10
| | | | svn path=/trunk/libdom/; revision=13433
* Fix reference leakJohn Mark Bell2012-02-061-3/+2
| | | | svn path=/trunk/libdom/; revision=13432
* dom_node_internal should never appear in client code: replace with dom_node ↵John Mark Bell2012-02-061-7/+23
| | | | | | | | as intended. Fix reference leaks. svn path=/trunk/libdom/; revision=13431
* Implement destructorJohn Mark Bell2012-02-061-2/+5
| | | | svn path=/trunk/libdom/; revision=13430
* Intern attribute nameJohn Mark Bell2012-02-061-1/+1
| | | | svn path=/trunk/libdom/; revision=13429
* Fix hubbub parser bindingJohn Mark Bell2012-02-061-25/+3
| | | | svn path=/trunk/libdom/; revision=13428
* Add constructor which auto-interns dataJohn Mark Bell2012-02-063-21/+30
| | | | svn path=/trunk/libdom/; revision=13427
* Intern attribute and element namesJohn Mark Bell2012-02-051-3/+27
| | | | svn path=/trunk/libdom/; revision=13426
* Make HTMLDocument use dynamic dispatch like everything else.John Mark Bell2012-02-054-86/+513
| | | | | | | | Fix variable misuse in HTMLDocument constructor. Overload Document.createElement and Document.createElementNS for HTMLDocuments Re-enable decision to create HTMLDocument instead of Document in DOMImplementation.createDocument svn path=/trunk/libdom/; revision=13425
* A bunch of panel beating:John Mark Bell2012-02-0534-107/+365
| | | | | | | | * HTMLElement and HTMLDocument now have vtables * All HTML nodes require an HTMLDocument to create * Miscellaneous other cleanups svn path=/trunk/libdom/; revision=13424
* Remove form association logic -- this is not the way to do itJohn Mark Bell2012-02-054-51/+9
| | | | svn path=/trunk/libdom/; revision=13423
* Implement trivial accessorsJohn Mark Bell2012-02-051-6/+36
| | | | svn path=/trunk/libdom/; revision=13422
* Excise more API bizarrenessJohn Mark Bell2012-02-052-12/+0
| | | | svn path=/trunk/libdom/; revision=13421
* Implement HTMLDocument constructor/destructorJohn Mark Bell2012-02-053-13/+44
| | | | svn path=/trunk/libdom/; revision=13420
* Remove parser unpleasantness from HTMLDocumentJohn Mark Bell2012-02-053-22/+6
| | | | svn path=/trunk/libdom/; revision=13419
* Fix comparison of interned and non-interned dom strings. Constify dom ↵Michael Drake2011-12-223-12/+17
| | | | | | string data accessers. svn path=/trunk/libdom/; revision=13327
* Fix length for dom_string creation. Dump id attribute too.Michael Drake2011-12-221-3/+6
| | | | svn path=/trunk/libdom/; revision=13326
* Fix length of string prints.Michael Drake2011-12-221-2/+2
| | | | svn path=/trunk/libdom/; revision=13325
* Make example a smidgen more generic. Free the dom_string created for ↵Michael Drake2011-12-221-18/+21
| | | | | | attribute acquisition. svn path=/trunk/libdom/; revision=13324
* Use ANSI functions for file handling.Michael Drake2011-12-221-8/+6
| | | | svn path=/trunk/libdom/; revision=13323
* Move dom_string data accessing functions to public header.Michael Drake2011-12-227-51/+51
| | | | svn path=/trunk/libdom/; revision=13322
* Update for current libdom. Has issues.Michael Drake2011-12-222-64/+21
| | | | svn path=/trunk/libdom/; revision=13321
* Fix build with GCC 4.6John Mark Bell2011-12-213-27/+11
| | | | svn path=/trunk/libdom/; revision=13317
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-21110-4267/+2735
| | | | svn path=/trunk/libdom/; revision=13316
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-07111-929/+906
| | | | svn path=/trunk/libdom/; revision=12172
* Fix from winfried on NS ML.Michael Drake2011-02-021-1/+1
| | | | svn path=/trunk/libdom/; revision=11603
* Enable the class dumping code, but it gives up cleanly on the first class ↵Michael Drake2010-12-081-8/+18
| | | | | | encountered because of a NULL lwc_string. svn path=/trunk/libdom/; revision=11027
* Provide mechanism for binding/client to define the features a document ↵John Mark Bell2010-12-067-7/+43
| | | | | | | | | 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-068-112/+147
| | | | svn path=/trunk/libdom/; revision=11024
* Fix copy constructors to actually copy all members, instead of leaving the ↵John Mark Bell2010-12-062-13/+30
| | | | | | majority of them uninitialised svn path=/trunk/libdom/; revision=11023
* Fix LibDOM install.Michael Drake2010-12-061-6/+1
| | | | svn path=/trunk/libdom/; revision=11020
* Remove bootstrap infrastructure, and just make dom_implementation a stub.John Mark Bell2010-12-0525-1279/+144
| | | | | | 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
* Fix buildJohn Mark Bell2010-12-052-3/+5
| | | | svn path=/trunk/dom/; revision=11016
* Suppress strict aliasing warnings when compiling the testsuiteJohn Mark Bell2010-12-051-1/+1
| | | | svn path=/trunk/dom/; revision=11012
* Unref dom_strings. Still need to unref the nodes.Michael Drake2010-12-051-0/+6
| | | | svn path=/trunk/dom/; revision=11010
* Beginnings of some of HTMLElementDaniel Silverstone2010-12-053-14/+83
| | | | svn path=/trunk/dom/; revision=11009
* Add commented out code for getting and dumping the class attribute.Michael Drake2010-12-051-1/+65
| | | | svn path=/trunk/dom/; revision=11007
* "Enable" the HTML level 1 test suite. All cases fail currentlyDaniel Silverstone2010-12-05638-0/+2
| | | | svn path=/trunk/dom/; revision=11004
* Remove vestigial domts C file and mark all known failures so test suite for ↵Daniel Silverstone2010-12-05110-32/+0
| | | | | | level1/core passes svn path=/trunk/dom/; revision=10998
* Update for latest lib versions.Michael Drake2010-12-051-136/+144
| | | | svn path=/trunk/dom/; revision=10996
* Make libdom work again given lack of init/finalise in hubbub and prepare ↵Daniel Silverstone2010-12-0436-402/+144
| | | | | | initial attempt at importing tests into the makefile svn path=/trunk/dom/; revision=10992
* Add some comments.Michael Drake2010-12-041-9/+8
| | | | svn path=/trunk/dom/; revision=10967
* Remove unused libdom client data stuff.Michael Drake2010-12-041-6/+1
| | | | svn path=/trunk/dom/; revision=10965
* Update LibDOM example to walk though the DOM and print the DOM's structure ↵Michael Drake2010-12-041-44/+106
| | | | | | out. Still needs to be updated to print class attribute/value when present. Also, still needs a bit of tidying and more comments. svn path=/trunk/dom/; revision=10960
* Add incomplete LibDOM example.Michael Drake2010-12-034-1/+466
| | | | svn path=/trunk/dom/; revision=10953
* Install missing header files.Michael Drake2010-12-021-1/+5
| | | | svn path=/trunk/dom/; revision=10952
* Implement DocumentType.nameJohn Mark Bell2010-08-301-4/+1
| | | | svn path=/trunk/dom/; revision=10726
* Jump through hoops to conform to the spec: apparently, it requires unsigned ↵John Mark Bell2010-08-301-8/+28
| | | | | | values to be considered as signed svn path=/trunk/dom/; revision=10725
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-30187-70/+5527
| | | | | | A few additional fixes to reduce the number of regressions to single figures. svn path=/trunk/dom/; revision=10724