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

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

Issue 1514383002: [BackgroundSync] Enable BackgroundSync by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Layout test expectations Created 5 years 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 constructor 4 method constructor
5 method slice 5 method slice
6 interface Cache 6 interface Cache
7 method add 7 method add
8 method addAll 8 method addAll
9 method constructor 9 method constructor
10 method delete 10 method delete
(...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 method clone 470 method clone
471 method constructor 471 method constructor
472 method json 472 method json
473 method text 473 method text
474 interface ServiceWorkerGlobalScope : WorkerGlobalScope 474 interface ServiceWorkerGlobalScope : WorkerGlobalScope
475 method constructor 475 method constructor
476 interface ServiceWorkerRegistration : EventTarget 476 interface ServiceWorkerRegistration : EventTarget
477 getter onupdatefound 477 getter onupdatefound
478 getter pushManager 478 getter pushManager
479 getter scope 479 getter scope
480 getter sync
480 method constructor 481 method constructor
481 method getNotifications 482 method getNotifications
482 method showNotification 483 method showNotification
483 method unregister 484 method unregister
484 method update 485 method update
485 setter onupdatefound 486 setter onupdatefound
486 interface SubtleCrypto 487 interface SubtleCrypto
487 method constructor 488 method constructor
488 method decrypt 489 method decrypt
489 method deriveBits 490 method deriveBits
490 method deriveKey 491 method deriveKey
491 method digest 492 method digest
492 method encrypt 493 method encrypt
493 method exportKey 494 method exportKey
494 method generateKey 495 method generateKey
495 method importKey 496 method importKey
496 method sign 497 method sign
497 method unwrapKey 498 method unwrapKey
498 method verify 499 method verify
499 method wrapKey 500 method wrapKey
501 interface SyncEvent : ExtendableEvent
502 getter lastChance
503 getter tag
504 method constructor
505 interface SyncManager
506 method constructor
507 method getTags
508 method register
500 interface TextDecoder 509 interface TextDecoder
501 getter encoding 510 getter encoding
502 getter fatal 511 getter fatal
503 getter ignoreBOM 512 getter ignoreBOM
504 method constructor 513 method constructor
505 method decode 514 method decode
506 interface TextEncoder 515 interface TextEncoder
507 getter encoding 516 getter encoding
508 method constructor 517 method constructor
509 method encode 518 method encode
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
734 setter onerror 743 setter onerror
735 global object 744 global object
736 getter caches 745 getter caches
737 getter clients 746 getter clients
738 getter onactivate 747 getter onactivate
739 getter onfetch 748 getter onfetch
740 getter oninstall 749 getter oninstall
741 getter onmessage 750 getter onmessage
742 getter onnotificationclick 751 getter onnotificationclick
743 getter onpush 752 getter onpush
753 getter onsync
744 getter registration 754 getter registration
745 method close 755 method close
746 method fetch 756 method fetch
747 method gc 757 method gc
748 method skipWaiting 758 method skipWaiting
749 setter onactivate 759 setter onactivate
750 setter onfetch 760 setter onfetch
751 setter oninstall 761 setter oninstall
752 setter onmessage 762 setter onmessage
753 setter onnotificationclick 763 setter onnotificationclick
754 setter onpush 764 setter onpush
765 setter onsync
755 This is a testharness.js-based test. 766 This is a testharness.js-based test.
756 PASS Verify the interface of ServiceWorkerGlobalScope 767 PASS Verify the interface of ServiceWorkerGlobalScope
757 Harness: the test ran to completion. 768 Harness: the test ran to completion.
758 769
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-dedicated-worker-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698