summaryrefslogtreecommitdiffstats
path: root/xml
Commit message (Collapse)AuthorAgeFilesLines
* Use jniThrowException instead of FindClass/ThrowNew.Elliott Hughes2009-10-011-18/+6
| | | | | | Always use our best-of-breed code for throwing exceptions. The remaining callers of Throw have good reason, and the only caller of ThrowNew is now JNIHelp.c (jniThrowException) itself.
* Fix Node.getNextSibling bounds checking.Elliott Hughes2009-09-255-3/+50
| | | | | | | | | | | Obvious copy & paste error in InnerNodeImpl compared to LeafNodeImpl, plus new test. I've also fixed a typo that annoys me whenever I look at the XML test results, and removed a KnownFailure for a test that passes (and has been passing for some time). Bug: 779
* Use GetStringRegion/GetStringUTFRegion where appropriate.Elliott Hughes2009-09-101-20/+6
| | | | | | | | | | | Note that the changes to DecimalFormatInterface.cpp and RBNFInterface.cpp are just minor tidy-ups, fixing an issue where the early error exit wouldn't call ReleaseStringChars to undo the earlier call to GetStringChars. Also remove a dead function and fix a comment in ExpatParser.cpp. Tested on sapphire-eng. Bug: 1639287
* Merge change 9368Android Code Review2009-08-281-1/+1
|\ | | | | | | | | * changes: libcore/.../rg_apache_harmony_xml_ExpatParser: in C++, the return type of strchr(const char*) is 'const char*' instead of 'char *'.
| * libcore/.../rg_apache_harmony_xml_ExpatParser: in C++, the return typeScott Tsai2009-03-241-1/+1
| | | | | | | | | | | | | | | | of strchr(const char*) is 'const char*' instead of 'char *'. C++ overloads string functions so that strchr(char*) returns 'char*' and strchr(const char*) returns 'const char*'. This patch fixes an "invalid conversion from ‘const char*’ to ‘char*’" error when building with gcc-4.4.
* | AI 147687: Several fixes for failing tests in the cts host. also tests that ↵Urs Grob2009-04-242-49/+62
| | | | | | | | | | | | | | | | | | | | timeout are now marked with BrokenTest to exclude them for the time being until we have a way to execute them. BUG=1285921 Automated import of CL 147687
* | AI 146132: Fixes from the review of 'Bringing XML down to one broken test.'Urs Grob2009-04-142-26/+33
| | | | | | | | | | | | BUG=1285921 Automated import of CL 146132
* | AI 144822: Bringing XML down to one broken test.Jorg Pleumann2009-04-072-38/+36
| | | | | | | | | | | | BUG=1285921 Automated import of CL 144822
* | AI 143454: Temporarily removing the Expat test from the XMLJorg Pleumann2009-03-301-1/+2
| | | | | | | | | | | | | | test suite, so it can be run on the RI as well. BUG=1285921 Automated import of CL 143454
* | 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