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

Issue 1690133002: Implement BluetoothRemoteGattServiceWin and related unit tests (Closed)

Created:
4 years, 10 months ago by gogerald1
Modified:
3 years, 5 months ago
Reviewers:
scheib, ortuno
CC:
chromium-reviews, ortuno+watch_chromium.org, scheib+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Implement BluetoothRemoteGattServiceWin and related unit tests This CL implements BluetoothRemoteGattServiceWin and related unit tests. BUG=579202 Committed: https://crrev.com/e069a45ceb26f426aae38a1f0e88d7d6e447b6cc Cr-Commit-Position: refs/heads/master@{#377893}

Patch Set 1 #

Patch Set 2 : test implementation #

Patch Set 3 : #

Total comments: 16

Patch Set 4 : address comments #

Total comments: 23

Patch Set 5 : #

Total comments: 43

Patch Set 6 : #

Patch Set 7 : address comments and split out of included GATT services #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+1110 lines, -114 lines) Patch
M device/bluetooth/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M device/bluetooth/bluetooth.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
M device/bluetooth/bluetooth_adapter_win.h View 1 2 3 4 2 chunks +7 lines, -0 lines 0 comments Download
M device/bluetooth/bluetooth_adapter_win.cc View 1 2 3 2 chunks +9 lines, -4 lines 0 comments Download
M device/bluetooth/bluetooth_device_win.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M device/bluetooth/bluetooth_gatt_service_unittest.cc View 1 2 3 4 5 5 chunks +98 lines, -9 lines 0 comments Download
M device/bluetooth/bluetooth_low_energy_win.h View 1 2 3 4 5 3 chunks +12 lines, -3 lines 0 comments Download
M device/bluetooth/bluetooth_low_energy_win.cc View 1 2 3 4 5 3 chunks +42 lines, -4 lines 0 comments Download
M device/bluetooth/bluetooth_low_energy_win_fake.h View 1 2 3 4 5 3 chunks +31 lines, -6 lines 0 comments Download
M device/bluetooth/bluetooth_low_energy_win_fake.cc View 1 2 3 4 5 6 7 chunks +143 lines, -37 lines 0 comments Download
A device/bluetooth/bluetooth_remote_gatt_characteristic_win.h View 1 2 3 1 chunk +74 lines, -0 lines 0 comments Download
A device/bluetooth/bluetooth_remote_gatt_characteristic_win.cc View 1 2 3 4 5 1 chunk +166 lines, -0 lines 0 comments Download
M device/bluetooth/bluetooth_remote_gatt_service_win.h View 1 2 3 4 5 3 chunks +67 lines, -2 lines 0 comments Download
M device/bluetooth/bluetooth_remote_gatt_service_win.cc View 1 2 3 4 5 5 chunks +160 lines, -17 lines 1 comment Download
M device/bluetooth/bluetooth_task_manager_win.h View 1 2 3 4 5 4 chunks +26 lines, -0 lines 0 comments Download
M device/bluetooth/bluetooth_task_manager_win.cc View 1 2 3 4 5 6 chunks +98 lines, -22 lines 0 comments Download
M device/bluetooth/test/bluetooth_test.h View 1 2 3 4 5 2 chunks +8 lines, -0 lines 0 comments Download
M device/bluetooth/test/bluetooth_test_win.h View 1 2 3 4 5 2 chunks +10 lines, -0 lines 0 comments Download
M device/bluetooth/test/bluetooth_test_win.cc View 1 2 3 4 5 4 chunks +154 lines, -9 lines 0 comments Download

Messages

