summaryrefslogtreecommitdiff
path: root/luni/src/test/java/libcore/xml
Commit message (Expand)AuthorAgeFilesLines
* Inclusive Language Fixit: Replace dummy with fakePaul Duffin2020-07-281-2/+2
* Rename org.kxml2 code to com.android.org.kxml2Neil Fuller2018-07-114-5/+5
* Automated: Canonicalize spelling of Android-changed across libcoreTobias Thierer2017-03-061-1/+1
* Update tests to match behavior of expat 2.2.0Paul Duffin2017-02-281-6/+8
* Fix 58 libcore tests that caught "expected" Exceptions but didn't fail()Tobias Thierer2016-09-061-0/+3
* Merge \"Tidy up MockWebServer usage\"Neil Fuller2016-06-291-0/+1
|\
| * Tidy up MockWebServer usageNeil Fuller2016-06-291-0/+1
* | Add tests for security vulnerability CVE-2016-0718Paul Duffin2016-05-241-0/+49
|/
* Fix PullParser reuse regressionNeil Fuller2015-08-271-4/+18
* Handle whitespaces after DOCTYPE elementWojciech Staszkiewicz2015-05-061-0/+16
* Improve support for non-BMP characters in XML.Elliott Hughes2014-10-181-9/+66
* Fix compatibility issues in XmlPullParserFactory.Narayan Kamath2014-02-131-1/+341
* Simplify code in XmlPullParserFactory.Narayan Kamath2013-10-171-0/+34
* Fix unexpected EOF handling by KXmlParser.Vladimir Marko2013-06-281-0/+34
* Fix InnerNodeImpl.insertBefore.Elliott Hughes2012-11-261-0/+13
* Add a test for KxmlSerializer attributes with whitespace chars.Jesse Wilson2012-08-011-10/+120
* Tests to demonstrate that KxmlSerializer and DOM writing both work.Jesse Wilson2012-08-012-0/+132
* Remove run-core-tests from known failures.Jesse Wilson2012-01-034-17/+0
* Warn about a fixed bug in XmlPullParser.nextText()Jesse Wilson2011-11-111-0/+22
* Add another test to demonstrate that getElementsByTagName works.Jesse Wilson2011-06-241-1/+8
* Use external/mockwebserver in libcoreJesse Wilson2011-06-071-2/+2
* Merge "Fix some failing XML tests." into dalvik-devJesse Wilson2011-05-171-80/+24
|\
| * Fix some failing XML tests.Jesse Wilson2011-05-171-80/+24
* | am 5d284194: am a0376753: am 6ce8e6ee: Skip BOM characters even with an expli...Jesse Wilson2011-05-172-1/+57
|\ \ | |/ |/|
| * Skip BOM characters even with an explicit charset.Jesse Wilson2011-05-161-1/+26
* | Merge "Fix CloseGuard warning in XsltXPathConformanceTestSuite." into dalvik-devJesse Wilson2011-04-151-28/+27
|\ \
| * | Fix CloseGuard warning in XsltXPathConformanceTestSuite.Jesse Wilson2011-02-211-28/+28
* | | Permit general and parameter entity features to be disabled for Expat SAX.Jesse Wilson2011-03-281-7/+106
* | | Rescue some XML tests to a libcore.xml package.Jesse Wilson2011-03-287-0/+3053
* | | Fix closeguard warning in XsltXPathConformanceTestSuiteJesse Wilson2011-03-071-0/+1
|/ /
* | Merge commit '995a3842' into manualmergeJesse Wilson2011-02-142-74/+54
|\|
| * Fail parsing if there's text outside the document element.Jesse Wilson2011-02-142-74/+54
* | Remove the ExpatPullParser.Jesse Wilson2011-01-092-53/+0
|/
* Capture the DTD body while it is being parsed.Jesse Wilson2010-12-202-11/+49
* The last of the Kxml correctness fixes for Expat compatibility.Jesse Wilson2010-11-302-25/+34
* Fix XML DOM test failures and close guard warnings.Jesse Wilson2010-11-291-13/+53
* Resolve entity values recursively and support default attributes.Jesse Wilson2010-11-283-5/+136
* Implement DTD parsing in KxmlParser.Jesse Wilson2010-11-231-0/+37
* Test the behavior of pull parser DTD parsing / handling.Jesse Wilson2010-11-224-34/+393
* Move XML parser tests out of apache/harmony/xml.Jesse Wilson2010-11-227-0/+2591