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

Issue 1101263003: Oilpan: have Navigator and its supplements be on the heap by default. (Closed)

Created:
5 years, 8 months ago by sof
Modified:
5 years, 8 months ago
Reviewers:
oilpan-reviews, haraken
CC:
blink-reviews, mvanouwerkerk+watch_chromium.org, jsbell+serviceworker_chromium.org, michaeln, serviceworker-reviews, arv+blink, vivekg_samsung, mlamouri+watch-blink_chromium.org, tzik, timvolodine, nhiroki, vivekg, scheib+watch_chromium.org, kinuko+serviceworker, Inactive, falken, horo+watch_chromium.org, kinuko+fileapi
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Oilpan: have Navigator and its supplements be on the heap by default. R=haraken BUG=479467 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=194442

Patch Set 1 #

Patch Set 2 : rebased #

Total comments: 9

Patch Set 3 : Make NavigatorBeacon a frame observer instead #

Total comments: 3

Patch Set 4 : Public inheritance of DOMWindowProperty throughout #

Patch Set 5 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+171 lines, -178 lines) Patch
M Source/core/frame/DOMWindowProperty.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/frame/LocalDOMWindow.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M Source/core/frame/Navigator.h View 2 chunks +5 lines, -8 lines 0 comments Download
M Source/core/frame/Navigator.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/frame/Navigator.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/frame/Screen.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/battery/NavigatorBattery.h View 2 chunks +3 lines, -5 lines 0 comments Download
M Source/modules/battery/NavigatorBattery.cpp View 3 chunks +3 lines, -7 lines 0 comments Download
M Source/modules/beacon/NavigatorBeacon.h View 1 2 3 chunks +4 lines, -3 lines 0 comments Download
M Source/modules/beacon/NavigatorBeacon.cpp View 1 2 5 chunks +19 lines, -13 lines 0 comments Download
M Source/modules/bluetooth/NavigatorBluetooth.h View 2 chunks +3 lines, -6 lines 0 comments Download
M Source/modules/bluetooth/NavigatorBluetooth.cpp View 2 chunks +3 lines, -5 lines 0 comments Download
M Source/modules/credentialmanager/NavigatorCredentials.h View 1 2 3 2 chunks +6 lines, -5 lines 0 comments Download
M Source/modules/credentialmanager/NavigatorCredentials.cpp View 2 chunks +6 lines, -4 lines 0 comments Download
M Source/modules/donottrack/NavigatorDoNotTrack.h View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M Source/modules/donottrack/NavigatorDoNotTrack.cpp View 2 chunks +6 lines, -4 lines 0 comments Download
M Source/modules/gamepad/NavigatorGamepad.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M Source/modules/gamepad/NavigatorGamepad.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/modules/geolocation/NavigatorGeolocation.h View 1 2 3 2 chunks +6 lines, -5 lines 0 comments Download
M Source/modules/geolocation/NavigatorGeolocation.cpp View 3 chunks +6 lines, -4 lines 0 comments Download
M Source/modules/netinfo/NavigatorNetworkInformation.h View 1 2 3 2 chunks +7 lines, -8 lines 0 comments Download
M Source/modules/netinfo/NavigatorNetworkInformation.cpp View 2 chunks +6 lines, -4 lines 0 comments Download
M Source/modules/permissions/NavigatorPermissions.h View 1 chunk +5 lines, -9 lines 0 comments Download
M Source/modules/permissions/NavigatorPermissions.cpp View 3 chunks +3 lines, -7 lines 0 comments Download
M Source/modules/plugins/NavigatorPlugins.h View 1 2 3 2 chunks +6 lines, -7 lines 0 comments Download
M Source/modules/plugins/NavigatorPlugins.cpp View 4 chunks +6 lines, -4 lines 0 comments Download
M Source/modules/presentation/NavigatorPresentation.h View 1 chunk +4 lines, -9 lines 0 comments Download
M Source/modules/presentation/NavigatorPresentation.cpp View 3 chunks +4 lines, -8 lines 0 comments Download
M Source/modules/quota/NavigatorStorageQuota.h View 1 2 3 2 chunks +6 lines, -6 lines 0 comments Download
M Source/modules/quota/NavigatorStorageQuota.cpp View 3 chunks +6 lines, -4 lines 0 comments Download
M Source/modules/serviceworkers/NavigatorServiceWorker.h View 1 2 3 2 chunks +7 lines, -5 lines 0 comments Download
M Source/modules/serviceworkers/NavigatorServiceWorker.cpp View 4 chunks +7 lines, -5 lines 0 comments Download
M Source/modules/vr/NavigatorVRDevice.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M Source/modules/vr/NavigatorVRDevice.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/modules/vr/VRGetDevicesCallback.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/vr/VRHardwareUnitCollection.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/modules/webmidi/NavigatorWebMIDI.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M Source/modules/webmidi/NavigatorWebMIDI.cpp View 2 chunks +6 lines, -4 lines 0 comments Download

Messages

