Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_libcore
/
762fb54c31a4f96a7e53aaf55f249cb3fb0d98cb
/
xml
b748a9b
Remove explicit 8192 arguments to BufferedReader and friends.
by Elliott Hughes
· 15 years ago
d1c610c
Remove all remaining "@since Android" tags.
by Elliott Hughes
· 15 years ago
69f16dc
am 7713b900: Merge "Fixing namespace+prefix mode in Expat and removing optional fields from callbacks."
by Jesse Wilson
· 15 years ago
4a5c3fd
Fixing namespace+prefix mode in Expat and removing optional fields from callbacks.
by Jesse Wilson
· 15 years ago
b4d5b94
am 31275264: Fixing 10 of the XPath failures caused by a malformed Document.
by Jesse Wilson
· 15 years ago
03d1c30
Fixing 10 of the XPath failures caused by a malformed Document.
by Jesse Wilson
· 15 years ago
da80cad
Fixing an import of a JUnit class that isn't available in dalvik-dev.
by Jesse Wilson
· 15 years ago
55b6240
am f6976780: Merge "Exercising our XPath implementation with 279 of Jaxen\'s tests."
by Jesse Wilson
· 15 years ago
ff03392
Exercising our XPath implementation with 279 of Jaxen's tests.
by Jesse Wilson
· 15 years ago
a2993c4
am 27182541: Implementing Document.renameNode() and DOMImplementation.getFeature().
by Jesse Wilson
· 15 years ago
503917e
Implementing Document.renameNode() and DOMImplementation.getFeature().
by Jesse Wilson
· 15 years ago
8be26d9
am 92e01317: Adding support for DOM3 attribute IDs and SchemaTypeInfos.
by Jesse Wilson
· 15 years ago
5b6729b
Adding support for DOM3 attribute IDs and SchemaTypeInfos.
by Jesse Wilson
· 15 years ago
1e6bc5d
am 6f9b4d2b: Merge "Implementing getBaseUri() for DOM."
by Jesse Wilson
· 15 years ago
302f069
Implementing getBaseUri() for DOM.
by Jesse Wilson
· 15 years ago
1d434c4
am 5c6839b2: Merge "Implement adoptNode() and importNode()."
by Jesse Wilson
· 15 years ago
df138fa
Implement adoptNode() and importNode().
by Jesse Wilson
· 15 years ago
a48356a
am 631bbbff: Merge "Adding support for getUserData() and setUserData() to DOM nodes."
by Jesse Wilson
· 15 years ago
8b2f7a2
Adding support for getUserData() and setUserData() to DOM nodes.
by Jesse Wilson
· 15 years ago
319483b
am acf4a11b: Merge "Implementing almost all of Document.normalizeDocument()."
by Jesse Wilson
· 15 years ago
8092253
Implementing almost all of Document.normalizeDocument().
by Jesse Wilson
· 15 years ago
e2ef3a2
am ad71aa20: Merge "New implementation for DOMConfiguration."
by Jesse Wilson
· 15 years ago
81ca3dd4
New implementation for DOMConfiguration.
by Jesse Wilson
· 15 years ago
c34514e
am dd55f1bb: Merge "Adding tests to parse document attributes from the DOM."
by Jesse Wilson
· 15 years ago
d94a862
am 4795e033: Merge "Implementing still more DOM API for text nodes. - Text.isElementContentWhitespace() - Text.getWholeText() - Text.replaceWholeText()"
by Jesse Wilson
· 15 years ago
5213a38
Adding tests to parse document attributes from the DOM.
by Jesse Wilson
· 15 years ago
bda224d
Implementing still more DOM API for text nodes.
by Jesse Wilson
· 15 years ago
e2a6f77
Merge remote branch 'goog/master' into mm
by Elliott Hughes
· 15 years ago
35d7c08
More XML DOM v3 APIs.
by Jesse Wilson
· 15 years ago
ea5adee
DOM setTextContent() tests and implementation fixes.
by Jesse Wilson
· 15 years ago
7ee3a06
Resync a load of tests with upstream, make our build faster.
by Elliott Hughes
· 15 years ago
1ec94fe
Filling in some gaps in our XML DOM v3 API.
by Jesse Wilson
· 15 years ago
0233201
Removing unnecessary org.w3c.dom subpackages
by Jesse Wilson
· 15 years ago
2f4bbf1
Fixing problems with the test runner's ability to parse expected results files.
by Jesse Wilson
· 15 years ago
2e4c40c
Fixing some of our XSLT implementation issues.
by Jesse Wilson
· 15 years ago
307a6a0
Remove obviously bogus @KnownFailure annotations.
by Elliott Hughes
· 15 years ago
326600b
Merge "A new test suite for our XSLT transforms."
by Jesse Wilson
· 15 years ago
23290a0
A new test suite for our XSLT transforms.
by Jesse Wilson
· 15 years ago
c369827
Restore our ability to parse an XML Document given a File argument
by Jesse Wilson
· 15 years ago
c7f73a8
Remove @KnownFailure from tests that now pass.
by Elliott Hughes
· 15 years ago
52c57a8
Fix warnings in the new XML code.
by Elliott Hughes
· 15 years ago
62682b8
Merge "Fixing a critical regression in our SAX parsing."
by Jesse Wilson
· 15 years ago
a144051
Fixing a critical regression in our SAX parsing.
by Jesse Wilson
· 15 years ago
71c6f9e
Removing dead code from our copy of Xalan.
by Jesse Wilson
· 15 years ago
320c989
Bring our XML APIs up to date with Java 5.
by Jesse Wilson
· 15 years ago
df36e8c
Including proper prefixes and qualified names in the Expat parser.
by Jesse Wilson
· 15 years ago
f787a87
Depessimize string conversions.
by Elliott Hughes
· 15 years ago
c9b92b4
Implement DTDHandler support for ExpatParser.
by Elliott Hughes
· 15 years ago
ff42219
Fix KXmlSerializer so it won't generate invalid XML.
by Elliott Hughes
· 15 years ago
6bcf32a
Various XML fixes.
by Elliott Hughes
· 15 years ago
d2bed86
Merge change If8e2929a
by Android (Google) Code Review
· 15 years ago
c78af99
Remove org.kxml2.wap.
by Elliott Hughes
· 15 years ago
845ce3c
Don't allocate arbitrary-length buffers on the stack.
by Elliott Hughes
· 15 years ago
87806e1
Fix typos in the XmlPullParser documentation.
by Elliott Hughes
· 15 years ago
af74d49
Fix DOM parsing of character references/entities.
by Elliott Hughes
· 15 years ago
b211e13
Bring our kxml2 up to date with upstream.
by Elliott Hughes
· 15 years ago
570e496
Our XML serializer permits \0, resulting in malformed documents.
by Jesse Wilson
· 15 years ago
f54136e
Fix a few FindBugs warnings in code that isn't upstream.
by Elliott Hughes
· 15 years ago
d37c804
A new hygenic way for tests to clean up before or after execution.
by Jesse Wilson
· 15 years ago
44199d2
JNI Delete* and Release* _are_ allowed while an exception is pending.
by Elliott Hughes
· 15 years ago
738f950
Use jniThrowException instead of FindClass/ThrowNew.
by Elliott Hughes
· 15 years ago
ab37211
Fix Node.getNextSibling bounds checking.
by Elliott Hughes
· 15 years ago
80e88aa
Use GetStringRegion/GetStringUTFRegion where appropriate.
by Elliott Hughes
· 15 years ago
936ed49
Merge change 9368
by Android Code Review
· 15 years ago
e01d752
AI 147687: Several fixes for failing tests in the cts host. also tests that timeout
by Urs Grob
· 16 years ago
834e509
AI 146132: Fixes from the review of 'Bringing XML down to one broken test.'
by Urs Grob
· 16 years ago
b86d64d
AI 144822: Bringing XML down to one broken test. BUG=1285921
by Jorg Pleumann
· 16 years ago
2feafbf
AI 143454: Temporarily removing the Expat test from the XML
by Jorg Pleumann
· 16 years ago
d1987ae
libcore/.../rg_apache_harmony_xml_ExpatParser: in C++, the return type
by Scott Tsai
· 16 years ago
adc854b
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
1c0fed6
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
d94c06c
auto import from //branches/cupcake/...@126645
by The Android Open Source Project
· 16 years ago
a0881d0
auto import from //branches/cupcake/...@125939
by The Android Open Source Project
· 16 years ago
dd828f4
Code drop from //branches/cupcake/...@124589
by The Android Open Source Project
· 16 years ago
fdb2704
Initial Contribution
by The Android Open Source Project
· 16 years ago