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

Issue 1419023004: Add bluetoothPrivate.connect (Closed)

Created:
5 years, 1 month ago by stevenjb
Modified:
5 years, 1 month ago
CC:
chromium-reviews, extensions-reviews_chromium.org, jlklein+watch-closure_chromium.org, asvitkine+watch_chromium.org, vitalyp+closure_chromium.org, chromium-apps-reviews_chromium.org, dbeam+watch-closure_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@issue_543294_bluetooth_options_2b_props
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add bluetoothPrivate.connect Includes some formatting / cleanup of bluetooth_private_api.cc BUG=543294 For bluetooth_private.js generated externs TBR=dbeam@chromium.org Committed: https://crrev.com/1c6bf204d4ab0ad1536be848f2a5f33a454d35bf Cr-Commit-Position: refs/heads/master@{#358780}

Patch Set 1 #

Total comments: 11

Patch Set 2 : Fix connect response + feedback #

Total comments: 2

Patch Set 3 : Feedback, fix/add tests #

Patch Set 4 : Update externs #

Patch Set 5 : Rebase #

Patch Set 6 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+274 lines, -81 lines) Patch
A + chrome/test/data/extensions/api_test/bluetooth_private/connect/manifest.json View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
A chrome/test/data/extensions/api_test/bluetooth_private/connect/test.js View 1 2 1 chunk +18 lines, -0 lines 0 comments Download
M chrome/test/data/extensions/api_test/bluetooth_private/disconnect/test.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/data/extensions/api_test/bluetooth_private/no_adapter/test.js View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/test/data/extensions/api_test/bluetooth_private/pair/test.js View 1 2 1 chunk +16 lines, -9 lines 0 comments Download
M extensions/browser/api/bluetooth/bluetooth_private_api.h View 2 chunks +19 lines, -0 lines 0 comments Download
M extensions/browser/api/bluetooth/bluetooth_private_api.cc View 1 2 14 chunks +144 lines, -56 lines 0 comments Download
M extensions/browser/api/bluetooth/bluetooth_private_apitest.cc View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
M extensions/browser/extension_function_histogram_value.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M extensions/common/api/bluetooth_private.idl View 1 2 3 chunks +21 lines, -0 lines 0 comments Download
M third_party/closure_compiler/externs/bluetooth_private.js View 1 2 3 5 chunks +38 lines, -11 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 21 (8 generated)
stevenjb
5 years, 1 month ago (2015-10-29 18:12:56 UTC) #3
Devlin
https://codereview.chromium.org/1419023004/diff/1/extensions/browser/api/bluetooth/bluetooth_private_api.cc File extensions/browser/api/bluetooth/bluetooth_private_api.cc (right): https://codereview.chromium.org/1419023004/diff/1/extensions/browser/api/bluetooth/bluetooth_private_api.cc#newcode28 extensions/browser/api/bluetooth/bluetooth_private_api.cc:28: std::string GetExtensionId(const EventListenerInfo& details) { nit: Isn't the point ...
5 years, 1 month ago (2015-10-29 18:26:45 UTC) #4
stevenjb
https://codereview.chromium.org/1419023004/diff/1/extensions/browser/api/bluetooth/bluetooth_private_api.cc File extensions/browser/api/bluetooth/bluetooth_private_api.cc (right): https://codereview.chromium.org/1419023004/diff/1/extensions/browser/api/bluetooth/bluetooth_private_api.cc#newcode28 extensions/browser/api/bluetooth/bluetooth_private_api.cc:28: std::string GetExtensionId(const EventListenerInfo& details) { On 2015/10/29 18:26:44, Devlin ...
5 years, 1 month ago (2015-10-29 19:10:12 UTC) #5
Devlin
lgtm https://codereview.chromium.org/1419023004/diff/1/extensions/browser/api/bluetooth/bluetooth_private_api.cc File extensions/browser/api/bluetooth/bluetooth_private_api.cc (right): https://codereview.chromium.org/1419023004/diff/1/extensions/browser/api/bluetooth/bluetooth_private_api.cc#newcode443 extensions/browser/api/bluetooth/bluetooth_private_api.cc:443: return true; On 2015/10/29 19:10:12, stevenjb wrote: > ...
5 years, 1 month ago (2015-10-29 19:32:08 UTC) #6
stevenjb
https://codereview.chromium.org/1419023004/diff/20001/extensions/common/api/bluetooth_private.idl File extensions/common/api/bluetooth_private.idl (right): https://codereview.chromium.org/1419023004/diff/20001/extensions/common/api/bluetooth_private.idl#newcode142 extensions/common/api/bluetooth_private.idl:142: // device address is invalid or the device is ...
5 years, 1 month ago (2015-11-02 20:05:36 UTC) #7
stevenjb
armansito@: ping +isherman@ for histograms
5 years, 1 month ago (2015-11-05 18:53:49 UTC) #9
Ilya Sherman
histograms.xml lgtm
5 years, 1 month ago (2015-11-06 01:11:25 UTC) #10
armansito
lgtm
5 years, 1 month ago (2015-11-09 22:05:13 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1419023004/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1419023004/100001
5 years, 1 month ago (2015-11-10 01:30:32 UTC) #14
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/116982)
5 years, 1 month ago (2015-11-10 02:47:04 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1419023004/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1419023004/100001
5 years, 1 month ago (2015-11-10 03:15:50 UTC) #19
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 1 month ago (2015-11-10 03:25:46 UTC) #20
commit-bot: I haz the power
5 years, 1 month ago (2015-11-10 03:27:08 UTC) #21
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/1c6bf204d4ab0ad1536be848f2a5f33a454d35bf
Cr-Commit-Position: refs/heads/master@{#358780}

Powered by Google App Engine
This is Rietveld 408576698