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

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

Issue 1259193003: Add priority to Notification & NotificationOptions. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@actions3
Patch Set: Lowest to highest enum order Created 5 years, 4 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 Array 1 interface Array
2 attribute length 2 attribute length
3 method concat 3 method concat
4 method constructor 4 method constructor
5 method copyWithin 5 method copyWithin
6 method entries 6 method entries
7 method every 7 method every
8 method fill 8 method fill
9 method filter 9 method filter
10 method find 10 method find
(...skipping 674 matching lines...) Expand 10 before | Expand all | Expand 10 after
685 getter actions 685 getter actions
686 getter body 686 getter body
687 getter data 687 getter data
688 getter dir 688 getter dir
689 getter icon 689 getter icon
690 getter lang 690 getter lang
691 getter onclick 691 getter onclick
692 getter onclose 692 getter onclose
693 getter onerror 693 getter onerror
694 getter onshow 694 getter onshow
695 getter priority
695 getter silent 696 getter silent
696 getter tag 697 getter tag
697 getter title 698 getter title
698 getter vibrate 699 getter vibrate
699 method close 700 method close
700 method constructor 701 method constructor
701 setter onclick 702 setter onclick
702 setter onclose 703 setter onclose
703 setter onerror 704 setter onerror
704 setter onshow 705 setter onshow
(...skipping 651 matching lines...) Expand 10 before | Expand all | Expand 10 after
1356 method abort 1357 method abort
1357 method constructor 1358 method constructor
1358 method objectStore 1359 method objectStore
1359 setter onabort 1360 setter onabort
1360 setter oncomplete 1361 setter oncomplete
1361 setter onerror 1362 setter onerror
1362 This is a testharness.js-based test. 1363 This is a testharness.js-based test.
1363 PASS Verify the interface of ServiceWorkerGlobalScope 1364 PASS Verify the interface of ServiceWorkerGlobalScope
1364 Harness: the test ran to completion. 1365 Harness: the test ran to completion.
1365 1366
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698