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

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

Issue 2510833002: PaymentApp: Add interfaces for PaymentRequestEvent. (Closed)
Patch Set: PaymentApp: Add interfaces for PaymentRequestEvent. Created 4 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 isClosed 2 getter isClosed
3 getter size 3 getter size
4 getter type 4 getter type
5 method close 5 method close
6 method constructor 6 method constructor
7 method slice 7 method slice
8 interface BroadcastChannel : EventTarget 8 interface BroadcastChannel : EventTarget
9 getter name 9 getter name
10 getter onmessage 10 getter onmessage
(...skipping 542 matching lines...) Expand 10 before | Expand all | Expand 10 after
553 method arc 553 method arc
554 method arcTo 554 method arcTo
555 method bezierCurveTo 555 method bezierCurveTo
556 method closePath 556 method closePath
557 method constructor 557 method constructor
558 method ellipse 558 method ellipse
559 method lineTo 559 method lineTo
560 method moveTo 560 method moveTo
561 method quadraticCurveTo 561 method quadraticCurveTo
562 method rect 562 method rect
563 interface PaymentRequestEvent : ExtendableEvent
564 getter data
565 method constructor
566 method respondWith
563 interface PerformanceObserverEntryList 567 interface PerformanceObserverEntryList
564 method constructor 568 method constructor
565 method getEntries 569 method getEntries
566 method getEntriesByName 570 method getEntriesByName
567 method getEntriesByType 571 method getEntriesByType
568 interface PermissionStatus : EventTarget 572 interface PermissionStatus : EventTarget
569 getter onchange 573 getter onchange
570 getter state 574 getter state
571 method constructor 575 method constructor
572 setter onchange 576 setter onchange
(...skipping 800 matching lines...) Expand 10 before | Expand all | Expand 10 after
1373 attribute console 1377 attribute console
1374 attribute internals 1378 attribute internals
1375 getter clients 1379 getter clients
1376 getter onactivate 1380 getter onactivate
1377 getter onfetch 1381 getter onfetch
1378 getter onforeignfetch 1382 getter onforeignfetch
1379 getter oninstall 1383 getter oninstall
1380 getter onmessage 1384 getter onmessage
1381 getter onnotificationclick 1385 getter onnotificationclick
1382 getter onnotificationclose 1386 getter onnotificationclose
1387 getter onpaymentrequest
1383 getter onpush 1388 getter onpush
1384 getter onsync 1389 getter onsync
1385 getter registration 1390 getter registration
1386 method fetch 1391 method fetch
1387 method gc 1392 method gc
1388 method skipWaiting 1393 method skipWaiting
1389 setter onactivate 1394 setter onactivate
1390 setter onfetch 1395 setter onfetch
1391 setter onforeignfetch 1396 setter onforeignfetch
1392 setter oninstall 1397 setter oninstall
1393 setter onmessage 1398 setter onmessage
1394 setter onnotificationclick 1399 setter onnotificationclick
1395 setter onnotificationclose 1400 setter onnotificationclose
1401 setter onpaymentrequest
1396 setter onpush 1402 setter onpush
1397 setter onsync 1403 setter onsync
1398 PASS Verify the interface of ServiceWorkerGlobalScope 1404 PASS Verify the interface of ServiceWorkerGlobalScope
1399 PASS successfullyParsed is true 1405 PASS successfullyParsed is true
1400 1406
1401 TEST COMPLETE 1407 TEST COMPLETE
1402 1408
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698