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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/stable/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 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 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 static getter permission 390 static getter permission
391 getter body 391 getter body
392 getter data 392 getter data
393 getter dir 393 getter dir
394 getter icon 394 getter icon
395 getter lang 395 getter lang
396 getter onclick 396 getter onclick
397 getter onclose 397 getter onclose
398 getter onerror 398 getter onerror
399 getter onshow 399 getter onshow
400 getter renotify
400 getter requireInteraction 401 getter requireInteraction
401 getter silent 402 getter silent
402 getter tag 403 getter tag
403 getter timestamp 404 getter timestamp
404 getter title 405 getter title
405 method close 406 method close
406 method constructor 407 method constructor
407 setter onclick 408 setter onclick
408 setter onclose 409 setter onclose
409 setter onerror 410 setter onerror
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
763 setter oninstall 764 setter oninstall
764 setter onmessage 765 setter onmessage
765 setter onnotificationclick 766 setter onnotificationclick
766 setter onnotificationclose 767 setter onnotificationclose
767 setter onpush 768 setter onpush
768 setter onsync 769 setter onsync
769 This is a testharness.js-based test. 770 This is a testharness.js-based test.
770 PASS Verify the interface of ServiceWorkerGlobalScope 771 PASS Verify the interface of ServiceWorkerGlobalScope
771 Harness: the test ran to completion. 772 Harness: the test ran to completion.
772 773
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698