Pierre Tachoire
|
d664d07141
|
cdp: dispatch executionContextCreated on Runtime.enable
|
2025-01-13 10:47:42 +01:00 |
|
Pierre Tachoire
|
82bbe78e95
|
cdp: return correct result on Runtime
|
2025-01-08 16:46:05 +01:00 |
|
Pierre Tachoire
|
c761cd059b
|
cdp: log errors on sendMessageToTarget
|
2025-01-08 16:17:29 +01:00 |
|
Pierre Tachoire
|
03e87155ca
|
cdp: add security.enable
|
2025-01-08 16:17:20 +01:00 |
|
Pierre Tachoire
|
8377eb02a5
|
cdp: add CSS.enable
|
2025-01-08 12:01:18 +01:00 |
|
Pierre Tachoire
|
3738e8eb44
|
cdp: add DOM.enable
|
2025-01-08 12:01:18 +01:00 |
|
Pierre Tachoire
|
4b000e44b3
|
cdp: add Inspector.enable
|
2025-01-08 12:01:18 +01:00 |
|
Pierre Tachoire
|
d78e8a725d
|
cdp: remove useless parameter
|
2025-01-08 09:57:28 +01:00 |
|
Pierre Tachoire
|
90ba6deba2
|
cdp: add Target.sendMessageToTarget support
see https://chromedevtools.github.io/devtools-protocol/tot/Target/#method-sendMessageToTarget
|
2025-01-07 16:00:44 +01:00 |
|
Pierre Tachoire
|
5fc763a738
|
cdp: add TargetCreated event on createTarget message
|
2025-01-07 10:34:47 +01:00 |
|
Francis Bouvier
|
3b018e2a6d
|
Merge pull request #325 from lightpanda-io/await_promise
wpt / web platform tests (push) Has been cancelled
zig-test / zig build dev (push) Has been cancelled
zig-test / zig build release (push) Has been cancelled
zig-test / zig test (push) Has been cancelled
wpt / perf-fmt (push) Has been cancelled
zig-test / perf-fmt (push) Has been cancelled
cdp: runtime, replace `"awaitPromise":true` only if present
|
2024-12-09 11:19:45 +01:00 |
|
Francis Bouvier
|
d4939c8260
|
Merge pull request #322 from lightpanda-io/cdp_msg_nullable_params
wpt / web platform tests (push) Waiting to run
wpt / perf-fmt (push) Blocked by required conditions
zig-test / zig build dev (push) Waiting to run
zig-test / zig build release (push) Waiting to run
zig-test / zig test (push) Waiting to run
zig-test / perf-fmt (push) Blocked by required conditions
cdp: handle nullable Type for params
|
2024-12-08 19:08:27 +01:00 |
|
Francis Bouvier
|
0217e3fcae
|
cdp: runtime, replace "awaitPromise":true only if present
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-12-08 15:33:32 +01:00 |
|
Francis Bouvier
|
6e7d6421d5
|
cdp: do not throw error on json parse for unknown fields
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-12-08 15:27:12 +01:00 |
|
Francis Bouvier
|
53dd0a5e4c
|
cdp: handle nullable Type for params
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-12-04 22:39:54 +01:00 |
|
Francis Bouvier
|
325ecedf0b
|
websocket: first implementation
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-11-27 21:24:09 +01:00 |
|
Francis Bouvier
|
ed3a464843
|
cdp: fix memory leak in msg parsing of the JSON
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-11-09 03:25:42 +01:00 |
|
Francis Bouvier
|
f60fcbec04
|
Merge pull request #286 from lightpanda-io/cdp-refacto-input
cdp: refacto message JSON read
|
2024-11-15 01:03:53 +01:00 |
|
Francis Bouvier
|
4f99407462
|
Merge pull request #288 from lightpanda-io/cdp-create-target
cdp: browserContextId is optional in Target.createTarget
|
2024-11-15 00:53:22 +01:00 |
|
Pierre Tachoire
|
82c37fc71b
|
cdp: refacto message JSON read
|
2024-11-12 12:56:29 +01:00 |
|
Pierre Tachoire
|
8ba911c8dd
|
cdp: return provided browser context id if any
|
2024-11-12 10:56:06 +01:00 |
|
Francis Bouvier
|
1854074f64
|
Merge pull request #293 from lightpanda-io/cdp-contextid
cdp: use a u32 for context id
|
2024-11-07 15:49:40 +01:00 |
|
Francis Bouvier
|
ec5de2fce0
|
Merge pull request #287 from lightpanda-io/cdp-attach-to-target
cdp: add Target.attachToTarget noop
|
2024-11-07 15:49:15 +01:00 |
|
Pierre Tachoire
|
0d76f80223
|
cdp: use a u32 for context id
|
2024-11-04 10:08:36 +01:00 |
|
Francis Bouvier
|
64779acf32
|
Merge pull request #278 from lightpanda-io/cdp_full_async
Cdp full async
|
2024-11-01 18:14:21 +01:00 |
|
Pierre Tachoire
|
b3054d68bf
|
cdp: browserContextId is optional in Target.createTarget
https://chromedevtools.github.io/devtools-protocol/tot/Target/#method-createTarget
|
2024-10-29 10:37:23 +01:00 |
|
Pierre Tachoire
|
60adf0a9c3
|
cdp: add Target.attachToTarget noop
|
2024-10-29 10:34:36 +01:00 |
|
Pierre Tachoire
|
5d7796b95d
|
cdp: close dir in dumpFile
and avoid error.ProcessFdQuotaExceeded error
|
2024-10-23 10:02:34 +02:00 |
|
Francis Bouvier
|
8508c21080
|
cdp: remove send sync
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-10-21 18:29:10 +02:00 |
|
Francis Bouvier
|
7bc7da5499
|
browser: back on createPage returning a Page (pointer)
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-10-16 14:53:11 +02:00 |
|
Francis Bouvier
|
8e05f09fc8
|
server, cdp: improve logging
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-10-15 22:57:56 +02:00 |
|
Francis Bouvier
|
84c49fbe34
|
cdp: ensure there is an ID on each request
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-10-15 17:28:18 +02:00 |
|
Francis Bouvier
|
ea9af210f9
|
Remove heap allocation for Session
And adapt to similar changes on zig-js-runtime for Env
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-10-15 15:52:48 +02:00 |
|
Francis Bouvier
|
4b495f213f
|
cdp: add comment on hard coded ID for page.createIsolatedWorld
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-10-09 15:21:09 +02:00 |
|
Francis Bouvier
|
7ad03fb548
|
cdp: fix a comment on page.navigate
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-10-09 15:18:55 +02:00 |
|
Francis Bouvier
|
eaf5c6f86f
|
cdp: ensure method action is present
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-10-09 12:42:20 +02:00 |
|
Francis Bouvier
|
0d89b98bad
|
cdp: ensure token is a string when needed in parser
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-10-09 12:35:56 +02:00 |
|
Francis Bouvier
|
c8a91d4cf6
|
server: merge Cmd and Accept in Ctx
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-10-09 00:55:29 +02:00 |
|
Francis Bouvier
|
76a9034668
|
server: newSession on disposeBrowserContext
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-10-07 21:14:55 +02:00 |
|
Francis Bouvier
|
4c225e515d
|
server: let the caller of sendSync free the string
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-10-07 16:04:29 +02:00 |
|
Francis Bouvier
|
5ab1d2a8a5
|
Add License in new cdp files
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-10-01 18:02:21 +02:00 |
|
Francis Bouvier
|
2f3a581859
|
Add TODOs and comments
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-10-01 17:48:54 +02:00 |
|
Francis Bouvier
|
8bdd2a14e8
|
Add Target.disposeBrowserContext
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-10-01 17:13:47 +02:00 |
|
Francis Bouvier
|
1675f69582
|
Add Target.closeTarget
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-10-01 17:13:29 +02:00 |
|
Francis Bouvier
|
94d2d28806
|
Redirect Runtime domain to JS engine Inspector
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-10-01 17:12:08 +02:00 |
|
Francis Bouvier
|
14a3a662fd
|
Fix response of runtime.Evaluate
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-07-09 16:10:25 +02:00 |
|
Francis Bouvier
|
41409031fd
|
Adapt to refacto in js_exec from zig-js-runtime
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-07-08 22:51:41 +02:00 |
|
Francis Bouvier
|
aca64eedca
|
Uniformize calling name conventions
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-06-19 15:56:44 +02:00 |
|
Francis Bouvier
|
5eae15889d
|
Add some optional fields in Runtime.evaluate
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-06-19 15:23:09 +02:00 |
|
Francis Bouvier
|
9319e4a7f1
|
Handle Runtime.callFunctionOn
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-06-17 16:35:22 +02:00 |
|