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

Side by Side Diff: LayoutTests/http/tests/security/powerfulFeatureRestrictions/old-powerful-features-on-insecure-origin-expected.txt

Issue 1125903003: Add deprecation warning to requestMediaKeySystemAccess on insecure origins. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase to fix patch failure on bots Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 CONSOLE WARNING: Geolocation via getCurrentPosition() and watchPosition() will b e deprecated over insecure origins in the future. You should consider switching your application to a secure origin, such as HTTPS. See https://goo.gl/rStTGz fo r more details. 1 CONSOLE WARNING: Geolocation via getCurrentPosition() and watchPosition() will b e deprecated over insecure origins in the future. You should consider switching your application to a secure origin, such as HTTPS. See https://goo.gl/rStTGz fo r more details.
2 CONSOLE WARNING: requestFullscreen() will be deprecated over insecure origins in the future. You should consider switching your application to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more details. 2 CONSOLE WARNING: requestFullscreen() will be deprecated over insecure origins in the future. You should consider switching your application to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more details.
3 CONSOLE WARNING: getUserMedia() will be deprecated over insecure origins in the future. You should consider switching your application to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more details. 3 CONSOLE WARNING: getUserMedia() will be deprecated over insecure origins in the future. You should consider switching your application to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more details.
4 CONSOLE WARNING: The 'devicemotion' event will be deprecated over insecure origi ns in the future. You should consider switching your application to a secure ori gin, such as HTTPS. See https://goo.gl/rStTGz for more details. 4 CONSOLE WARNING: The 'devicemotion' event will be deprecated over insecure origi ns in the future. You should consider switching your application to a secure ori gin, such as HTTPS. See https://goo.gl/rStTGz for more details.
5 CONSOLE WARNING: The 'deviceorientation' event will be deprecated over insecure origins in the future. You should consider switching your application to a secur e origin, such as HTTPS. See https://goo.gl/rStTGz for more details. 5 CONSOLE WARNING: The 'deviceorientation' event will be deprecated over insecure origins in the future. You should consider switching your application to a secur e origin, such as HTTPS. See https://goo.gl/rStTGz for more details.
6 CONSOLE WARNING: requestMediaKeySystemAccess() is deprecated on insecure origins in the specification. Support will be removed in the future. You should conside r switching your application to a secure origin, such as HTTPS. See https://goo. gl/rStTGz for more details.
6 This is a testharness.js-based test. 7 This is a testharness.js-based test.
7 PASS getCurrentPosition 8 PASS getCurrentPosition
8 PASS watchPosition 9 PASS watchPosition
9 PASS fullscreen 10 PASS fullscreen
10 PASS getUserMedia 11 PASS getUserMedia
11 PASS device motion 12 PASS device motion
12 PASS device orientation 13 PASS device orientation
14 PASS requestMediaKeySystemAccess
13 Harness: the test ran to completion. 15 Harness: the test ran to completion.
14 16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698