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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt

Issue 1487763003: Expose NotificationEvent.action (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: with -expected.txt Created 5 years 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/notifications/NotificationEvent.idl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 interface Blob 1 interface Blob
2 getter size 2 getter size
3 getter type 3 getter type
4 method constructor 4 method constructor
5 method slice 5 method slice
6 interface Cache 6 interface Cache
7 method add 7 method add
8 method addAll 8 method addAll
9 method constructor 9 method constructor
10 method delete 10 method delete
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 getter silent 396 getter silent
397 getter tag 397 getter tag
398 getter title 398 getter title
399 method close 399 method close
400 method constructor 400 method constructor
401 setter onclick 401 setter onclick
402 setter onclose 402 setter onclose
403 setter onerror 403 setter onerror
404 setter onshow 404 setter onshow
405 interface NotificationEvent : ExtendableEvent 405 interface NotificationEvent : ExtendableEvent
406 getter action
406 getter notification 407 getter notification
407 method constructor 408 method constructor
408 interface PermissionStatus : EventTarget 409 interface PermissionStatus : EventTarget
409 getter onchange 410 getter onchange
410 getter state 411 getter state
411 method constructor 412 method constructor
412 setter onchange 413 setter onchange
413 interface Permissions 414 interface Permissions
414 method constructor 415 method constructor
415 method query 416 method query
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 setter onactivate 740 setter onactivate
740 setter onfetch 741 setter onfetch
741 setter oninstall 742 setter oninstall
742 setter onmessage 743 setter onmessage
743 setter onnotificationclick 744 setter onnotificationclick
744 setter onpush 745 setter onpush
745 This is a testharness.js-based test. 746 This is a testharness.js-based test.
746 PASS Verify the interface of ServiceWorkerGlobalScope 747 PASS Verify the interface of ServiceWorkerGlobalScope
747 Harness: the test ran to completion. 748 Harness: the test ran to completion.
748 749
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/notifications/NotificationEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698