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

Issue 8233042: Chrome OS: Attach bluetooth UI to device discovery API (Closed)

Created:
9 years, 2 months ago by Vince Laviano
Modified:
9 years, 1 month ago
Reviewers:
James Hawkins, kevers
CC:
chromium-reviews, stevenjb, nkostylev+watch_chromium.org, davemoore+watch_chromium.org, tfarina
Visibility:
Public.

Description

Chrome OS: Attach bluetooth UI to device discovery API BUG=chromium-os:22140 TEST=Visit system settings page, click "Find devices" button, observe UI and read chrome logs. Change-Id: Idb0aa1650663f9c95d4c44194d6fa3b7e660d668 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=107640

Patch Set 1 #

Patch Set 2 : add adapter interface #

Patch Set 3 : adapter dbus client work #

Patch Set 4 : plumb scan results towards ui #

Patch Set 5 : complete round trip with ui #

Patch Set 6 : rebase #

Total comments: 2

Patch Set 7 : rebase + bugfix #

Patch Set 8 : replace empty device names with mac address #

Total comments: 6

Patch Set 9 : rebase, incorporate http://codereview.chromium.org/8366016/ from kevers@ #

Patch Set 10 : remove unneeded system_options_handler changes #

Patch Set 11 : Address tfarina@ code review comments #

Patch Set 12 : move PopArrayOfDictEntries out of dbus lib for now (per offline conversation w/ satorux@) #

Patch Set 13 : rebase after separate dbus client code commit #

Patch Set 14 : rebase after separate bluetooth core code commit #

Total comments: 10

Patch Set 15 : address kevers@ code review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+162 lines, -9 lines) Patch
M chrome/browser/resources/options/chromeos/bluetooth_list_element.js View 1 2 3 4 5 6 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +29 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 6 chunks +130 lines, -6 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Yufeng Shen (Slow to review)
http://codereview.chromium.org/8233042/diff/15001/chrome/browser/resources/options/chromeos/bluetooth_list_element.js File chrome/browser/resources/options/chromeos/bluetooth_list_element.js (right): http://codereview.chromium.org/8233042/diff/15001/chrome/browser/resources/options/chromeos/bluetooth_list_element.js#newcode20 chrome/browser/resources/options/chromeos/bluetooth_list_element.js:20: MOUSE: 'mouse', can't apply cleanly the , in the ...
9 years, 2 months ago (2011-10-20 22:19:26 UTC) #1
Vince Laviano
http://codereview.chromium.org/8233042/diff/15001/chrome/browser/resources/options/chromeos/bluetooth_list_element.js File chrome/browser/resources/options/chromeos/bluetooth_list_element.js (right): http://codereview.chromium.org/8233042/diff/15001/chrome/browser/resources/options/chromeos/bluetooth_list_element.js#newcode20 chrome/browser/resources/options/chromeos/bluetooth_list_element.js:20: MOUSE: 'mouse', On 2011/10/20 22:19:26, miletus wrote: > can't ...
9 years, 2 months ago (2011-10-20 22:30:35 UTC) #2
tfarina
http://codereview.chromium.org/8233042/diff/27004/chrome/browser/chromeos/bluetooth/bluetooth_device.h File chrome/browser/chromeos/bluetooth/bluetooth_device.h (right): http://codereview.chromium.org/8233042/diff/27004/chrome/browser/chromeos/bluetooth/bluetooth_device.h#newcode7 chrome/browser/chromeos/bluetooth/bluetooth_device.h:7: #pragma once http://codereview.chromium.org/8233042/diff/27004/chrome/browser/chromeos/bluetooth/bluetooth_device.h#newcode20 chrome/browser/chromeos/bluetooth/bluetooth_device.h:20: virtual const std::string& address() const ...
9 years, 2 months ago (2011-10-23 02:15:43 UTC) #3
Vince Laviano
http://codereview.chromium.org/8233042/diff/27004/chrome/browser/chromeos/bluetooth/bluetooth_device.h File chrome/browser/chromeos/bluetooth/bluetooth_device.h (right): http://codereview.chromium.org/8233042/diff/27004/chrome/browser/chromeos/bluetooth/bluetooth_device.h#newcode7 chrome/browser/chromeos/bluetooth/bluetooth_device.h:7: On 2011/10/23 02:15:44, tfarina wrote: > #pragma once Done. ...
9 years, 2 months ago (2011-10-24 22:26:28 UTC) #4
Vince Laviano
I split out the dbus layer code for separate review at http://codereview.chromium.org/8375042/.
9 years, 2 months ago (2011-10-25 00:29:02 UTC) #5
Vince Laviano
Next, splitting out the core bluetooth code for separate review at http://codereview.chromium.org/8394030/ When that's in ...
9 years, 2 months ago (2011-10-26 01:59:43 UTC) #6
Vince Laviano
Hi guys, This CL hooks up the bluetooth_options_handler to the bluetooth device discovery API that ...
9 years, 1 month ago (2011-10-27 01:56:56 UTC) #7
kevers
http://codereview.chromium.org/8233042/diff/41001/chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc File chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc (right): http://codereview.chromium.org/8233042/diff/41001/chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc#newcode27 chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc:27: VLOG(1) << "BluetoothOptionsHandler dtor"; Do we intend to keep ...
9 years, 1 month ago (2011-10-27 16:14:43 UTC) #8
Vince Laviano
http://codereview.chromium.org/8233042/diff/41001/chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc File chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc (right): http://codereview.chromium.org/8233042/diff/41001/chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc#newcode27 chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc:27: VLOG(1) << "BluetoothOptionsHandler dtor"; On 2011/10/27 16:14:43, kevers wrote: ...
9 years, 1 month ago (2011-10-27 20:15:53 UTC) #9
kevers
lgtm
9 years, 1 month ago (2011-10-27 20:23:35 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vlaviano@chromium.org/8233042/41002
9 years, 1 month ago (2011-10-27 20:33:30 UTC) #11
commit-bot: I haz the power
9 years, 1 month ago (2011-10-27 22:46:16 UTC) #12
Change committed as 107640

Powered by Google App Engine
This is Rietveld 408576698