File tree Expand file tree Collapse file tree
gen-src/ChromeDevtoolsProtocol/Model/Page Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 1891418914 "EmbedderHostDisallowed",
1891518915 "ActivationNavigationDestroyedBeforeSuccess",
1891618916 "TabClosedByUserGesture",
18917- "TabClosedWithoutUserGesture"
18917+ "TabClosedWithoutUserGesture",
18918+ "PrimaryMainFrameRendererProcessCrashed",
18919+ "PrimaryMainFrameRendererProcessKilled",
18920+ "ActivationFramePolicyNotCompatible"
1891818921 ]
1891918922 }
1892018923 ],
Original file line number Diff line number Diff line change 1- 4833f48d9bb2a96b8f886e2ebb632981 protocol.json
1+ 46852221ba2648ab60a343d20901e090 protocol.json
You can’t perform that action at this time.
0 commit comments