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

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

Issue 2014173002: Rename Event.deepPath() to Event.composedPath() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 4 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 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead. 1 CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead.
2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead. 2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead.
3 CONSOLE WARNING: line 94: 'window.webkitStorageInfo' is deprecated. Please use ' navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead . 3 CONSOLE WARNING: line 94: 'window.webkitStorageInfo' is deprecated. Please use ' navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead .
4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated. Please use 'IDBT ransaction' instead. 4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated. Please use 'IDBT ransaction' instead.
5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque st' instead. 5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque st' instead.
6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO bjectStore' instead. 6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO bjectStore' instead.
7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR ange' instead. 7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR ange' instead.
8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto ry' instead. 9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto ry' instead.
10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData base' instead. 10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData base' instead.
(...skipping 1560 matching lines...) Expand 10 before | Expand all | Expand 10 after
1571 getter defaultPrevented 1571 getter defaultPrevented
1572 getter eventPhase 1572 getter eventPhase
1573 getter path 1573 getter path
1574 getter relatedTargetScoped 1574 getter relatedTargetScoped
1575 getter returnValue 1575 getter returnValue
1576 getter scoped 1576 getter scoped
1577 getter srcElement 1577 getter srcElement
1578 getter target 1578 getter target
1579 getter timeStamp 1579 getter timeStamp
1580 getter type 1580 getter type
1581 method composedPath
1581 method constructor 1582 method constructor
1582 method deepPath
1583 method initEvent 1583 method initEvent
1584 method preventDefault 1584 method preventDefault
1585 method stopImmediatePropagation 1585 method stopImmediatePropagation
1586 method stopPropagation 1586 method stopPropagation
1587 setter cancelBubble 1587 setter cancelBubble
1588 setter returnValue 1588 setter returnValue
1589 interface EventSource : EventTarget 1589 interface EventSource : EventTarget
1590 attribute @@toStringTag 1590 attribute @@toStringTag
1591 attribute CLOSED 1591 attribute CLOSED
1592 attribute CONNECTING 1592 attribute CONNECTING
(...skipping 6075 matching lines...) Expand 10 before | Expand all | Expand 10 after
7668 method stop 7668 method stop
7669 method webkitCancelAnimationFrame 7669 method webkitCancelAnimationFrame
7670 method webkitCancelRequestAnimationFrame 7670 method webkitCancelRequestAnimationFrame
7671 method webkitRequestAnimationFrame 7671 method webkitRequestAnimationFrame
7672 method webkitRequestFileSystem 7672 method webkitRequestFileSystem
7673 method webkitResolveLocalFileSystemURL 7673 method webkitResolveLocalFileSystemURL
7674 PASS successfullyParsed is true 7674 PASS successfullyParsed is true
7675 7675
7676 TEST COMPLETE 7676 TEST COMPLETE
7677 7677
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698