summaryrefslogtreecommitdiffstats
path: root/xml
Commit message (Expand)AuthorAgeFilesLines
* Add detail messages to all the easy IllegalArgumentException cases.Elliott Hughes2013-07-122-2/+2
* Remove obsolete ThirdPartyProject.prop files.Elliott Hughes2012-09-202-18/+0
* Add a test for KxmlSerializer attributes with whitespace chars.Jesse Wilson2012-08-015-958/+0
* Use weasel words to cover changed behavior around END_DOCUMENT.Jesse Wilson2012-05-101-2/+2
* Fix a minor documentation bug in XmlPullParser.Elliott Hughes2012-04-181-0/+1
* Warn about a fixed bug in XmlPullParser.nextText()Jesse Wilson2011-11-111-1/+10
* am 5d284194: am a0376753: am 6ce8e6ee: Skip BOM characters even with an expli...Jesse Wilson2011-05-171-80/+89
|\
| * Skip BOM characters even with an explicit charset.Jesse Wilson2011-05-161-80/+89
* | Remove all the remaining AllTests cruft.Elliott Hughes2011-02-281-29/+0
* | Fix more FindBugs warnings: DM_BOOLEAN_CTOR.Elliott Hughes2011-02-241-6/+4
* | Remove most of our remaining non-API StringBuffer usage.Elliott Hughes2011-02-222-4/+4
* | Fix various FindBugs warnings.Elliott Hughes2011-02-171-3/+3
* | Merge commit '995a3842' into manualmergeJesse Wilson2011-02-141-1/+4
|\ \ | |/
| * Fail parsing if there's text outside the document element.Jesse Wilson2011-02-141-1/+4
* | Most callers of toLowerCase/toUpperCase should pass Locale.US to avoid proble...Elliott Hughes2011-01-131-7/+6
|/
* Capture the DTD body while it is being parsed.Jesse Wilson2010-12-201-12/+36
* Fix a bunch of javac -Xlint warnings in our code.Elliott Hughes2010-12-082-13/+7
* The last of the Kxml correctness fixes for Expat compatibility.Jesse Wilson2010-11-301-9/+33
* Fix XML DOM test failures and close guard warnings.Jesse Wilson2010-11-291-28/+77
* Resolve entity values recursively and support default attributes.Jesse Wilson2010-11-281-55/+214
* Implement DTD parsing in KxmlParser.Jesse Wilson2010-11-231-72/+406
* Change KxmlParser.next() to use one while loop instead of two.Jesse Wilson2010-11-201-121/+137
* Fix problems with entity references and relaxed namespaces.Jesse Wilson2010-11-191-29/+29
* Merge "Fix a typo in the XmlPullParser example." into dalvik-devJesse Wilson2010-11-171-1/+1
|\
| * Fix a typo in the XmlPullParser example.Jesse Wilson2010-11-141-1/+1
* | Add interning to KxmlPullParser.Jesse Wilson2010-11-161-4/+7
|/
* Optimize KxmlParser.Jesse Wilson2010-11-122-523/+664
* Style cleanup of some XML code.Jesse Wilson2010-11-042-449/+353
* am 3d667044: am 16b704e4: add meta-files about 3rd party projectsThe Android Open Source Project2010-07-163-0/+27
|\
| * add meta-files about 3rd party projectsThe Android Open Source Project2010-07-163-0/+27
| * Delete duplicate test files for JDK 1.6 compatibility.Jake Hamby2010-05-278-340/+0
* | Remove the luni localized exception messages.Elliott Hughes2010-05-241-1/+1
* | Remove more localized exception messages.Elliott Hughes2010-05-212-14/+12
* | Remove all trailing whitespace from the dalvik team-maintained parts of libcore.Elliott Hughes2010-05-138-131/+131
* | Convert tabs to spaces.Elliott Hughes2010-05-131-61/+55
* | Merge awt-kernel, icu, luni-kernel, prefs, security-kernel, x-net into luniPeter Hallam2010-05-04847-247192/+0
* | Fixing reset() on SAXParser and DocumentBuilder, and cleaning up nearby tests.Jesse Wilson2010-04-204-18/+40
* | Move the libcore registration out of libnativehelpers and into libcore.Elliott Hughes2010-04-161-5/+1
* | Fix a bug, and protect against an unrelated class of bugs.Elliott Hughes2010-03-291-0/+4
* | Merge "Tweak our test & runner so XPath tests can be executed on Hudson." int...Jesse Wilson2010-03-291-3/+3
|\ \
| * | Tweak our test & runner so XPath tests can be executed on Hudson.Jesse Wilson2010-03-291-3/+3
* | | Merge commit '8812fdd7' into manualmergeJesse Wilson2010-03-2913-72/+65
|\ \ \ | |/ / |/| / | |/
| * Fixing tests to handle changes in our behaviour since DOM 3.Jesse Wilson2010-03-2613-73/+65
* | Remove explicit 8192 arguments to BufferedReader and friends.Elliott Hughes2010-03-231-4/+1
* | Remove all remaining "@since Android" tags.Elliott Hughes2010-03-225-12/+3
* | am 7713b900: Merge "Fixing namespace+prefix mode in Expat and removing option...Jesse Wilson2010-03-194-3/+179
|\ \ | |/
| * Fixing namespace+prefix mode in Expat and removing optional fields from callb...Jesse Wilson2010-03-194-3/+179
* | am 31275264: Fixing 10 of the XPath failures caused by a malformed Document.Jesse Wilson2010-03-172-4/+25
|\ \ | |/
| * Fixing 10 of the XPath failures caused by a malformed Document.Jesse Wilson2010-03-172-4/+25
* | Fixing an import of a JUnit class that isn't available in dalvik-dev.Jesse Wilson2010-03-171-11/+0