index
:
android_dalvik
cm-10.1
cm-10.2
cm-11.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
cm-9.1.0
donut
eclair
froyo
froyo-stable
gb-release-7.2
gingerbread
gingerbread-release
ics
ics-release
jellybean
jellybean-stable
lineage-15.1
lineage-16.0
mr1.1-staging
perf
shipping/cm-11.0
stable/cm-10.2
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0
staging/cm-12.0-caf
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-15.1
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libcore
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Implementing Document.renameNode() and DOMImplementation.getFeature().
Jesse Wilson
2010-03-15
7
-100
/
+228
*
|
|
Increase the SHORT_DELAY amount in the JSR166 test.
Ben Cheng
2010-03-14
1
-1
/
+4
|
/
/
*
|
Adding an Apache-licensed implementation of org.json
Jesse Wilson
2010-03-12
6
-0
/
+0
*
|
Removing the non-free org.json implementation
Jesse Wilson
2010-03-12
5
-2662
/
+0
*
|
Merge "A cleanroom implementation of the org.json API."
Jesse Wilson
2010-03-12
13
-161
/
+2362
|
\
\
|
*
|
A cleanroom implementation of the org.json API.
Jesse Wilson
2010-03-12
13
-161
/
+2362
|
|
/
*
|
Add a native method dalvik.system.VMDebug.infopoint(int id).
Ben Cheng
2010-03-12
1
-0
/
+8
*
|
Adding support for DOM3 attribute IDs and SchemaTypeInfos.
Jesse Wilson
2010-03-11
4
-12
/
+107
|
/
*
Merge "Implementing getBaseUri() for DOM."
Jesse Wilson
2010-03-11
2
-29
/
+212
|
\
|
*
Implementing getBaseUri() for DOM.
Jesse Wilson
2010-03-11
2
-29
/
+212
*
|
remove System.*.println when ddm dispatch fails.
Xavier Ducrohet
2010-03-10
1
-3
/
+0
|
/
*
Merge "New tests for JSONObject and for JSON's self-use."
Jesse Wilson
2010-03-10
5
-7
/
+1090
|
\
|
*
New tests for JSONObject and for JSON's self-use.
Jesse Wilson
2010-03-10
5
-7
/
+1090
*
|
Work around droiddoc bug http://b/2022288.
Elliott Hughes
2010-03-09
1
-3
/
+3
*
|
Another go at making droiddoc as happy as javadoc...
Elliott Hughes
2010-03-09
1
-1
/
+1
*
|
Fix javadoc errors.
Elliott Hughes
2010-03-09
2
-2
/
+2
*
|
Merge "Print errors encountered while writing XML reports"
Jesse Wilson
2010-03-09
1
-1
/
+2
|
\
\
|
*
|
Print errors encountered while writing XML reports
Jesse Wilson
2010-03-09
1
-1
/
+2
|
|
/
*
|
Merge "Implement adoptNode() and importNode()."
Jesse Wilson
2010-03-09
5
-132
/
+432
|
\
\
|
*
|
Implement adoptNode() and importNode().
Jesse Wilson
2010-03-09
5
-132
/
+432
|
|
/
*
|
Merge "Minor documentation improvements."
Elliott Hughes
2010-03-09
19
-147
/
+212
|
\
\
|
*
|
Minor documentation improvements.
Elliott Hughes
2010-03-09
19
-147
/
+212
*
|
|
Merge "Fix certimport.sh to check for Bouncy Castle provider installation (an...
Brian Carlstrom
2010-03-09
1
-4
/
+32
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fix certimport.sh to check for Bouncy Castle provider installation (and add 1...
Brian Carlstrom
2010-03-09
1
-4
/
+32
|
|
/
*
|
Merge "Adding support for getUserData() and setUserData() to DOM nodes."
Jesse Wilson
2010-03-08
10
-28
/
+199
|
\
\
|
|
/
|
/
|
|
*
Adding support for getUserData() and setUserData() to DOM nodes.
Jesse Wilson
2010-03-08
10
-28
/
+199
*
|
Merge "Fix server side SSLEngine ServerKeyExchange signature."
Costin Manolache
2010-03-05
2
-26
/
+30
|
\
\
|
*
|
Fix server side SSLEngine ServerKeyExchange signature.
Costin Manolache
2010-03-05
2
-26
/
+30
*
|
|
Merge "Implementing the Java 7 APIs for DeflaterOutputStreams."
Jesse Wilson
2010-03-05
5
-16
/
+295
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Implementing the Java 7 APIs for DeflaterOutputStreams.
Jesse Wilson
2010-03-05
5
-16
/
+295
|
|
/
*
|
Prevent java.text.Normalizer from getting a default constructor.
Elliott Hughes
2010-03-03
1
-0
/
+2
*
|
Don't call a method that can be overridden from File's constructors.
Elliott Hughes
2010-03-03
2
-1
/
+19
*
|
Use assertEquals rather than assertTrue/assertFalse.
Elliott Hughes
2010-03-02
1
-23
/
+9
*
|
Add our home-grown Normalizer tests.
Elliott Hughes
2010-03-02
2
-0
/
+100
|
/
*
Merge "Implement (but @hide) java.text.Normalizer from Java 6."
Elliott Hughes
2010-03-01
7
-0
/
+363
|
\
|
*
Implement (but @hide) java.text.Normalizer from Java 6.
Elliott Hughes
2010-03-01
7
-0
/
+363
*
|
Implementing almost all of Document.normalizeDocument().
Jesse Wilson
2010-03-01
10
-48
/
+446
|
/
*
Merge "New implementation for DOMConfiguration."
Jesse Wilson
2010-03-01
5
-21
/
+808
|
\
|
*
New implementation for DOMConfiguration.
Jesse Wilson
2010-03-01
5
-21
/
+808
*
|
Merge "Fix a FormatFlagsConversionMismatchException bug I introduced in Froyo."
Elliott Hughes
2010-03-01
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix a FormatFlagsConversionMismatchException bug I introduced in Froyo.
Elliott Hughes
2010-02-28
1
-1
/
+1
*
|
Merge "Adding tests to parse document attributes from the DOM."
Jesse Wilson
2010-02-26
5
-24
/
+142
|
\
\
|
*
|
Adding tests to parse document attributes from the DOM.
Jesse Wilson
2010-02-26
5
-24
/
+142
*
|
|
Merge "First pass at reorganizing org.apache.harmony.xnet.provider.jsse nativ...
Brian Carlstrom
2010-02-25
7
-2559
/
+2293
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
First pass at reorganizing org.apache.harmony.xnet.provider.jsse native code ...
Brian Carlstrom
2010-02-25
7
-2559
/
+2293
*
|
|
Document that Class.getSigners() always returns null.
Elliott Hughes
2010-02-25
1
-60
/
+6
|
|
/
|
/
|
*
|
Merge "Keep the order from getaddrinfo() unchanged if preferIPv6Addresses() i...
Elliott Hughes
2010-02-25
1
-10
/
+6
|
\
\
|
*
|
Keep the order from getaddrinfo() unchanged if preferIPv6Addresses() is true.
Steinar H. Gunderson
2010-02-17
1
-10
/
+6
*
|
|
Merge "Add class init stats to alloc counters (API change)."
Andy McFadden
2010-02-24
1
-5
/
+19
|
\
\
\
|
*
|
|
Add class init stats to alloc counters (API change).
Andy McFadden
2010-02-23
1
-5
/
+19
[prev]
[next]