summaryrefslogtreecommitdiff
path: root/bindings
Commit message (Expand)AuthorAgeFilesLines
* Intern a few more bits in the expat handlerDaniel Silverstone2012-11-031-12/+14
* Change XML Parser API to be more saneDaniel Silverstone2012-11-033-72/+32
* Add some casts through void to shush the RISC OS compilerDaniel Silverstone2012-11-031-3/+4
* Remove unused variablesDaniel Silverstone2012-11-021-2/+0
* Augment expat binding to support namespaced attribute valuesDaniel Silverstone2012-11-021-5/+29
* Update expat binding to cope better with namespaced tag namesDaniel Silverstone2012-11-021-2/+27
* Move generation of id_name into document by default. Since 'id' is the most ...Daniel Silverstone2012-11-021-10/+0
* alter when the id name is set to before the hubbub parse completion so id bas...Vincent Sanders2012-11-021-10/+16
* 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
* 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
* 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/amig...Chris Young2012-07-282-0/+31
|\
| * Allow control over parser pause stateVincent Sanders2012-07-272-0/+31
* | Merge branch 'master' of git://git.netsurf-browser.org/libdom into chris/amig...Chris Young2012-07-221-2/+0
|\|
| * 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/amig...Chris Young2012-07-193-55/+269
|\|
| * HTMLTextAreaElement: Make it workDaniel Silverstone2012-07-181-0/+10
| * XML Binding: Allow expat handler to coalesce TEXT nodes. Core suite now passe...Daniel Silverstone2012-07-151-1/+35
| * 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 t...Chris Young2012-07-081-2/+2
|/
* HTMLInputElement: Initial support and test enabling. Some TODOs leftDaniel Silverstone2012-07-081-0/+11
* HTML{{,Button,Select,Form}Element,Document,Element,{,Options}Collection}: Ma...Daniel Silverstone2012-07-071-4/+22
* 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
* Replace strndup with our own implementationJohn Mark Bell2012-03-301-3/+22
* Expose hubbub error definitionsJohn Mark Bell2012-03-251-0/+2
* Fix misuse of msgJohn Mark Bell2012-03-251-5/+4
* Fix hubbub binding to cope with attributes with bad namesJohn Mark Bell2012-03-251-4/+15
* Make libdom build with clang, for it is more anal than gcc.Rob Kendrick2012-03-241-1/+1
* Migrate quirks from html_document to documentDaniel Silverstone2012-03-241-6/+6
* Support quirks mode in hubbub bindingDaniel Silverstone2012-03-241-3/+17
* Beginnings of an expat binding -- NOT FUNCTIONAL YETDaniel Silverstone2012-03-244-8/+366
* Lose unnecessary "struct"John Mark Bell2012-03-232-5/+3
* No need to drop const -- hubbub's API is already sane.John Mark Bell2012-03-231-1/+1
* Fix const-correctness of dom_hubbub_parser_parse_chunk APIJohn Mark Bell2012-03-232-3/+3
* Fix encoding_source namespace collisionJohn Mark Bell2012-03-232-8/+8
* Tidy up a littleJohn Mark Bell2012-02-221-14/+14
* Fix hubbub parser bindingJohn Mark Bell2012-02-061-25/+3
* Intern attribute and element namesJohn Mark Bell2012-02-051-3/+27