1. 6dfef1b Merge "Adds CookieManager methods to configure policy for cookies for file scheme URLs" by Steve Block · 13 years ago
  2. 8e8cf73 Increase DRT timeout while waiting for WebView to dump as text by Steve Block · 13 years ago
  3. f932469 A few small cleanning-ups. by Huahui Wu · 14 years ago
  4. 7e73ce9 DRT needs to clear cookies between tests. by Ben Murdoch · 14 years ago
  5. 4ce6e7c when test case times out, stop loading first by Guang Zhu · 14 years ago
  6. f2f7f56 bugfix: remove dump timeout message after dump is received by Guang Zhu · 14 years ago
  7. f37a574 Throw exception if webview dump times out by Guang Zhu · 14 years ago
  8. 16d041c Adds CookieManager methods to configure policy for cookies for file scheme URLs by Kristian Monsen · 14 years ago
  9. 5f37cc43 Implement LayoutTestController.overridePreference('WebKitUsesPageCachePreferenceKey') by Steve Block · 14 years ago
  10. 41865f4 Bug 2372180: pass multi-touch events from browser to webkit. by Huahui Wu · 14 years ago
  11. f0f30c6 Implement logic for new Geolocation delayed permission LayoutTests by Steve Block · 14 years ago
  12. 68dede3 Hook up mock for testing DeviceOrientation in DRT by Steve Block · 14 years ago
  13. f21d2e3 Initial work on browser incognito mode history feature. by Elliott Slaughter · 14 years ago
  14. 5aa1c03 resolved conflicts for merge of 8a76a908 to master by Jean-Baptiste Queru · 14 years ago
  15. 357d280 Merge WebKit at r63859 : Implement layoutTestController.dumpAsText(boolean) in DumpRenderTree. by Ben Murdoch · 14 years ago
  16. 8b85dce Replaced /sdcard with Environment.getExternalStorageDirectory() by Christian Mehlmauer · 14 years ago
  17. 5d53c19 add a paramter to control page-load-termination-on-JS-error by Guang Zhu · 14 years ago
  18. be1304f Tweak fix for setXSSAuditorEnabled in LayoutTestController. by Elliott Slaughter · 14 years ago
  19. 5dc0c82 Add setXSSAuditorEnabled support in WebSettings. by Elliott Slaughter · 14 years ago
  20. ad45686 Add dumpChildFramesAsText function support in LayoutTestController. by Shimeng (Simon) Wang · 14 years ago
  21. 1620bcd DumpRenderTree fix. by Ben Murdoch · 14 years ago
  22. 9b815d0 DumpRenderTree changes by Ben Murdoch · 14 years ago
  23. fb4b88f Fixes an error when displaying the current layout test index. by Kristian Monsen · 14 years ago
  24. 521d9a7 Display index and count when running layout tests by Kristian Monsen · 14 years ago
  25. 6c15f60 improvements on layout test by Guang Zhu · 14 years ago
  26. a8b9768 Reset the webview settings after each test to ensure that each new test starts by Ben Murdoch · 14 years ago
  27. 2bb2553 Cherry pick from master. by Steve Block · 14 years ago
  28. fb0de34 Implements layoutTestController.overridePreference() by Steve Block · 14 years ago
  29. 8a032a3 Pass key modifier state to webcore for touch events and update DRT so it can simulate them. by Ben Murdoch · 15 years ago
  30. 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
  31. ecbc65c Add support for sending touch events in DRT. by Ben Murdoch · 15 years ago
  32. 980a938 Deprecate fill_parent and introduce match_parent. Bug: #2361749. by Romain Guy · 15 years ago
  33. 5dc4f21 Add support for extracting render time and image in page cycler by Guang Zhu · 15 years ago
  34. 7caaeec Rename WebChromeClient.addMessageToConsole to WebChromeClient.onConsoleMessage. by Ben Murdoch · 15 years ago
  35. 56a3693 Added code style fix that actually did not get submitted in 2nd patch of previous change. by Guang Zhu · 15 years ago
  36. 7216047 Add checks for double-dumping on webkit data. by Guang Zhu · 15 years ago
  37. 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
  38. 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
  39. 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
  40. 4950b2b Fix appcache layout test that was timing out due to race condition in WebView::addJavascriptInterface. by Andrei Popescu · 15 years ago
  41. 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
  42. dad347c Adds the ability to set Geolocation permissions from DumpRenderTree on Android. by Steve Block · 15 years ago
  43. 2890920 Set V8 flag --expose_gc in TestShellActivity. by Feng Qian · 15 years ago
  44. b028f92 Disable Worker in DumpRenderTree until the issue with dumpAsText is fixed. by Guang Zhu · 15 years ago
  45. d4f0959 Enable Workers in Dump Render Tree. by Ben Murdoch · 15 years ago
  46. 59e2ad9 Wire in the AppCache out-of-space callback by Andrei Popescu · 15 years ago
  47. 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
  48. f56e1a1 Call WebView#freeMemory before collecting memory information by Guang Zhu · 15 years ago
  49. 0aeed6a Free memory on low memory condition. by Feng Qian · 15 years ago
  50. 1a3ef96 am e57ff0e1: Merge change 6652 into donut by Android (Google) Code Review · 15 years ago
  51. 889181d Call clearCache on WebView before collecting memory information. by Guang Zhu · 15 years ago
  52. c899d0c resolved conflicts for merge of 53e083c9 to master by Guang Zhu · 15 years ago
  53. 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
  54. e6f3e45 Enable storage tests in Dump Render Tree so we can run Database and DOM Storage layout tests. by Ben Murdoch · 15 years ago
  55. 4010ac3 added reliability test usding DumpRenderTree by Guang Zhu · 15 years ago
  56. 1871fe0 added reliability test usding DumpRenderTree by Guang Zhu · 15 years ago
  57. b933f669 Back-merge all changes done in master to DumpRenderTree to donut. by Guang Zhu · 15 years ago
  58. be42388b Fix a null pointer exception in DumpRenderTree (issue 1792567) by Feng Qian · 15 years ago
  59. ba87e3e auto import from //branches/cupcake_rel/...@138607 by The Android Open Source Project · 15 years ago