1. b7f065f Merge RP1A.191024.001 by Steven Laver · 4 years, 7 months ago
  2. 927cab4 Add TEST_MAPPINGs for XML-related libcore packages. by Pete Gillin · 4 years, 8 months ago
  3. 38bff89 Merge RP1A.190528.001 by Steven Laver · 4 years, 10 months ago
  4. ca12b52 XmlPullParser docs: getColumnNumber() is 1-based. by Tobias Thierer · 5 years ago
  5. 2bc7c58 Merge QP1A.180823.001 by Michael Schwartz · 6 years ago
  6. 458d8cb Rename org.kxml2 code to com.android.org.kxml2 by Neil Fuller · 6 years ago
  7. 267a540 XML Pull Parser optimizations by Kevin Hart · 8 years ago
  8. 5d175dd Automated: Canonicalize spelling of Android-changed across libcore by Tobias Thierer · 7 years ago
  9. 669ab961 Fix @link references to classes not in the public API by Neil Fuller · 9 years ago
  10. 8cfc479 Fix PullParser reuse regression by Neil Fuller · 9 years ago
  11. de7e8c4 Fix typo in javadoc. by Narayan Kamath · 9 years ago
  12. d343b15 Handle whitespaces after DOCTYPE element by Wojciech Staszkiewicz · 9 years ago
  13. c3dc3f7 Add buffering to KXmlSerializer by Wojciech Staszkiewicz · 9 years ago
  14. 3f1a5eb Improve support for non-BMP characters in XML. by Elliott Hughes · 10 years ago
  15. c88d34a Fix typo. by Elliott Hughes · 10 years ago
  16. 34543a9 Fix compatibility issues in XmlPullParserFactory. by Narayan Kamath · 10 years ago
  17. c9b4e40 Fix a javadoc typo. by Elliott Hughes · 10 years ago
  18. abd0b0a Fix build. by Narayan Kamath · 11 years ago
  19. 0363556 Simplify code in XmlPullParserFactory. by Narayan Kamath · 11 years ago
  20. 0424d12 Get stricter about DOCTYPEs. by Narayan Kamath · 11 years ago
  21. 9349ec0 Fix unexpected EOF handling by KXmlParser. by Vladimir Marko · 11 years ago
  22. cff1616 Add detail messages to all the easy IllegalArgumentException cases. by Elliott Hughes · 11 years ago
  23. e6281f0 Remove obsolete ThirdPartyProject.prop files. by Elliott Hughes · 12 years ago
  24. 10be789 Add a test for KxmlSerializer attributes with whitespace chars. by Jesse Wilson · 12 years ago
  25. f1a7fc1 Use weasel words to cover changed behavior around END_DOCUMENT. by Jesse Wilson · 12 years ago
  26. 59aa663 Fix a minor documentation bug in XmlPullParser. by Elliott Hughes · 12 years ago
  27. 48d7dba Warn about a fixed bug in XmlPullParser.nextText() by Jesse Wilson · 13 years ago
  28. 7f3370f am 5d284194: am a0376753: am 6ce8e6ee: Skip BOM characters even with an explicit charset. by Jesse Wilson · 13 years ago
  29. 6ce8e6e Skip BOM characters even with an explicit charset. by Jesse Wilson · 13 years ago
  30. 9c32421 Fix more FindBugs warnings: DM_BOOLEAN_CTOR. by Elliott Hughes · 13 years ago
  31. 8216dc1 Remove most of our remaining non-API StringBuffer usage. by Elliott Hughes · 13 years ago
  32. 6aa068b Fix various FindBugs warnings. by Elliott Hughes · 13 years ago
  33. 6964eff Merge commit '995a3842' into manualmerge by Jesse Wilson · 13 years ago
  34. 995a384 Fail parsing if there's text outside the document element. by Jesse Wilson · 13 years ago
  35. 78e3320 Most callers of toLowerCase/toUpperCase should pass Locale.US to avoid problems in Turkey. by Elliott Hughes · 13 years ago
  36. 38e84b8 Capture the DTD body while it is being parsed. by Jesse Wilson · 13 years ago
  37. 866e7ae Fix a bunch of javac -Xlint warnings in our code. by Elliott Hughes · 13 years ago
  38. 7735337 The last of the Kxml correctness fixes for Expat compatibility. by Jesse Wilson · 13 years ago
  39. 086fd02 Fix XML DOM test failures and close guard warnings. by Jesse Wilson · 13 years ago
  40. 76c8588 Resolve entity values recursively and support default attributes. by Jesse Wilson · 14 years ago
  41. 7fac047 Implement DTD parsing in KxmlParser. by Jesse Wilson · 14 years ago
  42. bbf35ec Change KxmlParser.next() to use one while loop instead of two. by Jesse Wilson · 14 years ago
  43. 3b8cee4 Fix problems with entity references and relaxed namespaces. by Jesse Wilson · 14 years ago
  44. 3233442 Merge "Fix a typo in the XmlPullParser example." into dalvik-dev by Jesse Wilson · 14 years ago
  45. a78c2aa Add interning to KxmlPullParser. by Jesse Wilson · 14 years ago
  46. 786a6ea Fix a typo in the XmlPullParser example. by Jesse Wilson · 14 years ago
  47. fda724d Optimize KxmlParser. by Jesse Wilson · 14 years ago
  48. ccd79e2 Style cleanup of some XML code. by Jesse Wilson · 14 years ago
  49. 821886e am 3d667044: am 16b704e4: add meta-files about 3rd party projects by The Android Open Source Project · 14 years ago
  50. 16b704e add meta-files about 3rd party projects by The Android Open Source Project · 14 years ago
  51. b139687 Remove the luni localized exception messages. by Elliott Hughes · 14 years ago
  52. 80a7fba Remove more localized exception messages. by Elliott Hughes · 14 years ago
  53. f33eae7 Remove all trailing whitespace from the dalvik team-maintained parts of libcore. by Elliott Hughes · 14 years ago
  54. d21d78f Convert tabs to spaces. by Elliott Hughes · 14 years ago
  55. 6b811c5 Merge awt-kernel, icu, luni-kernel, prefs, security-kernel, x-net into luni by Peter Hallam · 14 years ago
  56. 81bcd5c Fixing reset() on SAXParser and DocumentBuilder, and cleaning up nearby tests. by Jesse Wilson · 14 years ago
  57. b748a9b Remove explicit 8192 arguments to BufferedReader and friends. by Elliott Hughes · 14 years ago
  58. d1c610c Remove all remaining "@since Android" tags. by Elliott Hughes · 14 years ago
  59. 4a5c3fd Fixing namespace+prefix mode in Expat and removing optional fields from callbacks. by Jesse Wilson · 14 years ago
  60. 03d1c30 Fixing 10 of the XPath failures caused by a malformed Document. by Jesse Wilson · 14 years ago
  61. 503917e Implementing Document.renameNode() and DOMImplementation.getFeature(). by Jesse Wilson · 14 years ago
  62. 5b6729b Adding support for DOM3 attribute IDs and SchemaTypeInfos. by Jesse Wilson · 14 years ago
  63. 302f069 Implementing getBaseUri() for DOM. by Jesse Wilson · 14 years ago
  64. df138fa Implement adoptNode() and importNode(). by Jesse Wilson · 14 years ago
  65. 8b2f7a2 Adding support for getUserData() and setUserData() to DOM nodes. by Jesse Wilson · 14 years ago
  66. 8092253 Implementing almost all of Document.normalizeDocument(). by Jesse Wilson · 14 years ago
  67. 81ca3dd4 New implementation for DOMConfiguration. by Jesse Wilson · 14 years ago
  68. 5213a38 Adding tests to parse document attributes from the DOM. by Jesse Wilson · 14 years ago
  69. bda224d Implementing still more DOM API for text nodes. by Jesse Wilson · 14 years ago
  70. 35d7c08 More XML DOM v3 APIs. by Jesse Wilson · 14 years ago
  71. ea5adee DOM setTextContent() tests and implementation fixes. by Jesse Wilson · 14 years ago
  72. 1ec94fe Filling in some gaps in our XML DOM v3 API. by Jesse Wilson · 14 years ago
  73. 0233201 Removing unnecessary org.w3c.dom subpackages by Jesse Wilson · 14 years ago
  74. 2f4bbf1 Fixing problems with the test runner's ability to parse expected results files. by Jesse Wilson · 14 years ago
  75. 2e4c40c Fixing some of our XSLT implementation issues. by Jesse Wilson · 14 years ago
  76. c369827 Restore our ability to parse an XML Document given a File argument by Jesse Wilson · 14 years ago
  77. 52c57a8 Fix warnings in the new XML code. by Elliott Hughes · 14 years ago
  78. 71c6f9e Removing dead code from our copy of Xalan. by Jesse Wilson · 14 years ago
  79. 320c989 Bring our XML APIs up to date with Java 5. by Jesse Wilson · 14 years ago
  80. f787a87 Depessimize string conversions. by Elliott Hughes · 14 years ago
  81. c9b92b4 Implement DTDHandler support for ExpatParser. by Elliott Hughes · 14 years ago
  82. ff42219 Fix KXmlSerializer so it won't generate invalid XML. by Elliott Hughes · 15 years ago
  83. 6bcf32a Various XML fixes. by Elliott Hughes · 15 years ago
  84. c78af99 Remove org.kxml2.wap. by Elliott Hughes · 15 years ago
  85. 87806e1 Fix typos in the XmlPullParser documentation. by Elliott Hughes · 15 years ago
  86. af74d49 Fix DOM parsing of character references/entities. by Elliott Hughes · 15 years ago
  87. b211e13 Bring our kxml2 up to date with upstream. by Elliott Hughes · 15 years ago
  88. f54136e Fix a few FindBugs warnings in code that isn't upstream. by Elliott Hughes · 15 years ago
  89. ab37211 Fix Node.getNextSibling bounds checking. by Elliott Hughes · 15 years ago
  90. adc854b auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  91. 1c0fed6 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  92. d94c06c auto import from //branches/cupcake/...@126645 by The Android Open Source Project · 15 years ago
  93. dd828f4 Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 15 years ago
  94. fdb2704 Initial Contribution by The Android Open Source Project · 16 years ago