1. 606d8d2 Implementing still more DOM API for text nodes. by Jesse Wilson · 15 years ago
  2. e05ff80 Merge "Removing dead code from BigInt" by Jesse Wilson · 15 years ago
  3. 4fc1963 Merge "More XML DOM v3 APIs." by Jesse Wilson · 15 years ago
  4. cacbb89 More XML DOM v3 APIs. by Jesse Wilson · 15 years ago
  5. 740d52d Removing dead code from BigInt by Jesse Wilson · 15 years ago
  6. 02e6db7 Remove external/jsr305, external/guava, and external/caliper. by Elliott Hughes · 15 years ago
  7. 42d938e Merge "Disable JIT for armv5te for A/B tests." by Ben Cheng · 15 years ago
  8. f6f8af0 Disable JIT for armv5te for A/B tests. by Ben Cheng · 15 years ago
  9. 12547dd DOM setTextContent() tests and implementation fixes. by Jesse Wilson · 15 years ago
  10. 8933c0c Merge "Removing bogus check to permit on-host debugging." by Jesse Wilson · 15 years ago
  11. 7f430c9 Removing bogus check to permit on-host debugging. by Jesse Wilson · 15 years ago
  12. e6d6ded Merge "Adding JSON tests to the complete test suite." by Jesse Wilson · 15 years ago
  13. 0ce40a0 Adding JSON tests to the complete test suite. by Jesse Wilson · 15 years ago
  14. 71ffc9b Merge "Filling in some gaps in our XML DOM v3 API." by Jesse Wilson · 15 years ago
  15. a76b64a Filling in some gaps in our XML DOM v3 API. by Jesse Wilson · 15 years ago
  16. 5b7369b More DalvikRunner cleanup. by Elliott Hughes · 15 years ago
  17. db54bf2 Add a simple MD5-based cache to DalvikRunner. by Elliott Hughes · 15 years ago
  18. b866d8f Merge "Make DalvikRunner work on production devices too." by Elliott Hughes · 15 years ago
  19. 2215bd2 Merge "Add a general-purpose scoped pointer for libcore JNI." by Elliott Hughes · 15 years ago
  20. 3214310 Make DalvikRunner work on production devices too. by Elliott Hughes · 15 years ago
  21. 1fdd04d Fixing packages for JSON tests by Jesse Wilson · 15 years ago
  22. 6aa3442 Merge "First round of tests for the subset of the org.json in Android." by Jesse Wilson · 15 years ago
  23. e776e8a First round of tests for the subset of the org.json in Android. by Jesse Wilson · 15 years ago
  24. f087cee Merge "Detect system-wide safe mode and configure the VM accordingly." by Ben Cheng · 15 years ago
  25. 8b2042c Merge "Removing unnecessary org.w3c.dom subpackages" by Jesse Wilson · 15 years ago
  26. dc9ca2a Removing unnecessary org.w3c.dom subpackages by Jesse Wilson · 15 years ago
  27. ea5c07a Merge "Jit: Monitor exit, possible fix for Issue 2396073" by Bill Buzbee · 15 years ago
  28. 6bbdd6b Jit: Monitor exit, possible fix for Issue 2396073 by Bill Buzbee · 15 years ago
  29. f30acbb Detect system-wide safe mode and configure the VM accordingly. by Ben Cheng · 15 years ago
  30. c0717b9 Merge "Reverting our test runner's background building behaviour." by Jesse Wilson · 15 years ago
  31. 262d77b Reverting our test runner's background building behaviour. by Jesse Wilson · 15 years ago
  32. af19f59 Flan -> Froyo by Andy McFadden · 15 years ago
  33. 3efafc8 Merge "Minor dexdeps touchups." by Andy McFadden · 15 years ago
  34. 00da1fe Minor dexdeps touchups. by Andy McFadden · 15 years ago
  35. 6a41dfe Merge "Use ashmem to create the JIT code cache." by Ben Cheng · 15 years ago
  36. 7c4afdb Use ashmem to create the JIT code cache. by Ben Cheng · 15 years ago
  37. 9ebb8b8 Merge "Jit: Minor codegen tuning." by Bill Buzbee · 15 years ago
  38. 78cb0e2 Jit: Minor codegen tuning. by Bill Buzbee · 15 years ago
  39. 2583639 Fixing problems with the test runner's ability to parse expected results files. by Jesse Wilson · 15 years ago
  40. 609b509 Merge "Fixing some of our XSLT implementation issues." by Jesse Wilson · 15 years ago
  41. 8d9dc3b am a38780c9: merge from open-source master by The Android Open Source Project · 15 years ago
  42. 2894afb Make DalvikRunner more resilient to running immediately after device reboot by Brian Carlstrom · 15 years ago
  43. a38780c merge from open-source master by The Android Open Source Project · 15 years ago
  44. 9eb312b Add a general-purpose scoped pointer for libcore JNI. by Elliott Hughes · 16 years ago
  45. 1357e94 Free memory associated with the trace descriptor of ALL dropped JIT work orders by Ben Cheng · 15 years ago
  46. fb1a807 Fixing some of our XSLT implementation issues. by Jesse Wilson · 16 years ago
  47. 3f39a5f Merge "Support per-application switch to execute the VM in safe mode." by Ben Cheng · 15 years ago
  48. 24e3c64 Merge "Added LDMIA/STMIA support to Self Verification mode." by Jeff Hao · 15 years ago
  49. ecbfbb2 Merge "Add a setHandshakeTimeout() to OpenSSLSocketImpl, which sets a read timeout that only applies to the SSL handshake step." by Dan Egnor · 15 years ago
  50. 756a4c5 Add a setHandshakeTimeout() to OpenSSLSocketImpl, which sets by Dan Egnor · 15 years ago
  51. 5cbd2cb Fix NamingPatternCodeFinder to detect final classes by Brian Carlstrom · 15 years ago
  52. c4c0440 Support per-application switch to execute the VM in safe mode. by Ben Cheng · 15 years ago
  53. 121ea79 Added LDMIA/STMIA support to Self Verification mode. by jeffhao · 15 years ago
  54. 35de890 Merge "Remove TestRunner.success field / Make postCompileTest return void" by Brian Carlstrom · 15 years ago
  55. 7fbc39c Remove TestRunner.success field / Make postCompileTest return void by Brian Carlstrom · 15 years ago
  56. 91080d2 Added missing break statements and improved debugging in SelfVerification. by jeffhao · 15 years ago
  57. 769ccf5 Fix a couple minor bugs (bug 2404859) in TraceDump.c by Jack Veenstra · 16 years ago
  58. f434b16 Added support for filter in dmtracedump tool, along with some test cases. by Rodrigo Ipince · 16 years ago
  59. b9b6606 Fix for unmatched entry/exit points in test traces by Rodrigo Ipince · 16 years ago
  60. 17f843d Merge "Jit: Phase 1 of register utility cleanup/rewrite - the great renaming" by Bill Buzbee · 15 years ago
  61. c6f1066 Jit: Phase 1 of register utility cleanup/rewrite - the great renaming by Bill Buzbee · 15 years ago
  62. 0fe1457 Merge "DalvikRunner can run a test as an android.app.Activity & PathClassLoader.toString change" by Brian Carlstrom · 15 years ago
  63. 3679450 DalvikRunner can run a test as an android.app.Activity & PathClassLoader.toString change by Brian Carlstrom · 16 years ago
  64. 3e5cd17 Free the memory associated with the trace descriptor of dropped JIT work orders. by Ben Cheng · 15 years ago
  65. 96cfe6c Jit: Startup/Shutdown cleanup by Bill Buzbee · 15 years ago
  66. 5540f6e Jit: Remove references to interpState from C interpreter by Bill Buzbee · 15 years ago
  67. 7b133ef Enable JIT parameters to be initialized in an architecture dependent way. by Ben Cheng · 16 years ago
  68. dbcc7c4 Merge "JIT: Replace missing ending comment marker MONITOR_ENTER template" by Bill Buzbee · 16 years ago
  69. 79842ac JIT: Replace missing ending comment marker MONITOR_ENTER template by Bill Buzbee · 16 years ago
  70. 90d5f6b Merge "Cleaned up uninitialized variable use warnings in Self Verification mode." by Jeff Hao · 16 years ago
  71. e866764 Cleaned up uninitialized variable use warnings in Self Verification mode. by jeffhao · 16 years ago
  72. 5eda24f Merge "Improve dexdeps output." by Andy McFadden · 16 years ago
  73. 837070d Improve dexdeps output. by Andy McFadden · 16 years ago
  74. eb695c6 Jit: Start the Jit when framework signals on first screen draw by Bill Buzbee · 16 years ago
  75. cb1aa7c am adbe0586: am 217f8ef4: reconcile main tree with open-source eclair by The Android Open Source Project · 16 years ago
  76. adbe058 am 217f8ef4: reconcile main tree with open-source eclair by The Android Open Source Project · 16 years ago
  77. 217f8ef reconcile main tree with open-source eclair by The Android Open Source Project · 16 years ago
  78. 7a1162d Merge "Made Self Verification mode's memory interface less intrusive." by Jeff Hao · 16 years ago
  79. 9e45c0b Made Self Verification mode's memory interface less intrusive. by jeffhao · 16 years ago
  80. fdc4e57 Merge "Add two TrustCenter roots: - TC TrustCenter Class 2 CA II - TC TrustCenter Universal CA I" by Nagendra Modadugu · 16 years ago
  81. 7355dee Add two TrustCenter roots: by Nagendra Modadugu · 16 years ago
  82. 3e39268 Jit: Fix deadlock in method tracing. by Bill Buzbee · 16 years ago
  83. 6d47059 Increase the size of the stack reserved area. by Andy McFadden · 16 years ago
  84. 4fbba1f Fix stack overflow edge case. by Andy McFadden · 16 years ago
  85. 6999d84 Fix performance issues related to chaining and unchaining. by Ben Cheng · 16 years ago
  86. b9126dd Merge "Jit: Rework monitor enter/exit to simplify thread suspension" by Bill Buzbee · 16 years ago
  87. 8d88b18 Merge "Fix a long standing bug within dvmHeapSourceGetObjectBitmaps. All callers of this function assign the return value to an unsigned value even though this function returns -1 in the error case. This causes the error checks to succeed in cases where it should otherwise fail. Rather than return -1 on error, I have elected to return 0 instead which just happens to be compatible with all current uses." by Carl Shapiro · 16 years ago
  88. c1d9ed4 Jit: Rework monitor enter/exit to simplify thread suspension by Bill Buzbee · 16 years ago
  89. ddd000b Fix a long standing bug within dvmHeapSourceGetObjectBitmaps. All by Carl Shapiro · 16 years ago
  90. f497cd8 Merge "A new test suite for our XSLT transforms." by Jesse Wilson · 16 years ago
  91. ada4180 A new test suite for our XSLT transforms. by Jesse Wilson · 16 years ago
  92. e4402d9 Restore our ability to parse an XML Document given a File argument by Jesse Wilson · 16 years ago
  93. 2e5b43f Merge "Move a test I wrote under our wing." by Elliott Hughes · 16 years ago
  94. 43eb501 Reduce VM shutdown verbosity. by Andy McFadden · 16 years ago
  95. 925531b Move a test I wrote under our wing. by Elliott Hughes · 16 years ago
  96. c57f1aa Add a missing "static", found by FindBugs. by Elliott Hughes · 16 years ago
  97. 2cd8930 Merge "Fix BigDecimalTest.test_stripTrailingZero." by Elliott Hughes · 16 years ago
  98. 5f96c13 Fix BigDecimalTest.test_stripTrailingZero. by Elliott Hughes · 16 years ago
  99. 2e64502 Merge "Jit: MethodTrace + Jit fix" by Bill Buzbee · 16 years ago
  100. b8db22f Merge "Remove @KnownFailure from tests that now pass." by Elliott Hughes · 16 years ago