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

Issue 2005443002: Implement bluetooth chooser for Chrome Apps on Mac (Closed)

Created:
4 years, 7 months ago by juncai
Modified:
4 years, 6 months ago
CC:
chromium-apps-reviews_chromium.org, chromium-reviews, extensions-reviews_chromium.org, Jeffrey Yasskin, ortuno, scheib
Base URL:
https://chromium.googlesource.com/chromium/src.git@refactor_chooser_bubble_ui_cocoa
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Implement bluetooth chooser for Chrome Apps on Mac This is the part 3 of enabling the chooser UIs for Bluetooth from Apps to enable developers to make a transition. This CL implements the chooser UI for Bluetooth from Apps on Mac. There will be different CLs for non-Mac since the chooser UI is different. BUG=613638, 577170 Committed: https://crrev.com/17fc8532d48139d6bb4386cc6aa6a4beb4bab5e7 Cr-Commit-Position: refs/heads/master@{#397320}

Patch Set 1 : implemented bluetooth chooser for Chrome Apps on Mac #

Patch Set 2 : removed unused files #

Patch Set 3 : fixed link error on Mac #

Patch Set 4 : rebase and display app name on the chooser title #

Total comments: 17

Patch Set 5 : address comments #

Patch Set 6 : rebase #

Patch Set 7 : address comments #

Total comments: 2

