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

Issue 2488283003: bluetooth: web: Rename Blacklist to Blocklist (Closed)

Created:
4 years, 1 month ago by François Beaufort
Modified:
4 years ago
CC:
Aaron Boodman, abarth-chromium, asvitkine+watch_chromium.org, blink-reviews, blink-reviews-api_chromium.org, blink-reviews-w3ctests_chromium.org, chromium-reviews, darin (slow to review), darin-cc_chromium.org, dglazkov+blink, einbinder+watch-test-runner_chromium.org, fuzzing_chromium.org, haraken, jam, jochen+watch_chromium.org, mlamouri+watch-content_chromium.org, mlamouri+watch-test-runner_chromium.org, ortuno+watch_chromium.org, Peter Beverloo, qsr+mojo_chromium.org, scheib+watch_chromium.org, tfarina, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

bluetooth: web: Rename Blacklist to Blocklist BUG=662106 Committed: https://crrev.com/01135bffec64608e65c787ea0345691638831f5e Cr-Commit-Position: refs/heads/master@{#434163}

Patch Set 1 #

Patch Set 2 : bluetooth: web: Rename Blacklist to Blocklist #

Total comments: 1

Patch Set 3 : Remove third_party/WebKit/LayoutTests/imported/wpt/bluetooth/bluetooth-helpers.js #

Total comments: 2

Patch Set 4 : Add deprecated histogram #

Total comments: 1

Patch Set 5 : Adjusted description #

