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

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

Issue 1481753002: ServiceWorker: Enable WindowClient.navigate() method by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 556 matching lines...) Expand 10 before | Expand all | Expand 10 after
567 setter binaryType 567 setter binaryType
568 setter onclose 568 setter onclose
569 setter onerror 569 setter onerror
570 setter onmessage 570 setter onmessage
571 setter onopen 571 setter onopen
572 interface WindowClient : Client 572 interface WindowClient : Client
573 getter focused 573 getter focused
574 getter visibilityState 574 getter visibilityState
575 method constructor 575 method constructor
576 method focus 576 method focus
577 method navigate
577 interface WorkerGlobalScope : EventTarget 578 interface WorkerGlobalScope : EventTarget
578 attribute PERSISTENT 579 attribute PERSISTENT
579 attribute TEMPORARY 580 attribute TEMPORARY
580 getter console 581 getter console
581 getter crypto 582 getter crypto
582 getter indexedDB 583 getter indexedDB
583 getter location 584 getter location
584 getter navigator 585 getter navigator
585 getter onerror 586 getter onerror
586 getter onrejectionhandled 587 getter onrejectionhandled
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
748 setter onactivate 749 setter onactivate
749 setter onfetch 750 setter onfetch
750 setter oninstall 751 setter oninstall
751 setter onmessage 752 setter onmessage
752 setter onnotificationclick 753 setter onnotificationclick
753 setter onpush 754 setter onpush
754 This is a testharness.js-based test. 755 This is a testharness.js-based test.
755 PASS Verify the interface of ServiceWorkerGlobalScope 756 PASS Verify the interface of ServiceWorkerGlobalScope
756 Harness: the test ran to completion. 757 Harness: the test ran to completion.
757 758
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698