Patch Set 8 : rebase and address comments #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+873 lines, -0 lines) Patch
A chrome/browser/extensions/chrome_extension_chooser_dialog.h View 1 2 3 4 1 chunk +37 lines, -0 lines 0 comments Download
M chrome/browser/extensions/chrome_extensions_browser_client.h View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/extensions/chrome_extensions_browser_client.cc View 1 2 3 4 2 chunks +9 lines, -0 lines 0 comments Download
A chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.h View 1 2 3 4 1 chunk +43 lines, -0 lines 2 comments Download
A chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.cc View 1 2 3 4 1 chunk +40 lines, -0 lines 0 comments Download
A chrome/browser/ui/cocoa/extensions/chooser_dialog_cocoa.h View 1 2 3 4 5 6 1 chunk +54 lines, -0 lines 0 comments Download
A chrome/browser/ui/cocoa/extensions/chooser_dialog_cocoa.mm View 1 2 3 4 5 6 1 chunk +75 lines, -0 lines 0 comments Download
A chrome/browser/ui/cocoa/extensions/chooser_dialog_cocoa_controller.h View 1 2 3 4 5 6 1 chunk +62 lines, -0 lines 0 comments Download
A chrome/browser/ui/cocoa/extensions/chooser_dialog_cocoa_controller.mm View 1 2 3 4 5 6 1 chunk +149 lines, -0 lines 0 comments Download
A chrome/browser/ui/cocoa/extensions/chooser_dialog_cocoa_controller_unittest.mm View 1 2 3 4 5 6 7 1 chunk +370 lines, -0 lines 0 comments Download
M chrome/chrome_browser_extensions.gypi View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 5 6 7 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M extensions/browser/app_window/app_window.h View 1 chunk +3 lines, -0 lines 0 comments Download
M extensions/browser/app_window/app_window.cc View 1 2 3 4 2 chunks +8 lines, -0 lines 0 comments Download
M extensions/browser/extensions_browser_client.h View 1 2 3 4 2 chunks +5 lines, -0 lines 0 comments Download
M extensions/browser/extensions_browser_client.cc View 1 2 3 4 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 32 (10 generated)
juncai
thestig@chromium.org: Please review changes in //chrome/chrome_browser_extensions.gypi //chrome/chrome_browser_ui.gypi rsesek@chromium.org: Please review changes in //chrome/browser/ui/cocoa/extensions reillyg@chromium.org: Please ...
4 years, 7 months ago (2016-05-23 19:16:54 UTC) #2
Reilly Grant (use Gerrit)
https://codereview.chromium.org/2005443002/diff/60001/chrome/browser/extensions/bluetooth_chrome_extension_chooser_dialog.h File chrome/browser/extensions/bluetooth_chrome_extension_chooser_dialog.h (right): https://codereview.chromium.org/2005443002/diff/60001/chrome/browser/extensions/bluetooth_chrome_extension_chooser_dialog.h#newcode20 chrome/browser/extensions/bluetooth_chrome_extension_chooser_dialog.h:20: GURL GetHelpCenterUrl() const override; Can you move this virtual ...
4 years, 7 months ago (2016-05-23 19:36:49 UTC) #3
Robert Sesek
https://codereview.chromium.org/2005443002/diff/60001/chrome/browser/ui/cocoa/extensions/chooser_dialog_cocoa.h File chrome/browser/ui/cocoa/extensions/chooser_dialog_cocoa.h (right): https://codereview.chromium.org/2005443002/diff/60001/chrome/browser/ui/cocoa/extensions/chooser_dialog_cocoa.h#newcode38 chrome/browser/ui/cocoa/extensions/chooser_dialog_cocoa.h:38: void Dismissed(); This isn't a getter, so move it ...
4 years, 7 months ago (2016-05-23 20:13:53 UTC) #4
juncai
On 2016/05/23 19:36:49, Reilly Grant wrote: > https://codereview.chromium.org/2005443002/diff/60001/chrome/browser/extensions/bluetooth_chrome_extension_chooser_dialog.h > File chrome/browser/extensions/bluetooth_chrome_extension_chooser_dialog.h > (right): > > ...
4 years, 7 months ago (2016-05-23 20:28:19 UTC) #5
Ken Rockot(use gerrit already)
On 2016/05/23 at 19:16:54, juncai wrote: > thestig@chromium.org: Please review changes in > //chrome/chrome_browser_extensions.gypi > ...
4 years, 7 months ago (2016-05-24 05:29:49 UTC) #6
juncai
https://codereview.chromium.org/2005443002/diff/60001/chrome/browser/extensions/bluetooth_chrome_extension_chooser_dialog.h File chrome/browser/extensions/bluetooth_chrome_extension_chooser_dialog.h (right): https://codereview.chromium.org/2005443002/diff/60001/chrome/browser/extensions/bluetooth_chrome_extension_chooser_dialog.h#newcode20 chrome/browser/extensions/bluetooth_chrome_extension_chooser_dialog.h:20: GURL GetHelpCenterUrl() const override; On 2016/05/23 19:36:49, Reilly Grant ...
4 years, 6 months ago (2016-05-27 21:30:37 UTC) #7
Robert Sesek
LGTM % nit https://codereview.chromium.org/2005443002/diff/120001/chrome/browser/ui/cocoa/extensions/chooser_dialog_cocoa_controller_unittest.mm File chrome/browser/ui/cocoa/extensions/chooser_dialog_cocoa_controller_unittest.mm (right): https://codereview.chromium.org/2005443002/diff/120001/chrome/browser/ui/cocoa/extensions/chooser_dialog_cocoa_controller_unittest.mm#newcode68 chrome/browser/ui/cocoa/extensions/chooser_dialog_cocoa_controller_unittest.mm:68: std::vector<base::string16> optionNames_; nit: names in C++ ...
4 years, 6 months ago (2016-05-31 17:27:51 UTC) #8
juncai
https://codereview.chromium.org/2005443002/diff/120001/chrome/browser/ui/cocoa/extensions/chooser_dialog_cocoa_controller_unittest.mm File chrome/browser/ui/cocoa/extensions/chooser_dialog_cocoa_controller_unittest.mm (right): https://codereview.chromium.org/2005443002/diff/120001/chrome/browser/ui/cocoa/extensions/chooser_dialog_cocoa_controller_unittest.mm#newcode68 chrome/browser/ui/cocoa/extensions/chooser_dialog_cocoa_controller_unittest.mm:68: std::vector<base::string16> optionNames_; On 2016/05/31 17:27:51, Robert Sesek wrote: > ...
4 years, 6 months ago (2016-05-31 20:45:03 UTC) #9
juncai
ping reillyg@, thestig@, :).
4 years, 6 months ago (2016-06-01 15:58:43 UTC) #10
Reilly Grant (use Gerrit)
https://codereview.chromium.org/2005443002/diff/140001/chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.h File chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.h (right): https://codereview.chromium.org/2005443002/diff/140001/chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.h#newcode22 chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.h:22: class ChromeExtensionBluetoothChooser : public content::BluetoothChooser { This seems to ...
4 years, 6 months ago (2016-06-01 17:59:24 UTC) #11
Lei Zhang
gypi files lgtm
4 years, 6 months ago (2016-06-01 18:18:04 UTC) #12
juncai
https://codereview.chromium.org/2005443002/diff/140001/chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.h File chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.h (right): https://codereview.chromium.org/2005443002/diff/140001/chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.h#newcode22 chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.h:22: class ChromeExtensionBluetoothChooser : public content::BluetoothChooser { On 2016/06/01 17:59:23, ...
4 years, 6 months ago (2016-06-01 21:15:47 UTC) #13
Reilly Grant (use Gerrit)
lgtm
4 years, 6 months ago (2016-06-01 21:19:37 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2005443002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2005443002/140001
4 years, 6 months ago (2016-06-01 21:20:26 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/239311)
4 years, 6 months ago (2016-06-02 02:08:59 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2005443002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2005443002/140001
4 years, 6 months ago (2016-06-02 02:27:52 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/239503)
4 years, 6 months ago (2016-06-02 03:09:54 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2005443002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2005443002/140001
4 years, 6 months ago (2016-06-02 03:24:20 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/239561)
4 years, 6 months ago (2016-06-02 04:25:30 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2005443002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2005443002/140001
4 years, 6 months ago (2016-06-02 05:54:47 UTC) #29
commit-bot: I haz the power
Committed patchset #8 (id:140001)
4 years, 6 months ago (2016-06-02 06:46:01 UTC) #30
commit-bot: I haz the power
4 years, 6 months ago (2016-06-02 06:47:13 UTC) #32
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/17fc8532d48139d6bb4386cc6aa6a4beb4bab5e7
Cr-Commit-Position: refs/heads/master@{#397320}

Powered by Google App Engine
This is Rietveld 408576698