Skip to content

Commit

Permalink
Update to Chrome DevTools Protocol version 1289136
Browse files Browse the repository at this point in the history
  • Loading branch information
Protocol Update Workflow authored and joffrey-bion committed Apr 19, 2024
1 parent bcb20dd commit f64ed2f
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 2 deletions.
60 changes: 60 additions & 0 deletions api/chrome-devtools-kotlin.api
Original file line number Diff line number Diff line change
Expand Up @@ -17918,6 +17918,65 @@ public final class org/hildan/chrome/devtools/domains/eventbreakpoints/SetInstru
public final fun serializer ()Lkotlinx/serialization/KSerializer;
}

public final class org/hildan/chrome/devtools/domains/extensions/ExtensionsDomain {
public final fun loadUnpacked (Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public final fun loadUnpacked (Lorg/hildan/chrome/devtools/domains/extensions/LoadUnpackedRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}

public final class org/hildan/chrome/devtools/domains/extensions/LoadUnpackedRequest {
public static final field Companion Lorg/hildan/chrome/devtools/domains/extensions/LoadUnpackedRequest$Companion;
public fun <init> (Ljava/lang/String;)V
public final fun component1 ()Ljava/lang/String;
public final fun copy (Ljava/lang/String;)Lorg/hildan/chrome/devtools/domains/extensions/LoadUnpackedRequest;
public static synthetic fun copy$default (Lorg/hildan/chrome/devtools/domains/extensions/LoadUnpackedRequest;Ljava/lang/String;ILjava/lang/Object;)Lorg/hildan/chrome/devtools/domains/extensions/LoadUnpackedRequest;
public fun equals (Ljava/lang/Object;)Z
public final fun getPath ()Ljava/lang/String;
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
}

public final class org/hildan/chrome/devtools/domains/extensions/LoadUnpackedRequest$$serializer : kotlinx/serialization/internal/GeneratedSerializer {
public static final field INSTANCE Lorg/hildan/chrome/devtools/domains/extensions/LoadUnpackedRequest$$serializer;
public fun childSerializers ()[Lkotlinx/serialization/KSerializer;
public synthetic fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Ljava/lang/Object;
public fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Lorg/hildan/chrome/devtools/domains/extensions/LoadUnpackedRequest;
public fun getDescriptor ()Lkotlinx/serialization/descriptors/SerialDescriptor;
public synthetic fun serialize (Lkotlinx/serialization/encoding/Encoder;Ljava/lang/Object;)V
public fun serialize (Lkotlinx/serialization/encoding/Encoder;Lorg/hildan/chrome/devtools/domains/extensions/LoadUnpackedRequest;)V
public fun typeParametersSerializers ()[Lkotlinx/serialization/KSerializer;
}

public final class org/hildan/chrome/devtools/domains/extensions/LoadUnpackedRequest$Companion {
public final fun serializer ()Lkotlinx/serialization/KSerializer;
}

public final class org/hildan/chrome/devtools/domains/extensions/LoadUnpackedResponse {
public static final field Companion Lorg/hildan/chrome/devtools/domains/extensions/LoadUnpackedResponse$Companion;
public fun <init> (Ljava/lang/String;)V
public final fun component1 ()Ljava/lang/String;
public final fun copy (Ljava/lang/String;)Lorg/hildan/chrome/devtools/domains/extensions/LoadUnpackedResponse;
public static synthetic fun copy$default (Lorg/hildan/chrome/devtools/domains/extensions/LoadUnpackedResponse;Ljava/lang/String;ILjava/lang/Object;)Lorg/hildan/chrome/devtools/domains/extensions/LoadUnpackedResponse;
public fun equals (Ljava/lang/Object;)Z
public final fun getId ()Ljava/lang/String;
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
}

public final class org/hildan/chrome/devtools/domains/extensions/LoadUnpackedResponse$$serializer : kotlinx/serialization/internal/GeneratedSerializer {
public static final field INSTANCE Lorg/hildan/chrome/devtools/domains/extensions/LoadUnpackedResponse$$serializer;
public fun childSerializers ()[Lkotlinx/serialization/KSerializer;
public synthetic fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Ljava/lang/Object;
public fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Lorg/hildan/chrome/devtools/domains/extensions/LoadUnpackedResponse;
public fun getDescriptor ()Lkotlinx/serialization/descriptors/SerialDescriptor;
public synthetic fun serialize (Lkotlinx/serialization/encoding/Encoder;Ljava/lang/Object;)V
public fun serialize (Lkotlinx/serialization/encoding/Encoder;Lorg/hildan/chrome/devtools/domains/extensions/LoadUnpackedResponse;)V
public fun typeParametersSerializers ()[Lkotlinx/serialization/KSerializer;
}

public final class org/hildan/chrome/devtools/domains/extensions/LoadUnpackedResponse$Companion {
public final fun serializer ()Lkotlinx/serialization/KSerializer;
}

public final class org/hildan/chrome/devtools/domains/fedcm/Account {
public static final field Companion Lorg/hildan/chrome/devtools/domains/fedcm/Account$Companion;
public fun <init> (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/hildan/chrome/devtools/domains/fedcm/LoginState;Ljava/lang/String;Ljava/lang/String;)V
Expand Down Expand Up @@ -46874,6 +46933,7 @@ public abstract interface class org/hildan/chrome/devtools/targets/AllDomainsTar
public abstract fun getCast ()Lorg/hildan/chrome/devtools/domains/cast/CastDomain;
public abstract fun getConsole ()Lorg/hildan/chrome/devtools/domains/console/ConsoleDomain;
public abstract fun getEventBreakpoints ()Lorg/hildan/chrome/devtools/domains/eventbreakpoints/EventBreakpointsDomain;
public abstract fun getExtensions ()Lorg/hildan/chrome/devtools/domains/extensions/ExtensionsDomain;
public abstract fun getMedia ()Lorg/hildan/chrome/devtools/domains/media/MediaDomain;
public abstract fun getPerformanceTimeline ()Lorg/hildan/chrome/devtools/domains/performancetimeline/PerformanceTimelineDomain;
public abstract fun getPwa ()Lorg/hildan/chrome/devtools/domains/pwa/PWADomain;
Expand Down
27 changes: 26 additions & 1 deletion protocol/browser_protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -2107,6 +2107,31 @@
}
]
},
{
"domain": "Extensions",
"description": "Defines commands and events for browser extensions. Available if the client\nis connected using the --remote-debugging-pipe flag and\nthe --enable-unsafe-extension-debugging flag is set.",
"experimental": true,
"commands": [
{
"name": "loadUnpacked",
"description": "Installs an unpacked extension from the filesystem similar to\n--load-extension CLI flags. Returns extension ID once the extension\nhas been installed.",
"parameters": [
{
"name": "path",
"description": "Absolute file path.",
"type": "string"
}
],
"returns": [
{
"name": "id",
"description": "Extension id.",
"type": "string"
}
]
}
]
},
{
"domain": "Autofill",
"description": "Defines commands and events for Autofill.",
Expand Down Expand Up @@ -18331,7 +18356,7 @@
},
{
"name": "getAppManifest",
"description": "Gets the processed manifest for this current document.\n This API always waits for the manifest to be loaded.\n If manifestId is provided, and it does not match the manifest of the\n current document, this API errors out.\n If there isn\u2019t a loaded page, this API errors out immediately.",
"description": "Gets the processed manifest for this current document.\n This API always waits for the manifest to be loaded.\n If manifestId is provided, and it does not match the manifest of the\n current document, this API errors out.\n If there is not a loaded page, this API errors out immediately.",
"parameters": [
{
"name": "manifestId",
Expand Down
2 changes: 1 addition & 1 deletion protocol/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1286932
1289136

0 comments on commit f64ed2f

Please sign in to comment.