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

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

Issue 1198863006: First version of PerformanceObserver (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Code review comments 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
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 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 method close 430 method close
431 method constructor 431 method constructor
432 setter onclick 432 setter onclick
433 setter onclose 433 setter onclose
434 setter onerror 434 setter onerror
435 setter onshow 435 setter onshow
436 interface NotificationEvent 436 interface NotificationEvent
437 getter action 437 getter action
438 getter notification 438 getter notification
439 method constructor 439 method constructor
440 interface PerformanceObserverEntryList
441 method constructor
442 method getEntries
443 method getEntriesByName
444 method getEntriesByType
440 interface PeriodicSyncEvent 445 interface PeriodicSyncEvent
441 getter registration 446 getter registration
442 method constructor 447 method constructor
443 interface PeriodicSyncManager 448 interface PeriodicSyncManager
444 getter minPossiblePeriod 449 getter minPossiblePeriod
445 method constructor 450 method constructor
446 method getRegistration 451 method getRegistration
447 method getRegistrations 452 method getRegistrations
448 method permissionState 453 method permissionState
449 method register 454 method register
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
844 method abort 849 method abort
845 method constructor 850 method constructor
846 method objectStore 851 method objectStore
847 setter onabort 852 setter onabort
848 setter oncomplete 853 setter oncomplete
849 setter onerror 854 setter onerror
850 This is a testharness.js-based test. 855 This is a testharness.js-based test.
851 PASS Verify the interface of ServiceWorkerGlobalScope 856 PASS Verify the interface of ServiceWorkerGlobalScope
852 Harness: the test ran to completion. 857 Harness: the test ran to completion.
853 858
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698