|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+718 lines, -1620 lines) |
Patch |
 |
M |
content/browser/frame_host/render_frame_host_impl.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/frame_host/render_frame_host_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+22 lines, -12 lines |
0 comments
|
Download
|
 |
M |
content/renderer/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
D |
content/renderer/bluetooth/DEPS
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
D |
content/renderer/bluetooth/OWNERS
|
View
|
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
D |
content/renderer/bluetooth/PRESUBMIT.py
|
View
|
|
1 chunk |
+0 lines, -14 lines |
0 comments
|
Download
|
 |
D |
content/renderer/bluetooth/bluetooth_type_converters.h
|
View
|
|
1 chunk |
+0 lines, -42 lines |
0 comments
|
Download
|
 |
D |
content/renderer/bluetooth/bluetooth_type_converters.cc
|
View
|
1
|
1 chunk |
+0 lines, -72 lines |
0 comments
|
Download
|
 |
D |
content/renderer/bluetooth/web_bluetooth_impl.h
|
View
|
|
1 chunk |
+0 lines, -161 lines |
0 comments
|
Download
|
 |
D |
content/renderer/bluetooth/web_bluetooth_impl.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+0 lines, -330 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_frame_impl.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_frame_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/bluetooth/characteristic/notifications/add-multiple-event-listeners.html
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/bluetooth/characteristic/notifications/event-after-starting.html
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/bluetooth/characteristic/readValue/add-multiple-event-listeners.html
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/bluetooth/characteristic/readValue/event-is-fired.html
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/resources/bluetooth/bluetooth-helpers.js
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/bluetooth/BUILD.gn
|
View
|
1
2
3
4
5
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/bluetooth/Bluetooth.h
|
View
|
1
2
3
|
1 chunk |
+52 lines, -5 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/bluetooth/Bluetooth.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
7 chunks |
+126 lines, -66 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/bluetooth/BluetoothAttributeInstanceMap.h
|
View
|
1
|
3 chunks |
+8 lines, -5 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/bluetooth/BluetoothAttributeInstanceMap.cpp
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+12 lines, -11 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h
|
View
|
1
2
3
4
5
|
4 chunks |
+29 lines, -17 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.cpp
|
View
|
1
2
3
4
5
|
4 chunks |
+40 lines, -20 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/bluetooth/BluetoothError.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+3 lines, -6 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/bluetooth/BluetoothError.cpp
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+3 lines, -6 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
5 chunks |
+31 lines, -16 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
|
7 chunks |
+139 lines, -197 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.h
|
View
|
|
2 chunks |
+10 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
6 chunks |
+79 lines, -103 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTService.h
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+20 lines, -8 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTService.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+66 lines, -84 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/modules/bluetooth/BluetoothSupplement.h
|
View
|
|
1 chunk |
+0 lines, -47 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/modules/bluetooth/BluetoothSupplement.cpp
|
View
|
|
1 chunk |
+0 lines, -52 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/bluetooth/DEPS
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/platform/mojo/Bluetooth.typemap
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/platform/mojo/BluetoothStructTraits.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
1 chunk |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/platform/mojo/BluetoothStructTraits.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
1 chunk |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/mojo/blink_typemaps.gni
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/public/platform/modules/bluetooth/WebBluetooth.h
|
View
|
|
1 chunk |
+0 lines, -120 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothDevice.h
|
View
|
|
1 chunk |
+0 lines, -19 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothDeviceInit.h
|
View
|
|
1 chunk |
+0 lines, -26 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothRemoteGATTCharacteristic.h
|
View
|
|
1 chunk |
+0 lines, -23 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothRemoteGATTCharacteristicInit.h
|
View
|
|
1 chunk |
+0 lines, -35 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothRemoteGATTService.h
|
View
|
|
1 chunk |
+0 lines, -32 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/public/platform/modules/bluetooth/WebRequestDeviceOptions.h
|
View
|
1
|
1 chunk |
+0 lines, -40 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/web/WebFrameClient.h
|
View
|
1
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|