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

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

Issue 1720403003: Ship the Credential Management API by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Test. Created 4 years, 10 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/virtual/stable/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
index 39b4216fe7f526d9377537cebd151664c6e960f6..084e8eee521786eb1b76e8c1c16d8ef20d8ae36e 100644
--- a/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
@@ -488,6 +488,17 @@ interface ConvolverNode : AudioNode
method constructor
setter buffer
setter normalize
+interface Credential
+ getter iconURL
+ getter id
+ getter name
+ getter type
+ method constructor
+interface CredentialsContainer
+ method constructor
+ method get
+ method requireUserMediation
+ method store
interface Crypto
getter subtle
method constructor
@@ -1085,6 +1096,10 @@ interface EventTarget
method constructor
method dispatchEvent
method removeEventListener
+interface FederatedCredential : Credential
+ getter protocol
+ getter provider
+ method constructor
interface File : Blob
getter lastModified
getter lastModifiedDate
@@ -3027,6 +3042,7 @@ interface Navigator
getter appVersion
getter bluetooth
getter cookieEnabled
+ getter credentials
getter doNotTrack
getter geolocation
getter hardwareConcurrency
@@ -3192,6 +3208,14 @@ interface OscillatorNode : AudioSourceNode
interface PageTransitionEvent : Event
getter persisted
method constructor
+interface PasswordCredential : Credential
+ getter additionalData
+ getter idName
+ getter passwordName
+ method constructor
+ setter additionalData
+ setter idName
+ setter passwordName
interface Path2D
method arc
method arcTo
« no previous file with comments | « content/public/common/content_switches.cc ('k') | third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698