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

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

Issue 2133673002: Push API: Implement and ship PushSubscription.options (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 interface Blob 1 interface Blob
2 getter isClosed 2 getter isClosed
3 getter size 3 getter size
4 getter type 4 getter type
5 method close 5 method close
6 method constructor 6 method constructor
7 method slice 7 method slice
8 interface ByteLengthQueuingStrategy 8 interface ByteLengthQueuingStrategy
9 method constructor 9 method constructor
10 method size 10 method size
(...skipping 572 matching lines...) Expand 10 before | Expand all | Expand 10 after
583 method permissionState 583 method permissionState
584 method subscribe 584 method subscribe
585 interface PushMessageData 585 interface PushMessageData
586 method arrayBuffer 586 method arrayBuffer
587 method blob 587 method blob
588 method constructor 588 method constructor
589 method json 589 method json
590 method text 590 method text
591 interface PushSubscription 591 interface PushSubscription
592 getter endpoint 592 getter endpoint
593 getter options
593 method constructor 594 method constructor
594 method getKey 595 method getKey
595 method toJSON 596 method toJSON
596 method unsubscribe 597 method unsubscribe
598 interface PushSubscriptionOptions
599 getter applicationServerKey
600 getter userVisibleOnly
601 method constructor
597 interface ReadableStream 602 interface ReadableStream
598 getter locked 603 getter locked
599 method cancel 604 method cancel
600 method constructor 605 method constructor
601 method getReader 606 method getReader
602 method tee 607 method tee
603 interface Request 608 interface Request
604 getter bodyUsed 609 getter bodyUsed
605 getter credentials 610 getter credentials
606 getter headers 611 getter headers
(...skipping 760 matching lines...) Expand 10 before | Expand all | Expand 10 after
1367 setter onmessage 1372 setter onmessage
1368 setter onnotificationclick 1373 setter onnotificationclick
1369 setter onnotificationclose 1374 setter onnotificationclose
1370 setter onpush 1375 setter onpush
1371 setter onsync 1376 setter onsync
1372 PASS Verify the interface of ServiceWorkerGlobalScope 1377 PASS Verify the interface of ServiceWorkerGlobalScope
1373 PASS successfullyParsed is true 1378 PASS successfullyParsed is true
1374 1379
1375 TEST COMPLETE 1380 TEST COMPLETE
1376 1381
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698