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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/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, 6 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/platform/mac/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/webexposed/global-interface-listing-expected.txt
similarity index 99%
copy from third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/webexposed/global-interface-listing-expected.txt
copy to third_party/WebKit/LayoutTests/platform/mac/webexposed/global-interface-listing-expected.txt
index ea30df3480a5c5a27655f99e7ea0d89da6d39591..33270e467097b3f56aee3d16bd14acfbd4f94688 100644
--- a/third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/webexposed/global-interface-listing-expected.txt
@@ -362,13 +362,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
@@ -704,10 +710,6 @@ interface CSSRotation : CSSTransformComponent
getter y
getter z
method constructor
- setter angle
- setter x
- setter y
- setter z
Mike West 2017/07/03 08:22:06 Here too.
kpaulhamus 2017/07/12 21:21:45 Done.
interface CSSRule
attribute @@toStringTag
attribute CHARSET_RULE
@@ -811,9 +813,6 @@ interface CSSTranslation : CSSTransformComponent
getter y
getter z
method constructor
- setter x
- setter y
- setter z
interface CSSURLImageValue : CSSImageValue
attribute @@toStringTag
getter url
@@ -1307,6 +1306,7 @@ interface DOMTokenList
getter length
getter value
method @@iterator
+ method __originalDOMTokenListToggle
method add
method constructor
method contains
@@ -4375,6 +4375,13 @@ interface NamedNodeMap
method removeNamedItemNS
method setNamedItem
method setNamedItemNS
+interface NavigationPreloadManager
+ attribute @@toStringTag
+ method constructor
+ method disable
+ method enable
+ method getState
+ method setHeaderValue
interface Navigator
attribute @@toStringTag
getter appCodeName
@@ -5037,6 +5044,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
@@ -6381,16 +6393,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
@@ -6509,6 +6511,7 @@ interface ServiceWorkerRegistration : EventTarget
getter active
getter backgroundFetch
getter installing
+ getter navigationPreload
getter onupdatefound
getter paymentManager
getter pushManager
@@ -6939,7 +6942,6 @@ interface URLSearchParams
method has
method keys
method set
- method sort
method toString
method values
interface USB : EventTarget
@@ -8891,7 +8893,10 @@ interface webkitURL
setter username
[GLOBAL OBJECT]
attribute Atomics
+ attribute DevToolsAPI
+ attribute DevToolsHost
attribute GCController
+ attribute InspectorFrontendHost
attribute accessibilityController
attribute chrome
attribute closed
@@ -9061,7 +9066,7 @@ interface webkitURL
getter statusbar
getter styleMedia
getter toolbar
- getter visualViewport
+ getter view
getter webkitStorageInfo
method NodeFilter
method alert
@@ -9239,7 +9244,7 @@ interface webkitURL
setter status
setter statusbar
setter toolbar
- setter visualViewport
+ setter view
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698