summaryrefslogtreecommitdiff
path: root/include/dom/core/string.h
Commit message (Expand)AuthorAgeFilesLines
* DOMString: Add toupper and tolower methodsDaniel Silverstone2012-07-211-0/+8
* Force dom_string to have maximal alignment requirements.John Mark Bell2012-04-011-3/+3
* Promote ref/unref in dom_string to be inline -- This implementation is a bit ...Daniel Silverstone2012-03-281-3/+20
* API for comparing dom_string with lwc_string. Caseless version not implemente...Michael Drake2012-03-241-0/+5
* Add constructor which auto-interns dataJohn Mark Bell2012-02-061-0/+2
* Fix comparison of interned and non-interned dom strings. Constify dom string...Michael Drake2011-12-221-2/+2
* Move dom_string data accessing functions to public header.Michael Drake2011-12-221-0/+10
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-211-15/+7
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-071-24/+24
* Sync with modified libwapcaplet API: 11 additional DOM Level1 testsuite failu...John Mark Bell2010-08-261-1/+1
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-111-0/+16
* Add typedefs for public DOM interfaces.Bo Yang2009-03-311-1/+1
* Rationalise dom_string (some consideration is required as to what happens wrt...John Mark Bell2009-03-031-18/+1
* Add, and implement, dom_string_insert() and dom_string_replace() APIJohn Mark Bell2007-11-031-0/+10
* Make the dom string class more useful.John Mark Bell2007-10-031-4/+22
* DOM Strings are now capable of containing either UTF-8 or UTF-16 encoded data.John Mark Bell2007-09-301-1/+7
* Add extra dom_string constructor that permits strings to be manufactured in t...John Mark Bell2007-07-141-0/+5
* Add NodeList and string comparison APIJohn Mark Bell2007-07-101-0/+6
* Purge all trace of the ballache that was dom_ctx.John Mark Bell2007-07-061-10/+8
* Import DOM library.John Mark Bell2007-07-061-0/+40