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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/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 564 matching lines...) Expand 10 before | Expand all | Expand 10 after
575 interface Credential 575 interface Credential
576 attribute @@toStringTag 576 attribute @@toStringTag
577 getter id 577 getter id
578 getter type 578 getter type
579 method constructor 579 method constructor
580 interface CredentialsContainer 580 interface CredentialsContainer
581 attribute @@toStringTag 581 attribute @@toStringTag
582 method constructor 582 method constructor
583 method create 583 method create
584 method get 584 method get
585 method preventSilentAccess
585 method requireUserMediation 586 method requireUserMediation
586 method store 587 method store
587 interface Crypto 588 interface Crypto
588 attribute @@toStringTag 589 attribute @@toStringTag
589 getter subtle 590 getter subtle
590 method constructor 591 method constructor
591 method getRandomValues 592 method getRandomValues
592 interface CryptoKey 593 interface CryptoKey
593 attribute @@toStringTag 594 attribute @@toStringTag
594 getter algorithm 595 getter algorithm
(...skipping 7307 matching lines...) Expand 10 before | Expand all | Expand 10 after
7902 setter scrollX 7903 setter scrollX
7903 setter scrollY 7904 setter scrollY
7904 setter scrollbars 7905 setter scrollbars
7905 setter status 7906 setter status
7906 setter statusbar 7907 setter statusbar
7907 setter toolbar 7908 setter toolbar
7908 PASS successfullyParsed is true 7909 PASS successfullyParsed is true
7909 7910
7910 TEST COMPLETE 7911 TEST COMPLETE
7911 7912
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698