1. fe8eaf3 am 1c045003: Merge "add mouse up/down/click support in DumpRenderTree" into gingerbread by Guang Zhu · 14 years ago
  2. b5c4caa0 add mouse up/down/click support in DumpRenderTree by Guang Zhu · 14 years ago
  3. 8b85dce Replaced /sdcard with Environment.getExternalStorageDirectory() by Christian Mehlmauer · 14 years ago
  4. 2bb2553 Cherry pick from master. by Steve Block · 15 years ago
  5. fb0de34 Implements layoutTestController.overridePreference() by Steve Block · 15 years ago
  6. cd90b15 Removes most remaining appcache layout tests from the DumpRenderTree ignoreResults list by Steve Block · 15 years ago
  7. 427efcc Implements layoutTestController.setAppCacheMaximumSize by Steve Block · 15 years ago
  8. f19f9f5 Removes an appcache test from the DumpRenderTree ignoreResults list by Steve Block · 15 years ago
  9. 9b63c8e Adds worker tests to the DumpRenderTree ignoreResults list, as workers are now disabled by Steve Block · 15 years ago
  10. 7c58da7 Updates the status of some HTML5 storage layout tests in the DumpRenderTree skipped list by Steve Block · 15 years ago
  11. f3c755a Adds XPath layout tests to DumpRenderTree ignoreResults list as Android does not support XPath by Steve Block · 15 years ago
  12. b552230 Puts two regex layout tests back on the DumpRenderTree skipped list by Steve Block · 15 years ago
  13. cf0fd78 Adds to DumpRenderTree the ability to ignore the results of tests by Steve Block · 15 years ago
  14. e179c1d Merge "Check if the JS_ENGINE key exists as an environment variable before reading it." by Ben Murdoch · 15 years ago
  15. dc2711d Check if the JS_ENGINE key exists as an environment variable before reading it. by Ben Murdoch · 15 years ago
  16. 8028dab Remove http/wml from the DumpRenderTree skipped list, as this directory no longer exists. by Steve Block · 15 years ago
  17. 5ac2a3b Removes from DumpRenderTree the superfluous result file for tests that time out. by Steve Block · 15 years ago
  18. 9902279 Removes regex tests from the DumpRenderTree skipped list by Steve Block · 15 years ago
  19. 432e0ea Add shared workers tests to DumpRenderTree skipped list by Steve Block · 15 years ago
  20. 7e47f17 Removes some storage tests from the DumpRenderTree skipped lists, now that Android-specific results are provided by Steve Block · 15 years ago
  21. e60f673 Merge "Removes a Geolocation test from the DumpRenderTree skipped list" by Steve Block · 15 years ago
  22. 12077e1 Adds to DumpRenderTree the ability to look for Android-specific results by Steve Block · 15 years ago
  23. fc735ee Removes a Geolocation test from the DumpRenderTree skipped list by Steve Block · 15 years ago
  24. f7483b1 Add HTML5 layout tests that currently fail to the DumpRenderTree skipped list by Steve Block · 15 years ago
  25. 8cd303a Quick fix layout test path problems by Guang Zhu · 15 years ago
  26. 164bd79 In DumpRenderTree, skip tests for which we have the wrong results by Steve Block · 15 years ago
  27. 5e8f52f Ignore TEMPLATE.html in LayoutTest directories by Steve Block · 15 years ago
  28. 2eae069 Merge "Remove tests that no longer exist from the DumpRenderTree skipped list" by Steve Block · 15 years ago
  29. 0584242 Merge "Merges unused bug list with ignored result list in DumpRenderTree" by Steve Block · 15 years ago
  30. f53833b Remove tests that no longer exist from the DumpRenderTree skipped list by Steve Block · 15 years ago
  31. 52f4362 Merges unused bug list with ignored result list in DumpRenderTree by Steve Block · 15 years ago
  32. 8a032a3 Pass key modifier state to webcore for touch events and update DRT so it can simulate them. by Ben Murdoch · 15 years ago
  33. cdb4ef4 Sorts the lists of tests in DumpRenderTree in preparation for cleaning up the lists. by Steve Block · 15 years ago
  34. 07a76ca Removes tests from DumpRenderTree skipped list where the corresponding bugs have been fixed. by Steve Block · 15 years ago
  35. 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
  36. ecbc65c Add support for sending touch events in DRT. by Ben Murdoch · 15 years ago
  37. 6d001c0 am e0aed796: am ccec75e7: Merge "Prevent orientation change from triggering activity recreation." into eclair by Guang Zhu · 15 years ago
  38. 4ddcede Prevent orientation change from triggering activity recreation. by Guang Zhu · 15 years ago
  39. 980a938 Deprecate fill_parent and introduce match_parent. Bug: #2361749. by Romain Guy · 15 years ago
  40. 5dc4f21 Add support for extracting render time and image in page cycler by Guang Zhu · 15 years ago
  41. 0187e9e Rename WebChromeClient.addMessageToConsole to WebChromeClient.onConsoleMessage. Do not merge. by Ben Murdoch · 15 years ago
  42. 7caaeec Rename WebChromeClient.addMessageToConsole to WebChromeClient.onConsoleMessage. by Ben Murdoch · 15 years ago
  43. ea48cd6 Use a diff that ignores trailing whitespaces to get by some layout test failures. by Guang Zhu · 15 years ago
  44. bfa68ab layout test rebase, bug fix by Guang Zhu · 15 years ago
  45. 2e90d64 Remove the activity restart between urls. by Guang Zhu · 15 years ago
  46. 9e58e64 Enable some tests that requires local http server by Guang Zhu · 15 years ago
  47. a0609a0 rebase layout test result as the numbers reported are much more stable now by Guang Zhu · 15 years ago
  48. 56a3693 Added code style fix that actually did not get submitted in 2nd patch of previous change. by Guang Zhu · 15 years ago
  49. 7216047 Add checks for double-dumping on webkit data. by Guang Zhu · 15 years ago
  50. 2eea5f3 Change the way DRT determines if it is ready to continue to the next test when running in automated mode. by Ben Murdoch · 15 years ago
  51. 977f769 Only move to the next test in DRT after the test has completed AND the page has finished loading. by Ben Murdoch · 15 years ago
  52. 44ca709 Merge change 25356 into eclair by Android (Google) Code Review · 15 years ago
  53. 01033ab Filter out failing cases for future investigation. by Guang Zhu · 15 years ago
  54. 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 · 15 years ago
  55. ce8d9d1 Add more error message if the script failed to pull result file from device. by Guang Zhu · 15 years ago
  56. ad1e25d Fix the bogus crashes in layout and reliability tests (the device actually went offline). by Guang Zhu · 15 years ago
  57. 60ef21a Fix the parsing for instrumentation result, some Java exceptions are not reported right now by Guang Zhu · 15 years ago
  58. 4950b2b Fix appcache layout test that was timing out due to race condition in WebView::addJavascriptInterface. by Andrei Popescu · 15 years ago
  59. b937ba1 Read forward address from file for DRT, fallback to default address by Guang Zhu · 15 years ago
  60. f3d924c Set a default dump type for DRT as a workaround for indeterministic order in receiving dumpAsText and onPageFinish callback. by Guang Zhu · 15 years ago
  61. 4a40a03 At leaset log the layout test timeouts by Guang Zhu · 15 years ago
  62. 38323a5 allow a longer timeout for layout tests, see if it stabilizes pass/fail numbers by Guang Zhu · 15 years ago
  63. 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 · 15 years ago
  64. 8e3a84c Filter out worker tests from layout suite because merely disabling worker in webview settings no longer works. by Guang Zhu · 15 years ago
  65. 2513129 Merge change 21978 into eclair by Android (Google) Code Review · 15 years ago
  66. 5080b67 Fixed the missing EOL in last line of crashed tests list file. Also fixed some whitespaces. by Guang Zhu · 15 years ago
  67. dad347c Adds the ability to set Geolocation permissions from DumpRenderTree on Android. by Steve Block · 15 years ago
  68. a8dfe24d Adds the ability to configure the mock Geolocation service from DumpRenderTree. by Steve Block · 15 years ago
  69. 2890920 Set V8 flag --expose_gc in TestShellActivity. by Feng Qian · 15 years ago
  70. b028f92 Disable Worker in DumpRenderTree until the issue with dumpAsText is fixed. by Guang Zhu · 15 years ago
  71. d4f0959 Enable Workers in Dump Render Tree. by Ben Murdoch · 15 years ago
  72. 8031361 am 7a07f179: Merge change 20006 into donut by Android (Google) Code Review · 15 years ago
  73. c189b2d After each test, the WebView cache should be cleared, otherwise the cache data will pile up. by Guang Zhu · 15 years ago
  74. d186ef1 am 8c5b3e2f: Change browser reliability test to start a new activity for each url by Guang Zhu · 15 years ago
  75. 8c5b3e2 Change browser reliability test to start a new activity for each url by Guang Zhu · 15 years ago
  76. 59e2ad9 Wire in the AppCache out-of-space callback by Andrei Popescu · 15 years ago
  77. 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 · 15 years ago
  78. bc4aa5f Fix master build by Andrei Popescu · 15 years ago
  79. f56e1a1 Call WebView#freeMemory before collecting memory information by Guang Zhu · 15 years ago
  80. b933dc7 am 22eef5da: Merge change 7753 into donut by Android (Google) Code Review · 15 years ago
  81. 1f6c72b Add a delay before collecting memory information by Guang Zhu · 15 years ago
  82. 0aeed6a Free memory on low memory condition. by Feng Qian · 15 years ago
  83. 1a3ef96 am e57ff0e1: Merge change 6652 into donut by Android (Google) Code Review · 15 years ago
  84. 889181d Call clearCache on WebView before collecting memory information. by Guang Zhu · 15 years ago
  85. 6a840aa am b7d7d5f6: Merge change 5806 into donut by Android (Google) Code Review · 15 years ago
  86. c899d0c resolved conflicts for merge of 53e083c9 to master by Guang Zhu · 15 years ago
  87. 40656be Use additional functions to collect more memory information data points. by Guang Zhu · 15 years ago
  88. f92bd42 Added a new operation mode where user can launch all tests under a folder from test app ui. by Guang Zhu · 15 years ago
  89. e6f3e45 Enable storage tests in Dump Render Tree so we can run Database and DOM Storage layout tests. by Ben Murdoch · 16 years ago
  90. aba6af9 am 79ac8770: Merge change 4834 into donut by Android (Google) Code Review · 15 years ago
  91. 595fbd6 Fix a bug where wrong variable was used for comparison. by Guang Zhu · 15 years ago
  92. 42a28be am c2922687: Merge change 4182 into donut by Android (Google) Code Review · 15 years ago
  93. 0528cd0 Add more data to reliability test report, includes min, max, std, run data. by Guang Zhu · 15 years ago
  94. 933a386 am d83d6606: Merge change 4106 into donut by Android (Google) Code Review · 15 years ago
  95. 903f311 Adjust order of file/section list in output diff by Guang Zhu · 15 years ago
  96. 3835736 am f229aff1: Merge change 3967 into donut by Android (Google) Code Review · 15 years ago
  97. 261a195 Update control files (pass/fail/nontext/crash) to results from CRB45 by Guang Zhu · 15 years ago
  98. bf521a0 am 4a60b887: Merge change 3761 into donut by Android (Google) Code Review · 15 years ago
  99. 2ab6f1f Added support to record page load time for each url. by Guang Zhu · 15 years ago
  100. c71f084 am 7757656a: Changed logic to handle timeout pages. by Guang Zhu · 15 years ago