1. 9eed25e In DRT2, correctly handle the case of zero tests by Steve Block · 13 years ago
  2. 183c3c9 Update DRT2 to reflect WebKit code movement by Steve Block · 13 years ago
  3. f932469 A few small cleanning-ups. by Huahui Wu · 14 years ago
  4. a586b7b b/3369602 Using Math.round() to convert float coordinates to integers. by Huahui Wu · 14 years ago
  5. 84cc2db Improve error handling (NPE in DRT2) by Philippe Marti · 14 years ago
  6. 2aafca6 pass layout test list using external file by Guang Zhu · 14 years ago
  7. edfdd15 Fix EventSender mouse events to correctly convert from screen coordinates by Steve Block · 14 years ago
  8. aca659c Refactor EventSenderImpl.MousePoint by Steve Block · 14 years ago
  9. ace92b8 Include .php tests in DumpRenderTree2. by Iain Merrick · 14 years ago
  10. ca501d2 Fix DumpRenderTree2 to not attempt to read expected results over HTTPS by Steve Block · 14 years ago
  11. cda9448 Fix FsUtils.readDataFromUrl() to do the network request on a background thread by Steve Block · 14 years ago
  12. 24652bc Fix DumpRenderTree2 to correctly handle crashed tests by Steve Block · 14 years ago
  13. 5f37cc43 Implement LayoutTestController.overridePreference('WebKitUsesPageCachePreferenceKey') by Steve Block · 14 years ago
  14. 856f285 Fix some bugs in DumpRenderTree2 when forming HTML diffs by Steve Block · 14 years ago
  15. fd487ad Use the empty string when expected text results are missing in DumpRenderTree2 by Steve Block · 14 years ago
  16. f460dd4 Fix a bug with the expected result path in DumpRenderTree2 by Steve Block · 14 years ago
  17. fdffee8 Correctly implement EventSender mouse methods in DumpRenderTree2 by Steve Block · 14 years ago
  18. c0f90a8 Trim empty lines when comparing text results in DumpRenderTree2 by Steve Block · 14 years ago
  19. 27c5fab Reduce the AppCache maximum size to a more reasonable value in DumpRenderTree2 by Steve Block · 14 years ago
  20. cb98a3e Provide a useful message in DumpRenderTree2 GUI when the host server is not running by Steve Block · 14 years ago
  21. 898bfbd Prevent DumpRenderTree2 from crashing when the host server is not running by Steve Block · 14 years ago
  22. 41865f4 Bug 2372180: pass multi-touch events from browser to webkit. by Huahui Wu · 14 years ago
  23. 1358a1c Fix DumpRenderTree2 to clear AppCache between tests by Steve Block · 14 years ago
  24. 3cf18f5 Fix DumpRenderTree2 to wait for the WebCore thread to become ready by Steve Block · 14 years ago
  25. 34f3851 Fix DumpRenderTree2 to make AbstractResult serializable by Steve Block · 14 years ago
  26. f09aafa Fix DumpRenderTree2 to handle SSL errors by Steve Block · 14 years ago
  27. 70727d1 Merge "Fix DumpRenderTree2 to correctly add JavaScript interfaces to new windows" by Steve Block · 14 years ago
  28. 394e0fb Updated Summarizer to use SQLite DB. by Maksymilian Osowski · 14 years ago
  29. fadb0de Changed Summarizer to dump generated html code to file every few hundred tests to avoid OOM errors. by Maksymilian Osowski · 14 years ago
  30. 76c97ee Fix DumpRenderTree2 to serve HTTP tests on http://127.0.0.1:8000 by Steve Block · 14 years ago
  31. 9893d96 Updated ManagerService to call Summarizer.summarize() in a separate thread. by Maksymilian Osowski · 14 years ago
  32. f0c289e Fix DumpRenderTree2 to correctly add JavaScript interfaces to new windows by Steve Block · 14 years ago
  33. 8a6def0 Update DumpRenderTree2 to handle failing tests where no meaningful diff is available by Steve Block · 14 years ago
  34. c0847c5 Remove superfluous CSS from DumpRenderTree2's Summarizer by Steve Block · 14 years ago
  35. 2c38de8 Implement WebViewClient.onReceivedHttpAuthRequest() in DumpRenderTree2 by Steve Block · 14 years ago
  36. d96c5e0 Added setXSSAuditorEnabled() LayoutTestController function. by Maksymilian Osowski · 14 years ago
  37. 023606a Merge "Changed Summarizer to add header before printing the path in summary.txt and details.html" by Maksymilian Osowski · 14 years ago
  38. 75aa0d3 Changed Summarizer to add header before printing the path in summary.txt and details.html by Maksymilian Osowski · 14 years ago
  39. 757dcbb Implement LayoutTestController.setAppCacheMaximumSize() for DumpRenderTree2 by Steve Block · 14 years ago
  40. 5de8b99 Sort LayoutTestController methods alphabetically by Steve Block · 14 years ago
  41. 8e0835c Merge "Added overridePreference() layoutTestsController function." by Maksymilian Osowski · 14 years ago
  42. 5e689a7 Added overridePreference() layoutTestsController function. by Maksymilian Osowski · 14 years ago
  43. ab87db4 Update DumpRenderTree2 to only calculate the WebKit revision once per test run by Steve Block · 14 years ago
  44. c54df24 Remove superfluous FileFilter from DumpRenderTree2 DirListActivity.java by Steve Block · 14 years ago
  45. bdebd06 Update DumpRenderTree2 to store results in /sdcard/layout-test-results by Steve Block · 14 years ago
  46. 34c6891 Remove the last remnants in DumpRenderTree2 of the absolute path to the tests by Steve Block · 14 years ago
  47. 7438b53 Update DumpRenderTree2 text results output to better match HTML version by Steve Block · 14 years ago
  48. 5af84db Updated the AdbUtils class to better manage opening and closing the resources. by Maksymilian Osowski · 14 years ago
  49. 741fdc8 Merge "Updated FsUtils to use apache HttpClient instead of java.net UrlConnection." by Maksymilian Osowski · 14 years ago
  50. ce2ef18 Updated FsUtils to use apache HttpClient instead of java.net UrlConnection. by Maksymilian Osowski · 14 years ago
  51. 0e2bae1 Update DumpRenderTree2 to reflect removal of WEBKIT_MERGE_REVISION by Steve Block · 14 years ago
  52. bd8c83d Fixed the bug in forwarder that prevented ConnectionHandler threads from exiting. by Maksymilian Osowski · 14 years ago
  53. fddedbf Merge "Updated Summarizer to parse CRASH instead of SKIP." by Maksymilian Osowski · 14 years ago
  54. 2ca8acd Adds webkit revision to the summary and details. by Maksymilian Osowski · 14 years ago
  55. 01c1f9d The results now show which expected result was used. by Maksymilian Osowski · 14 years ago
  56. 5f21f5a Updated Summarizer to parse CRASH instead of SKIP. by Maksymilian Osowski · 14 years ago
  57. cbba4ae Merge "Shows the details when all the tests finish and fixes the orientation issue." by Maksymilian Osowski · 14 years ago
  58. 84daaf8 Merge "Fixed and slightly improved crash detection mechanism." by Maksymilian Osowski · 14 years ago
  59. 1b03478 Shows the details when all the tests finish and fixes the orientation issue. by Maksymilian Osowski · 14 years ago
  60. bcf114c Fixed and slightly improved crash detection mechanism. by Maksymilian Osowski · 14 years ago
  61. f072bce Merge "Updated Summarizer to report tests under all 4 possible categories now." by Maksymilian Osowski · 14 years ago
  62. 6ae5ce4 Updated Summarizer to report tests under all 4 possible categories now. by Maksymilian Osowski · 14 years ago
  63. 15116bc Merge "Fixed a bug when there are too many open sockets." by Maksymilian Osowski · 14 years ago
  64. 5926723 Fixed a bug when there are too many open sockets. by Maksymilian Osowski · 14 years ago
  65. ff314d7 Added "run all tests in the current directory" menu option. by Maksymilian Osowski · 14 years ago
  66. 9c12bd3 Merge "Updated the Summarizer to link to the source of the tests." by Maksymilian Osowski · 14 years ago
  67. 603b70d Updated the Summarizer to link to the source of the tests. by Maksymilian Osowski · 14 years ago
  68. 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
  69. c6a341d Changed the code to use forwarding service. by Maksymilian Osowski · 14 years ago
  70. 2e5982a Tweaked the logging + some minor style fixes. by Maksymilian Osowski · 14 years ago
  71. 56d7e40 Added forwarding service. by Maksymilian Osowski · 14 years ago
  72. f0f30c6 Implement logic for new Geolocation delayed permission LayoutTests by Steve Block · 14 years ago
  73. 2e64bb7 Added more info to the Summarizer. by Maksymilian Osowski · 14 years ago
  74. 0186c93 Merge "Added a basic version of python script and supporting code in DumpRenderTree." by Maksymilian Osowski · 14 years ago
  75. a0a586c Fixes crash when root dir does not exist. by Maksymilian Osowski · 14 years ago
  76. 5fb9ff4 Added a basic version of python script and supporting code in DumpRenderTree. by Maksymilian Osowski · 14 years ago
  77. ea46f25 Resets Summarizer after everything's finished. by Maksymilian Osowski · 14 years ago
  78. 77bdba8 Merge "Changed some parts of the code to prepare it for script support that will come in later commit." by Maksymilian Osowski · 14 years ago
  79. c8fb818 Changed some parts of the code to prepare it for script support that will come in later commit. by Maksymilian Osowski · 14 years ago
  80. 38b7eb9 Merge "Added generating text summary to Summarizer." by Maksymilian Osowski · 14 years ago
  81. 68dede3 Hook up mock for testing DeviceOrientation in DRT by Steve Block · 14 years ago
  82. 8aff3c0 Added eventSender. by Maksymilian Osowski · 14 years ago
  83. 3df4eab Added generating text summary to Summarizer. by Maksymilian Osowski · 14 years ago
  84. 23a0ee4 Added crash-detection mechanism. by Maksymilian Osowski · 14 years ago
  85. 7e2a39b Added detection of missing EventSender functions. by Maksymilian Osowski · 14 years ago
  86. 38f28fa Added geolocation layoutTestController functions. by Maksymilian Osowski · 14 years ago
  87. 40968a4 Added recording of JS dialog messages. by Maksymilian Osowski · 14 years ago
  88. 100e106 Merge "Changed the order of searching for expected result (and added additional location)." by Maksymilian Osowski · 14 years ago
  89. c83712e Changed the order of searching for expected result (and added additional location). by Maksymilian Osowski · 14 years ago
  90. ef7f9d2 Added wakelock to keep the screen from sleeping when executing tests. by Maksymilian Osowski · 14 years ago
  91. 4a9e3a6 Added detecting unimplemented layoutTestController functions and green squares. by Maksymilian Osowski · 14 years ago
  92. dd4bff6 First batch of layoutTestController functions + some fixes and tweaks. by Maksymilian Osowski · 14 years ago
  93. 42bee9c Time-out mechanism and state machine. by Maksymilian Osowski · 14 years ago
  94. 6d0dae6 Upgraded DRT2 to generate nice HTML summaries of the tests. by Maksymilian Osowski · 14 years ago
  95. 5f0ccd7 Moved practically all of the prerefactoring functionality to the new design. by Maksymilian Osowski · 14 years ago
  96. 7ddc0b7 First stage of refactoring the code to handle crashes gracefully. by Maksymilian Osowski · 14 years ago
  97. 650893b Build fix. by Maksymilian Osowski · 14 years ago
  98. 4ee7f4b LayoutTest class with supporting classes (AbstractResult, TextResult). by Maksymilian Osowski · 14 years ago
  99. 3c8ccb3 Added the LayoutTestsRunner class that is responsible for running the tests. Also, added some methods to FileFilter. by Maksymilian Osowski · 14 years ago
  100. cc483d2 Added dialogs to the DirListActivity. by Maksymilian Osowski · 14 years ago