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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/webexposed/global-interface-listing-expected.txt

Issue 2895243002: Rename requireUserMediation to preventSilentAccess in the CM API. (Closed)
Patch Set: merge Created 3 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
1 CONSOLE WARNING: line 95: 'webkitURL' is deprecated. Please use 'URL' instead. 1 CONSOLE WARNING: line 95: 'webkitURL' is deprecated. Please use 'URL' instead.
2 This test documents all interface attributes and methods on the global window ob ject and element instances. 2 This test documents all interface attributes and methods on the global window ob ject and element instances.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 [INTERFACES] 7 [INTERFACES]
8 interface AbsoluteOrientationSensor : OrientationSensor 8 interface AbsoluteOrientationSensor : OrientationSensor
9 attribute @@toStringTag 9 attribute @@toStringTag
10 method constructor 10 method constructor
(...skipping 1051 matching lines...) Expand 10 before | Expand all | Expand 10 after
1062 interface Credential 1062 interface Credential
1063 attribute @@toStringTag 1063 attribute @@toStringTag
1064 getter id 1064 getter id
1065 getter type 1065 getter type
1066 method constructor 1066 method constructor
1067 interface CredentialsContainer 1067 interface CredentialsContainer
1068 attribute @@toStringTag 1068 attribute @@toStringTag
1069 method constructor 1069 method constructor
1070 method create 1070 method create
1071 method get 1071 method get
1072 method preventSilentAccess
1072 method requireUserMediation 1073 method requireUserMediation
1073 method store 1074 method store
1074 interface Crypto 1075 interface Crypto
1075 attribute @@toStringTag 1076 attribute @@toStringTag
1076 getter subtle 1077 getter subtle
1077 method constructor 1078 method constructor
1078 method getRandomValues 1079 method getRandomValues
1079 interface CryptoKey 1080 interface CryptoKey
1080 attribute @@toStringTag 1081 attribute @@toStringTag
1081 getter algorithm 1082 getter algorithm
(...skipping 8169 matching lines...) Expand 10 before | Expand all | Expand 10 after
9251 setter scrollY 9252 setter scrollY
9252 setter scrollbars 9253 setter scrollbars
9253 setter status 9254 setter status
9254 setter statusbar 9255 setter statusbar
9255 setter toolbar 9256 setter toolbar
9256 setter view 9257 setter view
9257 PASS successfullyParsed is true 9258 PASS successfullyParsed is true
9258 9259
9259 TEST COMPLETE 9260 TEST COMPLETE
9260 9261
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698