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

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

Issue 1125573003: Update deprecation messages for powerful features on insecure origins (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update -expected.txt 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
« 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: 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: 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() 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() 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() 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() 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 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. 4 This is a testharness.js-based test.
7 PASS getCurrentPosition 5 PASS getCurrentPosition
8 PASS watchPosition 6 PASS watchPosition
9 PASS fullscreen 7 PASS fullscreen
10 PASS getUserMedia 8 PASS getUserMedia
11 PASS device motion 9 PASS device motion
12 PASS device orientation 10 PASS device orientation
13 Harness: the test ran to completion. 11 Harness: the test ran to completion.
14 12
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