Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1211)

Issue 2674843002: Convert ChromeViewMsg_SetAllowRunningInsecureContent to use mojo. (Closed)

Created:
3 years, 10 months ago by nigeltao1
Modified:
3 years, 10 months ago
Reviewers:
Tom Sepez, Sam McNally, sky
CC:
chromium-reviews, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, jam, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin-cc_chromium.org, darin (slow to review)
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Convert ChromeViewMsg_SetAllowRunningInsecureContent to use mojo. The relevant browser_tests (which call ContentSettingMixedScriptBubbleModel::OnCustomLinkClicked) are: - ContentSettingBubbleModelMixedScriptTest.MainFrame - ContentSettingsMixedScriptIgnoreCertErrorsTest.MainFrameMetrics BUG=577685 Review-Url: https://codereview.chromium.org/2674843002 Cr-Commit-Position: refs/heads/master@{#449803} Committed: https://chromium.googlesource.com/chromium/src/+/5d69ef86d128ef832cb680fc83b9595c8d4e0003

Patch Set 1 #

Total comments: 7

Patch Set 2 : Convert ChromeViewMsg_SetAllowRunningInsecureContent to use mojo. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -27 lines) Patch
M chrome/browser/chrome_content_renderer_manifest_overlay.json View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/content_settings/content_setting_bubble_model.cc View 1 4 chunks +13 lines, -4 lines 0 comments Download
M chrome/common/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
A chrome/common/insecure_content_renderer.mojom View 1 1 chunk +12 lines, -0 lines 0 comments Download
M chrome/common/render_messages.h View 1 1 chunk +0 lines, -6 lines 0 comments Download
M chrome/renderer/content_settings_observer.h View 1 4 chunks +13 lines, -3 lines 0 comments Download
M chrome/renderer/content_settings_observer.cc View 1 5 chunks +19 lines, -14 lines 0 comments Download

Messages

Total messages: 20 (9 generated)
nigeltao1
https://codereview.chromium.org/2674843002/diff/1/content/public/app/mojo/content_renderer_manifest.json File content/public/app/mojo/content_renderer_manifest.json (right): https://codereview.chromium.org/2674843002/diff/1/content/public/app/mojo/content_renderer_manifest.json#newcode38 content/public/app/mojo/content_renderer_manifest.json:38: "chrome::mojom::InsecureContentRenderer", It doesn't feel right to be adding a ...
3 years, 10 months ago (2017-02-03 06:17:32 UTC) #2
Sam McNally
https://codereview.chromium.org/2674843002/diff/1/chrome/browser/ui/content_settings/content_setting_bubble_model.cc File chrome/browser/ui/content_settings/content_setting_bubble_model.cc (right): https://codereview.chromium.org/2674843002/diff/1/chrome/browser/ui/content_settings/content_setting_bubble_model.cc#newcode1031 chrome/browser/ui/content_settings/content_setting_bubble_model.cc:1031: static void SetAllowRunningInsecureContent( Make this a function in the ...
3 years, 10 months ago (2017-02-03 17:36:58 UTC) #7
nigeltao1
https://codereview.chromium.org/2674843002/diff/1/chrome/browser/ui/content_settings/content_setting_bubble_model.cc File chrome/browser/ui/content_settings/content_setting_bubble_model.cc (right): https://codereview.chromium.org/2674843002/diff/1/chrome/browser/ui/content_settings/content_setting_bubble_model.cc#newcode1031 chrome/browser/ui/content_settings/content_setting_bubble_model.cc:1031: static void SetAllowRunningInsecureContent( On 2017/02/03 17:36:58, Sam McNally wrote: ...
3 years, 10 months ago (2017-02-04 06:29:10 UTC) #8
Sam McNally
Conversion-wise this LGTM, but I'm not sure whether the subframes survive long enough (with the ...
3 years, 10 months ago (2017-02-09 22:57:27 UTC) #9
nigeltao1
On 2017/02/09 22:57:27, Sam McNally wrote: > Conversion-wise this LGTM, but I'm not sure whether ...
3 years, 10 months ago (2017-02-10 05:38:19 UTC) #10
nigeltao1
3 years, 10 months ago (2017-02-10 05:38:36 UTC) #12
Sam McNally
On 2017/02/10 05:38:19, nigeltao1 wrote: > On 2017/02/09 22:57:27, Sam McNally wrote: > > Conversion-wise ...
3 years, 10 months ago (2017-02-10 05:48:09 UTC) #13
sky
LGTM
3 years, 10 months ago (2017-02-10 18:14:59 UTC) #14
Tom Sepez
lgtm
3 years, 10 months ago (2017-02-10 19:30:36 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2674843002/20001
3 years, 10 months ago (2017-02-10 23:14:14 UTC) #17
commit-bot: I haz the power
3 years, 10 months ago (2017-02-11 00:24:49 UTC) #20
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/5d69ef86d128ef832cb680fc83b9...

Powered by Google App Engine
This is Rietveld 408576698