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

Issue 13516002: Whitelist Instant processes for content settings (Closed)

Created:
7 years, 8 months ago by ckocagil
Modified:
7 years, 8 months ago
CC:
chromium-reviews, melevin, dhollowa+watch_chromium.org, dougw+watch_chromium.org, gideonwald, dominich, David Black, samarth+watch_chromium.org, kmadhusu+watch_chromium.org, Jered
Base URL:
http://git.chromium.org/chromium/src.git@omniboxtest
Visibility:
Public.

Description

Whitelist Instant processes for content settings. This patch only grants JS and Image permissions to Instant processes. BUG=225758 TEST=InstantTest.ContentSettingsWhitelist Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=194900

Patch Set 1 #

Patch Set 2 : test #

Patch Set 3 : instantwhitelist #

Patch Set 4 : 4 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -0 lines) Patch
M chrome/browser/ui/search/instant_browsertest.cc View 1 2 3 2 chunks +34 lines, -0 lines 0 comments Download
M chrome/renderer/content_settings_observer.cc View 3 2 chunks +6 lines, -0 lines 2 comments Download

Messages

Total messages: 27 (0 generated)
ckocagil
This should allow all Instant processes to be whitelisted for content settings.
7 years, 8 months ago (2013-04-03 07:15:18 UTC) #1
sreeram
On 2013/04/03 07:15:18, ckocagil wrote: > This should allow all Instant processes to be whitelisted ...
7 years, 8 months ago (2013-04-03 15:55:05 UTC) #2
ckocagil
On 2013/04/03 15:55:05, sreeram wrote: > On 2013/04/03 07:15:18, ckocagil wrote: > > This should ...
7 years, 8 months ago (2013-04-03 18:48:40 UTC) #3
ckocagil
No takers?
7 years, 8 months ago (2013-04-06 19:57:39 UTC) #4
sreeram
LGTM. Thanks for the test!
7 years, 8 months ago (2013-04-08 15:39:20 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ckocagil@chromium.org/13516002/4001
7 years, 8 months ago (2013-04-08 15:47:41 UTC) #6
commit-bot: I haz the power
Failed to apply patch for chrome/browser/instant/instant_browsertest.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 8 months ago (2013-04-08 15:47:42 UTC) #7
ckocagil
instantwhitelist
7 years, 8 months ago (2013-04-08 17:46:14 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ckocagil@chromium.org/13516002/13001
7 years, 8 months ago (2013-04-08 17:47:44 UTC) #9
commit-bot: I haz the power
Presubmit check for 13516002-13001 failed and returned exit status 1. INFO:root:Found 2 file(s). Running presubmit ...
7 years, 8 months ago (2013-04-08 17:47:49 UTC) #10
ckocagil
jochen: content_settings_observer.cc
7 years, 8 months ago (2013-04-08 17:52:50 UTC) #11
jochen (gone - plz use gerrit)
The setting you modified only grants script and image content settings (but not cookies, location, ...
7 years, 8 months ago (2013-04-08 18:58:51 UTC) #12
ckocagil
Oh, the name and description of IsWhitelistedForContentSettings is misleading. sreeram, is it sufficient to whitelist ...
7 years, 8 months ago (2013-04-08 20:28:52 UTC) #13
jochen (gone - plz use gerrit)
let me clarify: If it was whitelisting for anything else, I wouldn't have approved the ...
7 years, 8 months ago (2013-04-08 20:29:50 UTC) #14
sreeram
On 2013/04/08 20:28:52, ckocagil wrote: > Oh, the name and description of IsWhitelistedForContentSettings is misleading. ...
7 years, 8 months ago (2013-04-08 20:30:46 UTC) #15
jochen (gone - plz use gerrit)
On 2013/04/08 20:30:46, sreeram wrote: > On 2013/04/08 20:28:52, ckocagil wrote: > > Oh, the ...
7 years, 8 months ago (2013-04-08 20:39:16 UTC) #16
jochen (gone - plz use gerrit)
> Please contact the privacy first before adding capabilities to bypass cookie > settings. privacy ...
7 years, 8 months ago (2013-04-08 20:39:32 UTC) #17
ckocagil
sreeram: Did you read the privacy team's response at http://crbug.com/225758 ? Do you think we ...
7 years, 8 months ago (2013-04-11 13:43:09 UTC) #18
sreeram
On 2013/04/11 13:43:09, ckocagil wrote: > sreeram: Did you read the privacy team's response at ...
7 years, 8 months ago (2013-04-11 16:54:03 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ckocagil@chromium.org/13516002/13001
7 years, 8 months ago (2013-04-11 17:24:28 UTC) #20
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 8 months ago (2013-04-11 17:46:18 UTC) #21
markusheintz_
https://codereview.chromium.org/13516002/diff/33001/chrome/renderer/content_settings_observer.cc File chrome/renderer/content_settings_observer.cc (right): https://codereview.chromium.org/13516002/diff/33001/chrome/renderer/content_settings_observer.cc#newcode324 chrome/renderer/content_settings_observer.cc:324: if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kInstantProcess)) Sorry for being late in this party. ...
7 years, 8 months ago (2013-04-17 19:24:38 UTC) #22
ckocagil
https://codereview.chromium.org/13516002/diff/33001/chrome/renderer/content_settings_observer.cc File chrome/renderer/content_settings_observer.cc (right): https://codereview.chromium.org/13516002/diff/33001/chrome/renderer/content_settings_observer.cc#newcode324 chrome/renderer/content_settings_observer.cc:324: if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kInstantProcess)) On 2013/04/17 19:24:38, markusheintz_ wrote: > Sorry ...
7 years, 8 months ago (2013-04-17 21:39:42 UTC) #23
ckocagil
markusheintz: I'm going to commit this if you have no objection.
7 years, 8 months ago (2013-04-18 10:40:49 UTC) #24
markusheintz_
LGTM
7 years, 8 months ago (2013-04-18 10:45:17 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ckocagil@chromium.org/13516002/33001
7 years, 8 months ago (2013-04-18 10:45:45 UTC) #26
commit-bot: I haz the power
7 years, 8 months ago (2013-04-18 12:41:46 UTC) #27
Message was sent while issue was closed.
Change committed as 194900

Powered by Google App Engine
This is Rietveld 408576698