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

Issue 388823002: Enforce SafetyMode for YouTube if prefs::kForceSafeSearch is on. (Closed)

Created:
6 years, 5 months ago by Marc Treib
Modified:
6 years, 3 months ago
CC:
chromium-reviews, erikwright (departed), chromium-apps-reviews_chromium.org, cbentzel+watch_chromium.org, extensions-reviews_chromium.org, Pam (message me for reviews)
Base URL:
https://chromium.googlesource.com/chromium/src.git@lkgr
Project:
chromium
Visibility:
Public.

Description

Enforce SafetyMode for YouTube if prefs::kForceSafeSearch is on, by modifying (or adding) YouTube's PrefCookie in the HTTP header. This is essentially a followup to https://codereview.chromium.org/11186002/ Note: This is a fixed reland of crrev.com/282546 / https://codereview.chromium.org/354183002/ which was reverted due to a bug in ParseRequestCookieLine. TBRing since it has already been reviewed in the first try. TBR=erikwright@chromium.org BUG=344815 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284687

Patch Set 1 #

Patch Set 2 : add missing files #

Total comments: 1

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+491 lines, -127 lines) Patch
M chrome/browser/extensions/api/web_request/web_request_api_helpers.cc View 1 2 4 chunks +5 lines, -66 lines 0 comments Download
M chrome/browser/net/chrome_network_delegate.cc View 1 2 6 chunks +8 lines, -60 lines 0 comments Download
A chrome/browser/net/safe_search_util.h View 1 1 chunk +29 lines, -0 lines 0 comments Download
A chrome/browser/net/safe_search_util.cc View 1 1 chunk +195 lines, -0 lines 0 comments Download
A chrome/browser/net/safe_search_util_unittest.cc View 1 1 chunk +90 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M net/cookies/cookie_util.h View 2 chunks +22 lines, -1 line 0 comments Download
M net/cookies/cookie_util.cc View 1 chunk +54 lines, -0 lines 0 comments Download
M net/cookies/cookie_util_unittest.cc View 2 chunks +85 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (1 generated)
Marc Treib
Let's try this again. The previous CL was reverted due to a bug in ParseRequestCookieLine ...
6 years, 5 months ago (2014-07-14 15:31:20 UTC) #1
battre
lgtm
6 years, 5 months ago (2014-07-15 10:51:06 UTC) #2
Marc Treib
The CQ bit was checked by treib@chromium.org
6 years, 5 months ago (2014-07-22 10:52:42 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/treib@chromium.org/388823002/40001
6 years, 5 months ago (2014-07-22 10:53:34 UTC) #4
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_rel on tryserver.chromium ...
6 years, 5 months ago (2014-07-22 12:45:11 UTC) #5
commit-bot: I haz the power
Change committed as 284687
6 years, 5 months ago (2014-07-22 16:03:27 UTC) #6
Joao da Silva
This changed the semantics of an existing policy. Please CC the enterprise team whenever the ...
6 years, 3 months ago (2014-09-10 10:12:45 UTC) #8
Marc Treib
6 years, 3 months ago (2014-09-10 10:54:47 UTC) #9
Message was sent while issue was closed.
On 2014/09/10 10:12:45, Joao da Silva wrote:
> This changed the semantics of an existing policy. Please CC the enterprise
team
> whenever the semantics of a pref controlled by policy is changed.

Sorry about that, I didn't know. I will do that in the future if it happens to
come up again.

Powered by Google App Engine
This is Rietveld 408576698