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

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

Issue 1656243002: Implementation of renotify flag for Notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 10 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 interface Blob 1 interface Blob
2 getter size 2 getter size
3 getter type 3 getter type
4 method close 4 method close
5 method constructor 5 method constructor
6 method slice 6 method slice
7 interface ByteLengthQueuingStrategy 7 interface ByteLengthQueuingStrategy
8 method constructor 8 method constructor
9 method size 9 method size
10 interface Cache 10 interface Cache
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 getter actions 441 getter actions
442 getter body 442 getter body
443 getter data 443 getter data
444 getter dir 444 getter dir
445 getter icon 445 getter icon
446 getter lang 446 getter lang
447 getter onclick 447 getter onclick
448 getter onclose 448 getter onclose
449 getter onerror 449 getter onerror
450 getter onshow 450 getter onshow
451 getter renotify
451 getter requireInteraction 452 getter requireInteraction
452 getter silent 453 getter silent
453 getter tag 454 getter tag
454 getter timestamp 455 getter timestamp
455 getter title 456 getter title
456 getter vibrate 457 getter vibrate
457 method close 458 method close
458 method constructor 459 method constructor
459 setter onclick 460 setter onclick
460 setter onclose 461 setter onclose
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
881 setter oninstall 882 setter oninstall
882 setter onmessage 883 setter onmessage
883 setter onnotificationclick 884 setter onnotificationclick
884 setter onnotificationclose 885 setter onnotificationclose
885 setter onpush 886 setter onpush
886 setter onsync 887 setter onsync
887 This is a testharness.js-based test. 888 This is a testharness.js-based test.
888 PASS Verify the interface of ServiceWorkerGlobalScope 889 PASS Verify the interface of ServiceWorkerGlobalScope
889 Harness: the test ran to completion. 890 Harness: the test ran to completion.
890 891
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698