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

Issue 564123002: Measure resources from private IP addresses in public websites. (Closed)

Created:
6 years, 3 months ago by Mike West
Modified:
6 years, 3 months ago
CC:
blink-reviews, gavinp+loader_chromium.org, Nate Chapin
Project:
blink
Visibility:
Public.

Description

Measure resources from private IP addresses in public websites. This patch gathers data in the hopes of measuring the impact of locking down private-IP-address subresources in public-IP-address sites. It does so after the response has been delivered, so it's not the way we'd want to do checking if we wanted to block the request, but it's a good way of getting numbers so we can make decisions. BUG=378566 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=182053

Patch Set 1 #

Total comments: 2

Patch Set 2 : Unused bool. #

Patch Set 3 : Typo. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -0 lines) Patch
M Source/core/fetch/ResourceFetcher.cpp View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/frame/UseCounter.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/loader/MixedContentChecker.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/loader/MixedContentChecker.cpp View 1 2 2 chunks +16 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
Mike West
A different approach to measuring mixed private/public resources on the web. Chris suggested that we ...
6 years, 3 months ago (2014-09-12 15:12:02 UTC) #2
cbentzel
Seems like a good way to be able to get mixed_public_private/page_load metrics without having to ...
6 years, 3 months ago (2014-09-12 15:41:10 UTC) #3
Mike West
Thanks for taking a look! https://codereview.chromium.org/564123002/diff/1/Source/core/loader/MixedContentChecker.cpp File Source/core/loader/MixedContentChecker.cpp (right): https://codereview.chromium.org/564123002/diff/1/Source/core/loader/MixedContentChecker.cpp#newcode348 Source/core/loader/MixedContentChecker.cpp:348: bool MixedContentChecker::checkMixedPrivatePublic(LocalFrame* frame, const ...
6 years, 3 months ago (2014-09-13 04:04:33 UTC) #4
Mike West
Jochen, would you mind stamping this UseCounter addition as well? :) None of my PST ...
6 years, 3 months ago (2014-09-16 07:54:54 UTC) #6
jochen (gone - plz use gerrit)
lgtm
6 years, 3 months ago (2014-09-16 14:43:45 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/564123002/40001
6 years, 3 months ago (2014-09-16 14:49:33 UTC) #9
commit-bot: I haz the power
6 years, 3 months ago (2014-09-16 14:56:28 UTC) #10
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as 182053

Powered by Google App Engine
This is Rietveld 408576698