Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
libcore
/
034227a63925e575f9a9f9f2520f3cb11ca6f078
/
xml
/
src
/
main
5d175dd
Automated: Canonicalize spelling of Android-changed across libcore
by Tobias Thierer
· 8 years ago
669ab961
Fix @link references to classes not in the public API
by Neil Fuller
· 9 years ago
8cfc479
Fix PullParser reuse regression
by Neil Fuller
· 9 years ago
de7e8c4
Fix typo in javadoc.
by Narayan Kamath
· 9 years ago
d343b15
Handle whitespaces after DOCTYPE element
by Wojciech Staszkiewicz
· 10 years ago
c3dc3f7
Add buffering to KXmlSerializer
by Wojciech Staszkiewicz
· 10 years ago
3f1a5eb
Improve support for non-BMP characters in XML.
by Elliott Hughes
· 10 years ago
c88d34a
Fix typo.
by Elliott Hughes
· 11 years ago
34543a9
Fix compatibility issues in XmlPullParserFactory.
by Narayan Kamath
· 11 years ago
c9b4e40
Fix a javadoc typo.
by Elliott Hughes
· 11 years ago
abd0b0a
Fix build.
by Narayan Kamath
· 11 years ago
0363556
Simplify code in XmlPullParserFactory.
by Narayan Kamath
· 11 years ago
0424d12
Get stricter about DOCTYPEs.
by Narayan Kamath
· 11 years ago
9349ec0
Fix unexpected EOF handling by KXmlParser.
by Vladimir Marko
· 11 years ago
cff1616
Add detail messages to all the easy IllegalArgumentException cases.
by Elliott Hughes
· 12 years ago
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
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
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
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
4a5c3fd
Fixing namespace+prefix mode in Expat and removing optional fields from callbacks.
by Jesse Wilson
· 15 years ago
03d1c30
Fixing 10 of the XPath failures caused by a malformed Document.
by Jesse Wilson
· 15 years ago
503917e
Implementing Document.renameNode() and DOMImplementation.getFeature().
by Jesse Wilson
· 15 years ago
5b6729b
Adding support for DOM3 attribute IDs and SchemaTypeInfos.
by Jesse Wilson
· 15 years ago
302f069
Implementing getBaseUri() for DOM.
by Jesse Wilson
· 15 years ago
df138fa
Implement adoptNode() and importNode().
by Jesse Wilson
· 15 years ago
8b2f7a2
Adding support for getUserData() and setUserData() to DOM nodes.
by Jesse Wilson
· 15 years ago
8092253
Implementing almost all of Document.normalizeDocument().
by Jesse Wilson
· 15 years ago
81ca3dd4
New implementation for DOMConfiguration.
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
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
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
c369827
Restore our ability to parse an XML Document given a File argument
by Jesse Wilson
· 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
f54136e
Fix a few FindBugs warnings in code that isn't upstream.
by Elliott Hughes
· 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
d1987ae
libcore/.../rg_apache_harmony_xml_ExpatParser: in C++, the return type
by Scott Tsai
· 16 years ago
d94c06c
auto import from //branches/cupcake/...@126645
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