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

Issue 620003005: Record whether Geolocation is accessed from a secure origin. (Closed)

Created:
6 years, 2 months ago by mlamouri (slow - plz ping)
Modified:
6 years, 2 months ago
CC:
blink-reviews, mvanouwerkerk+watch_chromium.org, timvolodine
Base URL:
https://chromium.googlesource.com/chromium/blink.git@screen_orientation_use_counter
Project:
blink
Visibility:
Public.

Description

Record whether Geolocation is accessed from a secure origin. BUG=352380 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183149

Patch Set 1 #

Total comments: 6

Patch Set 2 : nits #

Total comments: 3

Patch Set 3 : nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -0 lines) Patch
M Source/core/frame/UseCounter.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/modules/geolocation/Geolocation.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M Source/modules/geolocation/Geolocation.cpp View 1 2 3 chunks +21 lines, -0 lines 0 comments Download

Messages

Total messages: 23 (6 generated)
mlamouri (slow - plz ping)
6 years, 2 months ago (2014-10-02 14:50:55 UTC) #2
Mike West
LGTM. Thanks for taking care of this.
6 years, 2 months ago (2014-10-02 14:56:33 UTC) #4
Peter Beverloo
https://codereview.chromium.org/620003005/diff/1/Source/modules/geolocation/Geolocation.cpp File Source/modules/geolocation/Geolocation.cpp (right): https://codereview.chromium.org/620003005/diff/1/Source/modules/geolocation/Geolocation.cpp#newcode146 Source/modules/geolocation/Geolocation.cpp:146: if (!document) When would there not be a document ...
6 years, 2 months ago (2014-10-02 14:58:25 UTC) #6
Michael van Ouwerkerk
Thanks. I think part of the discussion was also about whether the permission grant / ...
6 years, 2 months ago (2014-10-02 15:03:45 UTC) #7
Mike West
https://codereview.chromium.org/620003005/diff/1/Source/modules/geolocation/Geolocation.cpp File Source/modules/geolocation/Geolocation.cpp (right): https://codereview.chromium.org/620003005/diff/1/Source/modules/geolocation/Geolocation.cpp#newcode155 Source/modules/geolocation/Geolocation.cpp:155: UseCounter::count(document, counter); On 2014/10/02 14:58:24, Peter Beverloo wrote: > ...
6 years, 2 months ago (2014-10-02 15:04:11 UTC) #8
Peter Beverloo
On 2014/10/02 15:04:11, Mike West (OOO until 6th) wrote: > https://codereview.chromium.org/620003005/diff/1/Source/modules/geolocation/Geolocation.cpp > File Source/modules/geolocation/Geolocation.cpp (right): ...
6 years, 2 months ago (2014-10-02 15:07:35 UTC) #9
Mike West
On 2014/10/02 15:07:35, Peter Beverloo wrote: > Do we consider every localhost URL to be ...
6 years, 2 months ago (2014-10-02 15:10:57 UTC) #10
Peter Beverloo
On 2014/10/02 15:10:57, Mike West (OOO until 6th) wrote: > On 2014/10/02 15:07:35, Peter Beverloo ...
6 years, 2 months ago (2014-10-02 15:12:58 UTC) #11
Peter Beverloo
lgtm since they're nits
6 years, 2 months ago (2014-10-02 15:13:21 UTC) #12
mlamouri (slow - plz ping)
https://codereview.chromium.org/620003005/diff/1/Source/modules/geolocation/Geolocation.cpp File Source/modules/geolocation/Geolocation.cpp (right): https://codereview.chromium.org/620003005/diff/1/Source/modules/geolocation/Geolocation.cpp#newcode146 Source/modules/geolocation/Geolocation.cpp:146: if (!document) On 2014/10/02 14:58:24, Peter Beverloo wrote: > ...
6 years, 2 months ago (2014-10-02 15:44:55 UTC) #13
Michael van Ouwerkerk
lgtm with nits https://codereview.chromium.org/620003005/diff/20001/Source/modules/geolocation/Geolocation.cpp File Source/modules/geolocation/Geolocation.cpp (right): https://codereview.chromium.org/620003005/diff/20001/Source/modules/geolocation/Geolocation.cpp#newcode145 Source/modules/geolocation/Geolocation.cpp:145: Document* doc = document(); Please don't ...
6 years, 2 months ago (2014-10-02 15:47:26 UTC) #14
Peter Beverloo
https://codereview.chromium.org/620003005/diff/20001/Source/modules/geolocation/Geolocation.cpp File Source/modules/geolocation/Geolocation.cpp (right): https://codereview.chromium.org/620003005/diff/20001/Source/modules/geolocation/Geolocation.cpp#newcode148 Source/modules/geolocation/Geolocation.cpp:148: // It is required but canAccessFeatureRequiringSecureOrigin() but isn't On ...
6 years, 2 months ago (2014-10-02 15:49:24 UTC) #15
mlamouri (slow - plz ping)
nits fixed, PTAL
6 years, 2 months ago (2014-10-02 15:53:53 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/620003005/40001
6 years, 2 months ago (2014-10-02 15:55:04 UTC) #18
commit-bot: I haz the power
Failed to apply patch for Source/core/frame/UseCounter.h: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 2 months ago (2014-10-02 15:55:14 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/620003005/40001
6 years, 2 months ago (2014-10-02 16:11:39 UTC) #22
commit-bot: I haz the power
6 years, 2 months ago (2014-10-02 17:19:38 UTC) #23
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as 183149

Powered by Google App Engine
This is Rietveld 408576698