Chromium Code Reviews

Issue 6272003: Add another didRunInsecureContent method. (Closed)

Created:
9 years, 11 months ago by agl
Modified:
9 years, 7 months ago
Reviewers:
abarth-chromium
CC:
chromium-reviews, pam+watch_chromium.org, darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Add another didRunInsecureContent method. In order to better log mixed-scripting issues I want to get the URL into Chrome land. This involves a WebKit change ([1]) but, by making this change first, we can decouple of the two changes. [1] https://bugs.webkit.org/show_bug.cgi?id=52384 BUG=none TEST=compile

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Stats (+45 lines, -7 lines)
M chrome/browser/tab_contents/tab_contents.h View 1 chunk +2 lines, -1 line 0 comments
M chrome/browser/tab_contents/tab_contents.cc View 1 chunk +1 line, -1 line 0 comments
M chrome/common/render_messages_internal.h View 1 chunk +3 lines, -2 lines 0 comments
M chrome/renderer/render_view.h View 1 chunk +11 lines, -1 line 1 comment
M chrome/renderer/render_view.cc View 1 chunk +10 lines, -1 line 0 comments
M webkit/tools/test_shell/test_webview_delegate.h View 1 chunk +9 lines, -1 line 0 comments
M webkit/tools/test_shell/test_webview_delegate.cc View 1 chunk +9 lines, -0 lines 0 comments

Messages

Total messages: 2 (0 generated)
agl
9 years, 11 months ago (2011-01-13 22:19:04 UTC) #1
abarth-chromium
9 years, 11 months ago (2011-01-13 22:30:13 UTC) #2
http://codereview.chromium.org/6272003/diff/1/chrome/renderer/render_view.h
File chrome/renderer/render_view.h (right):

http://codereview.chromium.org/6272003/diff/1/chrome/renderer/render_view.h#n...
chrome/renderer/render_view.h:629: const WebKit::WebString& target);
Not WebURL?

Powered by Google App Engine