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

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: rebase 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 requireUserMediation 1040 method preventSilentAccess
1041 method store 1041 method store
1042 interface Crypto 1042 interface Crypto
1043 attribute @@toStringTag 1043 attribute @@toStringTag
1044 getter subtle 1044 getter subtle
1045 method constructor 1045 method constructor
1046 method getRandomValues 1046 method getRandomValues
1047 interface CryptoKey 1047 interface CryptoKey
1048 attribute @@toStringTag 1048 attribute @@toStringTag
1049 getter algorithm 1049 getter algorithm
1050 getter extractable 1050 getter extractable
(...skipping 8176 matching lines...) Expand 10 before | Expand all | Expand 10 after
9227 setter scrollY 9227 setter scrollY
9228 setter scrollbars 9228 setter scrollbars
9229 setter status 9229 setter status
9230 setter statusbar 9230 setter statusbar
9231 setter toolbar 9231 setter toolbar
9232 setter visualViewport 9232 setter visualViewport
9233 PASS successfullyParsed is true 9233 PASS successfullyParsed is true
9234 9234
9235 TEST COMPLETE 9235 TEST COMPLETE
9236 9236
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698