Total messages: 43 (20 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1690133002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1690133002/20001
4 years, 10 months ago (2016-02-13 04:09:21 UTC) #3
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_compile_dbg_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/145326)
4 years, 10 months ago (2016-02-13 04:44:01 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1690133002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1690133002/40001
4 years, 10 months ago (2016-02-13 19:37:52 UTC) #7
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-13 20:57:55 UTC) #11
gogerald1
Hi Vincent, PTAL.
4 years, 10 months ago (2016-02-13 21:07:10 UTC) #12
scheib
ortuno, would you please review while I'm OOO and I will do an owners pass ...
4 years, 10 months ago (2016-02-13 22:57:20 UTC) #14
ortuno
Got to bluetooth_remote_gatt_characteristic_win.cc https://codereview.chromium.org/1690133002/diff/40001/device/bluetooth/bluetooth_adapter_win.cc File device/bluetooth/bluetooth_adapter_win.cc (right): https://codereview.chromium.org/1690133002/diff/40001/device/bluetooth/bluetooth_adapter_win.cc#newcode290 device/bluetooth/bluetooth_adapter_win.cc:290: if (force_update_device_for_test_) Could you add a ...
4 years, 10 months ago (2016-02-19 17:33:06 UTC) #15
gogerald1
https://codereview.chromium.org/1690133002/diff/40001/device/bluetooth/bluetooth_adapter_win.cc File device/bluetooth/bluetooth_adapter_win.cc (right): https://codereview.chromium.org/1690133002/diff/40001/device/bluetooth/bluetooth_adapter_win.cc#newcode290 device/bluetooth/bluetooth_adapter_win.cc:290: if (force_update_device_for_test_) On 2016/02/19 17:33:05, ortuno wrote: > Could ...
4 years, 10 months ago (2016-02-19 22:45:03 UTC) #17
scheib
Please run try jobs when posting code for review. https://codereview.chromium.org/1690133002/diff/40001/device/bluetooth/bluetooth_gatt_service_unittest.cc File device/bluetooth/bluetooth_gatt_service_unittest.cc (right): https://codereview.chromium.org/1690133002/diff/40001/device/bluetooth/bluetooth_gatt_service_unittest.cc#newcode27 device/bluetooth/bluetooth_gatt_service_unittest.cc:27: ...
4 years, 10 months ago (2016-02-24 01:39:10 UTC) #19
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1690133002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1690133002/80001
4 years, 10 months ago (2016-02-24 01:39:54 UTC) #20
scheib
I'm stopping now about half way through this patch, at device/bluetooth/bluetooth_remote_gatt_characteristic_win.h I'll resume tomorrow. Please ...
4 years, 10 months ago (2016-02-24 01:45:43 UTC) #21
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/178571)
4 years, 10 months ago (2016-02-24 05:38:13 UTC) #23
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1690133002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1690133002/100001
4 years, 10 months ago (2016-02-24 16:07:31 UTC) #25
gogerald1
Managed to implement one small feature in one CL, will try to keep my next ...
4 years, 10 months ago (2016-02-24 16:09:07 UTC) #26
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/178798)
4 years, 10 months ago (2016-02-24 19:56:38 UTC) #28
scheib
Still not all the way through, will resume at bluetooth_task_manager_win.h FYI this and previous rounds ...
4 years, 10 months ago (2016-02-25 06:22:44 UTC) #29
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1690133002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1690133002/180001
4 years, 10 months ago (2016-02-25 23:19:02 UTC) #33
gogerald1
Split out of included service. Will break the next CL into three smaller CLs to ...
4 years, 10 months ago (2016-02-25 23:19:18 UTC) #34
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-26 01:18:20 UTC) #36
scheib
Thanks for splitting up, and addressing feedback. LGTM https://codereview.chromium.org/1690133002/diff/180001/device/bluetooth/bluetooth_remote_gatt_service_win.cc File device/bluetooth/bluetooth_remote_gatt_service_win.cc (right): https://codereview.chromium.org/1690133002/diff/180001/device/bluetooth/bluetooth_remote_gatt_service_win.cc#newcode87 device/bluetooth/bluetooth_remote_gatt_service_win.cc:87: // ...
4 years, 10 months ago (2016-02-26 04:56:17 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1690133002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1690133002/180001
4 years, 10 months ago (2016-02-26 15:22:37 UTC) #39
commit-bot: I haz the power
Committed patchset #7 (id:180001)
4 years, 10 months ago (2016-02-26 15:36:16 UTC) #41
commit-bot: I haz the power
4 years, 10 months ago (2016-02-26 15:37:29 UTC) #43
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/e069a45ceb26f426aae38a1f0e88d7d6e447b6cc
Cr-Commit-Position: refs/heads/master@{#377893}

Powered by Google App Engine
This is Rietveld 408576698