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

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

Issue 1301393002: Expose durable storage to workers. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update webexposed lists Created 5 years, 4 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 | Annotate | Revision Log
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 Cache 7 interface Cache
8 method add 8 method add
9 method addAll 9 method addAll
10 method constructor 10 method constructor
(...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after
587 getter sync 587 getter sync
588 method constructor 588 method constructor
589 method getNotifications 589 method getNotifications
590 method showNotification 590 method showNotification
591 method unregister 591 method unregister
592 method update 592 method update
593 setter onupdatefound 593 setter onupdatefound
594 interface StorageManager 594 interface StorageManager
595 method constructor 595 method constructor
596 method persistentPermission 596 method persistentPermission
597 method requestPersistent
598 interface SubtleCrypto 597 interface SubtleCrypto
599 method constructor 598 method constructor
600 method decrypt 599 method decrypt
601 method deriveBits 600 method deriveBits
602 method deriveKey 601 method deriveKey
603 method digest 602 method digest
604 method encrypt 603 method encrypt
605 method exportKey 604 method exportKey
606 method generateKey 605 method generateKey
607 method importKey 606 method importKey
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
736 getter appName 735 getter appName
737 getter appVersion 736 getter appVersion
738 getter connection 737 getter connection
739 getter geofencing 738 getter geofencing
740 getter hardwareConcurrency 739 getter hardwareConcurrency
741 getter onLine 740 getter onLine
742 getter permissions 741 getter permissions
743 getter platform 742 getter platform
744 getter product 743 getter product
745 getter services 744 getter services
745 getter storage
746 getter userAgent 746 getter userAgent
747 getter webkitPersistentStorage 747 getter webkitPersistentStorage
748 getter webkitTemporaryStorage 748 getter webkitTemporaryStorage
749 method constructor 749 method constructor
750 interface webkitIDBCursor 750 interface webkitIDBCursor
751 getter direction 751 getter direction
752 getter key 752 getter key
753 getter primaryKey 753 getter primaryKey
754 getter source 754 getter source
755 method advance 755 method advance
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
843 method abort 843 method abort
844 method constructor 844 method constructor
845 method objectStore 845 method objectStore
846 setter onabort 846 setter onabort
847 setter oncomplete 847 setter oncomplete
848 setter onerror 848 setter onerror
849 This is a testharness.js-based test. 849 This is a testharness.js-based test.
850 PASS Verify the interface of ServiceWorkerGlobalScope 850 PASS Verify the interface of ServiceWorkerGlobalScope
851 Harness: the test ran to completion. 851 Harness: the test ran to completion.
852 852
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698