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

Issue 2803943004: Move Mojo types to a new namespace (Closed)

Created:
3 years, 8 months ago by wychen
Modified:
3 years, 8 months ago
CC:
Aaron Boodman, abarth-chromium, agrieve+watch_chromium.org, blink-reviews, blink-reviews-api_chromium.org, chromium-reviews, darin (slow to review), dglazkov+blink, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Move Mojo types to a new namespace The Mojo type names used in CopylessPaste were too general to be in namespace blink.mojom. BUG=693650 Review-Url: https://codereview.chromium.org/2803943004 Cr-Commit-Position: refs/heads/master@{#462790} Committed: https://chromium.googlesource.com/chromium/src/+/465fa2f3b877316159a8661723bf9a205e09dfe7

Patch Set 1 #

Total comments: 3

Patch Set 2 : rename #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -1 line) Patch
M chrome/android/java/src/org/chromium/chrome/browser/historyreport/AppIndexingReporter.java View 1 2 chunks +12 lines, -1 line 0 comments Download
M third_party/WebKit/public/BUILD.gn View 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/public/platform/modules/document_metadata/copyless_paste.mojom View 1 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/public/platform/modules/document_metadata/copyless_paste-deprecated.mojom View 0 chunks +-1 lines, --1 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 24 (7 generated)
wychen
PTAL
3 years, 8 months ago (2017-04-06 20:15:50 UTC) #2
esprehn
Can you explain why you need both the old and new mojom files (with the ...
3 years, 8 months ago (2017-04-06 21:15:27 UTC) #3
wychen
On 2017/04/06 21:15:27, esprehn wrote: > Can you explain why you need both the old ...
3 years, 8 months ago (2017-04-06 21:21:55 UTC) #4
esprehn
What does downstream mean? In general we don't put effort into not breaking things that ...
3 years, 8 months ago (2017-04-06 21:23:30 UTC) #6
wychen
On 2017/04/06 21:23:30, esprehn wrote: > What does downstream mean? In general we don't put ...
3 years, 8 months ago (2017-04-06 21:31:47 UTC) #7
esprehn
Okay, this change lgtm, I'll leave the repo deps discussion/decision to dlgazkov@
3 years, 8 months ago (2017-04-06 21:32:41 UTC) #8
wychen
Add Maria for the Java change.
3 years, 8 months ago (2017-04-06 21:34:53 UTC) #10
dcheng
mojo lgtm https://codereview.chromium.org/2803943004/diff/1/third_party/WebKit/public/platform/modules/document_metadata/copyless_paste.mojom File third_party/WebKit/public/platform/modules/document_metadata/copyless_paste.mojom (right): https://codereview.chromium.org/2803943004/diff/1/third_party/WebKit/public/platform/modules/document_metadata/copyless_paste.mojom#newcode5 third_party/WebKit/public/platform/modules/document_metadata/copyless_paste.mojom:5: module blink.mojom.copyless; Nit: document_metadata seems like a ...
3 years, 8 months ago (2017-04-06 21:42:12 UTC) #11
dproctor
lgtm https://codereview.chromium.org/2803943004/diff/1/third_party/WebKit/public/platform/modules/document_metadata/copyless_paste.mojom File third_party/WebKit/public/platform/modules/document_metadata/copyless_paste.mojom (right): https://codereview.chromium.org/2803943004/diff/1/third_party/WebKit/public/platform/modules/document_metadata/copyless_paste.mojom#newcode5 third_party/WebKit/public/platform/modules/document_metadata/copyless_paste.mojom:5: module blink.mojom.copyless; On 2017/04/06 21:42:12, dcheng wrote: > ...
3 years, 8 months ago (2017-04-06 22:06:02 UTC) #12
dproctor
lgtm
3 years, 8 months ago (2017-04-06 22:06:05 UTC) #13
dglazkov
LGTM, will discuss the private repo offline.
3 years, 8 months ago (2017-04-06 22:16:26 UTC) #14
wychen
https://codereview.chromium.org/2803943004/diff/1/third_party/WebKit/public/platform/modules/document_metadata/copyless_paste.mojom File third_party/WebKit/public/platform/modules/document_metadata/copyless_paste.mojom (right): https://codereview.chromium.org/2803943004/diff/1/third_party/WebKit/public/platform/modules/document_metadata/copyless_paste.mojom#newcode5 third_party/WebKit/public/platform/modules/document_metadata/copyless_paste.mojom:5: module blink.mojom.copyless; On 2017/04/06 22:06:02, dproctor wrote: > On ...
3 years, 8 months ago (2017-04-06 22:58:56 UTC) #15
Maria
On 2017/04/06 22:58:56, wychen wrote: > https://codereview.chromium.org/2803943004/diff/1/third_party/WebKit/public/platform/modules/document_metadata/copyless_paste.mojom > File > third_party/WebKit/public/platform/modules/document_metadata/copyless_paste.mojom > (right): > > ...
3 years, 8 months ago (2017-04-06 23:15:47 UTC) #16
Maria
lgtm for java
3 years, 8 months ago (2017-04-06 23:15:57 UTC) #17
wychen
3 years, 8 months ago (2017-04-07 00:43:23 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2803943004/20001
3 years, 8 months ago (2017-04-07 00:44:25 UTC) #21
commit-bot: I haz the power
3 years, 8 months ago (2017-04-07 06:09:34 UTC) #24
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/465fa2f3b877316159a8661723bf...

Powered by Google App Engine
This is Rietveld 408576698