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

Unified Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt

Issue 2966523002: Blink-layer update to match WebAuthN spec (Closed)
Patch Set: Add ContectLifecycleObserver... part2 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
index 1f08975438fd3f10f98319235cd61428561803db..6bc4c458ea955abb3f5719f10361e882ddffe54d 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -392,13 +392,19 @@ interface AudioTrackList : EventTarget
setter onaddtrack
setter onchange
setter onremovetrack
-interface AuthenticationAssertion
+interface AuthenticatorAssertionResponse : AuthenticatorResponse
attribute @@toStringTag
getter authenticatorData
- getter clientData
- getter credential
getter signature
method constructor
+interface AuthenticatorAttestationResponse : AuthenticatorResponse
+ attribute @@toStringTag
+ getter attestationObject
+ method constructor
+interface AuthenticatorResponse
+ attribute @@toStringTag
+ getter clientDataJSON
+ method constructor
interface BackgroundFetchFetch
attribute @@toStringTag
getter request
@@ -5073,6 +5079,11 @@ interface PromiseRejectionEvent : Event
getter promise
getter reason
method constructor
+interface PublicKeyCredential : Credential
+ attribute @@toStringTag
+ getter rawId
+ getter response
+ method constructor
interface PushManager
static getter supportedContentEncodings
attribute @@toStringTag
@@ -6421,16 +6432,6 @@ interface SVGViewElement : SVGElement
getter zoomAndPan
method constructor
setter zoomAndPan
-interface ScopedCredential
- attribute @@toStringTag
- getter id
- getter type
- method constructor
-interface ScopedCredentialInfo
- attribute @@toStringTag
- getter attestation
- getter clientData
- method constructor
interface Screen
attribute @@toStringTag
getter availHeight
« no previous file with comments | « third_party/WebKit/LayoutTests/webauth/idl-expected.txt ('k') | third_party/WebKit/Source/modules/modules_idl_files.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698