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
Committed: https://crrev.com/865f2de76200b7bf8362d4bd6ee9b7de2de3058e
Cr-Commit-Position: refs/heads/master@{#390198}
Patch Set 1 #
Total comments: 2
Patch Set 2 : fix up NavigatorBluetooth.idl #
Total comments: 2
Patch Set 3 : Remove commented out code. #Messages
Total messages: 25 (12 generated)
|