summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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 #122...Daniel Silverstone2014-11-151-1/+1
* 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
| * Correct variable name.John-Mark Bell2014-07-181-1/+1
| * Use the public API as it autoconverts types. Additionally, fix utterly bogus ...John-Mark Bell2014-07-181-15/+23
| * Use the public API as it autoconverts types. Additionally, fix utterly bogus ...John-Mark Bell2014-07-181-18/+48
| * Use the public API as it autoconverts types. Additionally, fix utterly bogus ...John-Mark Bell2014-07-181-16/+23
| * Use the public API as it autoconverts types. Additionally, fix utterly bogus ...John-Mark Bell2014-07-181-12/+19
| * Fix type nonsense.John-Mark Bell2014-07-181-4/+4
|/
* Merge remote-tracking branch 'origin/rupindersingh/libdom_recovered'Daniel Silverstone2014-07-18580-430/+13122
|\
| * This tag gave me a headache for a day or two :P. The problem is that the pars...Rupinder Singh Khokhar2014-07-187-30/+65
| * Input Element checked on clicking fix and also fixed bubbling and cancelabilityRupinder Singh Khokhar2014-07-184-10/+27
| * Slight change in interface file & copying a few test filesRupinder Singh Khokhar2014-07-185-1/+139