summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* CharacterData.delete: Fix this and enable 5 more testsDaniel Silverstone2012-07-051-1/+5
* DOMDocument: Memoize the empty stringDaniel Silverstone2012-07-052-0/+11
* DOMString.replace: Swap source/target in byte counterDaniel Silverstone2012-07-051-2/+2
* HTMLElement: className is a simple get/set property, enable 29 more tests.Daniel Silverstone2012-07-042-36/+18
* HTMLElement: 'dir' is a simple get/set. Enable more testsDaniel Silverstone2012-07-041-18/+1
* HTMLElement: lang is a simple get/set. Enable 29 more testsDaniel Silverstone2012-07-041-18/+1
* HTMLElement: title is a simple get/set. Enable 29 more testsDaniel Silverstone2012-07-041-18/+1
* HTMLDocument: Memoise 'title' 'lang' 'dir' and 'class' tooDaniel Silverstone2012-07-042-3/+33
* HTMLElement: Replace current get/set id with a macroDaniel Silverstone2012-07-041-33/+30
* HTMLElement.set_id: Use memoised 'id' string from HTMLDocumentDaniel Silverstone2012-07-041-12/+12
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-295-5/+7
* Fix a crash on http://gopher.floodgap.com/overbite/François Revel2012-04-071-0/+5
* Force dom_string to have maximal alignment requirements.John Mark Bell2012-04-011-9/+9
* Actually handle errors from lwc_string_caseless_isequalDaniel Silverstone2012-03-291-3/+5
* Should be passing the _s variants hereDaniel Silverstone2012-03-281-1/+1
* Replace algorithm used by _dom_validate_{nc,}name so that instead of O(n^2) i...Daniel Silverstone2012-03-281-26/+50
* Promote ref/unref in dom_string to be inline -- This implementation is a bit ...Daniel Silverstone2012-03-281-80/+70
* Promote ref/unref in dom_node to be inlines.Daniel Silverstone2012-03-288-48/+17
* Add some functions to implement some of LibCSS's selection callbacks, as an e...Michael Drake2012-03-281-0/+86
* Minor improvement by short-circuiting for no classes in _dom_element_has_classDaniel Silverstone2012-03-261-4/+7
* Use HTMLDocument's memoised 'id' string, decimating cost of _dom_html_element...Daniel Silverstone2012-03-261-13/+13
* Intern an 'id' string for our HTML elements to useDaniel Silverstone2012-03-262-2/+9
* When retrieving attribute values, if the attribute has a single child, said c...Daniel Silverstone2012-03-261-1/+10
* Fix for actual lwc_string_isequal API.Michael Drake2012-03-261-5/+7
* Implement html_document_get_formsJohn Mark Bell2012-03-251-3/+39
* Squash scan-build issuesDaniel Silverstone2012-03-254-8/+16
* Squash aliasing warningJohn Mark Bell2012-03-251-1/+1
* Make _dom_element_get_classes cope with copying multiple class valuesJohn Mark Bell2012-03-251-4/+12
* Remove unnecessary unrefDaniel Silverstone2012-03-251-1/+0
* clang compatibility.Rob Kendrick2012-03-251-1/+1
* Comment client's ownership of class array.Michael Drake2012-03-251-1/+1
* Take copy of classes array, for client to free.Michael Drake2012-03-251-2/+11
* Set failure to match properly.Michael Drake2012-03-251-0/+2
* Spell Referrer properly, rather than HTTPish.Daniel Silverstone2012-03-252-9/+9
* Implement HTMLDocument.getTitle for non-explicit titlesDaniel Silverstone2012-03-251-2/+43
* Intern "id"John Mark Bell2012-03-251-2/+4
* Complete dom_string / lwc_string comparison function.Michael Drake2012-03-251-4/+32
* Guarantee that dom_strings are NUL terminatedJohn Mark Bell2012-03-251-6/+12
* Fix malloc(0)Daniel Silverstone2012-03-241-1/+1
* Make libdom build with clang, for it is more anal than gcc.Rob Kendrick2012-03-241-1/+2
* Switch case sensetivity of class comparison on document quirks mode.Michael Drake2012-03-241-5/+8
* Migrate quirks from html_document to documentDaniel Silverstone2012-03-244-29/+33
* When copying elements, correctly copy the cached class listDaniel Silverstone2012-03-241-1/+13
* Minor cleanupDaniel Silverstone2012-03-241-3/+2
* Only get value for elements with class.Michael Drake2012-03-241-1/+6
* Pass element to attribute list adder, because element might not be attached t...Michael Drake2012-03-241-7/+6
* Generate element's class list.Michael Drake2012-03-242-43/+143
* Change bool for an enum because quirks are tristate.Daniel Silverstone2012-03-242-5/+6
* Store 'class' string as dom_string instead of lwc_string.Michael Drake2012-03-242-6/+6
* Rudimentary API for dom_html_document_{get,set}_quirks_mode -- Replete with e...Daniel Silverstone2012-03-242-1/+26