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

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

Issue 1974033003: Ship the Notification.action and Notification.vibration properties (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@threadsafe-statics
Patch Set: Ship the Notification.action and Notification.vibration properties Created 4 years, 5 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 3484 matching lines...) Expand 10 before | Expand all | Expand 10 after
3495 method entries 3495 method entries
3496 method forEach 3496 method forEach
3497 method item 3497 method item
3498 method keys 3498 method keys
3499 method values 3499 method values
3500 interface Notification : EventTarget 3500 interface Notification : EventTarget
3501 static getter maxActions 3501 static getter maxActions
3502 static getter permission 3502 static getter permission
3503 static method requestPermission 3503 static method requestPermission
3504 attribute @@toStringTag 3504 attribute @@toStringTag
3505 getter actions
3505 getter body 3506 getter body
3506 getter data 3507 getter data
3507 getter dir 3508 getter dir
3508 getter icon 3509 getter icon
3509 getter lang 3510 getter lang
3510 getter onclick 3511 getter onclick
3511 getter onclose 3512 getter onclose
3512 getter onerror 3513 getter onerror
3513 getter onshow 3514 getter onshow
3514 getter renotify 3515 getter renotify
3515 getter requireInteraction 3516 getter requireInteraction
3516 getter silent 3517 getter silent
3517 getter tag 3518 getter tag
3518 getter timestamp 3519 getter timestamp
3519 getter title 3520 getter title
3521 getter vibrate
3520 method close 3522 method close
3521 method constructor 3523 method constructor
3522 setter onclick 3524 setter onclick
3523 setter onclose 3525 setter onclose
3524 setter onerror 3526 setter onerror
3525 setter onshow 3527 setter onshow
3526 interface OfflineAudioCompletionEvent : Event 3528 interface OfflineAudioCompletionEvent : Event
3527 attribute @@toStringTag 3529 attribute @@toStringTag
3528 getter renderedBuffer 3530 getter renderedBuffer
3529 method constructor 3531 method constructor
(...skipping 3139 matching lines...) Expand 10 before | Expand all | Expand 10 after
6669 method stop 6671 method stop
6670 method webkitCancelAnimationFrame 6672 method webkitCancelAnimationFrame
6671 method webkitCancelRequestAnimationFrame 6673 method webkitCancelRequestAnimationFrame
6672 method webkitRequestAnimationFrame 6674 method webkitRequestAnimationFrame
6673 method webkitRequestFileSystem 6675 method webkitRequestFileSystem
6674 method webkitResolveLocalFileSystemURL 6676 method webkitResolveLocalFileSystemURL
6675 PASS successfullyParsed is true 6677 PASS successfullyParsed is true
6676 6678
6677 TEST COMPLETE 6679 TEST COMPLETE
6678 6680
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698