Skip to content

Commit 2561615

Browse files
author
Jakub Kulhan
committed
autoupdated protocol.json & generated files
1 parent 50f4bb0 commit 2561615

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

gen-src/ChromeDevtoolsProtocol/Model/Page/PrerenderFinalStatusEnum.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,7 @@ final class PrerenderFinalStatusEnum
6060
public const ACTIVATION_NAVIGATION_DESTROYED_BEFORE_SUCCESS = 'ActivationNavigationDestroyedBeforeSuccess';
6161
public const TAB_CLOSED_BY_USER_GESTURE = 'TabClosedByUserGesture';
6262
public const TAB_CLOSED_WITHOUT_USER_GESTURE = 'TabClosedWithoutUserGesture';
63+
public const PRIMARY_MAIN_FRAME_RENDERER_PROCESS_CRASHED = 'PrimaryMainFrameRendererProcessCrashed';
64+
public const PRIMARY_MAIN_FRAME_RENDERER_PROCESS_KILLED = 'PrimaryMainFrameRendererProcessKilled';
65+
public const ACTIVATION_FRAME_POLICY_NOT_COMPATIBLE = 'ActivationFramePolicyNotCompatible';
6366
}

protocol.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18914,7 +18914,10 @@
1891418914
"EmbedderHostDisallowed",
1891518915
"ActivationNavigationDestroyedBeforeSuccess",
1891618916
"TabClosedByUserGesture",
18917-
"TabClosedWithoutUserGesture"
18917+
"TabClosedWithoutUserGesture",
18918+
"PrimaryMainFrameRendererProcessCrashed",
18919+
"PrimaryMainFrameRendererProcessKilled",
18920+
"ActivationFramePolicyNotCompatible"
1891818921
]
1891918922
}
1892018923
],

protocol.json.md5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4833f48d9bb2a96b8f886e2ebb632981 protocol.json
1+
46852221ba2648ab60a343d20901e090 protocol.json

0 commit comments

Comments
 (0)