summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * [HTMLCollection && DOMTSHandler && dtd interface] fixesRupinder Singh Khokhar2014-07-1810-3/+51
| * HTMLCollectionRupinder Singh Khokhar2014-07-1814-208/+24
| * HTMLDocument Element incomplete & test generator minor fixRupinder Singh Khokhar2014-07-1824-35/+214
| * Enabling some missed tests. How come were they missed ?! :orsk19942014-07-1818-133/+0
| * IFrame Elementrsk19942014-06-1121-4/+401
| * Frame Elementrsk19942014-06-1119-21/+429
| * FrameSet Elementrsk19942014-06-1110-2/+307
| * TEST generator bug fixrsk19942014-06-1132-5/+9
| * Missed inputElement Test files && bubbling and cancelability of generic event...rsk19942014-06-1116-16/+244
| * changing size attribute of Input Element to be of type intrsk19942014-06-114-4/+16
| * OptionElementrsk19942014-06-114-52/+17