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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/virtual/stable/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 AnalyserNode : AudioNode 8 interface AnalyserNode : AudioNode
9 attribute @@toStringTag 9 attribute @@toStringTag
10 getter fftSize 10 getter fftSize
(...skipping 635 matching lines...) Expand 10 before | Expand all | Expand 10 after
646 interface Credential 646 interface Credential
647 attribute @@toStringTag 647 attribute @@toStringTag
648 getter id 648 getter id
649 getter type 649 getter type
650 method constructor 650 method constructor
651 interface CredentialsContainer 651 interface CredentialsContainer
652 attribute @@toStringTag 652 attribute @@toStringTag
653 method constructor 653 method constructor
654 method create 654 method create
655 method get 655 method get
656 method preventSilentAccess
656 method requireUserMediation 657 method requireUserMediation
657 method store 658 method store
658 interface Crypto 659 interface Crypto
659 attribute @@toStringTag 660 attribute @@toStringTag
660 getter subtle 661 getter subtle
661 method constructor 662 method constructor
662 method getRandomValues 663 method getRandomValues
663 interface CryptoKey 664 interface CryptoKey
664 attribute @@toStringTag 665 attribute @@toStringTag
665 getter algorithm 666 getter algorithm
(...skipping 7307 matching lines...) Expand 10 before | Expand all | Expand 10 after
7973 setter scrollX 7974 setter scrollX
7974 setter scrollY 7975 setter scrollY
7975 setter scrollbars 7976 setter scrollbars
7976 setter status 7977 setter status
7977 setter statusbar 7978 setter statusbar
7978 setter toolbar 7979 setter toolbar
7979 PASS successfullyParsed is true 7980 PASS successfullyParsed is true
7980 7981
7981 TEST COMPLETE 7982 TEST COMPLETE
7982 7983
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698