index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
webkit
/
tools
/
test_shell
/
layout_test_controller.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement layoutTestController.numberOfPages.
hamaji@chromium.org
2010-02-17
1
-15
/
+45
*
[GTTF] Reduce header dependencies in webkit
phajdan.jr@chromium.org
2010-02-09
1
-0
/
+1
*
Add pageNumberForElementById for chromium.
hamaji@chromium.org
2010-02-06
1
-0
/
+31
*
Add support for addUserScript to our layoutTestController. This fixes some
mpcomplete@chromium.org
2010-02-02
1
-1
/
+12
*
Enable WebGL layout tests.
dglazkov@chromium.org
2010-01-28
1
-2
/
+4
*
GTK: Use GTK+ theme selection colors and plumb them into webkit. [Chromium si...
erg@google.com
2010-01-27
1
-0
/
+14
*
Adds support for SetDatabaseQuota(). Also, should remove a lot of
dumi@chromium.org
2010-01-22
1
-0
/
+18
*
Implement layoutTestController.setWillSendRequestReturnsNull
kinuko@chromium.org
2010-01-22
1
-1
/
+9
*
DevTools: Fix and enable timeline-paint.html test.
pfeldman@chromium.org
2009-12-22
1
-0
/
+4
*
DevTools: Add support for inspector layout tests. Step 3.
pfeldman@chromium.org
2009-12-15
1
-0
/
+21
*
Remember zoom on a per-host basis.
pkasting@chromium.org
2009-12-04
1
-2
/
+2
*
Implement testRepaint and sweepHorizontally methods on layoutTestController.
dglazkov@chromium.org
2009-11-18
1
-0
/
+6
*
Upstreaming WebKit.gyp
yaar@chromium.org
2009-11-12
1
-7
/
+7
*
Add method to control whether local files get universal access during testing.
cevans@chromium.org
2009-11-11
1
-0
/
+11
*
Add layoutTestController.counterValueForElementById
hamaji@chromium.org
2009-10-30
1
-0
/
+15
*
Introduce WebSecurityPolicy for security related methods.
mhm@chromium.org
2009-10-22
1
-5
/
+7
*
TBR: darin
mhm@chromium.org
2009-10-21
1
-7
/
+5
*
Introduce WebSecurityPolicy for security related methods.
mhm@chromium.org
2009-10-21
1
-5
/
+7
*
1. Make messageloop-based timeout work on Mac/Linux,
ojan@chromium.org
2009-10-20
1
-27
/
+31
*
Delete glue/webview{_delegate}.h
darin@chromium.org
2009-10-19
1
-1
/
+1
*
Make all content scripts from an extension run in the same
aa@chromium.org
2009-10-08
1
-3
/
+6
*
Implement setPOSIXLocale in test shell.
evan@chromium.org
2009-10-07
1
-0
/
+12
*
Move various methods from glue/webview.h to api/public/WebView.h
darin@chromium.org
2009-10-01
1
-2
/
+2
*
Revert 27705 - Move various methods from glue/webview.h to api/public/WebView.h
mal@chromium.org
2009-10-01
1
-2
/
+2
*
Move various methods from glue/webview.h to api/public/WebView.h
darin@chromium.org
2009-10-01
1
-2
/
+2
*
Hook up webkit/api/public/WebView.h
darin@chromium.org
2009-09-30
1
-7
/
+7
*
Refactor the DB code to make it accessible from test_shell.
dumi@chromium.org
2009-09-22
1
-2
/
+9
*
Implement WebKitTabToLinksPreferenceKey for the test_shell.
arv@chromium.org
2009-09-17
1
-0
/
+2
*
Restore logging of preference errors.
darin@chromium.org
2009-09-16
1
-2
/
+3
*
Hook up WebViewClient, part 1.
darin@chromium.org
2009-09-16
1
-10
/
+14
*
Hook up WebFrameClient, replacing many WebViewDelegate methods.
darin@chromium.org
2009-09-10
1
-2
/
+1
*
Teach LayoutTestController about the pref to enable the appcache.
michaeln@google.com
2009-09-04
1
-0
/
+2
*
Convert std::wstring encoding names to std::string in a bunch of files.
tony@chromium.org
2009-09-04
1
-1
/
+1
*
Implement layoutTestController.display() method.
dglazkov@chromium.org
2009-09-04
1
-0
/
+3
*
Change the default cookie policy to be closer to the default in WebKit's Dump...
levin@chromium.org
2009-09-04
1
-2
/
+13
*
Re-land r23931: Plumb whiteListAccessFromOrigin() through
aa@chromium.org
2009-08-21
1
-0
/
+24
*
Reverting 23931.
dimich@google.com
2009-08-21
1
-24
/
+0
*
Plumb whiteListAccessFromOrigin() through Chromium's WebKit API
aa@chromium.org
2009-08-21
1
-0
/
+24
*
The 2 layout test regressions happened due to changes in the test shell.
jorlow@chromium.org
2009-08-19
1
-6
/
+9
*
Remove webview's dependency on webpreferences.
jorlow@chromium.org
2009-08-17
1
-12
/
+7
*
Make chanegs in layoutTestController reflecting recent upstream change http:/...
dimich@google.com
2009-08-14
1
-0
/
+108
*
Switch to WebFrame from the WebKit API.
darin@chromium.org
2009-08-10
1
-8
/
+9
*
Fix a bunch of layout tests related to dumpResourceLoadCallbacks.
darin@chromium.org
2009-08-06
1
-0
/
+9
*
Don't use work_queue_ for the isolated world scripts. Instead, we just
abarth@chromium.org
2009-08-05
1
-16
/
+6
*
Implement a couple layoutTestController methods and rebaseline
tc@google.com
2009-08-03
1
-0
/
+17
*
Add a WebKit API that registers a V8 extension to be loaded into content
mpcomplete@chromium.org
2009-07-30
1
-1
/
+1
*
Enable isolated worlds for content scripts.
abarth@chromium.org
2009-07-16
1
-1
/
+1
*
Add test harness for isolated worlds. Actual tests will appear upstream.
abarth@chromium.org
2009-07-08
1
-0
/
+20
*
Implement setXSSAuditorEnabled for test_shell
dglazkov@google.com
2009-06-30
1
-0
/
+12
*
Some cleanup around WebCore EditCommands:
jeremy@chromium.org
2009-06-23
1
-2
/
+2
[next]