Patch Set 6 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+460 lines, -1473 lines) Patch
M chrome/browser/chrome_content_browser_client.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 5 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/web_bluetooth_browsertest.cc View 2 chunks +13 lines, -13 lines 0 comments Download
M content/browser/BUILD.gn View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/bluetooth/bluetooth_allowed_devices_map.cc View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
D content/browser/bluetooth/bluetooth_blacklist.h View 1 chunk +0 lines, -106 lines 0 comments Download
D content/browser/bluetooth/bluetooth_blacklist.cc View 1 chunk +0 lines, -189 lines 0 comments Download
D content/browser/bluetooth/bluetooth_blacklist_unittest.cc View 1 chunk +0 lines, -487 lines 0 comments Download
A + content/browser/bluetooth/bluetooth_blocklist.h View 4 chunks +26 lines, -26 lines 0 comments Download
A + content/browser/bluetooth/bluetooth_blocklist.cc View 7 chunks +37 lines, -37 lines 0 comments Download
A + content/browser/bluetooth/bluetooth_blocklist_unittest.cc View 11 chunks +62 lines, -62 lines 0 comments Download
M content/browser/bluetooth/bluetooth_device_chooser_controller.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M content/browser/bluetooth/bluetooth_device_chooser_controller.cc View 1 2 3 4 5 2 chunks +6 lines, -6 lines 0 comments Download
M content/browser/bluetooth/bluetooth_metrics.h View 1 2 3 4 5 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/bluetooth/web_bluetooth_service_impl.cc View 1 2 3 4 5 5 chunks +11 lines, -11 lines 0 comments Download
M content/public/browser/content_browser_client.h View 1 2 3 4 5 2 chunks +4 lines, -4 lines 0 comments Download
M content/public/browser/content_browser_client.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.h View 6 chunks +13 lines, -13 lines 0 comments Download
M content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc View 6 chunks +19 lines, -19 lines 0 comments Download
M content/test/BUILD.gn View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M testing/variations/fieldtrial_testing_config.json View 1 2 3 4 5 2 chunks +3 lines, -3 lines 0 comments Download
D third_party/WebKit/LayoutTests/bluetooth/getCharacteristic/blacklisted-characteristic.html View 1 chunk +0 lines, -22 lines 0 comments Download
A + third_party/WebKit/LayoutTests/bluetooth/getCharacteristic/blocklisted-characteristic.html View 2 chunks +4 lines, -4 lines 0 comments Download
D third_party/WebKit/LayoutTests/bluetooth/getCharacteristics/blacklisted-characteristics.html View 1 chunk +0 lines, -19 lines 0 comments Download
D third_party/WebKit/LayoutTests/bluetooth/getCharacteristics/blacklisted-characteristics-with-uuid.html View 1 chunk +0 lines, -23 lines 0 comments Download
A + third_party/WebKit/LayoutTests/bluetooth/getCharacteristics/blocklisted-characteristics.html View 2 chunks +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/LayoutTests/bluetooth/getCharacteristics/blocklisted-characteristics-with-uuid.html View 2 chunks +4 lines, -4 lines 0 comments Download
D third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/blacklisted-services.html View 1 chunk +0 lines, -28 lines 0 comments Download
D third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/blacklisted-services-with-uuid.html View 1 chunk +0 lines, -21 lines 0 comments Download
A + third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/blocklisted-services.html View 2 chunks +4 lines, -4 lines 0 comments Download
A + third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/blocklisted-services-with-uuid.html View 2 chunks +2 lines, -2 lines 0 comments Download
D third_party/WebKit/LayoutTests/bluetooth/readValue/blacklisted-characteristic.html View 1 chunk +0 lines, -26 lines 0 comments Download
A + third_party/WebKit/LayoutTests/bluetooth/readValue/blocklisted-characteristic.html View 1 chunk +5 lines, -5 lines 0 comments Download
D third_party/WebKit/LayoutTests/bluetooth/requestDevice/blacklisted-service-in-filter.html View 1 chunk +0 lines, -18 lines 0 comments Download
D third_party/WebKit/LayoutTests/bluetooth/requestDevice/blacklisted-service-in-optionalServices.html View 1 chunk +0 lines, -27 lines 0 comments Download
A + third_party/WebKit/LayoutTests/bluetooth/requestDevice/blocklisted-service-in-filter.html View 1 chunk +4 lines, -4 lines 0 comments Download
A + third_party/WebKit/LayoutTests/bluetooth/requestDevice/blocklisted-service-in-optionalServices.html View 1 chunk +5 lines, -5 lines 0 comments Download
D third_party/WebKit/LayoutTests/bluetooth/writeValue/blacklisted-characteristic.html View 1 chunk +0 lines, -26 lines 0 comments Download
A + third_party/WebKit/LayoutTests/bluetooth/writeValue/blocklisted-characteristic.html View 2 chunks +3 lines, -3 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/bluetooth/bluetooth-helpers.js View 1 2 3 4 5 1 chunk +147 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/resources/bluetooth/bluetooth-helpers.js View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/bluetooth/BluetoothError.cpp View 1 2 3 4 5 2 chunks +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/modules/bluetooth/testing/clusterfuzz/wbt_fakes.py View 7 chunks +10 lines, -10 lines 0 comments Download
M third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom View 1 2 3 4 5 2 chunks +5 lines, -5 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 5 chunks +21 lines, -3 lines 0 comments Download
D tools/web_bluetooth/compact_blacklist.py View 1 chunk +0 lines, -113 lines 0 comments Download
D tools/web_bluetooth/compact_blacklist_unittest.py View 1 chunk +0 lines, -73 lines 0 comments Download
A + tools/web_bluetooth/compact_blocklist.py View 3 chunks +14 lines, -14 lines 0 comments Download
A + tools/web_bluetooth/compact_blocklist_unittest.py View 2 chunks +12 lines, -12 lines 0 comments Download

Messages

