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

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: webkit tests 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 1019 matching lines...) Expand 10 before | Expand all | Expand 10 after
1030 interface Credential 1030 interface Credential
1031 attribute @@toStringTag 1031 attribute @@toStringTag
1032 getter id 1032 getter id
1033 getter type 1033 getter type
1034 method constructor 1034 method constructor
1035 interface CredentialsContainer 1035 interface CredentialsContainer
1036 attribute @@toStringTag 1036 attribute @@toStringTag
1037 method constructor 1037 method constructor
1038 method create 1038 method create
1039 method get 1039 method get
1040 method preventSilentAccess
1040 method requireUserMediation 1041 method requireUserMediation
1041 method store 1042 method store
1042 interface Crypto 1043 interface Crypto
1043 attribute @@toStringTag 1044 attribute @@toStringTag
1044 getter subtle 1045 getter subtle
1045 method constructor 1046 method constructor
1046 method getRandomValues 1047 method getRandomValues
1047 interface CryptoKey 1048 interface CryptoKey
1048 attribute @@toStringTag 1049 attribute @@toStringTag
1049 getter algorithm 1050 getter algorithm
(...skipping 8169 matching lines...) Expand 10 before | Expand all | Expand 10 after
9219 setter scrollY 9220 setter scrollY
9220 setter scrollbars 9221 setter scrollbars
9221 setter status 9222 setter status
9222 setter statusbar 9223 setter statusbar
9223 setter toolbar 9224 setter toolbar
9224 setter visualViewport 9225 setter visualViewport
9225 PASS successfullyParsed is true 9226 PASS successfullyParsed is true
9226 9227
9227 TEST COMPLETE 9228 TEST COMPLETE
9228 9229
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698