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
/
xml
Commit message (
Expand
)
Author
Age
Files
Lines
*
Delete libcore, now in its own project
Jean-Baptiste Queru
2010-04-30
859
-252621
/
+0
*
Fixing tests to handle changes in our behaviour since DOM 3.
Jesse Wilson
2010-03-26
13
-73
/
+65
*
Fixing namespace+prefix mode in Expat and removing optional fields from callb...
Jesse Wilson
2010-03-19
4
-3
/
+179
*
Fixing 10 of the XPath failures caused by a malformed Document.
Jesse Wilson
2010-03-17
2
-4
/
+25
*
Exercising our XPath implementation with 279 of Jaxen's tests.
Jesse Wilson
2010-03-16
2
-1
/
+318
*
Implementing Document.renameNode() and DOMImplementation.getFeature().
Jesse Wilson
2010-03-15
7
-100
/
+228
*
Adding support for DOM3 attribute IDs and SchemaTypeInfos.
Jesse Wilson
2010-03-11
4
-12
/
+107
*
Implementing getBaseUri() for DOM.
Jesse Wilson
2010-03-11
2
-29
/
+212
*
Implement adoptNode() and importNode().
Jesse Wilson
2010-03-09
5
-132
/
+432
*
Adding support for getUserData() and setUserData() to DOM nodes.
Jesse Wilson
2010-03-08
10
-28
/
+199
*
Implementing almost all of Document.normalizeDocument().
Jesse Wilson
2010-03-01
10
-48
/
+446
*
New implementation for DOMConfiguration.
Jesse Wilson
2010-03-01
5
-21
/
+808
*
Adding tests to parse document attributes from the DOM.
Jesse Wilson
2010-02-26
5
-24
/
+142
*
Implementing still more DOM API for text nodes.
Jesse Wilson
2010-02-23
11
-78
/
+248
*
More XML DOM v3 APIs.
Jesse Wilson
2010-02-20
4
-14
/
+324
*
DOM setTextContent() tests and implementation fixes.
Jesse Wilson
2010-02-19
4
-16
/
+184
*
Filling in some gaps in our XML DOM v3 API.
Jesse Wilson
2010-02-19
11
-137
/
+662
*
Removing unnecessary org.w3c.dom subpackages
Jesse Wilson
2010-02-16
18
-1112
/
+12
*
Fixing problems with the test runner's ability to parse expected results files.
Jesse Wilson
2010-02-11
3
-43
/
+190
*
Fixing some of our XSLT implementation issues.
Jesse Wilson
2010-02-10
7
-30
/
+90
*
Merge "A new test suite for our XSLT transforms."
Jesse Wilson
2010-02-02
1
-0
/
+484
|
\
|
*
A new test suite for our XSLT transforms.
Jesse Wilson
2010-02-02
1
-0
/
+484
*
|
Restore our ability to parse an XML Document given a File argument
Jesse Wilson
2010-02-02
2
-23
/
+42
*
|
Remove @KnownFailure from tests that now pass.
Elliott Hughes
2010-02-01
1
-11
/
+0
*
|
Fix warnings in the new XML code.
Elliott Hughes
2010-02-01
2
-4
/
+4
*
|
Merge "Fixing a critical regression in our SAX parsing."
Jesse Wilson
2010-01-29
2
-22
/
+152
|
\
\
|
*
|
Fixing a critical regression in our SAX parsing.
Jesse Wilson
2010-01-29
2
-22
/
+152
|
|
/
*
/
Removing dead code from our copy of Xalan.
Jesse Wilson
2010-01-28
166
-74891
/
+45
|
/
*
Bring our XML APIs up to date with Java 5.
Jesse Wilson
2010-01-27
777
-2008
/
+272320
*
Including proper prefixes and qualified names in the Expat parser.
Jesse Wilson
2010-01-26
2
-139
/
+165
*
Depessimize string conversions.
Elliott Hughes
2009-12-18
1
-1
/
+1
*
Implement DTDHandler support for ExpatParser.
Elliott Hughes
2009-12-09
4
-49
/
+167
*
Fix KXmlSerializer so it won't generate invalid XML.
Elliott Hughes
2009-11-18
3
-36
/
+135
*
Various XML fixes.
Elliott Hughes
2009-11-17
5
-29
/
+52
*
Merge change If8e2929a
Android (Google) Code Review
2009-11-16
1
-20
/
+15
|
\
|
*
Don't allocate arbitrary-length buffers on the stack.
Elliott Hughes
2009-11-13
1
-20
/
+15
*
|
Remove org.kxml2.wap.
Elliott Hughes
2009-11-13
6
-2701
/
+0
|
/
*
Fix typos in the XmlPullParser documentation.
Elliott Hughes
2009-11-11
1
-26
/
+25
*
Fix DOM parsing of character references/entities.
Elliott Hughes
2009-11-10
1
-5
/
+41
*
Bring our kxml2 up to date with upstream.
Elliott Hughes
2009-11-09
2
-262
/
+319
*
Our XML serializer permits \0, resulting in malformed documents.
Jesse Wilson
2009-11-06
4
-1
/
+111
*
Fix a few FindBugs warnings in code that isn't upstream.
Elliott Hughes
2009-10-27
1
-3
/
+1
*
A new hygenic way for tests to clean up before or after execution.
Jesse Wilson
2009-10-25
6
-12
/
+38
*
JNI Delete* and Release* _are_ allowed while an exception is pending.
Elliott Hughes
2009-10-07
1
-41
/
+3
*
Use jniThrowException instead of FindClass/ThrowNew.
Elliott Hughes
2009-10-01
1
-18
/
+6
*
Fix Node.getNextSibling bounds checking.
Elliott Hughes
2009-09-25
5
-3
/
+50
*
Use GetStringRegion/GetStringUTFRegion where appropriate.
Elliott Hughes
2009-09-10
1
-20
/
+6
*
Merge change 9368
Android Code Review
2009-08-28
1
-1
/
+1
|
\
|
*
libcore/.../rg_apache_harmony_xml_ExpatParser: in C++, the return type
Scott Tsai
2009-03-24
1
-1
/
+1
*
|
AI 147687: Several fixes for failing tests in the cts host. also tests that t...
Urs Grob
2009-04-24
2
-49
/
+62
[next]