| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
Those callbacks are not yet used, but are required for the TestRunner
BUG=111316
R=marja@chromium.org
Review URL: https://codereview.chromium.org/11572041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173435 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also, implement two further TestDelegate methods
BUG=111316
TEST=xssAuditor tests still work
R=marja@chromium.org
Review URL: https://chromiumcodereview.appspot.com/11565036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173402 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=111316
R=marja@chromium.org
Review URL: https://chromiumcodereview.appspot.com/11564018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172970 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
There's still a number of problems:
- DRT runs the inspector from a file:// URL while content_shell runs it via http. Therefore, CORS access restrictions apply (this makes e.g. http/tests/inspector/compiler-script-mapping.html fail)
- some tests report slighly different results, e.g. inspector/timeline/timeline-network-resource.html
The majority of the tests, however, passes.
BUG=111316
TEST=inspector tests pass (most of them)
R=marja@chromium.org,pfeldman@chromium.org
Review URL: https://chromiumcodereview.appspot.com/11486008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172337 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and disallow openi
BUG=111316
R=marja@chromium.org
Original Review URL: https://codereview.chromium.org/11411282
Review URL: https://chromiumcodereview.appspot.com/11488005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172075 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and disallow opening windows per default for layout tests
BUG=111316
R=marja@chromium.org
Review URL: https://codereview.chromium.org/11411282
TBR=jochen@chromium.org
Review URL: https://codereview.chromium.org/11414260
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170459 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
opening windows per default for layout tests
BUG=111316
R=marja@chromium.org
Review URL: https://codereview.chromium.org/11411282
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170451 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
I wanted to wire up a WebPreferences modifying testRunner method, and XSSAuditorEnabled will make >100 tests pass
BUG=111316
TEST=most of http/tests/security/xssAuditor passes
Review URL: https://chromiumcodereview.appspot.com/11316244
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170439 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
and add support for rewriting layout test urls
BUG=111316
TBR=jam@chromium.org
Review URL: https://chromiumcodereview.appspot.com/11348246
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169661 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The old code would sometimes crash. The reason is that we need to know which is
the main render view when the first render view is created. The old code,
however, would only pick the main view after it was created.
Individual changes:
- move sending the fake cwd from RenderViewReady to RenderViewCreated so that we can guarantee it's available on time
- Don't guess which WebKitTestRunner belongs to a RenderView, but explictely pass the RenderView with the WebTestProxy creation callback
- instead of having the browser set the main render view, the renderer picks the first RenderView and declares it the main view
BUG=111316
TEST=Running editing/pasteboard/data-transfer-items-drag-drop-string.html doesn't crash
TBR=tsepez@chromium.org
Review URL: https://chromiumcodereview.appspot.com/11416177
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169455 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
That way, we can turn relative to absolute paths in the renderer without going
to the browser first
BUG=111316
Review URL: https://codereview.chromium.org/11293088
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165916 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=111316
TEST=layout tests are more awesome
Review URL: https://chromiumcodereview.appspot.com/11245004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165329 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I should come up with a better name than LayoutTestController{Host,} for content_shell
The extension docs are updated here: https://chromiumcodereview.appspot.com/10825200/
The binaries in chrome/test/data/extensions/uitest don't actually invoke LTC
BUG=none
TEST=still works after WK roll
Review URL: https://chromiumcodereview.appspot.com/10827182
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150320 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
for timeouts but fail immediately
BUG=111316
TEST="webkit/tools/layout_tests/run_webkit_tests.py --debug --driver-name=content_shell --additional-drt-flag=--dump-render-tree --no-retry-failures svg/dynamic-updates/SVGAElement-dom-href-attr.html" fails within milliseconds instead of 30s
Review URL: https://chromiumcodereview.appspot.com/10740002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145782 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=111316
TEST=run content_shell --dump-render-tree, enter a URL, there should be no window
Review URL: https://chromiumcodereview.appspot.com/10694004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144693 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=111316
TEST="webkit/tools/layout_tests/run_webkit_tests.py --chromium --debug --driver-name=content_shell --additional-drt-flag=--dump-render-tree css3/css3-modsel-33.html" should pass
Review URL: https://chromiumcodereview.appspot.com/10656044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144436 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
LayoutTestController{,Host}
also hook up the stay on page after handling before unload flag.
Also removing incorrect references from aura/ui code to layout test controller stuff
BUG=111316
TEST=manual
TBR=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10538031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140862 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
LayoutTestController{,Host}
also hook up the stay on page after handling before unload flag.
BUG=111316
TEST=manual
Review URL: https://chromiumcodereview.appspot.com/10544029
TBR=jochen@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10537034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140815 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
also hook up the stay on page after handling before unload flag.
BUG=111316
TEST=manual
Review URL: https://chromiumcodereview.appspot.com/10544029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140814 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Also hook up console.log and alert/prompt/confirm and onunload handlers
BUG=111316
TEST=manual
Review URL: https://chromiumcodereview.appspot.com/10537005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140725 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Remove "tab contents".
BUG=105875
TEST=no change
Review URL: https://chromiumcodereview.appspot.com/9956154
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132571 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This version supports dumpAsText, dumpChildFramesAsText, waitUntilDone, and
notifyDone
BUG=111316
TEST=run content_shell --dump-render-tree <some layout test that only uses above functions>
Review URL: http://codereview.chromium.org/9121074
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119750 0039d316-1c4b-4281-b951-d872f2087c98
|
|
BUG=111316
TEST=run out/Debug/content_shell --dump-render-tree file://$(pwd)/third_party/WebKit/LayoutTests/fast/html/section-element.html > section-element-actual.txt - should be the same as section-element-expected.txt
Review URL: http://codereview.chromium.org/9289045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119642 0039d316-1c4b-4281-b951-d872f2087c98
|