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

Issue 319863003: Enable Oilpan for modules/geolocation by default. (Closed)

Created:
6 years, 6 months ago by tkent
Modified:
6 years, 6 months ago
CC:
blink-reviews, jamesr, arv+blink, timvolodine, abarth-chromium, mvanouwerkerk+watch_chromium.org, dglazkov+blink, blink-reviews-bindings_chromium.org
Visibility:
Public.

Description

Enable Oilpan for modules/geolocation by default. BUG=340522 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175769

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+124 lines, -148 lines) Patch
M Source/bindings/v8/custom/V8GeolocationCustom.cpp View 4 chunks +8 lines, -8 lines 0 comments Download
M Source/modules/geolocation/Coordinates.h View 1 chunk +3 lines, -4 lines 0 comments Download
M Source/modules/geolocation/Coordinates.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/geolocation/Geolocation.h View 7 chunks +21 lines, -19 lines 0 comments Download
M Source/modules/geolocation/Geolocation.cpp View 13 chunks +24 lines, -37 lines 0 comments Download
M Source/modules/geolocation/Geolocation.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/geolocation/GeolocationController.h View 2 chunks +2 lines, -3 lines 0 comments Download
M Source/modules/geolocation/GeolocationController.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/modules/geolocation/GeolocationError.h View 1 chunk +3 lines, -5 lines 0 comments Download
M Source/modules/geolocation/GeolocationInspectorAgent.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/geolocation/GeolocationPosition.h View 1 chunk +5 lines, -7 lines 0 comments Download
M Source/modules/geolocation/Geoposition.h View 3 chunks +5 lines, -7 lines 0 comments Download
M Source/modules/geolocation/Geoposition.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/geolocation/NavigatorGeolocation.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/geolocation/PositionError.h View 2 chunks +2 lines, -3 lines 0 comments Download
M Source/modules/geolocation/PositionError.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/geolocation/PositionOptions.h View 1 chunk +2 lines, -3 lines 0 comments Download
M Source/modules/geolocation/testing/GeolocationClientMock.h View 4 chunks +3 lines, -4 lines 0 comments Download
M Source/modules/geolocation/testing/GeolocationClientMock.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/web/GeolocationClientProxy.h View 2 chunks +1 line, -2 lines 0 comments Download
M Source/web/GeolocationClientProxy.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebGeolocationController.cpp View 1 chunk +2 lines, -5 lines 0 comments Download
M Source/web/WebGeolocationError.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/web/WebGeolocationPermissionRequest.cpp View 1 chunk +10 lines, -0 lines 0 comments Download
M Source/web/WebGeolocationPermissionRequestManager.cpp View 2 chunks +3 lines, -2 lines 3 comments Download
M Source/web/WebGeolocationPosition.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M public/web/WebGeolocationError.h View 2 chunks +3 lines, -7 lines 0 comments Download
M public/web/WebGeolocationPermissionRequest.h View 1 chunk +6 lines, -7 lines 0 comments Download
M public/web/WebGeolocationPosition.h View 2 chunks +3 lines, -7 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
tkent
Please review this. Changes in bindings/ and modules/geolocation/ are trivial. We need some changes to ...
6 years, 6 months ago (2014-06-06 01:05:22 UTC) #1
haraken
https://codereview.chromium.org/319863003/diff/1/Source/web/WebGeolocationPermissionRequestManager.cpp File Source/web/WebGeolocationPermissionRequestManager.cpp (right): https://codereview.chromium.org/319863003/diff/1/Source/web/WebGeolocationPermissionRequestManager.cpp#newcode38 Source/web/WebGeolocationPermissionRequestManager.cpp:38: typedef PersistentHeapHashMap<int, Member<Geolocation> > IdGeolocationMap; Won't these Members cause ...
6 years, 6 months ago (2014-06-06 01:31:55 UTC) #2
tkent
https://codereview.chromium.org/319863003/diff/1/Source/web/WebGeolocationPermissionRequestManager.cpp File Source/web/WebGeolocationPermissionRequestManager.cpp (right): https://codereview.chromium.org/319863003/diff/1/Source/web/WebGeolocationPermissionRequestManager.cpp#newcode38 Source/web/WebGeolocationPermissionRequestManager.cpp:38: typedef PersistentHeapHashMap<int, Member<Geolocation> > IdGeolocationMap; On 2014/06/06 01:31:54, haraken ...
6 years, 6 months ago (2014-06-06 02:29:06 UTC) #3
haraken
LGTM https://codereview.chromium.org/319863003/diff/1/Source/web/WebGeolocationPermissionRequestManager.cpp File Source/web/WebGeolocationPermissionRequestManager.cpp (right): https://codereview.chromium.org/319863003/diff/1/Source/web/WebGeolocationPermissionRequestManager.cpp#newcode38 Source/web/WebGeolocationPermissionRequestManager.cpp:38: typedef PersistentHeapHashMap<int, Member<Geolocation> > IdGeolocationMap; On 2014/06/06 02:29:06, ...
6 years, 6 months ago (2014-06-06 02:34:34 UTC) #4
Michael van Ouwerkerk
LGTM thanks!
6 years, 6 months ago (2014-06-06 10:16:07 UTC) #5
tkent
The CQ bit was checked by tkent@chromium.org
6 years, 6 months ago (2014-06-09 03:07:29 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tkent@chromium.org/319863003/1
6 years, 6 months ago (2014-06-09 03:07:51 UTC) #7
commit-bot: I haz the power
6 years, 6 months ago (2014-06-09 03:18:16 UTC) #8
Message was sent while issue was closed.
Change committed as 175769

Powered by Google App Engine
This is Rietveld 408576698