index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
DumpRenderTree2
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
In DRT2, correctly handle the case of zero tests
Steve Block
2011-05-24
2
-1
/
+19
*
Update DRT2 to reflect WebKit code movement
Steve Block
2011-05-24
2
-2
/
+2
*
A few small cleanning-ups.
Huahui Wu
2011-01-24
1
-1
/
+0
*
b/3369602 Using Math.round() to convert float coordinates to integers.
Huahui Wu
2011-01-21
1
-2
/
+2
*
Improve error handling (NPE in DRT2)
Philippe Marti
2011-01-13
1
-8
/
+12
*
pass layout test list using external file
Guang Zhu
2010-11-23
3
-14
/
+48
*
Fix EventSender mouse events to correctly convert from screen coordinates
Steve Block
2010-11-11
1
-12
/
+13
*
Refactor EventSenderImpl.MousePoint
Steve Block
2010-11-11
1
-23
/
+32
*
Include .php tests in DumpRenderTree2.
Iain Merrick
2010-11-09
1
-2
/
+7
*
Fix DumpRenderTree2 to not attempt to read expected results over HTTPS
Steve Block
2010-11-09
3
-6
/
+7
*
Fix FsUtils.readDataFromUrl() to do the network request on a background thread
Steve Block
2010-11-09
4
-39
/
+64
*
Fix DumpRenderTree2 to correctly handle crashed tests
Steve Block
2010-10-18
2
-9
/
+17
*
Implement LayoutTestController.overridePreference('WebKitUsesPageCachePrefere...
Steve Block
2010-10-14
1
-5
/
+11
*
Fix some bugs in DumpRenderTree2 when forming HTML diffs
Steve Block
2010-09-29
2
-26
/
+37
*
Use the empty string when expected text results are missing in DumpRenderTree2
Steve Block
2010-09-29
1
-38
/
+10
*
Fix a bug with the expected result path in DumpRenderTree2
Steve Block
2010-09-29
2
-2
/
+6
*
Correctly implement EventSender mouse methods in DumpRenderTree2
Steve Block
2010-09-29
1
-33
/
+13
*
Trim empty lines when comparing text results in DumpRenderTree2
Steve Block
2010-09-29
1
-10
/
+20
*
Reduce the AppCache maximum size to a more reasonable value in DumpRenderTree2
Steve Block
2010-09-28
1
-1
/
+3
*
Provide a useful message in DumpRenderTree2 GUI when the host server is not r...
Steve Block
2010-09-28
3
-35
/
+54
*
Prevent DumpRenderTree2 from crashing when the host server is not running
Steve Block
2010-09-28
3
-29
/
+26
*
Bug 2372180: pass multi-touch events from browser to webkit.
Huahui Wu
2010-09-26
2
-38
/
+76
*
Fix DumpRenderTree2 to clear AppCache between tests
Steve Block
2010-09-22
1
-1
/
+5
*
Fix DumpRenderTree2 to wait for the WebCore thread to become ready
Steve Block
2010-09-22
1
-0
/
+7
*
Fix DumpRenderTree2 to make AbstractResult serializable
Steve Block
2010-09-22
1
-1
/
+1
*
Fix DumpRenderTree2 to handle SSL errors
Steve Block
2010-09-22
1
-3
/
+12
*
Merge "Fix DumpRenderTree2 to correctly add JavaScript interfaces to new wind...
Steve Block
2010-09-22
1
-4
/
+19
|
\
|
*
Fix DumpRenderTree2 to correctly add JavaScript interfaces to new windows
Steve Block
2010-09-17
1
-4
/
+19
*
|
Updated Summarizer to use SQLite DB.
Maksymilian Osowski
2010-09-17
5
-30
/
+297
*
|
Changed Summarizer to dump generated html code to file every few hundred test...
Maksymilian Osowski
2010-09-17
1
-3
/
+17
*
|
Fix DumpRenderTree2 to serve HTTP tests on http://127.0.0.1:8000
Steve Block
2010-09-17
1
-5
/
+3
*
|
Updated ManagerService to call Summarizer.summarize() in a separate thread.
Maksymilian Osowski
2010-09-17
2
-15
/
+30
|
/
*
Update DumpRenderTree2 to handle failing tests where no meaningful diff is av...
Steve Block
2010-09-17
5
-88
/
+161
*
Remove superfluous CSS from DumpRenderTree2's Summarizer
Steve Block
2010-09-17
1
-9
/
+0
*
Implement WebViewClient.onReceivedHttpAuthRequest() in DumpRenderTree2
Steve Block
2010-09-17
1
-0
/
+14
*
Added setXSSAuditorEnabled() LayoutTestController function.
Maksymilian Osowski
2010-09-15
2
-0
/
+16
*
Merge "Changed Summarizer to add header before printing the path in summary.t...
Maksymilian Osowski
2010-09-14
1
-2
/
+3
|
\
|
*
Changed Summarizer to add header before printing the path in summary.txt and ...
Maksymilian Osowski
2010-09-14
1
-2
/
+3
*
|
Implement LayoutTestController.setAppCacheMaximumSize() for DumpRenderTree2
Steve Block
2010-09-14
1
-0
/
+5
*
|
Sort LayoutTestController methods alphabetically
Steve Block
2010-09-14
2
-79
/
+77
|
/
*
Merge "Added overridePreference() layoutTestsController function."
Maksymilian Osowski
2010-09-13
2
-0
/
+34
|
\
|
*
Added overridePreference() layoutTestsController function.
Maksymilian Osowski
2010-09-13
2
-0
/
+34
*
|
Update DumpRenderTree2 to only calculate the WebKit revision once per test run
Steve Block
2010-09-13
1
-12
/
+10
|
/
*
Remove superfluous FileFilter from DumpRenderTree2 DirListActivity.java
Steve Block
2010-09-13
1
-3
/
+0
*
Update DumpRenderTree2 to store results in /sdcard/layout-test-results
Steve Block
2010-09-13
1
-3
/
+1
*
Remove the last remnants in DumpRenderTree2 of the absolute path to the tests
Steve Block
2010-09-13
5
-71
/
+8
*
Update DumpRenderTree2 text results output to better match HTML version
Steve Block
2010-09-13
1
-10
/
+7
*
Updated the AdbUtils class to better manage opening and closing the resources.
Maksymilian Osowski
2010-09-13
4
-71
/
+100
*
Merge "Updated FsUtils to use apache HttpClient instead of java.net UrlConnec...
Maksymilian Osowski
2010-09-13
1
-47
/
+99
|
\
|
*
Updated FsUtils to use apache HttpClient instead of java.net UrlConnection.
Maksymilian Osowski
2010-09-13
1
-47
/
+99
[next]