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

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

Issue 1309723004: Change PushSubscription.curve25519dh to PushSubscription.getKey() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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 465 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 interface PushMessageData 476 interface PushMessageData
477 method arrayBuffer 477 method arrayBuffer
478 method blob 478 method blob
479 method constructor 479 method constructor
480 method json 480 method json
481 method text 481 method text
482 interface PushSubscription 482 interface PushSubscription
483 getter curve25519dh 483 getter curve25519dh
484 getter endpoint 484 getter endpoint
485 method constructor 485 method constructor
486 method getKey
486 method toJSON 487 method toJSON
487 method unsubscribe 488 method unsubscribe
488 interface ReadableByteStream 489 interface ReadableByteStream
489 method cancel 490 method cancel
490 method constructor 491 method constructor
491 method getReader 492 method getReader
492 interface ReadableStream 493 interface ReadableStream
493 method cancel 494 method cancel
494 method constructor 495 method constructor
495 method getReader 496 method getReader
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
843 method abort 844 method abort
844 method constructor 845 method constructor
845 method objectStore 846 method objectStore
846 setter onabort 847 setter onabort
847 setter oncomplete 848 setter oncomplete
848 setter onerror 849 setter onerror
849 This is a testharness.js-based test. 850 This is a testharness.js-based test.
850 PASS Verify the interface of ServiceWorkerGlobalScope 851 PASS Verify the interface of ServiceWorkerGlobalScope
851 Harness: the test ran to completion. 852 Harness: the test ran to completion.
852 853
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698