| Commit message (Expand) | Author | Age | Files | Lines |
* | Migrate Chrome OS Bluetooth UI to the new discovery API. | armansito@chromium.org | 2014-03-04 | 5 | -17/+40 |
* | Bluetooth: notify user of incoming pairing requests | keybuk@chromium.org | 2014-03-04 | 3 | -17/+32 |
* | device/bluetooth: Add BluetoothAdapter::DiscoverySession. | armansito@chromium.org | 2014-02-28 | 8 | -119/+396 |
* | Add BluetoothDevice::PairingDelegate::AuthorizePairing | keybuk@chromium.org | 2014-02-27 | 6 | -2/+196 |
* | BluetoothAdapter: add ability to set default pairing delegate | keybuk@chromium.org | 2014-02-27 | 16 | -291/+1168 |
* | Less determined statement termination | scottmg@chromium.org | 2014-02-26 | 2 | -2/+2 |
* | device::BluetoothAdapterChromeOS: Implement reference counted sessions. | armansito@chromium.org | 2014-02-26 | 10 | -89/+760 |
* | Update device/bluetooth/OWNERS | keybuk@chromium.org | 2014-02-24 | 1 | -1/+1 |
* | Bluetooth: remove DismissDisplayOrConfirm | keybuk@chromium.org | 2014-02-21 | 3 | -86/+6 |
* | Bluetooth: always release the pairing context on Cancel | keybuk@chromium.org | 2014-02-21 | 2 | -11/+19 |
* | Refactor to support default Bluetooth pairing delegate | keybuk@chromium.org | 2014-02-20 | 5 | -355/+496 |
* | Remove pp_ifdef from grd files in several directories. | newt@chromium.org | 2014-02-19 | 1 | -11/+11 |
* | device/bluetooth: Add abstract API definition for BluetoothGattDescriptor. | armansito@chromium.org | 2014-02-13 | 5 | -2/+253 |
* | device/bluetooth: Add abstract API definition for BluetoothGattCharacteristic. | armansito@chromium.org | 2014-02-11 | 4 | -1/+214 |
* | Introduce SetName and SetDiscoverable functions to BluetoothAdapter. | tengs@chromium.org | 2014-02-08 | 9 | -26/+259 |
* | device/bluetooth: Add abstract API definition for BluetoothGattService. | armansito@chromium.org | 2014-02-08 | 3 | -0/+254 |
* | device/bluetooth: Introduce class bluetooth_utils::UUID. | armansito@chromium.org | 2014-02-06 | 3 | -44/+229 |
* | Removes MessageLoop::TYPE_XXX where possible | sky@chromium.org | 2014-01-15 | 2 | -24/+23 |
* | Update uses of UTF conversions in courgette/, device/, extensions/, google_ap... | avi@chromium.org | 2013-12-25 | 3 | -6/+6 |
* | Add base:: to string16 in device/. | dbeam@chromium.org | 2013-12-19 | 3 | -6/+6 |
* | Move geometric types to a separate, more lightweight target. | ben@chromium.org | 2013-12-18 | 1 | -0/+1 |
* | Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas... | brettw@chromium.org | 2013-12-03 | 1 | -1/+1 |
* | Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close. | mark@chromium.org | 2013-12-03 | 1 | -1/+1 |
* | Base: Remove Receive() from ScopedHandle. | rvargas@chromium.org | 2013-11-28 | 1 | -1/+3 |
* | Revert of https://codereview.chromium.org/71013004/ | hashimoto@chromium.org | 2013-11-27 | 1 | -3/+1 |
* | Base: Remove Receive() from ScopedHandle. | rvargas@chromium.org | 2013-11-27 | 1 | -1/+3 |
* | ChromeOS: Remove MockDBusThreadManager. | pneubeck@chromium.org | 2013-11-10 | 2 | -13/+29 |
* | mac: Prepare for -Wunused-functions. | thakis@chromium.org | 2013-11-07 | 1 | -0/+2 |
* | Replace kChromeOSReleaseBoard with SysInfo::GetLsbReleaseBoard() | stevenjb@chromium.org | 2013-10-28 | 1 | -12/+2 |
* | dbus: Rename MockDBusTreadManagerWithoutGMock to FakeDBusThreadManager | satorux@chromium.org | 2013-10-22 | 2 | -13/+11 |
* | gfx: Create a separate gfx component out of ui. | sadrul@chromium.org | 2013-09-30 | 1 | -0/+1 |
* | Revert 225857 "gfx: Create a separate gfx component out of ui." | ckocagil@chromium.org | 2013-09-28 | 1 | -1/+0 |
* | gfx: Create a separate gfx component out of ui. | sadrul@chromium.org | 2013-09-28 | 1 | -0/+1 |
* | There was a missing check to return the right record. | etienneb@chromium.org | 2013-07-31 | 4 | -7/+25 |
* | Use a direct include of the message_loop header in dbus/, device/, extensions... | avi@chromium.org | 2013-07-17 | 4 | -4/+4 |
* | Use a direct include of time headers in courgette/, crypto/, dbus/, device/, ... | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | Fix wrong header guards found by clang's new Wheader-guard. | thakis@chromium.org | 2013-06-17 | 1 | -1/+1 |
* | Update CrOS to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-14 | 3 | -18/+22 |
* | Bluetooth: drop "Experimental" from Chrome OS backend | keybuk@chromium.org | 2013-06-12 | 13 | -581/+525 |
* | Rename base/hash_tables to base/containers/hash_tables. | brettw@chromium.org | 2013-06-11 | 3 | -5/+5 |
* | Use a direct include of strings headers in crypto/, dbus/, device/. | avi@chromium.org | 2013-06-11 | 15 | -17/+17 |
* | Use a direct include of utf_string_conversions.h in chrome_frame/, chromeos/,... | avi@chromium.org | 2013-06-07 | 3 | -3/+3 |
* | Bluetooth: use updated constants | keybuk@chromium.org | 2013-06-05 | 1 | -10/+10 |
* | Update remaining files to use WeakPtr<T>::get() instead of "operator T*" | akalin@chromium.org | 2013-06-04 | 1 | -3/+3 |
* | device: Restructure the layout of gyp files. | tfarina@chromium.org | 2013-06-03 | 55 | -0/+563 |
* | Use base::MessageLoop in more files. | xhwang@chromium.org | 2013-05-30 | 1 | -1/+1 |
* | Bluetooth: remove legacy backend | keybuk@chromium.org | 2013-05-25 | 11 | -4999/+0 |
* | Bluetooth: remove enable-experimental-bluetooth flag | keybuk@chromium.org | 2013-05-23 | 3 | -27/+3 |
* | Bluetooth: Profile support for Chrome OS | keybuk@chromium.org | 2013-05-09 | 9 | -6/+1066 |
* | Bluetooth: Parse the bluez.Error.Failed on pairing error. | deymo@chromium.org | 2013-05-08 | 2 | -0/+45 |