Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
libcore
/
f26ef9f930dec2ded4f7359d61f5ad9fc5a50031
/
xml
e6281f0
Remove obsolete ThirdPartyProject.prop files.
by Elliott Hughes
· 12 years ago
10be789
Add a test for KxmlSerializer attributes with whitespace chars.
by Jesse Wilson
· 13 years ago
f1a7fc1
Use weasel words to cover changed behavior around END_DOCUMENT.
by Jesse Wilson
· 12 years ago
59aa663
Fix a minor documentation bug in XmlPullParser.
by Elliott Hughes
· 13 years ago
48d7dba
Warn about a fixed bug in XmlPullParser.nextText()
by Jesse Wilson
· 13 years ago
7f3370f
am 5d284194: am a0376753: am 6ce8e6ee: Skip BOM characters even with an explicit charset.
by Jesse Wilson
· 13 years ago
6ce8e6e
Skip BOM characters even with an explicit charset.
by Jesse Wilson
· 13 years ago
97793e0
Remove all the remaining AllTests cruft.
by Elliott Hughes
· 14 years ago
9c32421
Fix more FindBugs warnings: DM_BOOLEAN_CTOR.
by Elliott Hughes
· 14 years ago
8216dc1
Remove most of our remaining non-API StringBuffer usage.
by Elliott Hughes
· 14 years ago
6aa068b
Fix various FindBugs warnings.
by Elliott Hughes
· 14 years ago
6964eff
Merge commit '995a3842' into manualmerge
by Jesse Wilson
· 14 years ago
995a384
Fail parsing if there's text outside the document element.
by Jesse Wilson
· 14 years ago
78e3320
Most callers of toLowerCase/toUpperCase should pass Locale.US to avoid problems in Turkey.
by Elliott Hughes
· 14 years ago
38e84b8
Capture the DTD body while it is being parsed.
by Jesse Wilson
· 14 years ago
866e7ae
Fix a bunch of javac -Xlint warnings in our code.
by Elliott Hughes
· 14 years ago
7735337
The last of the Kxml correctness fixes for Expat compatibility.
by Jesse Wilson
· 14 years ago
086fd02
Fix XML DOM test failures and close guard warnings.
by Jesse Wilson
· 14 years ago
76c8588
Resolve entity values recursively and support default attributes.
by Jesse Wilson
· 14 years ago
7fac047
Implement DTD parsing in KxmlParser.
by Jesse Wilson
· 14 years ago
bbf35ec
Change KxmlParser.next() to use one while loop instead of two.
by Jesse Wilson
· 14 years ago
3b8cee4
Fix problems with entity references and relaxed namespaces.
by Jesse Wilson
· 14 years ago
3233442
Merge "Fix a typo in the XmlPullParser example." into dalvik-dev
by Jesse Wilson
· 14 years ago
a78c2aa
Add interning to KxmlPullParser.
by Jesse Wilson
· 14 years ago
786a6ea
Fix a typo in the XmlPullParser example.
by Jesse Wilson
· 14 years ago
fda724d
Optimize KxmlParser.
by Jesse Wilson
· 14 years ago
ccd79e2
Style cleanup of some XML code.
by Jesse Wilson
· 14 years ago
821886e
am 3d667044: am 16b704e4: add meta-files about 3rd party projects
by The Android Open Source Project
· 14 years ago
16b704e
add meta-files about 3rd party projects
by The Android Open Source Project
· 14 years ago
1bd949e
Delete duplicate test files for JDK 1.6 compatibility.
by Jake Hamby
· 14 years ago
b139687
Remove the luni localized exception messages.
by Elliott Hughes
· 14 years ago
80a7fba
Remove more localized exception messages.
by Elliott Hughes
· 14 years ago
f33eae7
Remove all trailing whitespace from the dalvik team-maintained parts of libcore.
by Elliott Hughes
· 14 years ago
d21d78f
Convert tabs to spaces.
by Elliott Hughes
· 14 years ago
6b811c5
Merge awt-kernel, icu, luni-kernel, prefs, security-kernel, x-net into luni
by Peter Hallam
· 15 years ago
81bcd5c
Fixing reset() on SAXParser and DocumentBuilder, and cleaning up nearby tests.
by Jesse Wilson
· 15 years ago
c08f9fb
Move the libcore registration out of libnativehelpers and into libcore.
by Elliott Hughes
· 15 years ago
7ca6fd0
Fix a bug, and protect against an unrelated class of bugs.
by Elliott Hughes
· 15 years ago
efd1ee3
Merge "Tweak our test & runner so XPath tests can be executed on Hudson." into dalvik-dev
by Jesse Wilson
· 15 years ago
f6b4efa
Tweak our test & runner so XPath tests can be executed on Hudson.
by Jesse Wilson
· 15 years ago
6e94ca6
Merge commit '8812fdd7' into manualmerge
by Jesse Wilson
· 15 years ago
5ab82b7
Fixing tests to handle changes in our behaviour since DOM 3.
by Jesse Wilson
· 15 years ago
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
Next »