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

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

Issue 1248823005: Re-add deprecation warnings for device orientation and device motion. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « no previous file | Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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. 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.
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: 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.
5 This is a testharness.js-based test. 7 This is a testharness.js-based test.
6 PASS getCurrentPosition 8 PASS getCurrentPosition
7 PASS watchPosition 9 PASS watchPosition
8 PASS fullscreen 10 PASS fullscreen
9 PASS getUserMedia 11 PASS getUserMedia
10 PASS device motion 12 PASS device motion
11 PASS device orientation 13 PASS device orientation
12 PASS requestMediaKeySystemAccess 14 PASS requestMediaKeySystemAccess
13 Harness: the test ran to completion. 15 Harness: the test ran to completion.
14 16
OLDNEW
« no previous file with comments | « no previous file | Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698