| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove Debug restriction on Bluetooth log messages | keybuk@chromium.org | 2013-03-08 | 2 | -34/+34 |
* | Implemented AdapterState. | youngki@chromium.org | 2013-03-04 | 4 | -3/+139 |
* | Added BluetoothAdapterMac (empty implementation for now) | youngki@chromium.org | 2013-03-01 | 3 | -0/+130 |
* | Bluetooth: Add a "connecting" property to BluetoothDevice. | deymo@chromium.org | 2013-02-26 | 4 | -8/+65 |
* | Bluetooth: Ignore the disconnect error message when device is already disconn... | deymo@chromium.org | 2013-02-26 | 1 | -2/+8 |
* | Bluetooth: Requery service records when device reconnects after reboot. | deymo@chromium.org | 2013-02-26 | 1 | -0/+13 |
* | Added Adapter*Changed() observer calls to BluetoothAdapterWin. | youngki@chromium.org | 2013-02-25 | 2 | -3/+58 |
* | Implemented BluetoothDeviceWin. | youngki@chromium.org | 2013-02-25 | 11 | -34/+185 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -1/+1 |
* | Bluetooth: Add a "connectable" property to the BluetoothDevice. | deymo@chromium.org | 2013-02-23 | 7 | -48/+213 |
* | device: Create device_bluetooth_string.{gyp,grd} files. | tfarina@chromium.org | 2013-02-22 | 56 | -7/+450 |
* | Implemented Device/Service discovery with incremented timeout values. | youngki@chromium.org | 2013-02-21 | 10 | -105/+1165 |
* | DBus: Use TaskRunners instead of MessageLoopProxies. | thestig@chromium.org | 2013-02-20 | 1 | -1/+1 |
* | More FilePath -> base::FilePath replacement. | brettw@chromium.org | 2013-02-10 | 1 | -2/+2 |
* | Linux/ChromeOS Chromium style checker cleanup, assorted top directories edition. | rsleevi@chromium.org | 2013-02-07 | 1 | -1/+1 |
* | Implemented BluetoothSocketWin. | youngki@chromium.org | 2013-02-03 | 16 | -107/+188 |
* | Remove 'content' dependency from device/media_transfer_protocol. | kmadhusu@chromium.org | 2013-02-01 | 3 | -22/+46 |
* | Remove dependencies to 'chrome' from device/media_transfer_protocol. | kmadhusu@chromium.org | 2013-01-31 | 2 | -5/+0 |
* | Bluetooth: change capitilization of ChromeOs to ChromeOS | keybuk@chromium.org | 2013-01-30 | 9 | -336/+336 |
* | Implemented BluetoothSocket::Receive() and BluetoothSocket::Write() on ChromeOS. | youngki@chromium.org | 2013-01-29 | 8 | -4/+118 |
* | Bluetooth: fix issues with discovery API | keybuk@chromium.org | 2013-01-29 | 7 | -103/+969 |
* | Resubmitting asynchronous bluetooth adapter init CL with fix. | youngki@chromium.org | 2013-01-25 | 17 | -120/+199 |
* | Make device_unittests depend on liballocator if linux_use_tcmalloc==1 | youngki@chromium.org | 2013-01-25 | 1 | -0/+9 |
* | Removed DeviceTestSuite, the main source for content dependency from | youngki@chromium.org | 2013-01-23 | 5 | -46/+4 |
* | Revert 178311 - it broke the Linux sizes bot because of the new static initia... | fischman@chromium.org | 2013-01-23 | 16 | -175/+103 |
* | We cannot run adapter callbacks inside BluetoothAdapterWin because passing sc... | youngki@chromium.org | 2013-01-23 | 16 | -103/+175 |
* | Fix bluetooth crashing issue, which happens due the pairing_delegate goes awa... | jennyz@chromium.org | 2013-01-23 | 3 | -14/+45 |
* | Implemented BluetoothServiceRecordWin. | youngki@chromium.org | 2013-01-20 | 6 | -8/+246 |
* | Implemented BluetoothAdapterWin::SetPowered(). | youngki@chromium.org | 2013-01-17 | 5 | -9/+83 |
* | Created BluetoothAdapter::IsInitialized() and BluetoothAdapter::QueueAdapterC... | youngki@chromium.org | 2013-01-17 | 9 | -8/+39 |
* | Separated BluetoothServiceRecord interface from BluetoothServiceRecordChromeOs. | youngki@chromium.org | 2013-01-16 | 7 | -143/+190 |
* | Implemented BluetoothTaskManagerWin class. | youngki@chromium.org | 2013-01-16 | 8 | -190/+445 |
* | Changed DefaultAdapter to RunCallbackOnAdapterReady function. | youngki@chromium.org | 2013-01-12 | 4 | -217/+285 |
* | Bluetooth: Always log connection error messages. | deymo@chromium.org | 2013-01-10 | 1 | -9/+13 |
* | Try 2 [Media Gallery] Move chrome/browser/media_transfer_protocol code to src... | kmadhusu@chromium.org | 2013-01-04 | 7 | -0/+1324 |
* | Revert 175073 because it fails to compile on Linux. | alexeypa@google.com | 2013-01-04 | 7 | -1324/+0 |
* | [Media Gallery] Move chrome/browser/media_transfer_protocol code to src/device. | kmadhusu@chromium.org | 2013-01-04 | 7 | -0/+1324 |
* | Pass Bluetooth errors back to the UI. | deymo@chromium.org | 2012-12-21 | 2 | -10/+37 |
* | bluetooth: ConnectErrorCode added in the BluetoothDevice::Connect error callback | deymo@chromium.org | 2012-12-18 | 6 | -37/+63 |
* | Update device/OWNERS | keybuk@chromium.org | 2012-12-12 | 1 | -1/+1 |
* | Build fix for Windows with VS2012 about FACILITY_VISUALCPP macro | yosin@chromium.org | 2012-12-06 | 1 | -1/+1 |
* | Delayload bluetooth imports on Windows. | grt@chromium.org | 2012-12-05 | 2 | -1/+57 |
* | Adding USB ID vendor and product lookups. | gdk@chromium.org | 2012-12-05 | 5 | -0/+185 |
* | Implemented BluetoothAdapterWin::IsPowered(). | youngki@chromium.org | 2012-11-20 | 2 | -17/+28 |
* | Moved GetDevice* method implementation from BluetoothAdapterChromeOs to Bluet... | youngki@chromium.org | 2012-11-15 | 4 | -48/+49 |
* | Implemented BluetoothAdapterWin::IsPresent(). | youngki@chromium.org | 2012-11-14 | 4 | -5/+183 |
* | Added MockBluetoothSocket. | youngki@chromium.org | 2012-11-13 | 3 | -0/+38 |
* | Removed BluetoothAdapterWin from BluetoothAdapterFactory. | youngki@chromium.org | 2012-11-07 | 1 | -7/+0 |
* | device: Build device_bluetooth target as static_library. | tfarina@chromium.org | 2012-10-30 | 1 | -2/+2 |
* | Made BluetoothAdapterFactory return BluetoothAdapterWin on Windows platform. ... | youngki@chromium.org | 2012-10-25 | 3 | -1/+20 |