Skip to content

Commit

Permalink
Update to Chrome DevTools Protocol version 1406504
Browse files Browse the repository at this point in the history
  • Loading branch information
Protocol Update Workflow committed Jan 16, 2025
1 parent aa91592 commit dbd9129
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 7 deletions.
72 changes: 66 additions & 6 deletions api/chrome-devtools-kotlin.api
Original file line number Diff line number Diff line change
Expand Up @@ -54887,20 +54887,21 @@ public final class org/hildan/chrome/devtools/domains/target/CreateBrowserContex

public final class org/hildan/chrome/devtools/domains/target/CreateTargetRequest {
public static final field Companion Lorg/hildan/chrome/devtools/domains/target/CreateTargetRequest$Companion;
public fun <init> (Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;)V
public synthetic fun <init> (Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
public fun <init> (Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;Lorg/hildan/chrome/devtools/domains/target/WindowState;Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;)V
public synthetic fun <init> (Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;Lorg/hildan/chrome/devtools/domains/target/WindowState;Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
public final fun component1 ()Ljava/lang/String;
public final fun component10 ()Ljava/lang/Boolean;
public final fun component11 ()Ljava/lang/Boolean;
public final fun component2 ()Ljava/lang/Integer;
public final fun component3 ()Ljava/lang/Integer;
public final fun component4 ()Ljava/lang/Integer;
public final fun component5 ()Ljava/lang/Integer;
public final fun component6 ()Ljava/lang/String;
public final fun component7 ()Ljava/lang/Boolean;
public final fun component6 ()Lorg/hildan/chrome/devtools/domains/target/WindowState;
public final fun component7 ()Ljava/lang/String;
public final fun component8 ()Ljava/lang/Boolean;
public final fun component9 ()Ljava/lang/Boolean;
public final fun copy (Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;)Lorg/hildan/chrome/devtools/domains/target/CreateTargetRequest;
public static synthetic fun copy$default (Lorg/hildan/chrome/devtools/domains/target/CreateTargetRequest;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;ILjava/lang/Object;)Lorg/hildan/chrome/devtools/domains/target/CreateTargetRequest;
public final fun copy (Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;Lorg/hildan/chrome/devtools/domains/target/WindowState;Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;)Lorg/hildan/chrome/devtools/domains/target/CreateTargetRequest;
public static synthetic fun copy$default (Lorg/hildan/chrome/devtools/domains/target/CreateTargetRequest;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;Lorg/hildan/chrome/devtools/domains/target/WindowState;Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;ILjava/lang/Object;)Lorg/hildan/chrome/devtools/domains/target/CreateTargetRequest;
public fun equals (Ljava/lang/Object;)Z
public final fun getBackground ()Ljava/lang/Boolean;
public final fun getBrowserContextId ()Ljava/lang/String;
Expand All @@ -54912,6 +54913,7 @@ public final class org/hildan/chrome/devtools/domains/target/CreateTargetRequest
public final fun getTop ()Ljava/lang/Integer;
public final fun getUrl ()Ljava/lang/String;
public final fun getWidth ()Ljava/lang/Integer;
public final fun getWindowState ()Lorg/hildan/chrome/devtools/domains/target/WindowState;
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
}
Expand Down Expand Up @@ -54939,6 +54941,7 @@ public final class org/hildan/chrome/devtools/domains/target/CreateTargetRequest
public final fun getTop ()Ljava/lang/Integer;
public final fun getUrl ()Ljava/lang/String;
public final fun getWidth ()Ljava/lang/Integer;
public final fun getWindowState ()Lorg/hildan/chrome/devtools/domains/target/WindowState;
public final fun setBackground (Ljava/lang/Boolean;)V
public final fun setBrowserContextId (Ljava/lang/String;)V
public final fun setEnableBeginFrameControl (Ljava/lang/Boolean;)V
Expand All @@ -54948,6 +54951,7 @@ public final class org/hildan/chrome/devtools/domains/target/CreateTargetRequest
public final fun setNewWindow (Ljava/lang/Boolean;)V
public final fun setTop (Ljava/lang/Integer;)V
public final fun setWidth (Ljava/lang/Integer;)V
public final fun setWindowState (Lorg/hildan/chrome/devtools/domains/target/WindowState;)V
}

public final class org/hildan/chrome/devtools/domains/target/CreateTargetRequest$Companion {
Expand Down Expand Up @@ -55592,6 +55596,62 @@ public final class org/hildan/chrome/devtools/domains/target/TargetInfo$Companio
public final fun serializer ()Lkotlinx/serialization/KSerializer;
}

public abstract interface class org/hildan/chrome/devtools/domains/target/WindowState {
public static final field Companion Lorg/hildan/chrome/devtools/domains/target/WindowState$Companion;
}

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

public final class org/hildan/chrome/devtools/domains/target/WindowState$NotDefinedInProtocol : org/hildan/chrome/devtools/domains/target/WindowState {
public static final field Companion Lorg/hildan/chrome/devtools/domains/target/WindowState$NotDefinedInProtocol$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/target/WindowState$NotDefinedInProtocol;
public static synthetic fun copy$default (Lorg/hildan/chrome/devtools/domains/target/WindowState$NotDefinedInProtocol;Ljava/lang/String;ILjava/lang/Object;)Lorg/hildan/chrome/devtools/domains/target/WindowState$NotDefinedInProtocol;
public fun equals (Ljava/lang/Object;)Z
public final fun getValue ()Ljava/lang/String;
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
}

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

public final class org/hildan/chrome/devtools/domains/target/WindowState$fullscreen : org/hildan/chrome/devtools/domains/target/WindowState {
public static final field INSTANCE Lorg/hildan/chrome/devtools/domains/target/WindowState$fullscreen;
public fun equals (Ljava/lang/Object;)Z
public fun hashCode ()I
public final fun serializer ()Lkotlinx/serialization/KSerializer;
public fun toString ()Ljava/lang/String;
}

public final class org/hildan/chrome/devtools/domains/target/WindowState$maximized : org/hildan/chrome/devtools/domains/target/WindowState {
public static final field INSTANCE Lorg/hildan/chrome/devtools/domains/target/WindowState$maximized;
public fun equals (Ljava/lang/Object;)Z
public fun hashCode ()I
public final fun serializer ()Lkotlinx/serialization/KSerializer;
public fun toString ()Ljava/lang/String;
}

public final class org/hildan/chrome/devtools/domains/target/WindowState$minimized : org/hildan/chrome/devtools/domains/target/WindowState {
public static final field INSTANCE Lorg/hildan/chrome/devtools/domains/target/WindowState$minimized;
public fun equals (Ljava/lang/Object;)Z
public fun hashCode ()I
public final fun serializer ()Lkotlinx/serialization/KSerializer;
public fun toString ()Ljava/lang/String;
}

public final class org/hildan/chrome/devtools/domains/target/WindowState$normal : org/hildan/chrome/devtools/domains/target/WindowState {
public static final field INSTANCE Lorg/hildan/chrome/devtools/domains/target/WindowState$normal;
public fun equals (Ljava/lang/Object;)Z
public fun hashCode ()I
public final fun serializer ()Lkotlinx/serialization/KSerializer;
public fun toString ()Ljava/lang/String;
}

public abstract class org/hildan/chrome/devtools/domains/target/events/TargetEvent {
public static final field Companion Lorg/hildan/chrome/devtools/domains/target/events/TargetEvent$Companion;
public synthetic fun <init> (ILkotlinx/serialization/internal/SerializationConstructorMarker;)V
Expand Down
18 changes: 18 additions & 0 deletions protocol-definition/browser_protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -23771,6 +23771,18 @@
"type": "integer"
}
]
},
{
"id": "WindowState",
"description": "The state of the target window.",
"experimental": true,
"type": "string",
"enum": [
"normal",
"minimized",
"maximized",
"fullscreen"
]
}
],
"commands": [
Expand Down Expand Up @@ -23947,6 +23959,12 @@
"optional": true,
"type": "integer"
},
{
"name": "windowState",
"description": "Frame window state (requires newWindow to be true or headless shell).\nDefault is normal.",
"optional": true,
"$ref": "WindowState"
},
{
"name": "browserContextId",
"description": "The browser context to create the page in.",
Expand Down
2 changes: 1 addition & 1 deletion protocol-definition/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1404580
1406504

0 comments on commit dbd9129

Please sign in to comment.