Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(131)

Issue 2716263002: DO NOT SUBMIT. Renderer side of Bluetooth Test API in blink C++ (Closed)

Created:
3 years, 9 months ago by ortuno
Modified:
3 years, 8 months ago
Reviewers:
CC:
chromium-reviews, haraken, blink-reviews, scheib+watch_chromium.org, ortuno+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

DO NOT SUBMIT. Renderer side of Bluetooth Test API in blink C++

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1108 lines, -2 lines) Patch
M third_party/WebKit/Source/modules/bluetooth/BUILD.gn View 1 chunk +18 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/bluetooth/Bluetooth.h View 2 chunks +4 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/bluetooth/Bluetooth.cpp View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/bluetooth/BluetoothFakeBluetooth.h View 1 chunk +34 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/bluetooth/BluetoothFakeBluetooth.cpp View 1 chunk +46 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/bluetooth/BluetoothFakeBluetooth.idl View 1 chunk +7 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/bluetooth/FakeBluetooth.h View 1 chunk +34 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/bluetooth/FakeBluetooth.cpp View 1 chunk +42 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/bluetooth/FakeBluetooth.idl View 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/bluetooth/FakeBluetoothChooser.h View 1 chunk +36 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/bluetooth/FakeBluetoothChooser.cpp View 1 chunk +51 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/bluetooth/FakeBluetoothChooser.idl View 1 chunk +11 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/bluetooth/FakeBluetoothChooserEvent.h View 1 chunk +45 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/bluetooth/FakeBluetoothChooserEvent.cpp View 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/bluetooth/FakeBluetoothChooserEvent.idl View 1 chunk +17 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/bluetooth/FakeCentralOptions.idl View 1 chunk +7 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/bluetooth/FakeLECentralManager.h View 1 chunk +39 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/bluetooth/FakeLECentralManager.cpp View 1 chunk +60 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/bluetooth/FakeLECentralManager.idl View 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/bluetooth/FakeLEPeripheral.h View 1 chunk +42 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/bluetooth/FakeLEPeripheral.cpp View 1 chunk +61 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/bluetooth/FakeLEPeripheral.idl View 1 chunk +16 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/bluetooth/FakeLEPeripheralOptions.idl View 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/bluetooth/FakeNotificationOptions.idl View 1 chunk +9 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/bluetooth/FakeRemoteGATTCharacteristic.h View 1 chunk +51 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/bluetooth/FakeRemoteGATTCharacteristic.cpp View 1 chunk +116 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/bluetooth/FakeRemoteGATTCharacteristic.idl View 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/bluetooth/FakeRemoteGATTCharacteristicOptions.idl View 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/bluetooth/FakeRemoteGATTDescriptor.h View 1 chunk +36 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/bluetooth/FakeRemoteGATTDescriptor.cpp View 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/bluetooth/FakeRemoteGATTDescriptor.idl View 1 chunk +11 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/bluetooth/FakeRemoteGATTDescriptorOptions.idl View 1 chunk +7 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/bluetooth/FakeRemoteGATTService.h View 1 chunk +42 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/bluetooth/FakeRemoteGATTService.cpp View 1 chunk +59 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/bluetooth/FakeRemoteGATTService.idl View 1 chunk +11 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/bluetooth/FakeRemoteGATTServiceOptions.idl View 1 chunk +7 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/bluetooth/ScanRecord.idl View 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/bluetooth/ScanResult.idl View 1 chunk +9 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/modules_idl_files.gni View 4 chunks +33 lines, -0 lines 0 comments Download

Depends on Patchset:

Powered by Google App Engine
This is Rietveld 408576698