server: merge Cmd and Accept in Ctx

Signed-off-by: Francis Bouvier <francis@lightpanda.io>
This commit is contained in:
Francis Bouvier
2024-10-09 00:01:49 +02:00
parent b0ff325125
commit c8a91d4cf6
11 changed files with 83 additions and 97 deletions

View File

@@ -19,7 +19,7 @@
const std = @import("std");
const server = @import("../server.zig");
const Ctx = server.Cmd;
const Ctx = server.Ctx;
const cdp = @import("cdp.zig");
const result = cdp.result;
const getMsg = cdp.getMsg;

View File

@@ -19,7 +19,7 @@
const std = @import("std");
const server = @import("../server.zig");
const Ctx = server.Cmd;
const Ctx = server.Ctx;
const browser = @import("browser.zig").browser;
const target = @import("target.zig").target;

View File

@@ -19,7 +19,7 @@
const std = @import("std");
const server = @import("../server.zig");
const Ctx = server.Cmd;
const Ctx = server.Ctx;
const cdp = @import("cdp.zig");
const result = cdp.result;
const getMsg = cdp.getMsg;

View File

@@ -19,7 +19,7 @@
const std = @import("std");
const server = @import("../server.zig");
const Ctx = server.Cmd;
const Ctx = server.Ctx;
const cdp = @import("cdp.zig");
const result = cdp.result;
const getMsg = cdp.getMsg;

View File

@@ -19,7 +19,7 @@
const std = @import("std");
const server = @import("../server.zig");
const Ctx = server.Cmd;
const Ctx = server.Ctx;
const cdp = @import("cdp.zig");
const result = cdp.result;
const getMsg = cdp.getMsg;

View File

@@ -19,7 +19,7 @@
const std = @import("std");
const server = @import("../server.zig");
const Ctx = server.Cmd;
const Ctx = server.Ctx;
const cdp = @import("cdp.zig");
const result = cdp.result;
const getMsg = cdp.getMsg;

View File

@@ -19,7 +19,7 @@
const std = @import("std");
const server = @import("../server.zig");
const Ctx = server.Cmd;
const Ctx = server.Ctx;
const cdp = @import("cdp.zig");
const result = cdp.result;
const getMsg = cdp.getMsg;

View File

@@ -19,7 +19,7 @@
const std = @import("std");
const server = @import("../server.zig");
const Ctx = server.Cmd;
const Ctx = server.Ctx;
const cdp = @import("cdp.zig");
const result = cdp.result;
const getMsg = cdp.getMsg;

View File

@@ -22,7 +22,7 @@ const builtin = @import("builtin");
const jsruntime = @import("jsruntime");
const server = @import("../server.zig");
const Ctx = server.Cmd;
const Ctx = server.Ctx;
const cdp = @import("cdp.zig");
const result = cdp.result;
const getMsg = cdp.getMsg;

View File

@@ -19,7 +19,7 @@
const std = @import("std");
const server = @import("../server.zig");
const Ctx = server.Cmd;
const Ctx = server.Ctx;
const cdp = @import("cdp.zig");
const result = cdp.result;
const getMsg = cdp.getMsg;