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

Issue 395333003: Extensions: Move cast_channel and hid APIs to extensions/. (Closed)

Created:
6 years, 5 months ago by Lei Zhang
Modified:
6 years, 4 months ago
CC:
chromium-reviews, tfarina, extensions-reviews_chromium.org, chromium-apps-reviews_chromium.org
Project:
chromium
Visibility:
Public.

Description

Extensions: Move bluetooth APIs to extensions/. BUG=395240 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=285687

Patch Set 1 : #

Patch Set 2 : fix win/mac #

Total comments: 3

Patch Set 3 : rebase #

Patch Set 4 : fix GN #

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+170 lines, -5219 lines) Patch
M chrome/browser/extensions/BUILD.gn View 1 2 3 2 chunks +0 lines, -8 lines 0 comments Download
D chrome/browser/extensions/api/cast_channel/BUILD.gn View 1 chunk +0 lines, -11 lines 0 comments Download
D chrome/browser/extensions/api/cast_channel/OWNERS View 1 chunk +0 lines, -3 lines 0 comments Download
D chrome/browser/extensions/api/cast_channel/cast_auth_util.h View 1 chunk +0 lines, -26 lines 0 comments Download
D chrome/browser/extensions/api/cast_channel/cast_auth_util_nss.cc View 1 chunk +0 lines, -325 lines 0 comments Download
D chrome/browser/extensions/api/cast_channel/cast_auth_util_openssl.cc View 1 chunk +0 lines, -21 lines 0 comments Download
D chrome/browser/extensions/api/cast_channel/cast_channel.proto View 1 chunk +0 lines, -91 lines 0 comments Download
D chrome/browser/extensions/api/cast_channel/cast_channel_api.h View 1 2 3 4 1 chunk +0 lines, -208 lines 0 comments Download
D chrome/browser/extensions/api/cast_channel/cast_channel_api.cc View 1 2 3 4 1 chunk +0 lines, -425 lines 0 comments Download
D chrome/browser/extensions/api/cast_channel/cast_channel_api_unittest.cc View 1 2 1 chunk +0 lines, -67 lines 0 comments Download
D chrome/browser/extensions/api/cast_channel/cast_channel_apitest.cc View 1 2 3 4 1 chunk +0 lines, -384 lines 0 comments Download
D chrome/browser/extensions/api/cast_channel/cast_message_util.h View 1 chunk +0 lines, -42 lines 0 comments Download
D chrome/browser/extensions/api/cast_channel/cast_message_util.cc View 1 chunk +0 lines, -150 lines 0 comments Download
D chrome/browser/extensions/api/cast_channel/cast_socket.h View 1 2 3 4 1 chunk +0 lines, -374 lines 0 comments Download
D chrome/browser/extensions/api/cast_channel/cast_socket.cc View 1 2 3 4 1 chunk +0 lines, -794 lines 0 comments Download
D chrome/browser/extensions/api/cast_channel/cast_socket_unittest.cc View 1 2 3 4 1 chunk +0 lines, -1064 lines 0 comments Download
D chrome/browser/extensions/api/hid/DEPS View 1 chunk +0 lines, -3 lines 0 comments Download
D chrome/browser/extensions/api/hid/OWNERS View 1 chunk +0 lines, -2 lines 0 comments Download
D chrome/browser/extensions/api/hid/hid_api.h View 1 chunk +0 lines, -194 lines 0 comments Download
D chrome/browser/extensions/api/hid/hid_api.cc View 1 chunk +0 lines, -303 lines 0 comments Download
D chrome/browser/extensions/api/hid/hid_connection_resource.h View 1 2 1 chunk +0 lines, -41 lines 0 comments Download
D chrome/browser/extensions/api/hid/hid_connection_resource.cc View 1 chunk +0 lines, -35 lines 0 comments Download
D chrome/browser/extensions/api/hid/hid_device_manager.h View 1 chunk +0 lines, -62 lines 0 comments Download
D chrome/browser/extensions/api/hid/hid_device_manager.cc View 1 chunk +0 lines, -142 lines 0 comments Download
M chrome/browser/extensions/chrome_extensions_browser_client.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/chrome_extensions_browser_client.cc View 1 2 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/chrome_browser_extensions.gypi View 1 2 3 4 5 chunks +0 lines, -36 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/common/extensions/api/api.gyp View 1 2 2 chunks +0 lines, -2 lines 0 comments Download
D chrome/common/extensions/api/cast_channel.idl View 1 2 3 4 1 chunk +0 lines, -170 lines 0 comments Download
D chrome/common/extensions/api/hid.idl View 1 chunk +0 lines, -130 lines 0 comments Download
A + extensions/browser/api/cast_channel/BUILD.gn View 1 chunk +1 line, -2 lines 0 comments Download
A + extensions/browser/api/cast_channel/OWNERS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + extensions/browser/api/cast_channel/cast_auth_util.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + extensions/browser/api/cast_channel/cast_auth_util_nss.cc View 6 chunks +13 lines, -16 lines 0 comments Download
A + extensions/browser/api/cast_channel/cast_auth_util_openssl.cc View 2 chunks +3 lines, -3 lines 0 comments Download
A + extensions/browser/api/cast_channel/cast_channel.proto View 2 chunks +2 lines, -2 lines 0 comments Download
A + extensions/browser/api/cast_channel/cast_channel_api.h View 1 2 3 4 3 chunks +6 lines, -6 lines 0 comments Download
A + extensions/browser/api/cast_channel/cast_channel_api.cc View 1 2 3 4 3 chunks +3 lines, -5 lines 0 comments Download
A + extensions/browser/api/cast_channel/cast_channel_api_unittest.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
A + extensions/browser/api/cast_channel/cast_channel_apitest.cc View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
A + extensions/browser/api/cast_channel/cast_message_util.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + extensions/browser/api/cast_channel/cast_message_util.cc View 3 chunks +5 lines, -5 lines 0 comments Download
A + extensions/browser/api/cast_channel/cast_socket.h View 1 2 3 4 4 chunks +6 lines, -6 lines 0 comments Download
A + extensions/browser/api/cast_channel/cast_socket.cc View 1 2 3 4 5 chunks +11 lines, -11 lines 0 comments Download
A + extensions/browser/api/cast_channel/cast_socket_unittest.cc View 1 2 3 4 5 chunks +5 lines, -6 lines 0 comments Download
A + extensions/browser/api/hid/DEPS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + extensions/browser/api/hid/OWNERS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + extensions/browser/api/hid/hid_api.h View 8 chunks +13 lines, -13 lines 0 comments Download
A + extensions/browser/api/hid/hid_api.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + extensions/browser/api/hid/hid_connection_resource.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
A + extensions/browser/api/hid/hid_connection_resource.cc View 1 chunk +1 line, -1 line 0 comments Download
A + extensions/browser/api/hid/hid_device_manager.h View 3 chunks +4 lines, -5 lines 0 comments Download
A + extensions/browser/api/hid/hid_device_manager.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M extensions/browser/extensions_browser_client.h View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M extensions/browser/test_extensions_browser_client.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M extensions/browser/test_extensions_browser_client.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/common/api/BUILD.gn View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M extensions/common/api/api.gyp View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
A + extensions/common/api/cast_channel.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
A + extensions/common/api/hid.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
M extensions/extensions.gyp View 1 2 3 4 4 chunks +47 lines, -0 lines 0 comments Download
M extensions/shell/app_shell.gyp View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M extensions/shell/browser/shell_extensions_browser_client.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M extensions/shell/browser/shell_extensions_browser_client.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 28 (0 generated)
Lei Zhang
6 years, 5 months ago (2014-07-17 21:26:40 UTC) #1
Ken Rockot(use gerrit already)
Very nice. LGTM!
6 years, 5 months ago (2014-07-18 20:11:59 UTC) #2
Ken Rockot(use gerrit already)
On 2014/07/18 20:11:59, Ken Rockot wrote: > Very nice. LGTM! PS: Could you please file ...
6 years, 5 months ago (2014-07-18 20:13:06 UTC) #3
Lei Zhang
On 2014/07/18 20:13:06, Ken Rockot wrote: > On 2014/07/18 20:11:59, Ken Rockot wrote: > > ...
6 years, 5 months ago (2014-07-18 20:15:37 UTC) #4
Lei Zhang
The CQ bit was checked by thestig@chromium.org
6 years, 5 months ago (2014-07-18 20:15:49 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thestig@chromium.org/395333003/40001
6 years, 5 months ago (2014-07-18 20:17:10 UTC) #6
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: chromium_presubmit on tryserver.chromium ...
6 years, 5 months ago (2014-07-18 23:26:13 UTC) #7
Lei Zhang
The CQ bit was unchecked by thestig@chromium.org
6 years, 5 months ago (2014-07-18 23:29:05 UTC) #8
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-18 23:29:07 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/chromium_presubmit/builds/81054) mac_gpu_retina_triggered_tests on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu_retina_triggered_tests/builds/25703)
6 years, 5 months ago (2014-07-18 23:29:08 UTC) #10
Lei Zhang
+yoz for apps/shell
6 years, 5 months ago (2014-07-18 23:29:26 UTC) #11
Lei Zhang
On 2014/07/18 23:29:26, Lei Zhang wrote: > +yoz for apps/shell ping
6 years, 5 months ago (2014-07-24 21:05:56 UTC) #12
Yoyo Zhou
Sorry I missed this earlier. Please ping sooner! LGTM https://codereview.chromium.org/395333003/diff/40001/extensions/extensions.gyp File extensions/extensions.gyp (right): https://codereview.chromium.org/395333003/diff/40001/extensions/extensions.gyp#newcode507 extensions/extensions.gyp:507: ...
6 years, 5 months ago (2014-07-24 21:21:34 UTC) #13
Ken Rockot(use gerrit already)
https://codereview.chromium.org/395333003/diff/40001/extensions/extensions.gyp File extensions/extensions.gyp (right): https://codereview.chromium.org/395333003/diff/40001/extensions/extensions.gyp#newcode507 extensions/extensions.gyp:507: 'sources': [ On 2014/07/24 21:21:34, Yoyo Zhou wrote: > ...
6 years, 5 months ago (2014-07-24 21:23:32 UTC) #14
Yoyo Zhou
https://codereview.chromium.org/395333003/diff/40001/extensions/extensions.gyp File extensions/extensions.gyp (right): https://codereview.chromium.org/395333003/diff/40001/extensions/extensions.gyp#newcode507 extensions/extensions.gyp:507: 'sources': [ On 2014/07/24 21:23:32, Ken Rockot wrote: > ...
6 years, 5 months ago (2014-07-24 21:24:27 UTC) #15
Lei Zhang
The CQ bit was checked by thestig@chromium.org
6 years, 5 months ago (2014-07-24 23:37:11 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thestig@chromium.org/395333003/60001
6 years, 5 months ago (2014-07-24 23:38:32 UTC) #17
Lei Zhang
The CQ bit was unchecked by thestig@chromium.org
6 years, 5 months ago (2014-07-25 02:17:29 UTC) #18
Lei Zhang
The CQ bit was checked by thestig@chromium.org
6 years, 5 months ago (2014-07-25 02:22:40 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thestig@chromium.org/395333003/80001
6 years, 5 months ago (2014-07-25 02:25:51 UTC) #20
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_aosp on tryserver.chromium ...
6 years, 5 months ago (2014-07-25 04:42:26 UTC) #21
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-25 04:46:38 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: android_aosp on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_aosp/builds/96044) android_chromium_gn_compile_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_chromium_gn_compile_rel/builds/25863) android_clang_dbg ...
6 years, 5 months ago (2014-07-25 04:46:39 UTC) #23
Lei Zhang
The CQ bit was checked by thestig@chromium.org
6 years, 5 months ago (2014-07-25 19:32:17 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thestig@chromium.org/395333003/100001
6 years, 5 months ago (2014-07-25 19:32:39 UTC) #25
commit-bot: I haz the power
Change committed as 285687
6 years, 5 months ago (2014-07-25 21:44:47 UTC) #26
mark a. foltz
On 2014/07/25 21:44:47, I haz the power (commit-bot) wrote: > Change committed as 285687 FYI, ...
6 years, 5 months ago (2014-07-26 23:15:10 UTC) #27
Lei Zhang
6 years, 4 months ago (2014-07-30 05:39:10 UTC) #28
Message was sent while issue was closed.
On 2014/07/26 23:15:10, mark a. foltz wrote:
> On 2014/07/25 21:44:47, I haz the power (commit-bot) wrote:
> > Change committed as 285687
> 
> FYI,
> 
> cast_channel doesn't have anything to do with Bluetooth or HID.  Please CC
> OWNERs from cast_channel/OWNERS (mfoltz@, wez@, munja@) for future changes
> affecting these files.
> 
> m.

I would suggest adding yourselves to the WATCHLISTS file [1], rather than hoping
other developers will remember to CC you. If you do have any concerns regarding
this CL, please let me know.

[1] http://dev.chromium.org/developers/contributing-code/watchlists

Powered by Google App Engine
This is Rietveld 408576698