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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac-mac10.11/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 3986 matching lines...) Expand 10 before | Expand all | Expand 10 after
4368 getter length 4374 getter length
4369 method @@iterator 4375 method @@iterator
4370 method constructor 4376 method constructor
4371 method getNamedItem 4377 method getNamedItem
4372 method getNamedItemNS 4378 method getNamedItemNS
4373 method item 4379 method item
4374 method removeNamedItem 4380 method removeNamedItem
4375 method removeNamedItemNS 4381 method removeNamedItemNS
4376 method setNamedItem 4382 method setNamedItem
4377 method setNamedItemNS 4383 method setNamedItemNS
4384 interface NavigationPreloadManager
4385 attribute @@toStringTag
4386 method constructor
4387 method disable
4388 method enable
4389 method getState
4390 method setHeaderValue
4378 interface Navigator 4391 interface Navigator
4379 attribute @@toStringTag 4392 attribute @@toStringTag
4380 getter appCodeName 4393 getter appCodeName
4381 getter appName 4394 getter appName
4382 getter appVersion 4395 getter appVersion
4383 getter authentication 4396 getter authentication
4384 getter bluetooth 4397 getter bluetooth
4385 getter budget 4398 getter budget
4386 getter connection 4399 getter connection
4387 getter cookieEnabled 4400 getter cookieEnabled
(...skipping 642 matching lines...) Expand 10 before | Expand all | Expand 10 after
5030 attribute @@toStringTag 5043 attribute @@toStringTag
5031 getter lengthComputable 5044 getter lengthComputable
5032 getter loaded 5045 getter loaded
5033 getter total 5046 getter total
5034 method constructor 5047 method constructor
5035 interface PromiseRejectionEvent : Event 5048 interface PromiseRejectionEvent : Event
5036 attribute @@toStringTag 5049 attribute @@toStringTag
5037 getter promise 5050 getter promise
5038 getter reason 5051 getter reason
5039 method constructor 5052 method constructor
5053 interface PublicKeyCredential : Credential
5054 attribute @@toStringTag
5055 getter rawId
5056 getter response
5057 method constructor
5040 interface PushManager 5058 interface PushManager
5041 static getter supportedContentEncodings 5059 static getter supportedContentEncodings
5042 attribute @@toStringTag 5060 attribute @@toStringTag
5043 method constructor 5061 method constructor
5044 method getSubscription 5062 method getSubscription
5045 method permissionState 5063 method permissionState
5046 method subscribe 5064 method subscribe
5047 interface PushSubscription 5065 interface PushSubscription
5048 attribute @@toStringTag 5066 attribute @@toStringTag
5049 getter endpoint 5067 getter endpoint
(...skipping 1324 matching lines...) Expand 10 before | Expand all | Expand 10 after
6374 interface SVGViewElement : SVGElement 6392 interface SVGViewElement : SVGElement
6375 attribute @@toStringTag 6393 attribute @@toStringTag
6376 attribute SVG_ZOOMANDPAN_DISABLE 6394 attribute SVG_ZOOMANDPAN_DISABLE
6377 attribute SVG_ZOOMANDPAN_MAGNIFY 6395 attribute SVG_ZOOMANDPAN_MAGNIFY
6378 attribute SVG_ZOOMANDPAN_UNKNOWN 6396 attribute SVG_ZOOMANDPAN_UNKNOWN
6379 getter preserveAspectRatio 6397 getter preserveAspectRatio
6380 getter viewBox 6398 getter viewBox
6381 getter zoomAndPan 6399 getter zoomAndPan
6382 method constructor 6400 method constructor
6383 setter zoomAndPan 6401 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
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.
6394 interface Screen 6402 interface Screen
6395 attribute @@toStringTag 6403 attribute @@toStringTag
6396 getter availHeight 6404 getter availHeight
6397 getter availLeft 6405 getter availLeft
6398 getter availTop 6406 getter availTop
6399 getter availWidth 6407 getter availWidth
6400 getter colorDepth 6408 getter colorDepth
6401 getter height 6409 getter height
6402 getter keepAwake 6410 getter keepAwake
6403 getter orientation 6411 getter orientation
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
6502 method getRegistration 6510 method getRegistration
6503 method getRegistrations 6511 method getRegistrations
6504 method register 6512 method register
6505 setter oncontrollerchange 6513 setter oncontrollerchange
6506 setter onmessage 6514 setter onmessage
6507 interface ServiceWorkerRegistration : EventTarget 6515 interface ServiceWorkerRegistration : EventTarget
6508 attribute @@toStringTag 6516 attribute @@toStringTag
6509 getter active 6517 getter active
6510 getter backgroundFetch 6518 getter backgroundFetch
6511 getter installing 6519 getter installing
6520 getter navigationPreload
6512 getter onupdatefound 6521 getter onupdatefound
6513 getter paymentManager 6522 getter paymentManager
6514 getter pushManager 6523 getter pushManager
6515 getter scope 6524 getter scope
6516 getter sync 6525 getter sync
6517 getter waiting 6526 getter waiting
6518 method constructor 6527 method constructor
6519 method getNotifications 6528 method getNotifications
6520 method showNotification 6529 method showNotification
6521 method unregister 6530 method unregister
(...skipping 2715 matching lines...) Expand 10 before | Expand all | Expand 10 after
9237 setter scrollY 9246 setter scrollY
9238 setter scrollbars 9247 setter scrollbars
9239 setter status 9248 setter status
9240 setter statusbar 9249 setter statusbar
9241 setter toolbar 9250 setter toolbar
9242 setter visualViewport 9251 setter visualViewport
9243 PASS successfullyParsed is true 9252 PASS successfullyParsed is true
9244 9253
9245 TEST COMPLETE 9254 TEST COMPLETE
9246 9255
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698