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

Issue 814183002: Record eTLD+1 for pages that show the mixed content shield. (Closed)

Created:
6 years ago by lgarron
Modified:
5 years, 9 months ago
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Record eTLD+1 for pages that show the mixed content shield. BUG=413057 Committed: https://crrev.com/f1c6c03284521aad5a5a5d83bb65dca4c0cbeead Cr-Commit-Position: refs/heads/master@{#310700}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Remove useless comment. #

Total comments: 2

Patch Set 3 : Add missing browser_process import. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -1 line) Patch
M chrome/browser/content_settings/tab_specific_content_settings.cc View 1 2 4 chunks +14 lines, -0 lines 0 comments Download
M chrome/renderer/content_settings_observer.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tools/metrics/rappor/rappor.xml View 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (8 generated)
lgarron
jochen: If you happen to be in, would you mind reviewing this? (chrome/renderer/ doesn't have ...
6 years ago (2014-12-19 05:31:05 UTC) #2
lgarron
bauerb: I can't quite tell if Jochen is in early next week; would you mind ...
6 years ago (2014-12-19 23:41:01 UTC) #4
Nico
chrome/renderer lgtm bauerb for the other two files, I suppose. https://codereview.chromium.org/814183002/diff/1/chrome/browser/content_settings/tab_specific_content_settings.cc File chrome/browser/content_settings/tab_specific_content_settings.cc (right): https://codereview.chromium.org/814183002/diff/1/chrome/browser/content_settings/tab_specific_content_settings.cc#newcode353 ...
6 years ago (2014-12-19 23:43:53 UTC) #5
lgarron
isherman: Would you mind reviewing rappor.xml? https://codereview.chromium.org/814183002/diff/1/chrome/browser/content_settings/tab_specific_content_settings.cc File chrome/browser/content_settings/tab_specific_content_settings.cc (right): https://codereview.chromium.org/814183002/diff/1/chrome/browser/content_settings/tab_specific_content_settings.cc#newcode353 chrome/browser/content_settings/tab_specific_content_settings.cc:353: // RAPPOR On ...
6 years ago (2014-12-19 23:50:34 UTC) #7
Ilya Sherman
Steve is a better reviewer than I am for RAPPOR changes.
6 years ago (2014-12-20 00:04:23 UTC) #9
Ilya Sherman
/cc hodie
6 years ago (2014-12-20 00:23:18 UTC) #10
Bernhard Bauer
lgtm
6 years ago (2014-12-22 11:01:53 UTC) #11
lgarron
hodie, holte: *poke* It would be nice to land this before the branch cut (Friday).
5 years, 11 months ago (2015-01-07 01:46:16 UTC) #12
Steven Holte
One potential simplification, otherwise LGTM https://codereview.chromium.org/814183002/diff/20001/chrome/browser/content_settings/tab_specific_content_settings.cc File chrome/browser/content_settings/tab_specific_content_settings.cc (right): https://codereview.chromium.org/814183002/diff/20001/chrome/browser/content_settings/tab_specific_content_settings.cc#newcode361 chrome/browser/content_settings/tab_specific_content_settings.cc:361: net::registry_controlled_domains::INCLUDE_PRIVATE_REGISTRIES)); Consider using SampleDomainAndRegistryFromGURL() ...
5 years, 11 months ago (2015-01-07 18:38:21 UTC) #13
Ilya Sherman
LGTM
5 years, 11 months ago (2015-01-07 21:30:33 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/814183002/20001
5 years, 11 months ago (2015-01-07 21:58:06 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/12492) linux_chromium_gn_dbg on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_dbg/builds/30915) linux_chromium_gn_rel ...
5 years, 11 months ago (2015-01-07 22:16:59 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/814183002/40001
5 years, 11 months ago (2015-01-09 01:43:40 UTC) #20
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 11 months ago (2015-01-09 03:26:42 UTC) #21
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/f1c6c03284521aad5a5a5d83bb65dca4c0cbeead Cr-Commit-Position: refs/heads/master@{#310700}
5 years, 11 months ago (2015-01-09 03:28:39 UTC) #22
lgarron
5 years, 9 months ago (2015-03-27 03:57:29 UTC) #24
Message was sent while issue was closed.
https://codereview.chromium.org/814183002/diff/20001/chrome/browser/content_s...
File chrome/browser/content_settings/tab_specific_content_settings.cc (right):

https://codereview.chromium.org/814183002/diff/20001/chrome/browser/content_s...
chrome/browser/content_settings/tab_specific_content_settings.cc:361:
net::registry_controlled_domains::INCLUDE_PRIVATE_REGISTRIES));
On 2015/01/07 18:38:21, Steven Holte wrote:
> Consider using SampleDomainAndRegistryFromGURL() from
> chrome/browser/metrics/rappor/sampling.h

Unfortunately, the domain is not available to us as a GURL (neither here nor one
level up). :-(

Powered by Google App Engine
This is Rietveld 408576698