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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac-retina/webexposed/global-interface-listing-expected.txt

Issue 2966523002: Blink-layer update to match WebAuthN spec (Closed)
Patch Set: Modify browser-side impl and unittests. Address mkwst comments. Created 3 years, 5 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 CONSOLE WARNING: line 70: 'webkitURL' is deprecated. Please use 'URL' instead. 1 CONSOLE WARNING: line 70: 'webkitURL' is deprecated. Please use 'URL' instead.
2 This test documents all interface attributes and methods on the global window ob ject and element instances. 2 This test documents all interface attributes and methods on the global window ob ject and element instances.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 [INTERFACES] 7 [INTERFACES]
8 interface AbsoluteOrientationSensor : OrientationSensor 8 interface AbsoluteOrientationSensor : OrientationSensor
9 attribute @@toStringTag 9 attribute @@toStringTag
10 method constructor 10 method constructor
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 getter length 355 getter length
356 getter onaddtrack 356 getter onaddtrack
357 getter onchange 357 getter onchange
358 getter onremovetrack 358 getter onremovetrack
359 method @@iterator 359 method @@iterator
360 method constructor 360 method constructor
361 method getTrackById 361 method getTrackById
362 setter onaddtrack 362 setter onaddtrack
363 setter onchange 363 setter onchange
364 setter onremovetrack 364 setter onremovetrack
365 interface AuthenticationAssertion 365 interface AuthenticatorAssertionResponse : AuthenticatorResponse
366 attribute @@toStringTag 366 attribute @@toStringTag
367 getter authenticatorData 367 getter authenticatorData
368 getter clientData
369 getter credential
370 getter signature 368 getter signature
371 method constructor 369 method constructor
370 interface AuthenticatorAttestationResponse : AuthenticatorResponse
371 attribute @@toStringTag
372 getter attestationObject
373 method constructor
374 interface AuthenticatorResponse
375 attribute @@toStringTag
376 getter clientDataJSON
377 method constructor
372 interface BackgroundFetchFetch 378 interface BackgroundFetchFetch
373 attribute @@toStringTag 379 attribute @@toStringTag
374 getter request 380 getter request
375 method constructor 381 method constructor
376 interface BackgroundFetchManager 382 interface BackgroundFetchManager
377 attribute @@toStringTag 383 attribute @@toStringTag
378 method constructor 384 method constructor
379 method fetch 385 method fetch
380 method get 386 method get
381 method getTags 387 method getTags
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
697 attribute @@toStringTag 703 attribute @@toStringTag
698 getter state 704 getter state
699 method constructor 705 method constructor
700 interface CSSRotation : CSSTransformComponent 706 interface CSSRotation : CSSTransformComponent
701 attribute @@toStringTag 707 attribute @@toStringTag
702 getter angle 708 getter angle
703 getter x 709 getter x
704 getter y 710 getter y
705 getter z 711 getter z
706 method constructor 712 method constructor
707 setter angle
708 setter x
709 setter y
710 setter z
Mike West 2017/07/03 08:22:06 I don't think we need this file at all? Can you av
kpaulhamus 2017/07/12 21:21:45 Done.
711 interface CSSRule 713 interface CSSRule
712 attribute @@toStringTag 714 attribute @@toStringTag
713 attribute CHARSET_RULE 715 attribute CHARSET_RULE
714 attribute FONT_FACE_RULE 716 attribute FONT_FACE_RULE
715 attribute IMPORT_RULE 717 attribute IMPORT_RULE
716 attribute KEYFRAMES_RULE 718 attribute KEYFRAMES_RULE
717 attribute KEYFRAME_RULE 719 attribute KEYFRAME_RULE
718 attribute MEDIA_RULE 720 attribute MEDIA_RULE
719 attribute NAMESPACE_RULE 721 attribute NAMESPACE_RULE
720 attribute PAGE_RULE 722 attribute PAGE_RULE
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
804 method forEach 806 method forEach
805 method keys 807 method keys
806 method toMatrix 808 method toMatrix
807 method values 809 method values
808 interface CSSTranslation : CSSTransformComponent 810 interface CSSTranslation : CSSTransformComponent
809 attribute @@toStringTag 811 attribute @@toStringTag
810 getter x 812 getter x
811 getter y 813 getter y
812 getter z 814 getter z
813 method constructor 815 method constructor
814 setter x
815 setter y
816 setter z
817 interface CSSURLImageValue : CSSImageValue 816 interface CSSURLImageValue : CSSImageValue
818 attribute @@toStringTag 817 attribute @@toStringTag
819 getter url 818 getter url
820 method constructor 819 method constructor
821 interface CSSUnitValue : CSSNumericValue 820 interface CSSUnitValue : CSSNumericValue
822 attribute @@toStringTag 821 attribute @@toStringTag
823 getter type 822 getter type
824 getter unit 823 getter unit
825 getter value 824 getter value
826 method constructor 825 method constructor
(...skipping 3541 matching lines...) Expand 10 before | Expand all | Expand 10 after
4368 getter length 4367 getter length
4369 method @@iterator 4368 method @@iterator
4370 method constructor 4369 method constructor
4371 method getNamedItem 4370 method getNamedItem
4372 method getNamedItemNS 4371 method getNamedItemNS
4373 method item 4372 method item
4374 method removeNamedItem 4373 method removeNamedItem
4375 method removeNamedItemNS 4374 method removeNamedItemNS
4376 method setNamedItem 4375 method setNamedItem
4377 method setNamedItemNS 4376 method setNamedItemNS
4377 interface NavigationPreloadManager
4378 attribute @@toStringTag
4379 method constructor
4380 method disable
4381 method enable
4382 method getState
4383 method setHeaderValue
4378 interface Navigator 4384 interface Navigator
4379 attribute @@toStringTag 4385 attribute @@toStringTag
4380 getter appCodeName 4386 getter appCodeName
4381 getter appName 4387 getter appName
4382 getter appVersion 4388 getter appVersion
4383 getter authentication 4389 getter authentication
4384 getter bluetooth 4390 getter bluetooth
4385 getter budget 4391 getter budget
4386 getter connection 4392 getter connection
4387 getter cookieEnabled 4393 getter cookieEnabled
(...skipping 642 matching lines...) Expand 10 before | Expand all | Expand 10 after
5030 attribute @@toStringTag 5036 attribute @@toStringTag
5031 getter lengthComputable 5037 getter lengthComputable
5032 getter loaded 5038 getter loaded
5033 getter total 5039 getter total
5034 method constructor 5040 method constructor
5035 interface PromiseRejectionEvent : Event 5041 interface PromiseRejectionEvent : Event
5036 attribute @@toStringTag 5042 attribute @@toStringTag
5037 getter promise 5043 getter promise
5038 getter reason 5044 getter reason
5039 method constructor 5045 method constructor
5046 interface PublicKeyCredential : Credential
5047 attribute @@toStringTag
5048 getter rawId
5049 getter response
5050 method constructor
5040 interface PushManager 5051 interface PushManager
5041 static getter supportedContentEncodings 5052 static getter supportedContentEncodings
5042 attribute @@toStringTag 5053 attribute @@toStringTag
5043 method constructor 5054 method constructor
5044 method getSubscription 5055 method getSubscription
5045 method permissionState 5056 method permissionState
5046 method subscribe 5057 method subscribe
5047 interface PushSubscription 5058 interface PushSubscription
5048 attribute @@toStringTag 5059 attribute @@toStringTag
5049 getter endpoint 5060 getter endpoint
(...skipping 1324 matching lines...) Expand 10 before | Expand all | Expand 10 after
6374 interface SVGViewElement : SVGElement 6385 interface SVGViewElement : SVGElement
6375 attribute @@toStringTag 6386 attribute @@toStringTag
6376 attribute SVG_ZOOMANDPAN_DISABLE 6387 attribute SVG_ZOOMANDPAN_DISABLE
6377 attribute SVG_ZOOMANDPAN_MAGNIFY 6388 attribute SVG_ZOOMANDPAN_MAGNIFY
6378 attribute SVG_ZOOMANDPAN_UNKNOWN 6389 attribute SVG_ZOOMANDPAN_UNKNOWN
6379 getter preserveAspectRatio 6390 getter preserveAspectRatio
6380 getter viewBox 6391 getter viewBox
6381 getter zoomAndPan 6392 getter zoomAndPan
6382 method constructor 6393 method constructor
6383 setter zoomAndPan 6394 setter zoomAndPan
6384 interface ScopedCredential
6385 attribute @@toStringTag
6386 getter id
6387 getter type
6388 method constructor
6389 interface ScopedCredentialInfo
6390 attribute @@toStringTag
6391 getter attestation
6392 getter clientData
6393 method constructor
6394 interface Screen 6395 interface Screen
6395 attribute @@toStringTag 6396 attribute @@toStringTag
6396 getter availHeight 6397 getter availHeight
6397 getter availLeft 6398 getter availLeft
6398 getter availTop 6399 getter availTop
6399 getter availWidth 6400 getter availWidth
6400 getter colorDepth 6401 getter colorDepth
6401 getter height 6402 getter height
6402 getter keepAwake 6403 getter keepAwake
6403 getter orientation 6404 getter orientation
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
6502 method getRegistration 6503 method getRegistration
6503 method getRegistrations 6504 method getRegistrations
6504 method register 6505 method register
6505 setter oncontrollerchange 6506 setter oncontrollerchange
6506 setter onmessage 6507 setter onmessage
6507 interface ServiceWorkerRegistration : EventTarget 6508 interface ServiceWorkerRegistration : EventTarget
6508 attribute @@toStringTag 6509 attribute @@toStringTag
6509 getter active 6510 getter active
6510 getter backgroundFetch 6511 getter backgroundFetch
6511 getter installing 6512 getter installing
6513 getter navigationPreload
6512 getter onupdatefound 6514 getter onupdatefound
6513 getter paymentManager 6515 getter paymentManager
6514 getter pushManager 6516 getter pushManager
6515 getter scope 6517 getter scope
6516 getter sync 6518 getter sync
6517 getter waiting 6519 getter waiting
6518 method constructor 6520 method constructor
6519 method getNotifications 6521 method getNotifications
6520 method showNotification 6522 method showNotification
6521 method unregister 6523 method unregister
(...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
6932 method append 6934 method append
6933 method constructor 6935 method constructor
6934 method delete 6936 method delete
6935 method entries 6937 method entries
6936 method forEach 6938 method forEach
6937 method get 6939 method get
6938 method getAll 6940 method getAll
6939 method has 6941 method has
6940 method keys 6942 method keys
6941 method set 6943 method set
6942 method sort
6943 method toString 6944 method toString
6944 method values 6945 method values
6945 interface USB : EventTarget 6946 interface USB : EventTarget
6946 attribute @@toStringTag 6947 attribute @@toStringTag
6947 getter onconnect 6948 getter onconnect
6948 getter ondisconnect 6949 getter ondisconnect
6949 method constructor 6950 method constructor
6950 method getDevices 6951 method getDevices
6951 method requestDevice 6952 method requestDevice
6952 setter onconnect 6953 setter onconnect
(...skipping 2101 matching lines...) Expand 10 before | Expand all | Expand 10 after
9054 getter screenY 9055 getter screenY
9055 getter scrollX 9056 getter scrollX
9056 getter scrollY 9057 getter scrollY
9057 getter scrollbars 9058 getter scrollbars
9058 getter sessionStorage 9059 getter sessionStorage
9059 getter speechSynthesis 9060 getter speechSynthesis
9060 getter status 9061 getter status
9061 getter statusbar 9062 getter statusbar
9062 getter styleMedia 9063 getter styleMedia
9063 getter toolbar 9064 getter toolbar
9064 getter visualViewport 9065 getter view
9065 getter webkitStorageInfo 9066 getter webkitStorageInfo
9066 method NodeFilter 9067 method NodeFilter
9067 method alert 9068 method alert
9068 method atob 9069 method atob
9069 method blur 9070 method blur
9070 method btoa 9071 method btoa
9071 method cancelAnimationFrame 9072 method cancelAnimationFrame
9072 method cancelIdleCallback 9073 method cancelIdleCallback
9073 method captureEvents 9074 method captureEvents
9074 method clearInterval 9075 method clearInterval
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
9232 setter screenLeft 9233 setter screenLeft
9233 setter screenTop 9234 setter screenTop
9234 setter screenX 9235 setter screenX
9235 setter screenY 9236 setter screenY
9236 setter scrollX 9237 setter scrollX
9237 setter scrollY 9238 setter scrollY
9238 setter scrollbars 9239 setter scrollbars
9239 setter status 9240 setter status
9240 setter statusbar 9241 setter statusbar
9241 setter toolbar 9242 setter toolbar
9242 setter visualViewport 9243 setter view
9243 PASS successfullyParsed is true 9244 PASS successfullyParsed is true
9244 9245
9245 TEST COMPLETE 9246 TEST COMPLETE
9246 9247
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698