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

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

Issue 1115913002: Add deprecation warnings to old powerful features on insecure origins. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updates from nits 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
OLDNEW
(Empty)
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.
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.
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 This is a testharness.js-based test.
7 PASS getCurrentPosition
8 PASS watchPosition
9 PASS fullscreen
10 PASS getUserMedia
11 PASS device motion
12 PASS device orientation
13 Harness: the test ran to completion.
14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698