summaryrefslogtreecommitdiffstats
path: root/device/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Revert of https://codereview.chromium.org/71013004/hashimoto@chromium.org2013-11-271-3/+1
* Base: Remove Receive() from ScopedHandle.rvargas@chromium.org2013-11-271-1/+3
* ChromeOS: Remove MockDBusThreadManager.pneubeck@chromium.org2013-11-102-13/+29
* mac: Prepare for -Wunused-functions.thakis@chromium.org2013-11-071-0/+2
* Replace kChromeOSReleaseBoard with SysInfo::GetLsbReleaseBoard()stevenjb@chromium.org2013-10-281-12/+2
* dbus: Rename MockDBusTreadManagerWithoutGMock to FakeDBusThreadManagersatorux@chromium.org2013-10-222-13/+11
* gfx: Create a separate gfx component out of ui.sadrul@chromium.org2013-09-301-0/+1
* Revert 225857 "gfx: Create a separate gfx component out of ui."ckocagil@chromium.org2013-09-281-1/+0
* gfx: Create a separate gfx component out of ui.sadrul@chromium.org2013-09-281-0/+1
* There was a missing check to return the right record.etienneb@chromium.org2013-07-314-7/+25
* Use a direct include of the message_loop header in dbus/, device/, extensions...avi@chromium.org2013-07-174-4/+4
* Use a direct include of time headers in courgette/, crypto/, dbus/, device/, ...avi@chromium.org2013-06-281-1/+1
* Fix wrong header guards found by clang's new Wheader-guard.thakis@chromium.org2013-06-171-1/+1
* Update CrOS to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-143-18/+22
* Bluetooth: drop "Experimental" from Chrome OS backendkeybuk@chromium.org2013-06-1213-581/+525
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-113-5/+5
* Use a direct include of strings headers in crypto/, dbus/, device/.avi@chromium.org2013-06-1115-17/+17
* Use a direct include of utf_string_conversions.h in chrome_frame/, chromeos/,...avi@chromium.org2013-06-073-3/+3
* Bluetooth: use updated constantskeybuk@chromium.org2013-06-051-10/+10
* Update remaining files to use WeakPtr<T>::get() instead of "operator T*"akalin@chromium.org2013-06-041-3/+3
* device: Restructure the layout of gyp files.tfarina@chromium.org2013-06-0355-0/+563
* Use base::MessageLoop in more files.xhwang@chromium.org2013-05-301-1/+1
* Bluetooth: remove legacy backendkeybuk@chromium.org2013-05-2511-4999/+0
* Bluetooth: remove enable-experimental-bluetooth flagkeybuk@chromium.org2013-05-233-27/+3
* Bluetooth: Profile support for Chrome OSkeybuk@chromium.org2013-05-099-6/+1066
* Bluetooth: Parse the bluez.Error.Failed on pairing error.deymo@chromium.org2013-05-082-0/+45
* Revert 198844 "Move sequenced_task_runner to base/task"dbeam@chromium.org2013-05-083-5/+5
* Move sequenced_task_runner to base/taskbrettw@chromium.org2013-05-083-5/+5
* Enable Clang warnings in .cc files for Linux+[Aura/ChromeOS]rsleevi@chromium.org2013-05-071-11/+10
* Bluetooth: set a name for the adapterkeybuk@chromium.org2013-05-063-1/+41
* Implemented BluetoothDeviceWin::ConnectToProfile()youngki@chromium.org2013-05-056-34/+108
* Bluetooth: make BluetoothProfile constructor protectedkeybuk@chromium.org2013-05-031-4/+1
* Bluetooth: fix metrics collectionkeybuk@chromium.org2013-05-032-52/+60
* Bluetooth: Check IsPaired() before IsConnected() to avoid false connectionsdeymo@chromium.org2013-05-034-4/+9
* Relanding addProfile/removeProfile patch with heapchecker fix.youngki@chromium.org2013-05-015-7/+54
* Revert 197554 "Implemented chrome.bluetooth.addProfile and chrom..."timurrrr@chromium.org2013-05-015-54/+7
* Implemented chrome.bluetooth.addProfile and chrome.bluetooth.removeProfile.youngki@chromium.org2013-05-015-7/+54
* Bluetooth: fix fake device classeskeybuk@chromium.org2013-04-301-8/+8
* Bluetooth: gather usage metricskeybuk@chromium.org2013-04-2912-7/+248
* device: Use base::MessageLoop.xhwang@chromium.org2013-04-291-26/+28
* Bluetooth: unregister the agent on CancelPairing()keybuk@chromium.org2013-04-291-1/+7
* Revert 196990 "Bluetooth: gather usage metrics"thakis@chromium.org2013-04-2812-248/+7
* Bluetooth: gather usage metricskeybuk@chromium.org2013-04-2812-7/+248
* fixing the crash: pass the data pointer instead of the class pointer.youngki@chromium.org2013-04-271-2/+2
* device: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-261-1/+1
* Implemented chrome.bluetooth.getProfiles().youngki@chromium.org2013-04-261-0/+1
* Bluetooth: send DeviceChanged for more propertieskeybuk@chromium.org2013-04-243-21/+69
* Implemented BluetoothDeviceMac::ConnectToProfile().youngki@chromium.org2013-04-2416-7/+207
* D-Bus: notify properties changed from fakeskeybuk@chromium.org2013-04-241-3/+0
* Simplified BluetoothAdapterWin.youngki@chromium.org2013-04-246-114/+42