Total messages: 16 (4 generated)
sof
please take a look.
5 years, 8 months ago (2015-04-24 15:09:17 UTC) #2
haraken
LGTM https://codereview.chromium.org/1101263003/diff/20001/Source/modules/beacon/NavigatorBeacon.h File Source/modules/beacon/NavigatorBeacon.h (right): https://codereview.chromium.org/1101263003/diff/20001/Source/modules/beacon/NavigatorBeacon.h#newcode39 Source/modules/beacon/NavigatorBeacon.h:39: Navigator& m_navigator; This should be Member<Navigator>. yutak@: I ...
5 years, 8 months ago (2015-04-24 15:32:36 UTC) #4
haraken
https://codereview.chromium.org/1101263003/diff/20001/Source/modules/gamepad/NavigatorGamepad.h File Source/modules/gamepad/NavigatorGamepad.h (right): https://codereview.chromium.org/1101263003/diff/20001/Source/modules/gamepad/NavigatorGamepad.h#newcode87 Source/modules/gamepad/NavigatorGamepad.h:87: AsyncMethodRunner<NavigatorGamepad> m_dispatchOneEventRunner; It seems that AsyncMethodRunner is not safe ...
5 years, 8 months ago (2015-04-24 15:37:17 UTC) #5
sof
https://codereview.chromium.org/1101263003/diff/20001/Source/modules/gamepad/NavigatorGamepad.h File Source/modules/gamepad/NavigatorGamepad.h (right): https://codereview.chromium.org/1101263003/diff/20001/Source/modules/gamepad/NavigatorGamepad.h#newcode87 Source/modules/gamepad/NavigatorGamepad.h:87: AsyncMethodRunner<NavigatorGamepad> m_dispatchOneEventRunner; On 2015/04/24 15:37:17, haraken wrote: > > ...
5 years, 8 months ago (2015-04-24 15:40:10 UTC) #6
haraken
https://codereview.chromium.org/1101263003/diff/20001/Source/modules/gamepad/NavigatorGamepad.h File Source/modules/gamepad/NavigatorGamepad.h (right): https://codereview.chromium.org/1101263003/diff/20001/Source/modules/gamepad/NavigatorGamepad.h#newcode87 Source/modules/gamepad/NavigatorGamepad.h:87: AsyncMethodRunner<NavigatorGamepad> m_dispatchOneEventRunner; On 2015/04/24 15:40:10, sof wrote: > On ...
5 years, 8 months ago (2015-04-24 15:44:44 UTC) #7
sof
https://codereview.chromium.org/1101263003/diff/20001/Source/modules/gamepad/NavigatorGamepad.h File Source/modules/gamepad/NavigatorGamepad.h (right): https://codereview.chromium.org/1101263003/diff/20001/Source/modules/gamepad/NavigatorGamepad.h#newcode87 Source/modules/gamepad/NavigatorGamepad.h:87: AsyncMethodRunner<NavigatorGamepad> m_dispatchOneEventRunner; On 2015/04/24 15:44:44, haraken wrote: > On ...
5 years, 8 months ago (2015-04-24 15:55:13 UTC) #8
sof
https://codereview.chromium.org/1101263003/diff/20001/Source/modules/beacon/NavigatorBeacon.h File Source/modules/beacon/NavigatorBeacon.h (right): https://codereview.chromium.org/1101263003/diff/20001/Source/modules/beacon/NavigatorBeacon.h#newcode39 Source/modules/beacon/NavigatorBeacon.h:39: Navigator& m_navigator; On 2015/04/24 15:32:35, haraken wrote: > > ...
5 years, 8 months ago (2015-04-24 21:25:08 UTC) #9
haraken
LGTM https://codereview.chromium.org/1101263003/diff/40001/Source/modules/beacon/NavigatorBeacon.cpp File Source/modules/beacon/NavigatorBeacon.cpp (right): https://codereview.chromium.org/1101263003/diff/40001/Source/modules/beacon/NavigatorBeacon.cpp#newcode116 Source/modules/beacon/NavigatorBeacon.cpp:116: allowed = BeaconLoader::sendBeacon(impl.frame(), allowance, url, data.getAsArrayBufferView(), bytes); navigator.frame() ...
5 years, 8 months ago (2015-04-25 08:15:00 UTC) #10
sof
https://codereview.chromium.org/1101263003/diff/40001/Source/modules/beacon/NavigatorBeacon.cpp File Source/modules/beacon/NavigatorBeacon.cpp (right): https://codereview.chromium.org/1101263003/diff/40001/Source/modules/beacon/NavigatorBeacon.cpp#newcode116 Source/modules/beacon/NavigatorBeacon.cpp:116: allowed = BeaconLoader::sendBeacon(impl.frame(), allowance, url, data.getAsArrayBufferView(), bytes); On 2015/04/25 ...
5 years, 8 months ago (2015-04-25 08:19:34 UTC) #11
haraken
https://codereview.chromium.org/1101263003/diff/40001/Source/modules/beacon/NavigatorBeacon.cpp File Source/modules/beacon/NavigatorBeacon.cpp (right): https://codereview.chromium.org/1101263003/diff/40001/Source/modules/beacon/NavigatorBeacon.cpp#newcode116 Source/modules/beacon/NavigatorBeacon.cpp:116: allowed = BeaconLoader::sendBeacon(impl.frame(), allowance, url, data.getAsArrayBufferView(), bytes); On 2015/04/25 ...
5 years, 8 months ago (2015-04-25 08:31:14 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1101263003/80001
5 years, 8 months ago (2015-04-25 16:50:12 UTC) #15
commit-bot: I haz the power
5 years, 8 months ago (2015-04-25 18:04:13 UTC) #16
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=194442

Powered by Google App Engine
This is Rietveld 408576698