Chromium Code Reviews
Descriptionbluetooth: Move Web Bluetooth from OriginTrialEnabled to RuntimeEnabled.
BUG=605326, 584113
TEST=To verify:
Check the following with chrome launched with command line flag:
--enable-blink-features=ExperimentalFramework
On a Chrome OS device and an Android device:
1. Visit: https://g-ortuno.github.io/web-bluetooth-sandbox/allowed.html
2. Press the "Run Test" button.
Expect:
Web Bluetooth bindings Not Present
Use Web Bluetooth Bluetooth Unavailable
1. Visit: https://g-ortuno.github.io/web-bluetooth-sandbox/not-allowed.html
2. Press the "Run Test" button.
Expect:
Web Bluetooth bindings Not Present
Use Web Bluetooth Bluetooth Unavailable
On a Linux, OSX and Windows devices:
1. Visit: https://g-ortuno.github.io/web-bluetooth-sandbox/allowed.html
2. Press the "Run Test" button.
Expect:
Web Bluetooth bindings Not Present
Use Web Bluetooth Bluetooth Unavailable
1. Visit: https://g-ortuno.github.io/web-bluetooth-sandbox/not-allowed.html
2. Press the "Run Test" button.
Expect:
Web Bluetooth bindings Not Present
Use Web Bluetooth Bluetooth Unavailable
Check the following with chrome launched with command line flags:
--enable-blink-features=ExperimentalFramework --enable-web-bluetooth
On a Chrome OS, Android, Linux, OSX, and Windows devices:
1. Visit: https://g-ortuno.github.io/web-bluetooth-sandbox/allowed.html
2. Press the "Run Test" button.
Expect:
Web Bluetooth bindings Present
Use Web Bluetooth Bluetooth Works
On a Chrome OS, Android, Linux, OSX, and Windows devices:
1. Visit: https://g-ortuno.github.io/web-bluetooth-sandbox/not-allowed.html
2. Press the "Run Test" button.
Expect:
Web Bluetooth bindings Present
Use Web Bluetooth Bluetooth Works
Review-Url: https://codereview.chromium.org/1917313002
Cr-Commit-Position: refs/heads/master@{#390198}
(cherry picked from commit 865f2de76200b7bf8362d4bd6ee9b7de2de3058e)
Committed: https://chromium.googlesource.com/chromium/src/+/917f6d0b356ed63a6edd62b07b1595c99d2781a7
Patch Set 1 #Messages
Total messages: 2 (1 generated)
|