Chromium Code Reviews

Issue 56169: Fix fast/loader/reload-policy-delegate.html... (Closed)

Created:
11 years, 8 months ago by darin (slow to review)
Modified:
9 years, 7 months ago
Reviewers:
dglazkov
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Fix tests that depend on setCustomPolicyDelegate and waitForPolicyDelegate. Changes: 1- Need to support a second parameter to setCustomPolicyDelegate that controls whether subsequent loads are permitted or not. Previously, we would always deny any subsequent loads. 2- Need to change the string that we produce when writing out the URL that is impacted by a custom policy delegate. We need to write out only the filename part of the URL. (We need to do this only for file:// URLs.) 3- Add LayoutTestController::waitForPolicyDelegate and corresponding method on TestWebViewDelegate. 4- Improve the way we reset the TestWebViewDelegate. Now, instead of having support for reseting individual fields, we just reallocate the delegate. This requires adding a SetDelegate method to WebView. BUG=9582 R=dglazkov Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=13014

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Stats (+88 lines, -27 lines)
M webkit/glue/webview.h View 1 chunk +3 lines, -0 lines 0 comments
M webkit/glue/webview_impl.h View 1 chunk +1 line, -0 lines 0 comments
M webkit/glue/webview_impl.cc View 1 chunk +4 lines, -0 lines 0 comments
M webkit/tools/test_shell/layout_test_controller.h View 2 chunks +7 lines, -0 lines 0 comments
M webkit/tools/test_shell/layout_test_controller.cc View 4 chunks +23 lines, -2 lines 0 comments
M webkit/tools/test_shell/test_shell.h View 1 chunk +1 line, -12 lines 0 comments
M webkit/tools/test_shell/test_shell.cc View 1 chunk +9 lines, -0 lines 0 comments
M webkit/tools/test_shell/test_webview_delegate.h View 4 chunks +14 lines, -3 lines 0 comments
M webkit/tools/test_shell/test_webview_delegate.cc View 2 chunks +26 lines, -10 lines 0 comments

Messages

Total messages: 5 (0 generated)
darin (slow to review)
11 years, 8 months ago (2009-04-02 00:12:55 UTC) #1
darin (slow to review)
11 years, 8 months ago (2009-04-02 00:17:37 UTC) #2
dglazkov
LGTM.
11 years, 8 months ago (2009-04-02 15:45:47 UTC) #3
darin (slow to review)
I couldn't help myself... I extended this patch to include support for waitForPolicyDelegate. Please take ...
11 years, 8 months ago (2009-04-02 16:16:08 UTC) #4
dglazkov
11 years, 8 months ago (2009-04-02 16:24:41 UTC) #5
Even better. LGTM.

You should try not helping yourself more often :)

Powered by Google App Engine