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

Issue 2615093002: Typemap WebBluetoothDeviceId to WTF::String (Closed)

Created:
3 years, 11 months ago by juncai
Modified:
3 years, 11 months ago
Reviewers:
scheib, dcheng
CC:
chromium-reviews, qsr+mojo_chromium.org, Aaron Boodman, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, haraken, scheib+watch_chromium.org, ortuno+watch_chromium.org, blink-reviews, darin (slow to review), kinuko+watch
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Typemap WebBluetoothDeviceId to WTF::String This is a follow-up CL for: https://codereview.chromium.org/2565913002/ This CL does the following: 1. Typemap WebBluetoothDeviceId to WTF::String. 2. Use mojom::blink::WebBluetoothRemoteGATTServicePtr directly in the parameter. 3. Use mojom::blink::WebBluetoothDevicePtr directly in the parameter. 4. Use mojom::blink::WebBluetoothRemoteGATTServicePtr directly in the parameter. BUG=676702, 597053 Review-Url: https://codereview.chromium.org/2615093002 Cr-Commit-Position: refs/heads/master@{#442397} Committed: https://chromium.googlesource.com/chromium/src/+/8819858e6747aae06f155f04909b458ee782538c

Patch Set 1 : typemap WebBluetoothDeviceId to WTF::String #

Total comments: 6

Patch Set 2 : address comments #

Patch Set 3 : address comments #

Patch Set 4 : merge master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+113 lines, -160 lines) Patch
M third_party/WebKit/Source/modules/bluetooth/Bluetooth.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/bluetooth/Bluetooth.cpp View 1 2 3 2 chunks +8 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/modules/bluetooth/BluetoothAttributeInstanceMap.h View 2 chunks +2 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/modules/bluetooth/BluetoothAttributeInstanceMap.cpp View 2 chunks +11 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h View 3 chunks +7 lines, -16 lines 0 comments Download
M third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.cpp View 3 chunks +12 lines, -28 lines 0 comments Download
M third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.h View 3 chunks +4 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.cpp View 12 chunks +16 lines, -23 lines 0 comments Download
M third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.cpp View 1 2 3 5 chunks +10 lines, -17 lines 0 comments Download
M third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTService.h View 3 chunks +4 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTService.cpp View 1 2 3 5 chunks +10 lines, -16 lines 0 comments Download
M third_party/WebKit/Source/platform/mojo/Bluetooth.typemap View 1 1 chunk +0 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/platform/mojo/BluetoothStructTraits.h View 1 chunk +11 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/mojo/BluetoothStructTraits.cpp View 1 chunk +7 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/mojo/blink_typemaps.gni View 1 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/public/platform/modules/bluetooth/Bluetooth.typemap View 1 1 chunk +6 lines, -2 lines 0 comments Download

Messages

Total messages: 29 (23 generated)
juncai
scheib@chromium.org: Please review changes in //third_party/WebKit/Source/modules/bluetooth dcheng@chromium.org: Please review changes in //third_party/WebKit/Source/platform/mojo
3 years, 11 months ago (2017-01-05 22:00:11 UTC) #6
scheib
LGTM, minor suggestions: https://codereview.chromium.org/2615093002/diff/1/third_party/WebKit/Source/modules/bluetooth/Bluetooth.cpp File third_party/WebKit/Source/modules/bluetooth/Bluetooth.cpp (right): https://codereview.chromium.org/2615093002/diff/1/third_party/WebKit/Source/modules/bluetooth/Bluetooth.cpp#newcode239 third_party/WebKit/Source/modules/bluetooth/Bluetooth.cpp:239: nit: avoid whitespace changes https://codereview.chromium.org/2615093002/diff/1/third_party/WebKit/Source/modules/bluetooth/Bluetooth.cpp#newcode291 third_party/WebKit/Source/modules/bluetooth/Bluetooth.cpp:291: ...
3 years, 11 months ago (2017-01-07 01:25:53 UTC) #9
dcheng
mojo lgtm
3 years, 11 months ago (2017-01-09 20:02:04 UTC) #18
juncai
https://codereview.chromium.org/2615093002/diff/1/third_party/WebKit/Source/modules/bluetooth/Bluetooth.cpp File third_party/WebKit/Source/modules/bluetooth/Bluetooth.cpp (right): https://codereview.chromium.org/2615093002/diff/1/third_party/WebKit/Source/modules/bluetooth/Bluetooth.cpp#newcode239 third_party/WebKit/Source/modules/bluetooth/Bluetooth.cpp:239: On 2017/01/07 01:25:53, scheib wrote: > nit: avoid whitespace ...
3 years, 11 months ago (2017-01-09 20:25:50 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2615093002/60001
3 years, 11 months ago (2017-01-09 22:40:17 UTC) #26
commit-bot: I haz the power
3 years, 11 months ago (2017-01-09 23:17:28 UTC) #29
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/8819858e6747aae06f155f04909b...

Powered by Google App Engine
This is Rietveld 408576698