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

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

Issue 2894953004: Enable navigator.storage.estimate() in stable (Closed)
Patch Set: Rebased Created 3 years, 7 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 BroadcastChannel : EventTarget 6 interface BroadcastChannel : EventTarget
7 getter name 7 getter name
8 getter onmessage 8 getter onmessage
9 getter onmessageerror 9 getter onmessageerror
10 method close 10 method close
(...skipping 533 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 method showNotification 544 method showNotification
545 method unregister 545 method unregister
546 method update 546 method update
547 setter onupdatefound 547 setter onupdatefound
548 interface SharedArrayBuffer 548 interface SharedArrayBuffer
549 getter byteLength 549 getter byteLength
550 method constructor 550 method constructor
551 method slice 551 method slice
552 interface StorageManager 552 interface StorageManager
553 method constructor 553 method constructor
554 method estimate
554 method persisted 555 method persisted
555 interface SubtleCrypto 556 interface SubtleCrypto
556 method constructor 557 method constructor
557 method decrypt 558 method decrypt
558 method deriveBits 559 method deriveBits
559 method deriveKey 560 method deriveKey
560 method digest 561 method digest
561 method encrypt 562 method encrypt
562 method exportKey 563 method exportKey
563 method generateKey 564 method generateKey
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
731 setter onmessage 732 setter onmessage
732 setter onnotificationclick 733 setter onnotificationclick
733 setter onnotificationclose 734 setter onnotificationclose
734 setter onpush 735 setter onpush
735 setter onsync 736 setter onsync
736 PASS Verify the interface of ServiceWorkerGlobalScope 737 PASS Verify the interface of ServiceWorkerGlobalScope
737 PASS successfullyParsed is true 738 PASS successfullyParsed is true
738 739
739 TEST COMPLETE 740 TEST COMPLETE
740 741
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698