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

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

Issue 1412223007: Ship Notification action buttons by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@notexp
Patch Set: Rebase Created 5 years, 1 month 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 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 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 method constructor 374 method constructor
375 method initMessageEvent 375 method initMessageEvent
376 interface MessagePort : EventTarget 376 interface MessagePort : EventTarget
377 getter onmessage 377 getter onmessage
378 method close 378 method close
379 method constructor 379 method constructor
380 method postMessage 380 method postMessage
381 method start 381 method start
382 setter onmessage 382 setter onmessage
383 interface Notification : EventTarget 383 interface Notification : EventTarget
384 static getter maxActions
384 static getter permission 385 static getter permission
385 getter body 386 getter body
386 getter data 387 getter data
387 getter dir 388 getter dir
388 getter icon 389 getter icon
389 getter lang 390 getter lang
390 getter onclick 391 getter onclick
391 getter onclose 392 getter onclose
392 getter onerror 393 getter onerror
393 getter onshow 394 getter onshow
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
725 setter onactivate 726 setter onactivate
726 setter onfetch 727 setter onfetch
727 setter oninstall 728 setter oninstall
728 setter onmessage 729 setter onmessage
729 setter onnotificationclick 730 setter onnotificationclick
730 setter onpush 731 setter onpush
731 This is a testharness.js-based test. 732 This is a testharness.js-based test.
732 PASS Verify the interface of ServiceWorkerGlobalScope 733 PASS Verify the interface of ServiceWorkerGlobalScope
733 Harness: the test ran to completion. 734 Harness: the test ran to completion.
734 735
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-dedicated-worker-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698