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

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

Issue 1530403002: Removal of geolocation APIs on insecure origins (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Rebase on ToT Created 4 years, 11 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
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.
2 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. 1 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 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. 2 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.
3 CONSOLE WARNING: getCurrentPosition() and watchPosition() are deprecated on inse cure origins. To use this feature, you should consider switching your applicatio n to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more details.
4 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. 4 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.
5 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. 5 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. 6 This is a testharness.js-based test.
7 PASS getCurrentPosition
8 PASS watchPosition
9 PASS device motion 7 PASS device motion
10 PASS device orientation 8 PASS device orientation
11 PASS requestMediaKeySystemAccess 9 PASS requestMediaKeySystemAccess
10 PASS getCurrentPosition
11 PASS watchPosition
12 PASS navigator.webkitGetUserMedia 12 PASS navigator.webkitGetUserMedia
13 PASS navigator.mediaDevices.getUserMedia 13 PASS navigator.mediaDevices.getUserMedia
14 Harness: the test ran to completion. 14 Harness: the test ran to completion.
15 15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698