summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge "Implement (but @hide) java.text.Normalizer from Java 6."Elliott Hughes2010-03-017-0/+363
|\
| * Implement (but @hide) java.text.Normalizer from Java 6.Elliott Hughes2010-03-017-0/+363
* | Merge "Implementing almost all of Document.normalizeDocument()."Jesse Wilson2010-03-0110-48/+446
|\ \
| * | Implementing almost all of Document.normalizeDocument().Jesse Wilson2010-03-0110-48/+446
* | | Merge "Allow unpriviledged gdbserver to attach to debuggable processes."David 'Digit' Turner2010-03-010-0/+0
|\ \ \
| * | | Allow unpriviledged gdbserver to attach to debuggable processes.David 'Digit' Turner2010-03-010-0/+0
* | | | Merge "Added a simple check for stray tracked refs."Andy McFadden2010-03-010-0/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | Added a simple check for stray tracked refs.Andy McFadden2010-03-010-0/+0
* | | | Merge "Added an x86-atom "TODO" list."Andy McFadden2010-03-010-0/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | Added an x86-atom "TODO" list.Andy McFadden2010-03-010-0/+0
| |/ /
* | | Merge "New implementation for DOMConfiguration."Jesse Wilson2010-03-015-21/+808
|\ \ \
| * | | New implementation for DOMConfiguration.Jesse Wilson2010-03-015-21/+808
* | | | Merge "Fix a FormatFlagsConversionMismatchException bug I introduced in Froyo."Elliott Hughes2010-03-011-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix a FormatFlagsConversionMismatchException bug I introduced in Froyo.Elliott Hughes2010-02-281-1/+1
* | | | Merge "Don't set x86 arch variant."Andy McFadden2010-02-260-0/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | Don't set x86 arch variant.Andy McFadden2010-02-260-0/+0
* | | | Merge "Adding tests to parse document attributes from the DOM."Jesse Wilson2010-02-265-24/+142
|\ \ \ \ | |/ / / |/| | |
| * | | Adding tests to parse document attributes from the DOM.Jesse Wilson2010-02-265-24/+142
* | | | Merge "Update a few things in x86-atom."Andy McFadden2010-02-260-0/+0
|\ \ \ \
| * | | | Update a few things in x86-atom.Andy McFadden2010-02-260-0/+0
* | | | | Tweak the interpreter entries and 2nd level trace filter to capture more traces.Ben Cheng2010-02-250-0/+0
|/ / / /
* | | | Merge "First pass at reorganizing org.apache.harmony.xnet.provider.jsse nativ...Brian Carlstrom2010-02-257-2559/+2293
|\ \ \ \ | |_|/ / |/| | |
| * | | First pass at reorganizing org.apache.harmony.xnet.provider.jsse native code ...Brian Carlstrom2010-02-257-2559/+2293
* | | | Merge "Fix a couple of typos in JIT function names."Elliott Hughes2010-02-250-0/+0
|\ \ \ \
| * | | | Fix a couple of typos in JIT function names.Elliott Hughes2010-02-250-0/+0
* | | | | Merge "Jit: fix typo that caused incorrect def mask for blr's."Bill Buzbee2010-02-250-0/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Jit: fix typo that caused incorrect def mask for blr's.Bill Buzbee2010-02-250-0/+0
* | | | | Merge "Document that Class.getSigners() always returns null."Elliott Hughes2010-02-251-60/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Document that Class.getSigners() always returns null.Elliott Hughes2010-02-251-60/+6
| | |/ / | |/| |
* | | | Merge "Rearrange JDWP cleanup."Andy McFadden2010-02-250-0/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Rearrange JDWP cleanup.Andy McFadden2010-02-250-0/+0
* | | | Merge "Keep the order from getaddrinfo() unchanged if preferIPv6Addresses() i...Elliott Hughes2010-02-251-10/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Keep the order from getaddrinfo() unchanged if preferIPv6Addresses() is true.Steinar H. Gunderson2010-02-171-10/+6
* | | | Merge "Print "JIT" in the thread dump if the top frame is in JIT'ed code."Ben Cheng2010-02-240-0/+0
|\ \ \ \
| * | | | Print "JIT" in the thread dump if the top frame is in JIT'ed code.Ben Cheng2010-02-240-0/+0
* | | | | Merge "Added printf attribute to exception function."Andy McFadden2010-02-240-0/+0
|\ \ \ \ \
| * | | | | Added printf attribute to exception function.Andy McFadden2010-02-240-0/+0
| | |_|_|/ | |/| | |
* | | | | Optimize more easy multiplications by constants.Elliott Hughes2010-02-240-0/+0
| |/ / / |/| | |
* | | | Enhance the jit profiler to print more statistics and be more verbose.Ben Cheng2010-02-240-0/+0
* | | | am cf4e8b02: Merge "This is a contribution of x86-atom targeted assembly for ...Andy McFadden2010-02-240-0/+0
|\ \ \ \
| * \ \ \ Merge "This is a contribution of x86-atom targeted assembly for the fast byte...Andy McFadden2010-02-230-0/+0
| |\ \ \ \
| | * | | | This is a contribution of x86-atom targeted assembly for the fast byte-code i...Johnnie Birch2010-02-220-0/+0
* | | | | | Clarify a few items in the dex spec.Dan Bornstein2010-02-240-0/+0
| |_|/ / / |/| | | |
* | | | | Merge "Add class init stats to alloc counters (API change)."Andy McFadden2010-02-241-5/+19
|\ \ \ \ \
| * | | | | Add class init stats to alloc counters (API change).Andy McFadden2010-02-231-5/+19
* | | | | | Merge "Implementing still more DOM API for text nodes. - Text.isElementConten...Jesse Wilson2010-02-2311-78/+248
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Implementing still more DOM API for text nodes.Jesse Wilson2010-02-2311-78/+248
| |/ / / /
* | | | | Minor fix for Adb.waitForNonEmptyDirectory so that waiting for /sdcard after ...Brian Carlstrom2010-02-231-1/+5
* | | | | Merge "Fixed bug 2438465, prevented blocks with move-result from being combin...Jeff Hao2010-02-230-0/+0
|\ \ \ \ \
| * | | | | Fixed bug 2438465, prevented blocks with move-result from being combined.jeffhao2010-02-230-0/+0