1. b56ed30 Fix style for Geolocation mock mechanism by Steve Block · 12 years ago
  2. f3f60d9 Switch Geolocation DRT methods to control client-based mock by Steve Block · 12 years ago
  3. d3101b1 Seperate interface and implementation of 4 WebView classes by Jonathan Dixon · 12 years ago
  4. 5ba2efe Minor clean-up in DeviceOrientation and DeviceMotion by Steve Block · 13 years ago
  5. 3c90952 Refactor WebView to be a thin proxy class by Jonathan Dixon · 12 years ago
  6. 9eed25e In DRT2, correctly handle the case of zero tests by Steve Block · 13 years ago
  7. 183c3c9 Update DRT2 to reflect WebKit code movement by Steve Block · 13 years ago
  8. 31e446c Add extra error handling to DRT2 launcher script by Steve Block · 13 years ago
  9. f932469 A few small cleanning-ups. by Huahui Wu · 13 years ago
  10. a586b7b b/3369602 Using Math.round() to convert float coordinates to integers. by Huahui Wu · 13 years ago
  11. 84cc2db Improve error handling (NPE in DRT2) by Philippe Marti · 14 years ago
  12. 2aafca6 pass layout test list using external file by Guang Zhu · 14 years ago
  13. edfdd15 Fix EventSender mouse events to correctly convert from screen coordinates by Steve Block · 14 years ago
  14. aca659c Refactor EventSenderImpl.MousePoint by Steve Block · 14 years ago
  15. ace92b8 Include .php tests in DumpRenderTree2. by Iain Merrick · 14 years ago
  16. ca501d2 Fix DumpRenderTree2 to not attempt to read expected results over HTTPS by Steve Block · 14 years ago
  17. cda9448 Fix FsUtils.readDataFromUrl() to do the network request on a background thread by Steve Block · 14 years ago
  18. 24652bc Fix DumpRenderTree2 to correctly handle crashed tests by Steve Block · 14 years ago
  19. fc16915 Fix DumpRenderTree2 script to allow only one path to be specified by Steve Block · 14 years ago
  20. ae47ce0 Improve error handling in DumpRenderTree2 scripts by Steve Block · 14 years ago
  21. 5f37cc43 Implement LayoutTestController.overridePreference('WebKitUsesPageCachePreferenceKey') by Steve Block · 14 years ago
  22. 856f285 Fix some bugs in DumpRenderTree2 when forming HTML diffs by Steve Block · 14 years ago
  23. fd487ad Use the empty string when expected text results are missing in DumpRenderTree2 by Steve Block · 14 years ago
  24. f460dd4 Fix a bug with the expected result path in DumpRenderTree2 by Steve Block · 14 years ago
  25. fdffee8 Correctly implement EventSender mouse methods in DumpRenderTree2 by Steve Block · 14 years ago
  26. c0f90a8 Trim empty lines when comparing text results in DumpRenderTree2 by Steve Block · 14 years ago
  27. 82c11b4 add multiple device support to layout test driver script by Guang Zhu · 14 years ago
  28. 27c5fab Reduce the AppCache maximum size to a more reasonable value in DumpRenderTree2 by Steve Block · 14 years ago
  29. 31fb8b6 Merge changes Ic62f60d9,I04a01634 by Steve Block · 14 years ago
  30. cb98a3e Provide a useful message in DumpRenderTree2 GUI when the host server is not running by Steve Block · 14 years ago
  31. 898bfbd Prevent DumpRenderTree2 from crashing when the host server is not running by Steve Block · 14 years ago
  32. 42bf092 Update run_layout_tests.py to give a useful error if DumpRenderTree2 is not found on the device by Steve Block · 14 years ago
  33. 41865f4 Bug 2372180: pass multi-touch events from browser to webkit. by Huahui Wu · 14 years ago
  34. 1358a1c Fix DumpRenderTree2 to clear AppCache between tests by Steve Block · 14 years ago
  35. 3cf18f5 Fix DumpRenderTree2 to wait for the WebCore thread to become ready by Steve Block · 14 years ago
  36. 0e1d687 Fix a bug in DumpRenderTree2's run_apache2.py script by Steve Block · 14 years ago
  37. 34f3851 Fix DumpRenderTree2 to make AbstractResult serializable by Steve Block · 14 years ago
  38. f09aafa Fix DumpRenderTree2 to handle SSL errors by Steve Block · 14 years ago
  39. 70727d1 Merge "Fix DumpRenderTree2 to correctly add JavaScript interfaces to new windows" by Steve Block · 14 years ago
  40. 394e0fb Updated Summarizer to use SQLite DB. by Maksymilian Osowski · 14 years ago
  41. fadb0de Changed Summarizer to dump generated html code to file every few hundred tests to avoid OOM errors. by Maksymilian Osowski · 14 years ago
  42. 76c97ee Fix DumpRenderTree2 to serve HTTP tests on http://127.0.0.1:8000 by Steve Block · 14 years ago
  43. 062c0c9 Merge "Updated ManagerService to call Summarizer.summarize() in a separate thread." by Maksymilian Osowski · 14 years ago
  44. 517ebf1 Merge "Changed the behaviour of run_apache2.py restart." by Maksymilian Osowski · 14 years ago
  45. 4af7705 Changed the behaviour of run_apache2.py restart. by Maksymilian Osowski · 14 years ago
  46. 9893d96 Updated ManagerService to call Summarizer.summarize() in a separate thread. by Maksymilian Osowski · 14 years ago
  47. b6a2364 Merge "Update DumpRenderTree2 to handle failing tests where no meaningful diff is available" by Steve Block · 14 years ago
  48. f0c289e Fix DumpRenderTree2 to correctly add JavaScript interfaces to new windows by Steve Block · 14 years ago
  49. 8a6def0 Update DumpRenderTree2 to handle failing tests where no meaningful diff is available by Steve Block · 14 years ago
  50. 44ce3242 Merge "Changed run_layout_tests.py and run_apache2.py to accept alternative tests root dir." by Maksymilian Osowski · 14 years ago
  51. c0847c5 Remove superfluous CSS from DumpRenderTree2's Summarizer by Steve Block · 14 years ago
  52. 2c38de8 Implement WebViewClient.onReceivedHttpAuthRequest() in DumpRenderTree2 by Steve Block · 14 years ago
  53. 78fbc54 Changed run_layout_tests.py and run_apache2.py to accept alternative tests root dir. by Maksymilian Osowski · 14 years ago
  54. 44c7197 Merge "Make DumpRenderTree2 appear in the 'Dev Tools' application" by Steve Block · 14 years ago
  55. 2622f30 Make DumpRenderTree2 appear in the 'Dev Tools' application by Steve Block · 14 years ago
  56. d96c5e0 Added setXSSAuditorEnabled() LayoutTestController function. by Maksymilian Osowski · 14 years ago
  57. 023606a Merge "Changed Summarizer to add header before printing the path in summary.txt and details.html" by Maksymilian Osowski · 14 years ago
  58. 8a2e552 Merge "Implement LayoutTestController.setAppCacheMaximumSize() for DumpRenderTree2" by Steve Block · 14 years ago
  59. 75aa0d3 Changed Summarizer to add header before printing the path in summary.txt and details.html by Maksymilian Osowski · 14 years ago
  60. ac0b599 Merge "Made the run_layout_tests.py script restart the apache2 server before it starts." by Maksymilian Osowski · 14 years ago
  61. 757dcbb Implement LayoutTestController.setAppCacheMaximumSize() for DumpRenderTree2 by Steve Block · 14 years ago
  62. 8a0db6f Merge "Sort LayoutTestController methods alphabetically" by Steve Block · 14 years ago
  63. 2e36737 Made the run_layout_tests.py script restart the apache2 server before it starts. by Maksymilian Osowski · 14 years ago
  64. 5de8b99 Sort LayoutTestController methods alphabetically by Steve Block · 14 years ago
  65. 540aada Merge "Add to DumpRenderTree2 the option to suppress showing results in the host browser" by Steve Block · 14 years ago
  66. d210fd2 Add to DumpRenderTree2 the option to suppress showing results in the host browser by Steve Block · 14 years ago
  67. 59e46ef Merge "Gets rid of flickering when executing tests." by Maksymilian Osowski · 14 years ago
  68. a7e2ca9 Gets rid of flickering when executing tests. by Maksymilian Osowski · 14 years ago
  69. 8e0835c Merge "Added overridePreference() layoutTestsController function." by Maksymilian Osowski · 14 years ago
  70. 5e689a7 Added overridePreference() layoutTestsController function. by Maksymilian Osowski · 14 years ago
  71. ab87db4 Update DumpRenderTree2 to only calculate the WebKit revision once per test run by Steve Block · 14 years ago
  72. c54df24 Remove superfluous FileFilter from DumpRenderTree2 DirListActivity.java by Steve Block · 14 years ago
  73. 5c27bc1c When running DumpRenderTree2 from script, remove old results files by Steve Block · 14 years ago
  74. bdebd06 Update DumpRenderTree2 to store results in /sdcard/layout-test-results by Steve Block · 14 years ago
  75. 34c6891 Remove the last remnants in DumpRenderTree2 of the absolute path to the tests by Steve Block · 14 years ago
  76. 7438b53 Update DumpRenderTree2 text results output to better match HTML version by Steve Block · 14 years ago
  77. 5af84db Updated the AdbUtils class to better manage opening and closing the resources. by Maksymilian Osowski · 14 years ago
  78. 741fdc8 Merge "Updated FsUtils to use apache HttpClient instead of java.net UrlConnection." by Maksymilian Osowski · 14 years ago
  79. ce2ef18 Updated FsUtils to use apache HttpClient instead of java.net UrlConnection. by Maksymilian Osowski · 14 years ago
  80. 0e2bae1 Update DumpRenderTree2 to reflect removal of WEBKIT_MERGE_REVISION by Steve Block · 14 years ago
  81. da17e9d Merge "Fixed the bug in forwarder that prevented ConnectionHandler threads from exiting." by Maksymilian Osowski · 14 years ago
  82. bd8c83d Fixed the bug in forwarder that prevented ConnectionHandler threads from exiting. by Maksymilian Osowski · 14 years ago
  83. 5846d45 Fixed the run_apache2.py script to use the correct mime.types file. by Maksymilian Osowski · 14 years ago
  84. fddedbf Merge "Updated Summarizer to parse CRASH instead of SKIP." by Maksymilian Osowski · 14 years ago
  85. 2ca8acd Adds webkit revision to the summary and details. by Maksymilian Osowski · 14 years ago
  86. 01c1f9d The results now show which expected result was used. by Maksymilian Osowski · 14 years ago
  87. 5f21f5a Updated Summarizer to parse CRASH instead of SKIP. by Maksymilian Osowski · 14 years ago
  88. cbba4ae Merge "Shows the details when all the tests finish and fixes the orientation issue." by Maksymilian Osowski · 14 years ago
  89. 84daaf8 Merge "Fixed and slightly improved crash detection mechanism." by Maksymilian Osowski · 14 years ago
  90. 1b03478 Shows the details when all the tests finish and fixes the orientation issue. by Maksymilian Osowski · 14 years ago
  91. bcf114c Fixed and slightly improved crash detection mechanism. by Maksymilian Osowski · 14 years ago
  92. f072bce Merge "Updated Summarizer to report tests under all 4 possible categories now." by Maksymilian Osowski · 14 years ago
  93. 6ae5ce4 Updated Summarizer to report tests under all 4 possible categories now. by Maksymilian Osowski · 14 years ago
  94. 15116bc Merge "Fixed a bug when there are too many open sockets." by Maksymilian Osowski · 14 years ago
  95. 5926723 Fixed a bug when there are too many open sockets. by Maksymilian Osowski · 14 years ago
  96. ff314d7 Added "run all tests in the current directory" menu option. by Maksymilian Osowski · 14 years ago
  97. 9c12bd3 Merge "Updated the Summarizer to link to the source of the tests." by Maksymilian Osowski · 14 years ago
  98. 603b70d Updated the Summarizer to link to the source of the tests. by Maksymilian Osowski · 14 years ago
  99. ef9a217 Fixed a bug in forwarder where calling the stop method on ForwarderManager would deadlock. Also some style fixes. by Maksymilian Osowski · 14 years ago
  100. c6a341d Changed the code to use forwarding service. by Maksymilian Osowski · 14 years ago