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

Issue 2620083002: Shape Detection: Move mojom interface to //services (Closed)

Created:
3 years, 11 months ago by xianglu
Modified:
3 years, 10 months ago
CC:
Aaron Boodman, abarth-chromium, agrieve+watch_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, jam, nasko+codewatch_chromium.org, qsr+mojo_chromium.org, Reilly Grant (use Gerrit), viettrungluu+watch_chromium.org, yzshen+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Shape Detection: Move mojom interface to //services This CL moves Shape Detection mojo interfaces to //services, which exposes them to public instead of just Blink. No new code added. Blocking: https://codereview.chromium.org/2460723003/ TBR=haraken@chromium.org (mechanical move) BUG=646083, 659139 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2620083002 Cr-Commit-Position: refs/heads/master@{#442991} Committed: https://chromium.googlesource.com/chromium/src/+/b38f05eb1dcc47b3d4fbe79f4a5deeaca07f0ef3

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+92 lines, -151 lines) Patch
M chrome/android/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/mojo/ChromeInterfaceRegistrar.java View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/shapedetection/BarcodeDetectionFactory.java View 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/shapedetection/BarcodeDetectionImpl.java View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/shapedetection/TextDetectionFactory.java View 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/shapedetection/TextDetectionImpl.java View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/DEPS View 2 chunks +3 lines, -5 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 2 chunks +7 lines, -3 lines 1 comment Download
M chrome/browser/chrome_content_browser_manifest_overlay.json View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/DEPS View 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/frame_host/render_frame_host_impl.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M content/public/android/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/InterfaceRegistrarImpl.java View 2 chunks +1 line, -1 line 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/shapedetection/FaceDetectionImpl.java View 1 chunk +4 lines, -4 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/shapedetection/FaceDetectionProviderFactory.java View 1 chunk +1 line, -1 line 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/shapedetection/FaceDetectionProviderImpl.java View 1 chunk +4 lines, -4 lines 0 comments Download
M content/public/app/mojo/content_browser_manifest.json View 2 chunks +3 lines, -3 lines 0 comments Download
A services/shape_detection/public/interfaces/BUILD.gn View 1 chunk +18 lines, -0 lines 0 comments Download
A + services/shape_detection/public/interfaces/OWNERS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + services/shape_detection/public/interfaces/barcodedetection.mojom View 1 chunk +1 line, -1 line 0 comments Download
A + services/shape_detection/public/interfaces/facedetection.mojom View 1 chunk +1 line, -1 line 0 comments Download
A + services/shape_detection/public/interfaces/facedetection_provider.mojom View 1 chunk +1 line, -1 line 0 comments Download
A + services/shape_detection/public/interfaces/textdetection.mojom View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/shapedetection/resources/mock-barcodedetection.js View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/shapedetection/resources/mock-facedetection.js View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/shapedetection/resources/mock-textdetection.js View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/shapedetection/BUILD.gn View 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/shapedetection/BarcodeDetector.h View 2 chunks +5 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/shapedetection/BarcodeDetector.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/shapedetection/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/shapedetection/FaceDetector.h View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/shapedetection/FaceDetector.cpp View 3 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/modules/shapedetection/TextDetector.h View 2 chunks +5 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/shapedetection/TextDetector.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/public/BUILD.gn View 1 chunk +0 lines, -4 lines 0 comments Download
D third_party/WebKit/public/platform/modules/shapedetection/OWNERS View 1 chunk +0 lines, -2 lines 0 comments Download
D third_party/WebKit/public/platform/modules/shapedetection/barcodedetection.mojom View 1 chunk +0 lines, -25 lines 0 comments Download
D third_party/WebKit/public/platform/modules/shapedetection/facedetection.mojom View 1 chunk +0 lines, -29 lines 0 comments Download
D third_party/WebKit/public/platform/modules/shapedetection/facedetection_provider.mojom View 1 chunk +0 lines, -13 lines 0 comments Download
D third_party/WebKit/public/platform/modules/shapedetection/textdetection.mojom View 1 chunk +0 lines, -19 lines 0 comments Download

Messages

Total messages: 50 (37 generated)
xianglu
PTAL.
3 years, 11 months ago (2017-01-10 20:40:04 UTC) #16
mcasas
On 2017/01/10 20:40:04, xianglu wrote: > PTAL. lgtm please mention in the description that this ...
3 years, 11 months ago (2017-01-10 22:20:24 UTC) #23
mcasas
https://codereview.chromium.org/2620083002/diff/100001/chrome/browser/chrome_content_browser_client.cc File chrome/browser/chrome_content_browser_client.cc (right): https://codereview.chromium.org/2620083002/diff/100001/chrome/browser/chrome_content_browser_client.cc#newcode3011 chrome/browser/chrome_content_browser_client.cc:3011: shape_detection::mojom::TextDetection>()); TextDetection registration is already in ToT. Wrong rebase?
3 years, 11 months ago (2017-01-10 22:20:32 UTC) #24
xianglu
PTAL.
3 years, 11 months ago (2017-01-10 22:43:29 UTC) #32
Ken Rockot(use gerrit already)
rs lgtm for mechanical move
3 years, 11 months ago (2017-01-10 22:45:25 UTC) #33
Tom Sepez
lgtm
3 years, 11 months ago (2017-01-10 23:58:41 UTC) #36
Avi (use Gerrit)
lgtm stampity stamp
3 years, 11 months ago (2017-01-11 18:06:28 UTC) #39
David Trainor- moved to gerrit
*.java lgtm!
3 years, 11 months ago (2017-01-11 18:20:38 UTC) #40
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/2620083002/100001
3 years, 11 months ago (2017-01-11 20:19:37 UTC) #43
commit-bot: I haz the power
Committed patchset #1 (id:100001) as https://chromium.googlesource.com/chromium/src/+/b38f05eb1dcc47b3d4fbe79f4a5deeaca07f0ef3
3 years, 11 months ago (2017-01-11 20:50:27 UTC) #46
haraken
WebKit LGTM
3 years, 11 months ago (2017-01-11 23:30:34 UTC) #47
Wez
Hallo thakis@chromium.org! Due to a depot_tools patch which mistakenly removed the OWNERS check for non-source ...
3 years, 10 months ago (2017-02-07 05:55:41 UTC) #49
Nico
3 years, 10 months ago (2017-02-07 16:06:50 UTC) #50
Message was sent while issue was closed.
chrome/browser/DEPS lgtm

Powered by Google App Engine
This is Rietveld 408576698