1. 927cab4 Add TEST_MAPPINGs for XML-related libcore packages. by Pete Gillin · 4 years, 9 months ago
  2. ca12b52 XmlPullParser docs: getColumnNumber() is 1-based. by Tobias Thierer · 5 years ago
  3. 458d8cb Rename org.kxml2 code to com.android.org.kxml2 by Neil Fuller · 6 years ago
  4. 5d175dd Automated: Canonicalize spelling of Android-changed across libcore by Tobias Thierer · 7 years ago
  5. 669ab961 Fix @link references to classes not in the public API by Neil Fuller · 9 years ago
  6. 8cfc479 Fix PullParser reuse regression by Neil Fuller · 9 years ago
  7. de7e8c4 Fix typo in javadoc. by Narayan Kamath · 9 years ago
  8. d343b15 Handle whitespaces after DOCTYPE element by Wojciech Staszkiewicz · 9 years ago
  9. c3dc3f7 Add buffering to KXmlSerializer by Wojciech Staszkiewicz · 9 years ago
  10. 3f1a5eb Improve support for non-BMP characters in XML. by Elliott Hughes · 10 years ago
  11. c88d34a Fix typo. by Elliott Hughes · 10 years ago
  12. 34543a9 Fix compatibility issues in XmlPullParserFactory. by Narayan Kamath · 10 years ago
  13. c9b4e40 Fix a javadoc typo. by Elliott Hughes · 11 years ago
  14. abd0b0a Fix build. by Narayan Kamath · 11 years ago
  15. 0363556 Simplify code in XmlPullParserFactory. by Narayan Kamath · 11 years ago
  16. 0424d12 Get stricter about DOCTYPEs. by Narayan Kamath · 11 years ago
  17. 9349ec0 Fix unexpected EOF handling by KXmlParser. by Vladimir Marko · 11 years ago
  18. cff1616 Add detail messages to all the easy IllegalArgumentException cases. by Elliott Hughes · 12 years ago
  19. e6281f0 Remove obsolete ThirdPartyProject.prop files. by Elliott Hughes · 12 years ago
  20. 10be789 Add a test for KxmlSerializer attributes with whitespace chars. by Jesse Wilson · 13 years ago
  21. f1a7fc1 Use weasel words to cover changed behavior around END_DOCUMENT. by Jesse Wilson · 12 years ago
  22. 59aa663 Fix a minor documentation bug in XmlPullParser. by Elliott Hughes · 12 years ago
  23. 48d7dba Warn about a fixed bug in XmlPullParser.nextText() by Jesse Wilson · 13 years ago
  24. 7f3370f am 5d284194: am a0376753: am 6ce8e6ee: Skip BOM characters even with an explicit charset. by Jesse Wilson · 13 years ago
  25. 6ce8e6e Skip BOM characters even with an explicit charset. by Jesse Wilson · 13 years ago
  26. 97793e0 Remove all the remaining AllTests cruft. by Elliott Hughes · 13 years ago
  27. 9c32421 Fix more FindBugs warnings: DM_BOOLEAN_CTOR. by Elliott Hughes · 13 years ago
  28. 8216dc1 Remove most of our remaining non-API StringBuffer usage. by Elliott Hughes · 13 years ago
  29. 6aa068b Fix various FindBugs warnings. by Elliott Hughes · 13 years ago
  30. 6964eff Merge commit '995a3842' into manualmerge by Jesse Wilson · 13 years ago
  31. 995a384 Fail parsing if there's text outside the document element. by Jesse Wilson · 13 years ago
  32. 78e3320 Most callers of toLowerCase/toUpperCase should pass Locale.US to avoid problems in Turkey. by Elliott Hughes · 13 years ago
  33. 38e84b8 Capture the DTD body while it is being parsed. by Jesse Wilson · 13 years ago
  34. 866e7ae Fix a bunch of javac -Xlint warnings in our code. by Elliott Hughes · 14 years ago
  35. 7735337 The last of the Kxml correctness fixes for Expat compatibility. by Jesse Wilson · 14 years ago
  36. 086fd02 Fix XML DOM test failures and close guard warnings. by Jesse Wilson · 14 years ago
  37. 76c8588 Resolve entity values recursively and support default attributes. by Jesse Wilson · 14 years ago
  38. 7fac047 Implement DTD parsing in KxmlParser. by Jesse Wilson · 14 years ago
  39. bbf35ec Change KxmlParser.next() to use one while loop instead of two. by Jesse Wilson · 14 years ago
  40. 3b8cee4 Fix problems with entity references and relaxed namespaces. by Jesse Wilson · 14 years ago
  41. 3233442 Merge "Fix a typo in the XmlPullParser example." into dalvik-dev by Jesse Wilson · 14 years ago
  42. a78c2aa Add interning to KxmlPullParser. by Jesse Wilson · 14 years ago
  43. 786a6ea Fix a typo in the XmlPullParser example. by Jesse Wilson · 14 years ago
  44. fda724d Optimize KxmlParser. by Jesse Wilson · 14 years ago
  45. ccd79e2 Style cleanup of some XML code. by Jesse Wilson · 14 years ago
  46. 821886e am 3d667044: am 16b704e4: add meta-files about 3rd party projects by The Android Open Source Project · 14 years ago
  47. 16b704e add meta-files about 3rd party projects by The Android Open Source Project · 14 years ago
  48. 1bd949e Delete duplicate test files for JDK 1.6 compatibility. by Jake Hamby · 14 years ago
  49. b139687 Remove the luni localized exception messages. by Elliott Hughes · 14 years ago
  50. 80a7fba Remove more localized exception messages. by Elliott Hughes · 14 years ago
  51. f33eae7 Remove all trailing whitespace from the dalvik team-maintained parts of libcore. by Elliott Hughes · 14 years ago
  52. d21d78f Convert tabs to spaces. by Elliott Hughes · 14 years ago
  53. 6b811c5 Merge awt-kernel, icu, luni-kernel, prefs, security-kernel, x-net into luni by Peter Hallam · 14 years ago
  54. 81bcd5c Fixing reset() on SAXParser and DocumentBuilder, and cleaning up nearby tests. by Jesse Wilson · 14 years ago
  55. c08f9fb Move the libcore registration out of libnativehelpers and into libcore. by Elliott Hughes · 14 years ago
  56. 7ca6fd0 Fix a bug, and protect against an unrelated class of bugs. by Elliott Hughes · 14 years ago
  57. efd1ee3 Merge "Tweak our test & runner so XPath tests can be executed on Hudson." into dalvik-dev by Jesse Wilson · 14 years ago
  58. f6b4efa Tweak our test & runner so XPath tests can be executed on Hudson. by Jesse Wilson · 14 years ago
  59. 6e94ca6 Merge commit '8812fdd7' into manualmerge by Jesse Wilson · 14 years ago
  60. 5ab82b7 Fixing tests to handle changes in our behaviour since DOM 3. by Jesse Wilson · 14 years ago
  61. b748a9b Remove explicit 8192 arguments to BufferedReader and friends. by Elliott Hughes · 14 years ago
  62. d1c610c Remove all remaining "@since Android" tags. by Elliott Hughes · 14 years ago
  63. 69f16dc am 7713b900: Merge "Fixing namespace+prefix mode in Expat and removing optional fields from callbacks." by Jesse Wilson · 14 years ago
  64. 4a5c3fd Fixing namespace+prefix mode in Expat and removing optional fields from callbacks. by Jesse Wilson · 14 years ago
  65. b4d5b94 am 31275264: Fixing 10 of the XPath failures caused by a malformed Document. by Jesse Wilson · 14 years ago
  66. 03d1c30 Fixing 10 of the XPath failures caused by a malformed Document. by Jesse Wilson · 14 years ago
  67. da80cad Fixing an import of a JUnit class that isn't available in dalvik-dev. by Jesse Wilson · 14 years ago
  68. 55b6240 am f6976780: Merge "Exercising our XPath implementation with 279 of Jaxen\'s tests." by Jesse Wilson · 14 years ago
  69. ff03392 Exercising our XPath implementation with 279 of Jaxen's tests. by Jesse Wilson · 14 years ago
  70. a2993c4 am 27182541: Implementing Document.renameNode() and DOMImplementation.getFeature(). by Jesse Wilson · 14 years ago
  71. 503917e Implementing Document.renameNode() and DOMImplementation.getFeature(). by Jesse Wilson · 14 years ago
  72. 8be26d9 am 92e01317: Adding support for DOM3 attribute IDs and SchemaTypeInfos. by Jesse Wilson · 14 years ago
  73. 5b6729b Adding support for DOM3 attribute IDs and SchemaTypeInfos. by Jesse Wilson · 14 years ago
  74. 1e6bc5d am 6f9b4d2b: Merge "Implementing getBaseUri() for DOM." by Jesse Wilson · 14 years ago
  75. 302f069 Implementing getBaseUri() for DOM. by Jesse Wilson · 14 years ago
  76. 1d434c4 am 5c6839b2: Merge "Implement adoptNode() and importNode()." by Jesse Wilson · 14 years ago
  77. df138fa Implement adoptNode() and importNode(). by Jesse Wilson · 14 years ago
  78. a48356a am 631bbbff: Merge "Adding support for getUserData() and setUserData() to DOM nodes." by Jesse Wilson · 14 years ago
  79. 8b2f7a2 Adding support for getUserData() and setUserData() to DOM nodes. by Jesse Wilson · 14 years ago
  80. 319483b am acf4a11b: Merge "Implementing almost all of Document.normalizeDocument()." by Jesse Wilson · 14 years ago
  81. 8092253 Implementing almost all of Document.normalizeDocument(). by Jesse Wilson · 14 years ago
  82. e2ef3a2 am ad71aa20: Merge "New implementation for DOMConfiguration." by Jesse Wilson · 14 years ago
  83. 81ca3dd4 New implementation for DOMConfiguration. by Jesse Wilson · 14 years ago
  84. c34514e am dd55f1bb: Merge "Adding tests to parse document attributes from the DOM." by Jesse Wilson · 14 years ago
  85. d94a862 am 4795e033: Merge "Implementing still more DOM API for text nodes. - Text.isElementContentWhitespace() - Text.getWholeText() - Text.replaceWholeText()" by Jesse Wilson · 14 years ago
  86. 5213a38 Adding tests to parse document attributes from the DOM. by Jesse Wilson · 14 years ago
  87. bda224d Implementing still more DOM API for text nodes. by Jesse Wilson · 14 years ago
  88. e2a6f77 Merge remote branch 'goog/master' into mm by Elliott Hughes · 14 years ago
  89. 35d7c08 More XML DOM v3 APIs. by Jesse Wilson · 14 years ago
  90. ea5adee DOM setTextContent() tests and implementation fixes. by Jesse Wilson · 14 years ago
  91. 7ee3a06 Resync a load of tests with upstream, make our build faster. by Elliott Hughes · 14 years ago
  92. 1ec94fe Filling in some gaps in our XML DOM v3 API. by Jesse Wilson · 14 years ago
  93. 0233201 Removing unnecessary org.w3c.dom subpackages by Jesse Wilson · 14 years ago
  94. 2f4bbf1 Fixing problems with the test runner's ability to parse expected results files. by Jesse Wilson · 14 years ago
  95. 2e4c40c Fixing some of our XSLT implementation issues. by Jesse Wilson · 14 years ago
  96. 307a6a0 Remove obviously bogus @KnownFailure annotations. by Elliott Hughes · 14 years ago
  97. 326600b Merge "A new test suite for our XSLT transforms." by Jesse Wilson · 14 years ago
  98. 23290a0 A new test suite for our XSLT transforms. by Jesse Wilson · 14 years ago
  99. c369827 Restore our ability to parse an XML Document given a File argument by Jesse Wilson · 14 years ago
  100. c7f73a8 Remove @KnownFailure from tests that now pass. by Elliott Hughes · 14 years ago