1. 8028dab Remove http/wml from the DumpRenderTree skipped list, as this directory no longer exists. by Steve Block · 14 years ago
  2. 17bc415 Merge "Add new shutdown observer for MountService. Use new observer before rebooting and shutting down. Add some unit tests for unmount and shutdown code paths Fix registering/unregistering part in MountService Use ShutdownThread in PowerManager.reboot() Add reboot support to ShutdownThread. Remove MountService code from PowerManagerService.java and Power.java. Clean shutdown/reboot is handled exclusively by ShutdownThread now." by Mike Lockwood · 14 years ago
  3. 6ffce2e Add new shutdown observer for MountService. by Suchi Amalapurapu · 14 years ago
  4. a2b6c37 Add conditions to check for updated system applications. Restrict them by Suchi Amalapurapu · 15 years ago
  5. 5ac2a3b Removes from DumpRenderTree the superfluous result file for tests that time out. by Steve Block · 14 years ago
  6. 9902279 Removes regex tests from the DumpRenderTree skipped list by Steve Block · 14 years ago
  7. 432e0ea Add shared workers tests to DumpRenderTree skipped list by Steve Block · 15 years ago
  8. 4528186 Refactor android.backup => android.app.backup by Christopher Tate · 15 years ago
  9. 9d05a18 AsecTests: Add a test to validate container size by San Mehat · 15 years ago
  10. 780a1cb Merge "Removes some storage tests from the DumpRenderTree skipped lists, now that Android-specific results are provided" by Steve Block · 15 years ago
  11. 9b10ef5 Rework the way PackageManager binds to default container service. by Suchi Amalapurapu · 15 years ago
  12. 7e47f17 Removes some storage tests from the DumpRenderTree skipped lists, now that Android-specific results are provided by Steve Block · 15 years ago
  13. c882dda Fix Proguard flags. by Ying Wang · 15 years ago
  14. e60f673 Merge "Removes a Geolocation test from the DumpRenderTree skipped list" by Steve Block · 15 years ago
  15. 666eecc Merge "Adds to DumpRenderTree the ability to look for Android-specific results" by Steve Block · 15 years ago
  16. 12077e1 Adds to DumpRenderTree the ability to look for Android-specific results by Steve Block · 15 years ago
  17. 2269d157 Re-arrange android-common so framework no longer links with it. by Dianne Hackborn · 15 years ago
  18. fc735ee Removes a Geolocation test from the DumpRenderTree skipped list by Steve Block · 15 years ago
  19. c8f2229 Merge "Add HTML5 layout tests that currently fail to the DumpRenderTree skipped list" by Steve Block · 15 years ago
  20. c42e29e Add new handler mechanism in MountService to make unmount api asynchronous. by Suchi Amalapurapu · 15 years ago
  21. f7483b1 Add HTML5 layout tests that currently fail to the DumpRenderTree skipped list by Steve Block · 15 years ago
  22. 7db3e5e AsecTests: Add teardown to tests by San Mehat · 15 years ago
  23. cf6eaea Some framework fixes for apps on sd by Suchi Amalapurapu · 15 years ago
  24. c8998e1 Merge "LocationTracker: change copyright from Google to AOSP." by Mike Lockwood · 15 years ago
  25. 8ab8b41 LocationTracker: change copyright from Google to AOSP. by Mike Lockwood · 15 years ago
  26. 85451ee MountService: Fix bug which would allow apps to try to rename a container whos dst is mounted by San Mehat · 15 years ago
  27. 778ce48 Issue 5697: getContextClassLoader returns a non-application classloader by Brian Carlstrom · 15 years ago
  28. 191d898 Move LocationTracker from com.google.android to com.android package. by Mike Lockwood · 15 years ago
  29. e5a1d4a Merge "Move LocationTracker test app from vendor/google to frameworks/base/tests" by Mike Lockwood · 15 years ago
  30. c9d3be3 Move LocationTracker test app from vendor/google to frameworks/base/tests by Mike Lockwood · 15 years ago
  31. 8cd303a Quick fix layout test path problems by Guang Zhu · 15 years ago
  32. 164bd79 In DumpRenderTree, skip tests for which we have the wrong results by Steve Block · 15 years ago
  33. e70f61b Retry test-runner tests move. by Brett Chabot · 15 years ago
  34. 1bb6906 Automatically restore app data at install time by Christopher Tate · 15 years ago
  35. 6c81def Merge "Move package from internal to external and vice versa." by Suchi Amalapurapu · 15 years ago
  36. 8946dd3 Move package from internal to external and vice versa. by Suchi Amalapurapu · 15 years ago
  37. 5e8f52f Ignore TEMPLATE.html in LayoutTest directories by Steve Block · 15 years ago
  38. 2eae069 Merge "Remove tests that no longer exist from the DumpRenderTree skipped list" by Steve Block · 15 years ago
  39. 0584242 Merge "Merges unused bug list with ignored result list in DumpRenderTree" by Steve Block · 15 years ago
  40. c1ca8c5 Revert "Move framework test-runner unit tests to be closer to their source." by Brett Chabot · 15 years ago
  41. 9db619e Merge "Move framework test-runner unit tests to be closer to their source. Move the test-runner source into a separate src folder to accommodate the test move." by Brett Chabot · 15 years ago
  42. 1209397 Move framework test-runner unit tests to be closer to their source. by Brett Chabot · 15 years ago
  43. f53833b Remove tests that no longer exist from the DumpRenderTree skipped list by Steve Block · 15 years ago
  44. 52f4362 Merges unused bug list with ignored result list in DumpRenderTree by Steve Block · 15 years ago
  45. 8a032a3 Pass key modifier state to webcore for touch events and update DRT so it can simulate them. by Ben Murdoch · 15 years ago
  46. da2ca7a framework: tests: Clean up asec unit tests and add rename tests by San Mehat · 15 years ago
  47. d970998 framework: storage: Add 'force' option to unmount/destroy storage apis, and update callsites. by San Mehat · 15 years ago
  48. 0668db2 Merge "Sorts the lists of tests in DumpRenderTree in preparation for cleaning up the lists." by Steve Block · 15 years ago
  49. be6079a Merge "Removes tests from DumpRenderTree skipped list where the corresponding bugs have been fixed." by Steve Block · 15 years ago
  50. fea87ae framework: tests: Add some unit-tests for Asec by San Mehat · 15 years ago
  51. cdb4ef4 Sorts the lists of tests in DumpRenderTree in preparation for cleaning up the lists. by Steve Block · 15 years ago
  52. 642b7c0 Merge "Include install location preference when installing packages. Changes include Add new remote call in default container service to determine install location. Rename INSTALL_ON_SDCARD Remove recommentAppInstall method Add some additional flags used in remote stubs. Move check for protected apps prior to copy. Unit tests" by Suchi Amalapurapu · 15 years ago
  53. 07a76ca Removes tests from DumpRenderTree skipped list where the corresponding bugs have been fixed. by Steve Block · 15 years ago
  54. 5b993ce Include install location preference when installing packages. by Suchi Amalapurapu · 15 years ago
  55. a87240c Remove BACKUP_DATA permission and associated checks by Christopher Tate · 15 years ago
  56. 117818e Add new manifest option for install location by Suchi Amalapurapu · 15 years ago
  57. b104340 Framework: Clean up / Refactor Mount APIs by San Mehat · 15 years ago
  58. b56ae20 Rename media resource broadcasts by Suchi Amalapurapu · 15 years ago
  59. 420bc12 Remove reference to unused static library. by Jeff Hamilton · 15 years ago
  60. c5d1c6d add sync polling by Fred Quintana · 15 years ago
  61. 64226a4 Merge "Add support in StatusBarManager for disabling ticker text." by Daniel Sandler · 15 years ago
  62. 91e1d0c Add support in StatusBarManager for disabling ticker text. by Daniel Sandler · 15 years ago
  63. c4aac70 Merge "Some tests for install and replace package." by Suchi Amalapurapu · 15 years ago
  64. fc4a69e When a window is closed, destroy the WebView properly so that WebCore is informed of it's destruction. by Ben Murdoch · 15 years ago
  65. f1dd37a Merge "Fix 1667521 - system process crash after bad notification" by Joe Onorato · 15 years ago
  66. 68065e0 Fix 1667521 - system process crash after bad notification by Joe Onorato · 15 years ago
  67. afbaaa1 Some tests for install and replace package. by Suchi Amalapurapu · 15 years ago
  68. ecf04ec Merge "Remove "StringTest.java"." by Elliott Hughes · 15 years ago
  69. 809cf44 Remove "StringTest.java". by Elliott Hughes · 15 years ago
  70. ecbc65c Add support for sending touch events in DRT. by Ben Murdoch · 15 years ago
  71. 1a44d5d Phase 2 of test cleanup: moving test files from AndroidTests closer to their sources. by Neal Nguyen · 15 years ago
  72. 9d0f609 There is no ../com directory and the build (find) agrees. by Patrick Scott · 15 years ago
  73. 1d3165f Phase 2 of test file cleanup: relocating test files from FrameworkTest closer to their sources in core. by Neal Nguyen · 15 years ago
  74. 22e31e5 Moving framework core tests closer to their source files. by Neal Nguyen · 15 years ago
  75. 445cc0e Merge "dont use sqlite_stmt_journals dir" by Vasu Nori · 15 years ago
  76. ad8d0d1 dont use sqlite_stmt_journals dir by Vasu Nori · 15 years ago
  77. bce2806 Merge "Modify the interface of HanziToPinyin class to make it generic and add test class" by Eugene Koh · 15 years ago
  78. 307da1a enhance the sync manager backoff logic and add support for retry-after by Fred Quintana · 15 years ago
  79. 4256586 Modify the interface of HanziToPinyin class to make it generic and add test class by Bai Tao · 15 years ago
  80. b35df8f Merge "remove GoogleLoginService unit test" by Doug Zongker · 15 years ago
  81. 39b17a1 remove GoogleLoginService unit test by Doug Zongker · 15 years ago
  82. 6d001c0 am e0aed796: am ccec75e7: Merge "Prevent orientation change from triggering activity recreation." into eclair by Guang Zhu · 15 years ago
  83. 37f3ddb Merge "relocate GoogleLoginService" by Doug Zongker · 15 years ago
  84. 0a2fb21 relocate GoogleLoginService by Doug Zongker · 15 years ago
  85. f5831d4 Removing unused parameter from NP_Initialize. by Derek Sollenberger · 15 years ago
  86. fd24fea Merge "Add DateTimeView, a widget that shows a time or the date depending on the current time. Use that for notifications instead of a TextView that doesn't ever update." by Joe Onorato · 15 years ago
  87. c83bb73 Add DateTimeView, a widget that shows a time or the date depending on the by Joe Onorato · 15 years ago
  88. e0aed79 am ccec75e7: Merge "Prevent orientation change from triggering activity recreation." into eclair by Guang Zhu · 15 years ago
  89. 4ddcede Prevent orientation change from triggering activity recreation. by Guang Zhu · 15 years ago
  90. 3e22d19 am b5a5a397: am 56a17690: Merge "TransformGestureDetector is now ScaleGestureDetector - scope reduced. N1 screen can\'t reliably handle translation and scaling at the same time." into eclair by Adam Powell · 15 years ago
  91. d60e31c Merge "Update Time.parse3339() unit tests" by Kenny Root · 15 years ago
  92. de8aa87 Update Time.parse3339() unit tests by Kenny Root · 15 years ago
  93. e495d1f fix a bug in compiled-sql caching & hide public api setMaxSqlCacheSize by Vasu Nori · 15 years ago
  94. b5a5a39 am 56a17690: Merge "TransformGestureDetector is now ScaleGestureDetector - scope reduced. N1 screen can\'t reliably handle translation and scaling at the same time." into eclair by Adam Powell · 15 years ago
  95. ae542ff TransformGestureDetector is now ScaleGestureDetector - scope reduced. by Adam Powell · 15 years ago
  96. 96e40b4 Merge "Framework Tests Cleanup: Removing CTS duplicate files" by Neal Nguyen · 15 years ago
  97. 8d1966e Merge "Framework Tests Cleanup: Removing CTS duplicate files" by Neal Nguyen · 15 years ago
  98. 83fe5de Merge "Framework Tests Cleanup: Removing CTS duplicate files" by Neal Nguyen · 15 years ago
  99. ae51f0a Merge "Framework Tests Cleanup: Removing CTS duplicate files" by Neal Nguyen · 15 years ago
  100. 908c485 am 202a6734: am 8acdb201: Added TransformGestureDetector (still in progress) Modified VelocityTracker to track multiple pointers Added TransformTest by Adam Powell · 15 years ago