summaryrefslogtreecommitdiffstats
path: root/libcore
Commit message (Expand)AuthorAgeFilesLines
...
* | | Implementing Document.renameNode() and DOMImplementation.getFeature().Jesse Wilson2010-03-157-100/+228
* | | Increase the SHORT_DELAY amount in the JSR166 test.Ben Cheng2010-03-141-1/+4
|/ /
* | Adding an Apache-licensed implementation of org.jsonJesse Wilson2010-03-126-0/+0
* | Removing the non-free org.json implementationJesse Wilson2010-03-125-2662/+0
* | Merge "A cleanroom implementation of the org.json API."Jesse Wilson2010-03-1213-161/+2362
|\ \
| * | A cleanroom implementation of the org.json API.Jesse Wilson2010-03-1213-161/+2362
| |/
* | Add a native method dalvik.system.VMDebug.infopoint(int id).Ben Cheng2010-03-121-0/+8
* | Adding support for DOM3 attribute IDs and SchemaTypeInfos.Jesse Wilson2010-03-114-12/+107
|/
* Merge "Implementing getBaseUri() for DOM."Jesse Wilson2010-03-112-29/+212
|\
| * Implementing getBaseUri() for DOM.Jesse Wilson2010-03-112-29/+212
* | remove System.*.println when ddm dispatch fails.Xavier Ducrohet2010-03-101-3/+0
|/
* Merge "New tests for JSONObject and for JSON's self-use."Jesse Wilson2010-03-105-7/+1090
|\
| * New tests for JSONObject and for JSON's self-use.Jesse Wilson2010-03-105-7/+1090
* | Work around droiddoc bug http://b/2022288.Elliott Hughes2010-03-091-3/+3
* | Another go at making droiddoc as happy as javadoc...Elliott Hughes2010-03-091-1/+1
* | Fix javadoc errors.Elliott Hughes2010-03-092-2/+2
* | Merge "Print errors encountered while writing XML reports"Jesse Wilson2010-03-091-1/+2
|\ \
| * | Print errors encountered while writing XML reportsJesse Wilson2010-03-091-1/+2
| |/
* | Merge "Implement adoptNode() and importNode()."Jesse Wilson2010-03-095-132/+432
|\ \
| * | Implement adoptNode() and importNode().Jesse Wilson2010-03-095-132/+432
| |/
* | Merge "Minor documentation improvements."Elliott Hughes2010-03-0919-147/+212
|\ \
| * | Minor documentation improvements.Elliott Hughes2010-03-0919-147/+212
* | | Merge "Fix certimport.sh to check for Bouncy Castle provider installation (an...Brian Carlstrom2010-03-091-4/+32
|\ \ \ | |_|/ |/| |
| * | Fix certimport.sh to check for Bouncy Castle provider installation (and add 1...Brian Carlstrom2010-03-091-4/+32
| |/
* | Merge "Adding support for getUserData() and setUserData() to DOM nodes."Jesse Wilson2010-03-0810-28/+199
|\ \ | |/ |/|
| * Adding support for getUserData() and setUserData() to DOM nodes.Jesse Wilson2010-03-0810-28/+199
* | Merge "Fix server side SSLEngine ServerKeyExchange signature."Costin Manolache2010-03-052-26/+30
|\ \
| * | Fix server side SSLEngine ServerKeyExchange signature.Costin Manolache2010-03-052-26/+30
* | | Merge "Implementing the Java 7 APIs for DeflaterOutputStreams."Jesse Wilson2010-03-055-16/+295
|\ \ \ | |/ / |/| |
| * | Implementing the Java 7 APIs for DeflaterOutputStreams.Jesse Wilson2010-03-055-16/+295
| |/
* | Prevent java.text.Normalizer from getting a default constructor.Elliott Hughes2010-03-031-0/+2
* | Don't call a method that can be overridden from File's constructors.Elliott Hughes2010-03-032-1/+19
* | Use assertEquals rather than assertTrue/assertFalse.Elliott Hughes2010-03-021-23/+9
* | Add our home-grown Normalizer tests.Elliott Hughes2010-03-022-0/+100
|/
* Merge "Implement (but @hide) java.text.Normalizer from Java 6."Elliott Hughes2010-03-017-0/+363
|\
| * Implement (but @hide) java.text.Normalizer from Java 6.Elliott Hughes2010-03-017-0/+363
* | Implementing almost all of Document.normalizeDocument().Jesse Wilson2010-03-0110-48/+446
|/
* Merge "New implementation for DOMConfiguration."Jesse Wilson2010-03-015-21/+808
|\
| * New implementation for DOMConfiguration.Jesse Wilson2010-03-015-21/+808
* | Merge "Fix a FormatFlagsConversionMismatchException bug I introduced in Froyo."Elliott Hughes2010-03-011-1/+1
|\ \ | |/ |/|
| * Fix a FormatFlagsConversionMismatchException bug I introduced in Froyo.Elliott Hughes2010-02-281-1/+1
* | Merge "Adding tests to parse document attributes from the DOM."Jesse Wilson2010-02-265-24/+142
|\ \
| * | Adding tests to parse document attributes from the DOM.Jesse Wilson2010-02-265-24/+142
* | | Merge "First pass at reorganizing org.apache.harmony.xnet.provider.jsse nativ...Brian Carlstrom2010-02-257-2559/+2293
|\ \ \ | |_|/ |/| |
| * | First pass at reorganizing org.apache.harmony.xnet.provider.jsse native code ...Brian Carlstrom2010-02-257-2559/+2293
* | | Document that Class.getSigners() always returns null.Elliott Hughes2010-02-251-60/+6
| |/ |/|
* | Merge "Keep the order from getaddrinfo() unchanged if preferIPv6Addresses() i...Elliott Hughes2010-02-251-10/+6
|\ \
| * | Keep the order from getaddrinfo() unchanged if preferIPv6Addresses() is true.Steinar H. Gunderson2010-02-171-10/+6
* | | Merge "Add class init stats to alloc counters (API change)."Andy McFadden2010-02-241-5/+19
|\ \ \
| * | | Add class init stats to alloc counters (API change).Andy McFadden2010-02-231-5/+19