summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/org/apache/harmony/xml
Commit message (Expand)AuthorAgeFilesLines
* Improve support for non-BMP characters in XML.Elliott Hughes2014-10-181-4/+6
* Revert "Revert "ExpatParser LP64 fixes.""Elliott Hughes2014-02-051-3/+3
* Revert "ExpatParser LP64 fixes."Elliott Hughes2014-02-051-3/+3
* ExpatParser LP64 fixes.Elliott Hughes2014-02-031-3/+3
* use longs instead of ints to store pointers in ExpatParserJoel Dice2013-02-272-37/+37
* Fix InnerNodeImpl.insertBefore.Elliott Hughes2012-11-261-0/+4
* More "charsetName" consistency.Elliott Hughes2012-10-161-9/+4
* Add consistent reasons for NullPointerExceptionKenny Root2012-09-144-14/+14
* Fix a performance regression in XML documents with entities.Jesse Wilson2011-07-061-1/+1
* Permit general and parameter entity features to be disabled for Expat SAX.Jesse Wilson2011-03-281-12/+16
* Simplify internal libcore logging.Elliott Hughes2011-02-221-4/+1
* resolved conflicts for merge of 6186821c to dalvik-devJesse Wilson2011-02-072-2/+2
|\
| * Move libcore.base classes to libcore.util and libcore.io.Jesse Wilson2011-02-072-2/+2
* | am a6b80b72: am 99d1e354: am 09c46404: Fix Document.getElementsByTagName to r...Jesse Wilson2011-01-114-44/+50
|\ \ | |/
| * am 99d1e354: am 09c46404: Fix Document.getElementsByTagName to return the roo...Jesse Wilson2011-01-114-44/+50
| |\
| | * Fix Document.getElementsByTagName to return the root node.Jesse Wilson2011-01-114-44/+50
* | | am b7ccc2d0: Merge "Expand predefined entities by default, even if coalescing...Jesse Wilson2011-01-111-31/+17
|\ \ \ | |/ /
| * | Merge "Expand predefined entities by default, even if coalescing is off."Jesse Wilson2011-01-111-31/+17
| |\ \
| | * | Expand predefined entities by default, even if coalescing is off.Jesse Wilson2011-01-111-31/+17
* | | | am 18c7f7e1: am e235e372: am a28b4cea: Merge "Fix cloneNode to work when no n...Jesse Wilson2011-01-114-116/+129
|\ \ \ \ | |/ / /
| * | | am e235e372: am a28b4cea: Merge "Fix cloneNode to work when no namespace is s...Jesse Wilson2011-01-114-116/+129
| |\ \ \ | | |/ / | |/| / | | |/
| | * Fix cloneNode to work when no namespace is set.Jesse Wilson2011-01-104-116/+129
* | | am 75582a19: Merge commit \'e80fc1da\' into manualmergeJesse Wilson2011-01-103-57/+39
|\ \ \ | |/ /
| * | Merge commit 'e80fc1da' into manualmergeJesse Wilson2011-01-103-57/+39
| |\ \ | | |/
| | * Don't permit DocumentFragments in the node hierarchy.Jesse Wilson2011-01-103-57/+39
* | | am c99feaab: Merge commit \'763220b4\' into manualmergeJesse Wilson2011-01-103-243/+32
|\ \ \ | |/ /
| * | Merge commit '763220b4' into manualmergeJesse Wilson2011-01-103-243/+32
| |\ \ | | |/
| | * Fix GetElementsByTagName to not include the element itself.Jesse Wilson2011-01-103-243/+32
* | | am 97bfa99b: Merge "Break dependency from libcore to Apache XML libraries."Jesse Wilson2011-01-103-25/+100
|\ \ \ | |/ /
| * | Break dependency from libcore to Apache XML libraries.Jesse Wilson2011-01-093-25/+100
| |/
* | Remove the ExpatPullParser.Jesse Wilson2011-01-092-964/+0
|/
* Comments/javadoc should be in en_US, not en_CA.Elliott Hughes2010-12-031-1/+1
* Fix XML DOM test failures and close guard warnings.Jesse Wilson2010-11-291-54/+18
* Style cleanup of some XML code.Jesse Wilson2010-11-041-1/+1
* Use IoUtils.closeQuietly where possible.Jesse Wilson2010-10-032-10/+8
* Scrub missing calls to super.finalize()Brian Carlstrom2010-09-281-14/+17
* Use idiomatic Java "type[] id" syntax instead of "type id[]".Elliott Hughes2010-09-021-2/+2
* Remove most of our C-style casts.Elliott Hughes2010-08-122-25/+21
* Sorting imports.Jesse Wilson2010-08-1113-54/+35
* Stop using GetStringChars/ReleaseStringChars.Elliott Hughes2010-06-221-4/+2
* More charset-related cleanup/optimization.Elliott Hughes2010-06-141-1/+2
* Remove all trailing whitespace from the dalvik team-maintained parts of libcore.Elliott Hughes2010-05-1314-99/+99
* Merge awt-kernel, icu, luni-kernel, prefs, security-kernel, x-net into luniPeter Hallam2010-05-0429-0/+6947