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

Issue 2498543003: Mojo C++ bindings: switch device/nfc mojom target to use STL/WTF types. (Closed)

Created:
4 years, 1 month ago by yzshen1
Modified:
4 years, 1 month ago
Reviewers:
haraken
CC:
chromium-reviews, blink-reviews, haraken
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Mojo C++ bindings: switch device/nfc mojom target to use STL/WTF types. BUG=624136 TBR=rockot@chromium.org for trivial change in BUILD.gn Committed: https://crrev.com/c5556be4af7828e8acb9eac178bed74941e1abed Cr-Commit-Position: refs/heads/master@{#431980}

Patch Set 1 #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -14 lines) Patch
M device/nfc/BUILD.gn View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/nfc/NFC.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/nfc/NFC.cpp View 7 chunks +8 lines, -11 lines 5 comments Download

Messages

Total messages: 21 (12 generated)
yzshen1
Hi, Kentaro. Would you please take a look? Thanks!
4 years, 1 month ago (2016-11-11 20:25:47 UTC) #5
haraken
https://codereview.chromium.org/2498543003/diff/1/third_party/WebKit/Source/modules/nfc/NFC.cpp File third_party/WebKit/Source/modules/nfc/NFC.cpp (left): https://codereview.chromium.org/2498543003/diff/1/third_party/WebKit/Source/modules/nfc/NFC.cpp#oldcode251 third_party/WebKit/Source/modules/nfc/NFC.cpp:251: messagePtr->data = mojo::WTFArray<NFCRecordPtr>::From(message.data()); Why can we remove this? https://codereview.chromium.org/2498543003/diff/1/third_party/WebKit/Source/modules/nfc/NFC.cpp ...
4 years, 1 month ago (2016-11-12 01:35:41 UTC) #8
yzshen1
Thanks, Kentaro! https://codereview.chromium.org/2498543003/diff/1/third_party/WebKit/Source/modules/nfc/NFC.cpp File third_party/WebKit/Source/modules/nfc/NFC.cpp (left): https://codereview.chromium.org/2498543003/diff/1/third_party/WebKit/Source/modules/nfc/NFC.cpp#oldcode251 third_party/WebKit/Source/modules/nfc/NFC.cpp:251: messagePtr->data = mojo::WTFArray<NFCRecordPtr>::From(message.data()); On 2016/11/12 01:35:41, haraken ...
4 years, 1 month ago (2016-11-14 17:10:42 UTC) #9
haraken
LGTM https://codereview.chromium.org/2498543003/diff/1/third_party/WebKit/Source/modules/nfc/NFC.cpp File third_party/WebKit/Source/modules/nfc/NFC.cpp (right): https://codereview.chromium.org/2498543003/diff/1/third_party/WebKit/Source/modules/nfc/NFC.cpp#newcode145 third_party/WebKit/Source/modules/nfc/NFC.cpp:145: record->data = mojo::WTFArray<uint8_t>::From(buffer).PassStorage(); On 2016/11/14 17:10:42, yzshen1 wrote: ...
4 years, 1 month ago (2016-11-14 18:38:30 UTC) #10
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/2498543003/1
4 years, 1 month ago (2016-11-14 18:42:42 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/303521)
4 years, 1 month ago (2016-11-14 18:53:53 UTC) #14
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/2498543003/1
4 years, 1 month ago (2016-11-14 20:15:11 UTC) #17
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 1 month ago (2016-11-14 23:44:22 UTC) #19
commit-bot: I haz the power
4 years, 1 month ago (2016-11-14 23:47:06 UTC) #21
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/c5556be4af7828e8acb9eac178bed74941e1abed
Cr-Commit-Position: refs/heads/master@{#431980}

Powered by Google App Engine
This is Rietveld 408576698