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

Side by Side Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt

Issue 2895243002: Rename requireUserMediation to preventSilentAccess in the CM API. (Closed)
Patch Set: merge Created 3 years, 6 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 8177 matching lines...) Expand 10 before | Expand all | Expand 10 after
9259 setter scrollY 9260 setter scrollY
9260 setter scrollbars 9261 setter scrollbars
9261 setter status 9262 setter status
9262 setter statusbar 9263 setter statusbar
9263 setter toolbar 9264 setter toolbar
9264 setter view 9265 setter view
9265 PASS successfullyParsed is true 9266 PASS successfullyParsed is true
9266 9267
9267 TEST COMPLETE 9268 TEST COMPLETE
9268 9269
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698