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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload/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, 1 month 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 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 method arc 560 method arc
561 method arcTo 561 method arcTo
562 method bezierCurveTo 562 method bezierCurveTo
563 method closePath 563 method closePath
564 method constructor 564 method constructor
565 method ellipse 565 method ellipse
566 method lineTo 566 method lineTo
567 method moveTo 567 method moveTo
568 method quadraticCurveTo 568 method quadraticCurveTo
569 method rect 569 method rect
570 interface PaymentRequestEvent : ExtendableEvent
571 getter data
572 method constructor
573 method respondWith
570 interface PerformanceObserverEntryList 574 interface PerformanceObserverEntryList
571 method constructor 575 method constructor
572 method getEntries 576 method getEntries
573 method getEntriesByName 577 method getEntriesByName
574 method getEntriesByType 578 method getEntriesByType
575 interface PermissionStatus : EventTarget 579 interface PermissionStatus : EventTarget
576 getter onchange 580 getter onchange
577 getter state 581 getter state
578 method constructor 582 method constructor
579 setter onchange 583 setter onchange
(...skipping 801 matching lines...) Expand 10 before | Expand all | Expand 10 after
1381 attribute console 1385 attribute console
1382 attribute internals 1386 attribute internals
1383 getter clients 1387 getter clients
1384 getter onactivate 1388 getter onactivate
1385 getter onfetch 1389 getter onfetch
1386 getter onforeignfetch 1390 getter onforeignfetch
1387 getter oninstall 1391 getter oninstall
1388 getter onmessage 1392 getter onmessage
1389 getter onnotificationclick 1393 getter onnotificationclick
1390 getter onnotificationclose 1394 getter onnotificationclose
1395 getter onpaymentrequest
1391 getter onpush 1396 getter onpush
1392 getter onsync 1397 getter onsync
1393 getter registration 1398 getter registration
1394 method fetch 1399 method fetch
1395 method gc 1400 method gc
1396 method skipWaiting 1401 method skipWaiting
1397 setter onactivate 1402 setter onactivate
1398 setter onfetch 1403 setter onfetch
1399 setter onforeignfetch 1404 setter onforeignfetch
1400 setter oninstall 1405 setter oninstall
1401 setter onmessage 1406 setter onmessage
1402 setter onnotificationclick 1407 setter onnotificationclick
1403 setter onnotificationclose 1408 setter onnotificationclose
1409 setter onpaymentrequest
1404 setter onpush 1410 setter onpush
1405 setter onsync 1411 setter onsync
1406 PASS Verify the interface of ServiceWorkerGlobalScope 1412 PASS Verify the interface of ServiceWorkerGlobalScope
1407 PASS successfullyParsed is true 1413 PASS successfullyParsed is true
1408 1414
1409 TEST COMPLETE 1415 TEST COMPLETE
1410 1416
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698