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

Issue 1957143002: [OnionSoup] Move persentation_service.mojom from //content to //third_party/WebKit (Closed)

Created:
4 years, 7 months ago by juncai
Modified:
4 years, 7 months ago
CC:
Aaron Boodman, abarth-chromium, ben+mojo_chromium.org, blink-reviews, blink-reviews-api_chromium.org, chromium-reviews, darin (slow to review), darin-cc_chromium.org, dglazkov+blink, imcheng, jam, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-content_chromium.org, qsr+mojo_chromium.org, Sam McNally, 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] Move persentation_service.mojom from //content to //third_party/WebKit This patch is the first step of moving persentation_service.mojom from //content to //third_party/WebKit BUG=610356 Committed: https://crrev.com/9e343fd275b527d5bd3d289196a34f05a1f5d784 Cr-Commit-Position: refs/heads/master@{#393117}

Patch Set 1 : moved persentation_service.mojom from //content to //third_party/WebKit #

Patch Set 2 : renamed presentation_service.mojom to presentation.mojom #

Total comments: 2

Patch Set 3 : updated third_party/WebKit/public/platform/modules/presentation/OWNERS #

Total comments: 2

Patch Set 4 : address avayvod@'s comment #

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+254 lines, -364 lines) Patch
M content/browser/DEPS View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/presentation/presentation_service_impl.h View 1 11 chunks +18 lines, -18 lines 0 comments Download
M content/browser/presentation/presentation_service_impl.cc View 21 chunks +44 lines, -42 lines 0 comments Download
M content/browser/presentation/presentation_service_impl_unittest.cc View 1 2 3 4 17 chunks +73 lines, -63 lines 0 comments Download
M content/browser/presentation/presentation_type_converters.h View 1 3 chunks +14 lines, -14 lines 0 comments Download
M content/browser/presentation/presentation_type_converters.cc View 1 chunk +17 lines, -17 lines 0 comments Download
M content/browser/presentation/presentation_type_converters_unittest.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M content/common/BUILD.gn View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
D content/common/presentation/presentation_service.mojom View 1 chunk +0 lines, -140 lines 0 comments Download
M content/content_common_mojo_bindings.gyp View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M content/renderer/presentation/presentation_connection_client.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/presentation/presentation_connection_client.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/presentation/presentation_dispatcher.h View 1 5 chunks +21 lines, -20 lines 0 comments Download
M content/renderer/presentation/presentation_dispatcher.cc View 1 2 3 14 chunks +41 lines, -40 lines 0 comments Download
M third_party/WebKit/public/BUILD.gn View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/public/blink.gyp View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/public/platform/modules/presentation/OWNERS View 1 2 1 chunk +14 lines, -0 lines 0 comments Download
A + third_party/WebKit/public/platform/modules/presentation/presentation.mojom View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 37 (16 generated)
juncai
avi@chromium.org: Please review changes in //content/browser/DEPS //content/common/ //content/content_common_mojo_bindings.gyp esprehn@chromium.org: Please review changes in //content/renderer/ //third_party/WebKit/public/BUILD.gn ...
4 years, 7 months ago (2016-05-09 17:24:38 UTC) #5
dcheng
Drive-by. https://codereview.chromium.org/1957143002/diff/20001/third_party/WebKit/public/platform/modules/presentation/presentation.mojom File third_party/WebKit/public/platform/modules/presentation/presentation.mojom (right): https://codereview.chromium.org/1957143002/diff/20001/third_party/WebKit/public/platform/modules/presentation/presentation.mojom#newcode2 third_party/WebKit/public/platform/modules/presentation/presentation.mojom:2: // Use of this source code is governed ...
4 years, 7 months ago (2016-05-09 18:14:00 UTC) #7
juncai
https://codereview.chromium.org/1957143002/diff/20001/third_party/WebKit/public/platform/modules/presentation/presentation.mojom File third_party/WebKit/public/platform/modules/presentation/presentation.mojom (right): https://codereview.chromium.org/1957143002/diff/20001/third_party/WebKit/public/platform/modules/presentation/presentation.mojom#newcode2 third_party/WebKit/public/platform/modules/presentation/presentation.mojom:2: // Use of this source code is governed by ...
4 years, 7 months ago (2016-05-09 18:26:35 UTC) #8
Avi (use Gerrit)
lgtm stamp
4 years, 7 months ago (2016-05-09 18:37:23 UTC) #9
esprehn
lgtm
4 years, 7 months ago (2016-05-09 19:21:55 UTC) #10
whywhat
+Derek (imcheng) and Mark FYI */presentation/* lgtm, seems to be a purely mechanical change https://codereview.chromium.org/1957143002/diff/40001/content/renderer/presentation/presentation_dispatcher.cc ...
4 years, 7 months ago (2016-05-10 13:17:50 UTC) #11
juncai
https://codereview.chromium.org/1957143002/diff/40001/content/renderer/presentation/presentation_dispatcher.cc File content/renderer/presentation/presentation_dispatcher.cc (left): https://codereview.chromium.org/1957143002/diff/40001/content/renderer/presentation/presentation_dispatcher.cc#oldcode13 content/renderer/presentation/presentation_dispatcher.cc:13: #include "content/common/presentation/presentation_service.mojom.h" On 2016/05/10 13:17:50, whywhat wrote: > nit: ...
4 years, 7 months ago (2016-05-10 16:54:54 UTC) #12
mark a. foltz
What is the motivation for this change? The bug has no details.
4 years, 7 months ago (2016-05-10 16:55:58 UTC) #14
juncai
On 2016/05/10 16:55:58, mark a. foltz wrote: > What is the motivation for this change? ...
4 years, 7 months ago (2016-05-10 17:32:08 UTC) #15
mark a. foltz
On 2016/05/10 at 17:32:08, juncai wrote: > On 2016/05/10 16:55:58, mark a. foltz wrote: > ...
4 years, 7 months ago (2016-05-10 18:26:46 UTC) #16
juncai
On 2016/05/10 18:26:46, mark a. foltz wrote: > On 2016/05/10 at 17:32:08, juncai wrote: > ...
4 years, 7 months ago (2016-05-10 21:54:33 UTC) #17
mark a. foltz
LGTM My question wasn't about security review for this patch specifically, but about the revised ...
4 years, 7 months ago (2016-05-11 19:42:22 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1957143002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1957143002/60001
4 years, 7 months ago (2016-05-11 20:11:15 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: chromeos_daisy_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_daisy_chromium_compile_only_ng/builds/135803) ios-device-gn on tryserver.chromium.mac (JOB_FAILED, ...
4 years, 7 months ago (2016-05-11 20:14:38 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1957143002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1957143002/80001
4 years, 7 months ago (2016-05-11 20:27:53 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/181512)
4 years, 7 months ago (2016-05-11 20:39:29 UTC) #28
juncai
presubmit failed because //third_party/WebKit/public/platform/modules/presentation/presentation.mojom needs to be reviewed. Added dcheng@ as the reviewer to review: ...
4 years, 7 months ago (2016-05-11 20:48:49 UTC) #30
dcheng
LGTM
4 years, 7 months ago (2016-05-11 20:51:15 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1957143002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1957143002/80001
4 years, 7 months ago (2016-05-11 20:56:05 UTC) #33
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 7 months ago (2016-05-12 00:25:11 UTC) #35
commit-bot: I haz the power
4 years, 7 months ago (2016-05-12 00:29:47 UTC) #37
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/9e343fd275b527d5bd3d289196a34f05a1f5d784
Cr-Commit-Position: refs/heads/master@{#393117}

Powered by Google App Engine
This is Rietveld 408576698