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

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

Issue 1316693002: Remove left-overs of PushSubscription.curve25519dh (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 method getSubscription 473 method getSubscription
474 method permissionState 474 method permissionState
475 method subscribe 475 method subscribe
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
484 getter endpoint 483 getter endpoint
485 method constructor 484 method constructor
486 method getKey 485 method getKey
487 method toJSON 486 method toJSON
488 method unsubscribe 487 method unsubscribe
489 interface ReadableByteStream 488 interface ReadableByteStream
490 method cancel 489 method cancel
491 method constructor 490 method constructor
492 method getReader 491 method getReader
493 interface ReadableStream 492 interface ReadableStream
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
844 method abort 843 method abort
845 method constructor 844 method constructor
846 method objectStore 845 method objectStore
847 setter onabort 846 setter onabort
848 setter oncomplete 847 setter oncomplete
849 setter onerror 848 setter onerror
850 This is a testharness.js-based test. 849 This is a testharness.js-based test.
851 PASS Verify the interface of ServiceWorkerGlobalScope 850 PASS Verify the interface of ServiceWorkerGlobalScope
852 Harness: the test ran to completion. 851 Harness: the test ran to completion.
853 852
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698