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

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

Issue 1333853002: bindings: Moves event handlers and methods of Window to the instance object. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Synced. 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 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 method matchAll 549 method matchAll
550 setter onclose 550 setter onclose
551 setter onconnect 551 setter onconnect
552 setter onmessage 552 setter onmessage
553 interface ServicePortConnectEvent 553 interface ServicePortConnectEvent
554 getter origin 554 getter origin
555 getter targetURL 555 getter targetURL
556 method constructor 556 method constructor
557 method respondWith 557 method respondWith
558 interface ServiceWorkerGlobalScope 558 interface ServiceWorkerGlobalScope
559 getter clients
560 getter onactivate
561 getter oncrossoriginmessage
562 getter onfetch
563 getter ongeofenceenter
564 getter ongeofenceleave
565 getter oninstall
566 getter onmessage
567 getter onnotificationclick
568 getter onperiodicsync
569 getter onpush
570 getter onsync
571 getter registration
572 method close
573 method constructor 559 method constructor
574 method fetch
575 method skipWaiting
576 setter onactivate
577 setter oncrossoriginmessage
578 setter onfetch
579 setter ongeofenceenter
580 setter ongeofenceleave
581 setter oninstall
582 setter onmessage
583 setter onnotificationclick
584 setter onperiodicsync
585 setter onpush
586 setter onsync
587 interface ServiceWorkerRegistration 560 interface ServiceWorkerRegistration
588 getter geofencing 561 getter geofencing
589 getter onupdatefound 562 getter onupdatefound
590 getter periodicSync 563 getter periodicSync
591 getter pushManager 564 getter pushManager
592 getter scope 565 getter scope
593 getter sync 566 getter sync
594 method constructor 567 method constructor
595 method getNotifications 568 method getNotifications
596 method showNotification 569 method showNotification
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
845 getter objectStoreNames 818 getter objectStoreNames
846 getter onabort 819 getter onabort
847 getter oncomplete 820 getter oncomplete
848 getter onerror 821 getter onerror
849 method abort 822 method abort
850 method constructor 823 method constructor
851 method objectStore 824 method objectStore
852 setter onabort 825 setter onabort
853 setter oncomplete 826 setter oncomplete
854 setter onerror 827 setter onerror
828 global object
829 getter caches
830 getter clients
831 getter onactivate
832 getter oncrossoriginmessage
833 getter onfetch
834 getter ongeofenceenter
835 getter ongeofenceleave
836 getter oninstall
837 getter onmessage
838 getter onnotificationclick
839 getter onperiodicsync
840 getter onpush
841 getter onsync
842 getter registration
843 method close
844 method fetch
845 method gc
846 method skipWaiting
847 setter onactivate
848 setter oncrossoriginmessage
849 setter onfetch
850 setter ongeofenceenter
851 setter ongeofenceleave
852 setter oninstall
853 setter onmessage
854 setter onnotificationclick
855 setter onperiodicsync
856 setter onpush
857 setter onsync
855 This is a testharness.js-based test. 858 This is a testharness.js-based test.
856 PASS Verify the interface of ServiceWorkerGlobalScope 859 PASS Verify the interface of ServiceWorkerGlobalScope
857 Harness: the test ran to completion. 860 Harness: the test ran to completion.
858 861
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698