summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused document from event_listener apiDaniel Silverstone2015-10-312-3/+2
|
* Tweak the types on namednodemapDaniel Silverstone2015-10-313-6/+7
|
* add async property to script elementVincent Sanders2015-10-312-0/+34
|
* Update character data get length property to use dom unsigned longVincent Sanders2015-10-312-2/+3
|
* HTML element attributes get lowercased.Michael Drake2015-10-312-4/+93
|
* Handle situation where we cleanup during target gatheringDaniel Silverstone2015-10-311-2/+2
|
* Fix end-of-event phasingDaniel Silverstone2015-10-311-13/+6
|
* Add a _FINISHED event action callbackDaniel Silverstone2015-10-312-1/+10
| | | | We can then use this for JS to hook cleanups into place.
* Update the html table cell element API to use dom_ulong where apropriateVincent Sanders2015-10-258-20/+22
|
* Update the html li element API to use dom_longVincent Sanders2015-10-252-4/+6
|
* Update the html pre element API to use dom_longVincent Sanders2015-10-252-4/+6
|
* Update the input element API to use dom_ulong where apropriateVincent Sanders2015-10-253-7/+9
|
* Update the image element API to use dom_ulong where apropriateVincent Sanders2015-10-256-28/+29
|
* add property getter and setter helpers for the dom_ulong typeVincent Sanders2015-10-253-0/+95
|
* allow tests to use the unsigned long type for testing dom_ulong interfacesVincent Sanders2015-10-253-1/+10
|
* Update olist to use dom_long typeVincent Sanders2015-10-232-4/+5
|
* Introduce integer types as defined in IDL specificationVincent Sanders2015-10-233-1/+35
|
* Make HTMLDList IDL to c name mapping consistantVincent Sanders2015-10-235-52/+53
|
* Make HTMLOList IDL to c name mapping consistantVincent Sanders2015-10-235-76/+77
|
* Fix some doxygen warningsVincent Sanders2015-09-017-72/+72
|
* Remove invalid asserts for parameters which are no longer present.Vincent Sanders2015-09-011-6/+0
|
* Strip doc from event layerDaniel Silverstone2015-08-2126-130/+89
|
* Fix removal of event listeners.Michael Drake2015-08-011-1/+8
|
* Leave top 8 bits of dom exception unused.Michael Drake2015-08-011-3/+3
|
* Testutils: undef assert before useJohn-Mark Bell2015-07-181-0/+1
|
* Add doxygen autogenerated documentation configVincent Sanders2015-06-252-1/+1793
|
* Update CFLAGS to avoid deprication warning for glibc 2.21 and later.Vincent Sanders2015-03-211-2/+10
|
* gcc2 fixes.Adrien Destugues2015-03-214-20/+23
|
* Fix include paths for Haiku.Adrien Destugues2015-03-214-7/+7
|
* Update the component version for releaserelease/0.1.2Vincent Sanders2015-03-081-1/+1
|
* Update to use correct BUILD/HOST variables due to buildsystem changesVincent Sanders2014-12-191-2/+2
|
* Ensure all the library dependancies are listedVincent Sanders2014-12-071-19/+36
|
* Fix up for new buildsystemJohn-Mark Bell2014-11-162-3/+3
|
* Fix DoxygenDaniel Silverstone2014-11-151-1/+1
|
* Fix unref issue with html collection in applets callback. Coverity #1227072Daniel Silverstone2014-11-151-3/+4
|
* Fix resource leak with html collection creation in t_body code, Coverity ↵Daniel Silverstone2014-11-151-1/+1
| | | | #1227074
* Update component for releaserelease/0.1.1Vincent Sanders2014-08-261-1/+1
|
* Merge remote-tracking branch 'origin/rupindersingh/libdom_recovered'Daniel Silverstone2014-08-2113-320/+97
|\
| * removed redundant variables & fixed leaksrupindersingh/libdom_recoveredRupinder Singh Khokhar2014-08-0710-264/+11
| |
| * ref counting on insert_cell & get_row_indexRupinder Singh Khokhar2014-07-311-16/+53
| |
| * remove precaching cell indexRupinder Singh Khokhar2014-07-312-40/+33
| |
* | Merge remote-tracking branch 'origin/rupindersingh/libdom_recovered'Daniel Silverstone2014-07-307-55/+35
|\|
| * table section ref counting (will be rebased if buggy)Rupinder Singh Khokhar2014-07-311-8/+24
| |
| * fix style element string leak & also removed returning of default valueRupinder Singh Khokhar2014-07-312-43/+1
| |
| * We don't support making documents through dom internalsRupinder Singh Khokhar2014-07-304-4/+10
| |
* | Merge remote-tracking branch 'origin/rupindersingh/libdom_recovered'Daniel Silverstone2014-07-241-11/+29
|\|
| * remove type punning errorsRupinder Singh Khokhar2014-07-211-11/+29
| |
* | Merge remote-tracking branch 'origin/rupindersingh/libdom_recovered'Daniel Silverstone2014-07-216-159/+333
|\|
| * plugging in refs in table elementRupinder Singh Khokhar2014-07-201-40/+117
| |
| * Reference counting on cached nodes on table elementRupinder Singh Khokhar2014-07-192-78/+123
| |