summaryrefslogtreecommitdiffstats
path: root/content/browser/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Add ortuno and me to the Web Bluetooth owners files so we can make progress d...jyasskin2015-08-151-0/+2
* bluetooth: Add histograms for readValue and writeValue outcomesortuno2015-08-153-26/+109
* bluetooth: Add histograms and logging for getCharacteristicortuno2015-08-143-0/+37
* bluetooth: Move histogram related code to its own fileortuno2015-08-143-177/+279
* Oops, add a forgotten 'return' after we send an error due to not finding a fr...jyasskin2015-08-131-0/+1
* bluetooth: Add histograms and logging for getPrimaryService()ortuno2015-08-131-0/+27
* bluetooth: Add histograms and logging for connectGATTortuno2015-08-132-2/+52
* bluetooth: Add histograms and logging for requestDevice()ortuno2015-08-131-3/+73
* bluetooth: mac: Add VLOGs to diagnose device discovery failures.scheib2015-08-111-0/+5
* bluetooth: Return specific message if Bluetooth Adapter is offortuno2015-08-081-0/+26
* bluetooth: Add histogram for WebBluetooth actionsortuno2015-08-041-1/+30
* Add a histogram to record requestDevice outcomes.jyasskin2015-07-211-0/+25
* Put the RenderFrame's ID into a per-frame WebBluetooth, and plumb that back t...jyasskin2015-07-212-2/+20
* Refactor the BluetoothDispatcherHost to store requestDevice sessionsjyasskin2015-07-182-22/+37
* Remove uses of WebBluetoothErrorMessage now that it's the same as WebBluetoot...jyasskin2015-07-151-48/+38
* Use the WebBluetoothErrorMessage enum to avoid sending message strings over IPC.jyasskin2015-07-152-88/+60
* bluetooth: browser-side implementation of writeValue.ortuno2015-07-082-0/+92
* bluetooth: Specification references updated to use Chrome Implementation vers...scheib2015-06-301-3/+3
* Chromium side of RequestDeviceOptions implementation.jyasskin2015-06-242-28/+108
* bluetooth: Add error messages and return different errors based on GATT Error.ortuno2015-06-151-41/+142
* bluetooth: Add Bluetooth Errors on browser side.ortuno2015-06-131-15/+13
* bluetooth: Browser-side implementation of readValueortuno2015-06-122-4/+109
* bluetooth: Browser-side implementation of getCharacteristicortuno2015-06-112-1/+76
* bluetooth: Browser side partial implementation of getPrimaryService.ortuno2015-06-022-7/+69
* bluetooth: Partial implementation of connectGATT.ortuno2015-05-212-4/+57
* bluetooth: Move mock creation out of BluetoothDispatcherHost toortuno2015-05-202-69/+25
* bluetooth: Move testing IPC from BluetoothDispatcher to BlinkTestRunnerortuno2015-05-202-21/+20
* Revert of bluetooth: Move testing IPC from BluetoothDispatcher to BlinkTestRu...leviw2015-05-202-20/+21
* bluetooth: Move testing IPC from BluetoothDispatcher to BlinkTestRunnerortuno2015-05-192-21/+20
* bluetooth: Implement scanning for requestDevice.ortuno2015-05-052-20/+93
* bluetooth: Refactor BluetoothDispatcherHost to use WeakPtrFactory for callbacks.ortuno2015-05-042-19/+12
* bluetooth: Move BluetoothDispatcherHost IPC handling to UI thread.scheib2015-04-292-33/+19
* Make BluetoothAdapter non-threadsafe RefCountedtzik2015-04-232-0/+14
* bluetooth: Impl uses new WebBluetoothDeGATTRemoteServer content/browser.ortuno2015-04-212-0/+28
* bluetooth: Add 'git cl format' presubmit check to content/*/bluetooth.scheib2015-04-201-0/+14
* bluetooth: Update BluetoothDevice to new IDL, patch 2/3scheib2015-04-181-2/+0
* bluetooth: Move requestDevice() to UI thread.ortuno2015-04-142-0/+11
* Revert of bluetooth: Move requestDevice() to UI thread. (patchset #2 id:20001...falken2015-04-072-11/+0
* bluetooth: Move requestDevice() to UI thread.ortuno2015-04-062-0/+11
* bluetooth: Don't crash in requestDevice with no adapter.scheib2015-02-211-1/+6
* bluetooth: Provide more device attributes in requestDevice reply.scheib2015-01-301-4/+33
* bluetooth: Narrow device/bluetooth DEPS in content/browser to c/b/bluetooth.scheib2015-01-291-0/+3
* bluetooth: Use BluetoothAdapter in BluetoothDispatcherHost.scheib2015-01-202-9/+62
* bluetooth: Impl uses new WebBluetoothDevice in content/browser.scheib2014-11-263-0/+118