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

Issue 422943002: Enable null GeolocationInspectorAgent for out-of-process iframes (Closed)

Created:
6 years, 4 months ago by kenrb
Modified:
6 years, 4 months ago
Reviewers:
eseidel
CC:
blink-reviews, mvanouwerkerk+watch_chromium.org, timvolodine, site-isolation-reviews_chromium.org, dcheng, Mads Ager (chromium)
Project:
blink
Visibility:
Public.

Description

Enable null GeolocationInspectorAgent for out-of-process iframes. We are not yet able to use inspector agents when the top-level frame is in another process. This patch prevents a crash in that scenario. BUG=357747 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179052

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -2 lines) Patch
M Source/modules/geolocation/GeolocationController.cpp View 2 chunks +5 lines, -2 lines 2 comments Download

Messages

Total messages: 8 (0 generated)
kenrb
Eric, can you please look at this small patch? This regressed due to a recent ...
6 years, 4 months ago (2014-07-28 17:43:04 UTC) #1
eseidel
Other than confusion from the member change, lgtm. https://codereview.chromium.org/422943002/diff/1/Source/modules/geolocation/GeolocationController.cpp File Source/modules/geolocation/GeolocationController.cpp (right): https://codereview.chromium.org/422943002/diff/1/Source/modules/geolocation/GeolocationController.cpp#newcode44 Source/modules/geolocation/GeolocationController.cpp:44: , ...
6 years, 4 months ago (2014-07-28 17:51:08 UTC) #2
kenrb
https://codereview.chromium.org/422943002/diff/1/Source/modules/geolocation/GeolocationController.cpp File Source/modules/geolocation/GeolocationController.cpp (right): https://codereview.chromium.org/422943002/diff/1/Source/modules/geolocation/GeolocationController.cpp#newcode44 Source/modules/geolocation/GeolocationController.cpp:44: , m_inspectorAgent(nullptr) On 2014/07/28 17:51:08, eseidel wrote: > I'm ...
6 years, 4 months ago (2014-07-28 18:06:20 UTC) #3
kenrb
The CQ bit was checked by kenrb@chromium.org
6 years, 4 months ago (2014-07-28 18:06:34 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kenrb@chromium.org/422943002/1
6 years, 4 months ago (2014-07-28 18:07:04 UTC) #5
eseidel
Woh. Why is it ever ok to call the RawPtrWillBeMember default constructor then? It seems ...
6 years, 4 months ago (2014-07-28 18:09:08 UTC) #6
kenrb
I was surprised by this also. It is the constructor of WTF::RawPtr, which is the ...
6 years, 4 months ago (2014-07-28 18:17:50 UTC) #7
commit-bot: I haz the power
6 years, 4 months ago (2014-07-28 18:44:35 UTC) #8
Message was sent while issue was closed.
Change committed as 179052

Powered by Google App Engine
This is Rietveld 408576698