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

Issue 512543002: Model <webview> and <appview> script injection after <extensionoptions> (Closed)

Created:
6 years, 3 months ago by Fady Samuel
Modified:
6 years, 3 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Model <webview> and <appview> script injection after <extensionoptions> BUG=407833 Committed: https://crrev.com/bb30da9b554a5b46cc72145800da0ed10b98cf6b Cr-Commit-Position: refs/heads/master@{#292224}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Addressed kalman@'s comments #

Total comments: 11

Patch Set 3 : Addressed kalman's comments #

Total comments: 2

Patch Set 4 : Fixed Feature Rules #

Patch Set 5 : Add permission dependency to whitelist #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -44 lines) Patch
M chrome/browser/about_flags.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/_api_features.json View 1 2 3 4 1 chunk +18 lines, -0 lines 0 comments Download
M chrome/renderer/extensions/chrome_extensions_dispatcher_delegate.cc View 1 2 1 chunk +11 lines, -41 lines 0 comments Download
M extensions/common/feature_switch.h View 1 chunk +1 line, -0 lines 0 comments Download
M extensions/common/feature_switch.cc View 3 chunks +7 lines, -1 line 0 comments Download
M extensions/common/switches.h View 1 chunk +1 line, -0 lines 0 comments Download
M extensions/common/switches.cc View 2 chunks +5 lines, -1 line 0 comments Download

Messages

Total messages: 23 (0 generated)
Fady Samuel
fsamuel@chromium.org changed reviewers: + kalman@chromium.org
6 years, 3 months ago (2014-08-26 22:08:38 UTC) #1
Fady Samuel
6 years, 3 months ago (2014-08-26 22:08:39 UTC) #2
not at google - send to devlin
Nice patch. A couple of things to fix, and a chance to make an even ...
6 years, 3 months ago (2014-08-26 22:23:26 UTC) #3
Fady Samuel
PTAL Ben! :-) https://codereview.chromium.org/512543002/diff/1/chrome/renderer/extensions/chrome_extensions_dispatcher_delegate.cc File chrome/renderer/extensions/chrome_extensions_dispatcher_delegate.cc (right): https://codereview.chromium.org/512543002/diff/1/chrome/renderer/extensions/chrome_extensions_dispatcher_delegate.cc#newcode286 chrome/renderer/extensions/chrome_extensions_dispatcher_delegate.cc:286: if (extensions::GetCurrentChannel() <= chrome::VersionInfo::CHANNEL_DEV || On ...
6 years, 3 months ago (2014-08-26 23:30:36 UTC) #4
not at google - send to devlin
Nice :) https://codereview.chromium.org/512543002/diff/20001/chrome/common/extensions/api/_api_features.json File chrome/common/extensions/api/_api_features.json (right): https://codereview.chromium.org/512543002/diff/20001/chrome/common/extensions/api/_api_features.json#newcode807 chrome/common/extensions/api/_api_features.json:807: "webViewExperimentalInternal": { :D Mention crbug.com/264852 here though. ...
6 years, 3 months ago (2014-08-27 01:15:59 UTC) #5
Fady Samuel
PTAL https://codereview.chromium.org/512543002/diff/20001/chrome/common/extensions/api/_api_features.json File chrome/common/extensions/api/_api_features.json (right): https://codereview.chromium.org/512543002/diff/20001/chrome/common/extensions/api/_api_features.json#newcode807 chrome/common/extensions/api/_api_features.json:807: "webViewExperimentalInternal": { On 2014/08/27 01:15:59, kalman wrote: > ...
6 years, 3 months ago (2014-08-27 01:33:36 UTC) #6
not at google - send to devlin
https://codereview.chromium.org/512543002/diff/20001/chrome/common/extensions/api/_api_features.json File chrome/common/extensions/api/_api_features.json (right): https://codereview.chromium.org/512543002/diff/20001/chrome/common/extensions/api/_api_features.json#newcode807 chrome/common/extensions/api/_api_features.json:807: "webViewExperimentalInternal": { On 2014/08/27 01:33:35, Fady Samuel wrote: > ...
6 years, 3 months ago (2014-08-27 01:44:17 UTC) #7
not at google - send to devlin
lgtm
6 years, 3 months ago (2014-08-27 01:44:18 UTC) #8
Fady Samuel
The CQ bit was checked by fsamuel@chromium.org
6 years, 3 months ago (2014-08-27 01:49:33 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fsamuel@chromium.org/512543002/40001
6 years, 3 months ago (2014-08-27 01:50:24 UTC) #10
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux ...
6 years, 3 months ago (2014-08-27 03:21:59 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 3 months ago (2014-08-27 04:03:57 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_swarming on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_swarming/builds/10340)
6 years, 3 months ago (2014-08-27 04:03:58 UTC) #13
not at google - send to devlin
https://codereview.chromium.org/512543002/diff/40001/chrome/common/extensions/api/_api_features.json File chrome/common/extensions/api/_api_features.json (right): https://codereview.chromium.org/512543002/diff/40001/chrome/common/extensions/api/_api_features.json#newcode818 chrome/common/extensions/api/_api_features.json:818: }, This needs to be: "webViewExperimentalInternal": [{ "internal": true, ...
6 years, 3 months ago (2014-08-27 20:01:05 UTC) #14
Fady Samuel
https://codereview.chromium.org/512543002/diff/40001/chrome/common/extensions/api/_api_features.json File chrome/common/extensions/api/_api_features.json (right): https://codereview.chromium.org/512543002/diff/40001/chrome/common/extensions/api/_api_features.json#newcode818 chrome/common/extensions/api/_api_features.json:818: }, On 2014/08/27 20:01:04, kalman wrote: > This needs ...
6 years, 3 months ago (2014-08-27 20:13:43 UTC) #15
Fady Samuel
6 years, 3 months ago (2014-08-27 20:13:43 UTC) #16
Fady Samuel
The CQ bit was checked by fsamuel@chromium.org
6 years, 3 months ago (2014-08-27 20:14:05 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fsamuel@chromium.org/512543002/60001
6 years, 3 months ago (2014-08-27 20:14:36 UTC) #18
Fady Samuel
The CQ bit was unchecked by fsamuel@chromium.org
6 years, 3 months ago (2014-08-27 20:18:35 UTC) #19
Fady Samuel
The CQ bit was checked by fsamuel@chromium.org
6 years, 3 months ago (2014-08-27 20:19:26 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fsamuel@chromium.org/512543002/80001
6 years, 3 months ago (2014-08-27 20:20:56 UTC) #21
commit-bot: I haz the power
Committed patchset #5 (id:80001) as a933723f212f34837045beac0f4260445f1ec94e
6 years, 3 months ago (2014-08-27 21:20:37 UTC) #22
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 02:54:05 UTC) #23
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/bb30da9b554a5b46cc72145800da0ed10b98cf6b
Cr-Commit-Position: refs/heads/master@{#292224}

Powered by Google App Engine
This is Rietveld 408576698