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

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

Issue 1284193003: Removal of getUserMedia() on insecure origins (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Dedupped secure scheme registry. Created 5 years, 4 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: getCurrentPosition() and watchPosition() are deprecated on inse cure origins, and support will be removed in the future. You should consider swi tching your application to a secure origin, such as HTTPS. See https://goo.gl/rS tTGz for more details. 1 CONSOLE WARNING: getCurrentPosition() and watchPosition() are deprecated on inse cure origins, and support will be removed in the future. You should consider swi tching your application to a secure origin, such as HTTPS. See https://goo.gl/rS tTGz for more details.
2 CONSOLE WARNING: requestFullscreen() is deprecated on insecure origins, and supp ort will be removed in the future. You should consider switching your applicatio n to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more details. 2 CONSOLE WARNING: requestFullscreen() is deprecated on insecure origins, and supp ort will be removed in the future. You should consider switching your applicatio n to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more details.
3 CONSOLE WARNING: getUserMedia() is deprecated on insecure origins, and support w ill be removed 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 is deprecated on insecure origins, and s upport will be removed in the future. You should consider switching your applica tion to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more detai ls. 3 CONSOLE WARNING: The devicemotion event is deprecated on insecure origins, and s upport will be removed in the future. You should consider switching your applica tion to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more detai ls.
5 CONSOLE WARNING: The deviceorientation event is deprecated on insecure origins, and support will be removed in the future. You should consider switching your ap plication to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more details. 4 CONSOLE WARNING: The deviceorientation event is deprecated on insecure origins, and support will be removed in the future. You should consider switching your ap plication to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more details.
5 CONSOLE WARNING: getUserMedia() no longer works on insecure origins. To use this feature, you should consider switching your application to a secure origin, suc h 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 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.
7 This is a testharness.js-based test. 7 This is a testharness.js-based test.
8 PASS getCurrentPosition 8 PASS getCurrentPosition
9 PASS watchPosition 9 PASS watchPosition
10 PASS fullscreen 10 PASS fullscreen
11 PASS getUserMedia
12 PASS device motion 11 PASS device motion
13 PASS device orientation 12 PASS device orientation
14 PASS requestMediaKeySystemAccess 13 PASS requestMediaKeySystemAccess
14 PASS getUserMedia
15 Harness: the test ran to completion. 15 Harness: the test ran to completion.
16 16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698