summaryrefslogtreecommitdiffstats
path: root/xml
Commit message (Expand)AuthorAgeFilesLines
* Fix KXmlSerializer so it won't generate invalid XML.Elliott Hughes2009-11-183-36/+135
* Various XML fixes.Elliott Hughes2009-11-175-29/+52
* Merge change If8e2929aAndroid (Google) Code Review2009-11-161-20/+15
|\
| * Don't allocate arbitrary-length buffers on the stack.Elliott Hughes2009-11-131-20/+15
* | Remove org.kxml2.wap.Elliott Hughes2009-11-136-2701/+0
|/
* Fix typos in the XmlPullParser documentation.Elliott Hughes2009-11-111-26/+25
* Fix DOM parsing of character references/entities.Elliott Hughes2009-11-101-5/+41
* Bring our kxml2 up to date with upstream.Elliott Hughes2009-11-092-262/+319
* Our XML serializer permits \0, resulting in malformed documents.Jesse Wilson2009-11-064-1/+111
* Fix a few FindBugs warnings in code that isn't upstream.Elliott Hughes2009-10-271-3/+1
* A new hygenic way for tests to clean up before or after execution.Jesse Wilson2009-10-256-12/+38
* JNI Delete* and Release* _are_ allowed while an exception is pending.Elliott Hughes2009-10-071-41/+3
* Use jniThrowException instead of FindClass/ThrowNew.Elliott Hughes2009-10-011-18/+6
* Fix Node.getNextSibling bounds checking.Elliott Hughes2009-09-255-3/+50
* Use GetStringRegion/GetStringUTFRegion where appropriate.Elliott Hughes2009-09-101-20/+6
* Merge change 9368Android Code Review2009-08-281-1/+1
|\
| * libcore/.../rg_apache_harmony_xml_ExpatParser: in C++, the return typeScott Tsai2009-03-241-1/+1
* | AI 147687: Several fixes for failing tests in the cts host. also tests that t...Urs Grob2009-04-242-49/+62
* | AI 146132: Fixes from the review of 'Bringing XML down to one broken test.'Urs Grob2009-04-142-26/+33
* | AI 144822: Bringing XML down to one broken test.Jorg Pleumann2009-04-072-38/+36
* | AI 143454: Temporarily removing the Expat test from the XMLJorg Pleumann2009-03-301-1/+2
* | auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-03264-0/+55779
* | auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-03264-55779/+0
|/
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-152-15/+9
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-09110-3282/+9644
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-1794-944/+4224
* Initial ContributionThe Android Open Source Project2008-10-21227-0/+46143