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

Issue 1878683002: [OnionSoup] Moving WakeLock Service to Blink (1/2): moving .mojom (Closed)

Created:
4 years, 8 months ago by mcasas
Modified:
4 years, 8 months ago
CC:
Aaron Boodman, abarth-chromium, ben+mojo_chromium.org, blink-reviews, blink-reviews-api_chromium.org, chromium-reviews, creis+watch_chromium.org, darin (slow to review), darin-cc_chromium.org, dglazkov+blink, feature-media-reviews_chromium.org, jam, nasko+codewatch_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[OnionSoup] Moving WakeLock Service to Blink (1/2): moving .mojom This CL is part 1/2 of moving the WakeLockService renderer parts from content/ to WebKit/. The complete transfer can be found in https://crrev.com/1794553002, of which this is the .mojom moving around parts. See bug for more info. No new code is added. BUG=600895 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation Committed: https://crrev.com/689885b8927231762450bbc82c4e50ec9fd716eb Cr-Commit-Position: refs/heads/master@{#386747}

Patch Set 1 #

Total comments: 2

Patch Set 2 : added OWNERS to public/platform/modules/wake_lock #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -31 lines) Patch
M content/browser/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/frame_host/render_frame_host_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/wake_lock/wake_lock_service_context.h View 1 chunk +4 lines, -3 lines 0 comments Download
M content/browser/wake_lock/wake_lock_service_context.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/wake_lock/wake_lock_service_impl.h View 2 chunks +8 lines, -7 lines 0 comments Download
M content/browser/wake_lock/wake_lock_service_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/common/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
D content/common/wake_lock_service.mojom View 1 chunk +0 lines, -11 lines 0 comments Download
M content/content_browser.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M content/content_common_mojo_bindings.gyp View 1 chunk +0 lines, -1 line 0 comments Download
M content/renderer/wake_lock/wake_lock_dispatcher.h View 2 chunks +2 lines, -2 lines 0 comments Download
M media/blink/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/public/BUILD.gn View 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/public/blink.gyp View 1 chunk +1 line, -0 lines 0 comments Download
A + third_party/WebKit/public/platform/modules/wake_lock/OWNERS View 1 1 chunk +0 lines, -2 lines 0 comments Download
A + third_party/WebKit/public/platform/modules/wake_lock/wake_lock_service.mojom View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 28 (13 generated)
mcasas
esprehn@ PTAL at the WebKit parts and the overall idea.
4 years, 8 months ago (2016-04-11 22:00:36 UTC) #5
esprehn
lgtm https://codereview.chromium.org/1878683002/diff/60001/content/renderer/wake_lock/wake_lock_dispatcher.h File content/renderer/wake_lock/wake_lock_dispatcher.h (right): https://codereview.chromium.org/1878683002/diff/60001/content/renderer/wake_lock/wake_lock_dispatcher.h#newcode26 content/renderer/wake_lock/wake_lock_dispatcher.h:26: blink::mojom::WakeLockServicePtr wake_lock_service_; is this the naming convention others ...
4 years, 8 months ago (2016-04-11 22:01:49 UTC) #7
esprehn
fyi I'm not an owner in content/browser so you'll need someone else to help there.
4 years, 8 months ago (2016-04-11 22:02:06 UTC) #8
mcasas
On 2016/04/11 22:02:06, esprehn wrote: > fyi I'm not an owner in content/browser so you'll ...
4 years, 8 months ago (2016-04-11 22:05:31 UTC) #9
mcasas
avi@ RS content parts ( include path adaptation and adding blink:: to the mojom::WakeLockService class) ...
4 years, 8 months ago (2016-04-11 22:09:12 UTC) #11
xhwang
On 2016/04/11 22:09:12, mcasas wrote: > avi@ RS content parts > ( include path adaptation ...
4 years, 8 months ago (2016-04-11 23:21:24 UTC) #12
mcasas
On 2016/04/11 23:21:24, xhwang wrote: > On 2016/04/11 22:09:12, mcasas wrote: > > avi@ RS ...
4 years, 8 months ago (2016-04-11 23:27:26 UTC) #13
xhwang
medai/ rs LGTM
4 years, 8 months ago (2016-04-11 23:29:40 UTC) #14
dcheng
mojoms need security review: can you make sure the moved mojom is still covered by ...
4 years, 8 months ago (2016-04-12 00:29:41 UTC) #16
mcasas
On 2016/04/12 00:29:41, dcheng wrote: > mojoms need security review: can you make sure the ...
4 years, 8 months ago (2016-04-12 16:35:00 UTC) #17
Avi (use Gerrit)
lgtm stamp
4 years, 8 months ago (2016-04-12 16:42:11 UTC) #18
Tom Sepez
mojom LGTM
4 years, 8 months ago (2016-04-12 16:48:41 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1878683002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1878683002/80001
4 years, 8 months ago (2016-04-12 17:09:49 UTC) #24
commit-bot: I haz the power
Committed patchset #2 (id:80001)
4 years, 8 months ago (2016-04-12 18:33:01 UTC) #26
commit-bot: I haz the power
4 years, 8 months ago (2016-04-12 18:34:49 UTC) #28
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/689885b8927231762450bbc82c4e50ec9fd716eb
Cr-Commit-Position: refs/heads/master@{#386747}

Powered by Google App Engine
This is Rietveld 408576698