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

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

Issue 1308943005: [NetInfo] Add Blink support for connection.change, connection.downlinkMax, and wimax (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase 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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 method constructor 397 method constructor
398 method initMessageEvent 398 method initMessageEvent
399 interface MessagePort 399 interface MessagePort
400 getter onmessage 400 getter onmessage
401 method close 401 method close
402 method constructor 402 method constructor
403 method postMessage 403 method postMessage
404 method start 404 method start
405 setter onmessage 405 setter onmessage
406 interface NetworkInformation 406 interface NetworkInformation
407 getter downlinkMax
408 getter onchange
407 getter ontypechange 409 getter ontypechange
408 getter type 410 getter type
409 method constructor 411 method constructor
412 setter onchange
410 setter ontypechange 413 setter ontypechange
411 interface Notification 414 interface Notification
412 getter actions 415 getter actions
413 getter body 416 getter body
414 getter data 417 getter data
415 getter dir 418 getter dir
416 getter icon 419 getter icon
417 getter lang 420 getter lang
418 getter onclick 421 getter onclick
419 getter onclose 422 getter onclose
(...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after
842 method abort 845 method abort
843 method constructor 846 method constructor
844 method objectStore 847 method objectStore
845 setter onabort 848 setter onabort
846 setter oncomplete 849 setter oncomplete
847 setter onerror 850 setter onerror
848 This is a testharness.js-based test. 851 This is a testharness.js-based test.
849 PASS Verify the interface of ServiceWorkerGlobalScope 852 PASS Verify the interface of ServiceWorkerGlobalScope
850 Harness: the test ran to completion. 853 Harness: the test ran to completion.
851 854
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/Window/resources/window-property-collector.js ('k') | LayoutTests/netinfo/basic-operation.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698