Total messages: 43 (21 generated)
François Beaufort
Hello everyone, Even though it looks like a big patch, this is as simple as ...
4 years, 1 month ago (2016-11-14 08:41:13 UTC) #6
jochen (gone - plz use gerrit)
for the histograms.xml change, please ask somebody from the metrics team. I can only approve ...
4 years, 1 month ago (2016-11-14 17:52:23 UTC) #7
nasko
content/ rubberstamp LGTM
4 years, 1 month ago (2016-11-14 20:39:18 UTC) #8
ortuno
https://codereview.chromium.org/2488283003/diff/20001/third_party/WebKit/LayoutTests/imported/wpt/bluetooth/bluetooth-helpers.js File third_party/WebKit/LayoutTests/imported/wpt/bluetooth/bluetooth-helpers.js (right): https://codereview.chromium.org/2488283003/diff/20001/third_party/WebKit/LayoutTests/imported/wpt/bluetooth/bluetooth-helpers.js#newcode5 third_party/WebKit/LayoutTests/imported/wpt/bluetooth/bluetooth-helpers.js:5: var blocklist_test_service_uuid = "611c954a-263b-4f4a-aab6-01ddb953f985"; I believe these are imported ...
4 years, 1 month ago (2016-11-14 22:29:39 UTC) #10
scheib
LGTM excluding third_party/WebKit/LayoutTests/imported/wpt/bluetooth/bluetooth-helpers.js as ortuno noted.
4 years, 1 month ago (2016-11-14 22:55:10 UTC) #12
François Beaufort
I've removed third_party/WebKit/LayoutTests/imported/wpt/bluetooth/bluetooth-helpers.js and started a PR for this at https://github.com/w3c/web-platform-tests/pull/4213
4 years, 1 month ago (2016-11-15 14:12:46 UTC) #16
François Beaufort
mkwst@chromium.org: Please review changes in tools/metrics/histograms/histograms.xml
4 years, 1 month ago (2016-11-15 14:13:51 UTC) #18
Mike West
Sorry, you'll need a real reviewer for histograms.xml, as I'm only in there for UseCounter ...
4 years, 1 month ago (2016-11-17 14:22:48 UTC) #20
Ilya Sherman
https://codereview.chromium.org/2488283003/diff/40001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (left): https://codereview.chromium.org/2488283003/diff/40001/tools/metrics/histograms/histograms.xml#oldcode4529 tools/metrics/histograms/histograms.xml:4529: -<histogram name="Bluetooth.Web.Blacklist.ParsedNonEmptyString" Please mark the previous name as <obsolete>. ...
4 years, 1 month ago (2016-11-18 00:12:05 UTC) #21
scheib
https://codereview.chromium.org/2488283003/diff/40001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (left): https://codereview.chromium.org/2488283003/diff/40001/tools/metrics/histograms/histograms.xml#oldcode4529 tools/metrics/histograms/histograms.xml:4529: -<histogram name="Bluetooth.Web.Blacklist.ParsedNonEmptyString" On 2016/11/18 00:12:05, Ilya Sherman wrote: > ...
4 years, 1 month ago (2016-11-18 00:27:45 UTC) #22
François Beaufort
On 2016/11/18 00:27:45, scheib wrote: > https://codereview.chromium.org/2488283003/diff/40001/tools/metrics/histograms/histograms.xml > File tools/metrics/histograms/histograms.xml (left): > > https://codereview.chromium.org/2488283003/diff/40001/tools/metrics/histograms/histograms.xml#oldcode4529 > ...
4 years, 1 month ago (2016-11-21 12:28:03 UTC) #23
Ilya Sherman
On 2016/11/21 12:28:03, François Beaufort wrote: > On 2016/11/18 00:27:45, scheib wrote: > > > ...
4 years, 1 month ago (2016-11-21 18:29:38 UTC) #24
François Beaufort
On 2016/11/21 18:29:38, Ilya Sherman wrote: > On 2016/11/21 12:28:03, François Beaufort wrote: > > ...
4 years, 1 month ago (2016-11-22 08:14:18 UTC) #25
Ilya Sherman
histograms.xml and the field trial testing config LGTM % a nit: https://codereview.chromium.org/2488283003/diff/60001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): ...
4 years, 1 month ago (2016-11-22 22:26:26 UTC) #26
François Beaufort
On 2016/11/22 22:26:26, Ilya Sherman wrote: > histograms.xml and the field trial testing config LGTM ...
4 years ago (2016-11-23 07:33:58 UTC) #27
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/2488283003/80001
4 years ago (2016-11-23 08:05:20 UTC) #30
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_compile_dbg_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/311429) mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, ...
4 years ago (2016-11-23 08:08:12 UTC) #32
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/2488283003/100001
4 years ago (2016-11-23 08:35:42 UTC) #35
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/278419)
4 years ago (2016-11-23 09:30:30 UTC) #37
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/2488283003/100001
4 years ago (2016-11-23 14:01:19 UTC) #39
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years ago (2016-11-23 14:38:08 UTC) #41
commit-bot: I haz the power
4 years ago (2016-11-23 14:39:43 UTC) #43
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/01135bffec64608e65c787ea0345691638831f5e
Cr-Commit-Position: refs/heads/master@{#434163}

Powered by Google App Engine
This is Rietveld 408576698