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

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

Issue 1321453007: Some random Web Notification cleanups (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 540 matching lines...) Expand 10 before | Expand all | Expand 10 after
551 interface ServiceWorkerGlobalScope 551 interface ServiceWorkerGlobalScope
552 getter clients 552 getter clients
553 getter onactivate 553 getter onactivate
554 getter oncrossoriginmessage 554 getter oncrossoriginmessage
555 getter onfetch 555 getter onfetch
556 getter ongeofenceenter 556 getter ongeofenceenter
557 getter ongeofenceleave 557 getter ongeofenceleave
558 getter oninstall 558 getter oninstall
559 getter onmessage 559 getter onmessage
560 getter onnotificationclick 560 getter onnotificationclick
561 getter onnotificationerror
562 getter onperiodicsync 561 getter onperiodicsync
563 getter onpush 562 getter onpush
564 getter onsync 563 getter onsync
565 getter registration 564 getter registration
566 method close 565 method close
567 method constructor 566 method constructor
568 method fetch 567 method fetch
569 method skipWaiting 568 method skipWaiting
570 setter onactivate 569 setter onactivate
571 setter oncrossoriginmessage 570 setter oncrossoriginmessage
572 setter onfetch 571 setter onfetch
573 setter ongeofenceenter 572 setter ongeofenceenter
574 setter ongeofenceleave 573 setter ongeofenceleave
575 setter oninstall 574 setter oninstall
576 setter onmessage 575 setter onmessage
577 setter onnotificationclick 576 setter onnotificationclick
578 setter onnotificationerror
579 setter onperiodicsync 577 setter onperiodicsync
580 setter onpush 578 setter onpush
581 setter onsync 579 setter onsync
582 interface ServiceWorkerRegistration 580 interface ServiceWorkerRegistration
583 getter geofencing 581 getter geofencing
584 getter onupdatefound 582 getter onupdatefound
585 getter periodicSync 583 getter periodicSync
586 getter pushManager 584 getter pushManager
587 getter scope 585 getter scope
588 getter sync 586 getter sync
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
844 method abort 842 method abort
845 method constructor 843 method constructor
846 method objectStore 844 method objectStore
847 setter onabort 845 setter onabort
848 setter oncomplete 846 setter oncomplete
849 setter onerror 847 setter onerror
850 This is a testharness.js-based test. 848 This is a testharness.js-based test.
851 PASS Verify the interface of ServiceWorkerGlobalScope 849 PASS Verify the interface of ServiceWorkerGlobalScope
852 Harness: the test ran to completion. 850 Harness: the test ran to completion.
853 851
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698