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

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

Issue 1810973004: Add the CustomElementsRegistry interface behind the flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase (merge conflict) Created 4 years, 8 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: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA udioContext' instead. 1 CONSOLE WARNING: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA udioContext' instead.
2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i nstead. 2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i nstead.
3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. 3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead. 4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead.
5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad. 5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad.
6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead. 6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead.
7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead. 7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead.
8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad. 9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad.
10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead. 10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead.
(...skipping 756 matching lines...) Expand 10 before | Expand all | Expand 10 after
767 getter subtle 767 getter subtle
768 method constructor 768 method constructor
769 method getRandomValues 769 method getRandomValues
770 interface CryptoKey 770 interface CryptoKey
771 attribute @@toStringTag 771 attribute @@toStringTag
772 getter algorithm 772 getter algorithm
773 getter extractable 773 getter extractable
774 getter type 774 getter type
775 getter usages 775 getter usages
776 method constructor 776 method constructor
777 interface CustomElementsRegistry
778 attribute @@toStringTag
779 method constructor
780 method define
777 interface CustomEvent : Event 781 interface CustomEvent : Event
778 attribute @@toStringTag 782 attribute @@toStringTag
779 getter detail 783 getter detail
780 method constructor 784 method constructor
781 method initCustomEvent 785 method initCustomEvent
782 interface DOMError 786 interface DOMError
783 attribute @@toStringTag 787 attribute @@toStringTag
784 getter message 788 getter message
785 getter name 789 getter name
786 method constructor 790 method constructor
(...skipping 6607 matching lines...) Expand 10 before | Expand all | Expand 10 after
7394 setter username 7398 setter username
7395 [GLOBAL OBJECT] 7399 [GLOBAL OBJECT]
7396 attribute GCController 7400 attribute GCController
7397 attribute accessibilityController 7401 attribute accessibilityController
7398 attribute applicationCache 7402 attribute applicationCache
7399 attribute caches 7403 attribute caches
7400 attribute clientInformation 7404 attribute clientInformation
7401 attribute closed 7405 attribute closed
7402 attribute console 7406 attribute console
7403 attribute crypto 7407 attribute crypto
7408 attribute customElements
7404 attribute defaultStatus 7409 attribute defaultStatus
7405 attribute defaultstatus 7410 attribute defaultstatus
7406 attribute devicePixelRatio 7411 attribute devicePixelRatio
7407 attribute document 7412 attribute document
7408 attribute event 7413 attribute event
7409 attribute eventSender 7414 attribute eventSender
7410 attribute frameElement 7415 attribute frameElement
7411 attribute frames 7416 attribute frames
7412 attribute gamepadController 7417 attribute gamepadController
7413 attribute history 7418 attribute history
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
7589 method stop 7594 method stop
7590 method webkitCancelAnimationFrame 7595 method webkitCancelAnimationFrame
7591 method webkitCancelRequestAnimationFrame 7596 method webkitCancelRequestAnimationFrame
7592 method webkitRequestAnimationFrame 7597 method webkitRequestAnimationFrame
7593 method webkitRequestFileSystem 7598 method webkitRequestFileSystem
7594 method webkitResolveLocalFileSystemURL 7599 method webkitResolveLocalFileSystemURL
7595 PASS successfullyParsed is true 7600 PASS successfullyParsed is true
7596 7601
7597 TEST COMPLETE 7602 TEST COMPLETE
7598 7603
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/dom/custom/custom-elements-registry.html ('k') | third_party/WebKit/Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698