1. 977f769 Only move to the next test in DRT after the test has completed AND the page has finished loading. by Ben Murdoch · 16 years ago
  2. 44ca709 Merge change 25356 into eclair by Android (Google) Code Review · 16 years ago
  3. 01033ab Filter out failing cases for future investigation. by Guang Zhu · 16 years ago
  4. 6bf18ba Refactor logic for starting forward servers and http test cases hacking, so that they can be shared between automated test mode and UI launch mode. by Guang Zhu · 16 years ago
  5. ce8d9d1 Add more error message if the script failed to pull result file from device. by Guang Zhu · 16 years ago
  6. ad1e25d Fix the bogus crashes in layout and reliability tests (the device actually went offline). by Guang Zhu · 16 years ago
  7. 60ef21a Fix the parsing for instrumentation result, some Java exceptions are not reported right now by Guang Zhu · 16 years ago
  8. 4950b2b Fix appcache layout test that was timing out due to race condition in WebView::addJavascriptInterface. by Andrei Popescu · 16 years ago
  9. b937ba1 Read forward address from file for DRT, fallback to default address by Guang Zhu · 16 years ago
  10. f3d924c Set a default dump type for DRT as a workaround for indeterministic order in receiving dumpAsText and onPageFinish callback. by Guang Zhu · 16 years ago
  11. 4a40a03 At leaset log the layout test timeouts by Guang Zhu · 16 years ago
  12. 38323a5 allow a longer timeout for layout tests, see if it stabilizes pass/fail numbers by Guang Zhu · 16 years ago
  13. d497d87 Pass the estimated size of new HTML 5 databases to the ChromeClient so it can use that amount to figure an initial default quota. by Ben Murdoch · 16 years ago
  14. 8e3a84c Filter out worker tests from layout suite because merely disabling worker in webview settings no longer works. by Guang Zhu · 16 years ago
  15. 2513129 Merge change 21978 into eclair by Android (Google) Code Review · 16 years ago
  16. 5080b67 Fixed the missing EOL in last line of crashed tests list file. Also fixed some whitespaces. by Guang Zhu · 16 years ago
  17. dad347c Adds the ability to set Geolocation permissions from DumpRenderTree on Android. by Steve Block · 16 years ago
  18. a8dfe24d Adds the ability to configure the mock Geolocation service from DumpRenderTree. by Steve Block · 16 years ago
  19. 2890920 Set V8 flag --expose_gc in TestShellActivity. by Feng Qian · 16 years ago
  20. b028f92 Disable Worker in DumpRenderTree until the issue with dumpAsText is fixed. by Guang Zhu · 16 years ago
  21. d4f0959 Enable Workers in Dump Render Tree. by Ben Murdoch · 16 years ago
  22. 8031361 am 7a07f179: Merge change 20006 into donut by Android (Google) Code Review · 16 years ago
  23. c189b2d After each test, the WebView cache should be cleared, otherwise the cache data will pile up. by Guang Zhu · 16 years ago
  24. d186ef1 am 8c5b3e2f: Change browser reliability test to start a new activity for each url by Guang Zhu · 16 years ago
  25. 8c5b3e2 Change browser reliability test to start a new activity for each url by Guang Zhu · 16 years ago
  26. 59e2ad9 Wire in the AppCache out-of-space callback by Andrei Popescu · 16 years ago
  27. f4bf552 checkin for port forwarding through adb, gets access to external network via USB, this also adds in related plumbing for running the http hosted tests, but will not enable those tests yet. by Guang Zhu · 16 years ago
  28. bc4aa5f Fix master build by Andrei Popescu · 16 years ago
  29. f56e1a1 Call WebView#freeMemory before collecting memory information by Guang Zhu · 16 years ago
  30. b933dc7 am 22eef5da: Merge change 7753 into donut by Android (Google) Code Review · 16 years ago
  31. 1f6c72b Add a delay before collecting memory information by Guang Zhu · 16 years ago
  32. 0aeed6a Free memory on low memory condition. by Feng Qian · 16 years ago
  33. 1a3ef96 am e57ff0e1: Merge change 6652 into donut by Android (Google) Code Review · 16 years ago
  34. 889181d Call clearCache on WebView before collecting memory information. by Guang Zhu · 16 years ago
  35. 6a840aa am b7d7d5f6: Merge change 5806 into donut by Android (Google) Code Review · 16 years ago
  36. c899d0c resolved conflicts for merge of 53e083c9 to master by Guang Zhu · 16 years ago
  37. 40656be Use additional functions to collect more memory information data points. by Guang Zhu · 16 years ago
  38. f92bd42 Added a new operation mode where user can launch all tests under a folder from test app ui. by Guang Zhu · 16 years ago
  39. e6f3e45 Enable storage tests in Dump Render Tree so we can run Database and DOM Storage layout tests. by Ben Murdoch · 17 years ago
  40. aba6af9 am 79ac8770: Merge change 4834 into donut by Android (Google) Code Review · 16 years ago
  41. 595fbd6 Fix a bug where wrong variable was used for comparison. by Guang Zhu · 16 years ago
  42. 42a28be am c2922687: Merge change 4182 into donut by Android (Google) Code Review · 16 years ago
  43. 0528cd0 Add more data to reliability test report, includes min, max, std, run data. by Guang Zhu · 16 years ago
  44. 933a386 am d83d6606: Merge change 4106 into donut by Android (Google) Code Review · 16 years ago
  45. 903f311 Adjust order of file/section list in output diff by Guang Zhu · 16 years ago
  46. 3835736 am f229aff1: Merge change 3967 into donut by Android (Google) Code Review · 16 years ago
  47. 261a195 Update control files (pass/fail/nontext/crash) to results from CRB45 by Guang Zhu · 16 years ago
  48. bf521a0 am 4a60b887: Merge change 3761 into donut by Android (Google) Code Review · 16 years ago
  49. 2ab6f1f Added support to record page load time for each url. by Guang Zhu · 16 years ago
  50. c71f084 am 7757656a: Changed logic to handle timeout pages. by Guang Zhu · 16 years ago
  51. 7757656a Changed logic to handle timeout pages. by Guang Zhu · 16 years ago
  52. 2cd81b4 am 85dfec8c: Merge change 3174 into donut by Android (Google) Code Review · 16 years ago
  53. 17f8fa6 Added bugreport collecting mechanism in case of crashes. by Guang Zhu · 16 years ago
  54. 55db8ae am 4ee0a751: Merge change 3095 into donut by Android (Google) Code Review · 16 years ago
  55. 53003de Skip empty lines in test url list. by Guang Zhu · 16 years ago
  56. 411c77d am 5de674e1: Merge change 3013 into donut by Android (Google) Code Review · 16 years ago
  57. b9a39cd Adding missing callback onJsConfirm to dismiss any confirmation dialogs by Guang Zhu · 16 years ago
  58. f48c283 am 3e8950c0: Added new parameter to enable a manual pause between pages by Guang Zhu · 16 years ago
  59. 3e8950c Added new parameter to enable a manual pause between pages by Guang Zhu · 16 years ago
  60. cabee5b am 7322c96c: Merge change 2967 into donut by Android (Google) Code Review · 16 years ago
  61. 3dfd0e1 Fixed issue where code for extracting scripts was eclipsed by runTest method. by Guang Zhu · 16 years ago
  62. 7f6fefe am b56736b6: Merge change 2864 into donut by Android (Google) Code Review · 16 years ago
  63. 627f934 Fixed bug where test status is not marked "DONE" when completed by Guang Zhu · 16 years ago
  64. cd97bd8 am 892771ab: Rename WRITE_SDCARD to WRITE_EXTERNAL_STORAGE in browser test app by Guang Zhu · 16 years ago
  65. 892771a Rename WRITE_SDCARD to WRITE_EXTERNAL_STORAGE in browser test app by Guang Zhu · 16 years ago
  66. eda4c46 am 40d87ee4: Removing @Override to fix the build by Guang Zhu · 16 years ago
  67. 40d87ee Removing @Override to fix the build by Guang Zhu · 16 years ago
  68. 8c07afd am 50566b35: Merge change 2816 into donut by Android (Google) Code Review · 16 years ago
  69. 65455a1 Update reliability test code. Use a separate activity with simpler calback mechanism. by Guang Zhu · 16 years ago
  70. 7c49790 am 162c9d0e: Merge change 2805 into donut by Android (Google) Code Review · 16 years ago
  71. 5a3a77d base: Rename WRITE_SDCARD -> WRITE_EXTERNAL_STORAGE by San Mehat · 16 years ago
  72. 73f6076 Fixed SD card access permission issue in manifest by Guang Zhu · 16 years ago
  73. dcdb15d Fixed SD card access permission issue in manifest by Guang Zhu · 16 years ago
  74. da8e33a am 1058c63b: Merge change 1909 into donut by Android (Google) Code Review · 16 years ago
  75. 2a197b1 Fixed IndexOutofBoundException, improved how memory information is captured (run GC first) by Guang Zhu · 16 years ago
  76. 4010ac3 added reliability test usding DumpRenderTree by Guang Zhu · 17 years ago
  77. 7a98dae Merge change 1012 by Android (Google) Code Review · 17 years ago
  78. 89ac33b Put three tests in ignore test list. by Feng Qian · 17 years ago
  79. 1871fe0 added reliability test usding DumpRenderTree by Guang Zhu · 17 years ago
  80. b933f669 Back-merge all changes done in master to DumpRenderTree to donut. by Guang Zhu · 17 years ago
  81. 309f4648 package run_page_cycler.py into apk and add code for extraction by Guang Zhu · 17 years ago
  82. 20b4935 modify wait mechanism so that it checks whether activity has already finished or not first by Guang Zhu · 17 years ago
  83. 15ce2ab Merge changes 222,223,227 by Android (Google) Code Review · 17 years ago
  84. be42388b Fix a null pointer exception in DumpRenderTree (issue 1792567) by Feng Qian · 17 years ago
  85. 025950d update onCreate method to work around InstrumentationTestRunner limitation. by Guang Zhu · 17 years ago
  86. 4722251 Removing unused StreamPipe class, also stripping some white spaces by Guang Zhu · 17 years ago
  87. 23a4e88 * Update the way that run_page_cycler.py detectes instrumentation failures. by Guang Zhu · 17 years ago
  88. e6f63b1 AI 146246: am: CL 146225 Work around initialization issue with InstrumentationTest Runner. super.onCreate needs to be called as last statement in subclass' onCreate to avoid starting test case too early. by Guang Zhu · 17 years ago
  89. 36fd6d2 AI 143779: am: CL 143727 Make the test runner and results assets of DumpRendertree. This is done so that we could have by Sridhar Gurivireddy · 17 years ago
  90. 4896cc8 AI 143801: am: CL 143779 am: CL 143727 Make the test runner and results assets of DumpRendertree. This is done so that we could have by Sridhar Gurivireddy · 17 years ago
  91. ba87e3e auto import from //branches/cupcake_rel/...@138607 by The Android Open Source Project · 17 years ago
  92. 4df2423 auto import from //depot/cupcake/@136594 by The Android Open Source Project · 17 years ago
  93. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 17 years ago
  94. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 17 years ago
  95. da996f3 auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 17 years ago
  96. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 17 years ago
  97. 9266c55 auto import from //branches/cupcake/...@126645 by The Android Open Source Project · 17 years ago
  98. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 17 years ago