| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix compilation error on Fedora 20. | costan@gmail.com | 2014-02-03 | 1 | -4/+16 |
* | HID backend. | rockot@chromium.org | 2014-01-31 | 26 | -0/+2430 |
* | Revert 247926 "HID backend" | nkostylev@chromium.org | 2014-01-30 | 26 | -2461/+0 |
* | HID backend | ikarienator@chromium.org | 2014-01-30 | 26 | -0/+2461 |
* | nfc: Implement device::NfcTagChromeOS. | armansito@chromium.org | 2014-01-18 | 17 | -100/+951 |
* | 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 |
* | nfc: Implement device::NfcPeerChromeOS. | armansito@chromium.org | 2013-12-20 | 12 | -48/+1171 |
* | 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 |
* | nfc: Implement NfcAdapterChromeOS. | armansito@chromium.org | 2013-12-08 | 7 | -6/+660 |
* | media_transfer_protocol: Remove stale cached StorageInfo if the mtpd service ... | thestig@chromium.org | 2013-12-05 | 3 | -33/+61 |
* | 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 |
* | nfc: Add native NFC API definitions. | armansito@chromium.org | 2013-12-03 | 16 | -0/+1317 |
* | 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 |
* | ChromeOS: Accept NULL SystemBus in MediaTransferProtocolManager. | pneubeck@chromium.org | 2013-11-05 | 3 | -83/+20 |
* | 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 |
* | dbus: Replace PostTaskTo*Thread methods with Get*TaskRunner | hashimoto@chromium.org | 2013-09-26 | 1 | -2/+2 |
* | Convert most run_all_unittests.cc files to use new unit test launcher. | phajdan.jr@chromium.org | 2013-09-05 | 2 | -10/+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 |
* | device: Gyp organization part 3 - final. | tfarina@chromium.org | 2013-07-05 | 1 | -0/+0 |
* | Taking ownership of USB related libraries | ikarienator@chromium.org | 2013-07-04 | 1 | -0/+1 |
* | 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 | 14 | -582/+526 |
* | 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 |
* | Linux/CrOS: Listen for mtpd service owner change events and communicate with ... | thestig@chromium.org | 2013-06-10 | 1 | -19/+41 |
* | 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 |
* | device: Gyp organization part 2. | tfarina@chromium.org | 2013-06-04 | 2 | -49/+54 |
* | 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 | 58 | -157/+178 |
* | 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 | 12 | -5007/+0 |