25 Commits

Author SHA1 Message Date
CanadaHonk
e961cba329 ipc/expose: rewrite to use proxy instead of eval definers 2023-04-05 15:33:32 +01:00
CanadaHonk
31d0975452 ipc/store: sync web on load and tweak 2023-04-05 15:33:15 +01:00
CanadaHonk
f7066388c8 ipc: add custom JSON stringify to store 2023-04-02 19:34:41 +01:00
CanadaHonk
09a5cc517e ipc: fix store functions 2023-04-02 19:01:32 +01:00
CanadaHonk
cd69046694 ipc: tweak logging 2023-04-02 19:01:11 +01:00
CanadaHonk
ea9e72a4d5 ipc: fix logger import 2023-02-11 13:16:35 +00:00
CanadaHonk
6d5836e8f0 ipc: import log for logging 2023-02-11 13:12:31 +00:00
CanadaHonk
4ef79c2d19 ipc: add logging flag 2023-02-11 13:09:33 +00:00
CanadaHonk
f02abcb2f1 ipc: fix proxy setter return value 2023-02-08 19:04:07 +00:00
CanadaHonk
c6c5cc935d ipc: no longer require own load promise 2023-02-08 19:03:45 +00:00
Oj
43cd73b653 api/ipc: fix proxy setters 2023-02-02 16:23:01 +00:00
CanadaHonk
3bb8be88bb index: pass browserType as extra 2023-01-19 21:09:56 +00:00
CanadaHonk
865b0e3714 ipc: clean up debug logging 2023-01-08 13:41:59 +00:00
CanadaHonk
a2ce686fdd ipc: add store 2023-01-08 11:00:05 +00:00
CanadaHonk
13dd731052 ipc: minor cleanup 2023-01-08 10:58:55 +00:00
CanadaHonk
8d4dd9aea1 ipc/expose: fix arguments being given as array instead of spread 2023-01-06 22:09:41 +00:00
Oj
9fb71546e8 ipc: add expose APIs 2023-01-05 18:47:08 +00:00
CanadaHonk
baab5c7aa9 inject: pass IPC browser engine 2023-01-01 23:22:08 +00:00
CanadaHonk
007cf2d032 ipc: fix not returning reply data 2022-12-18 13:52:50 +00:00
CanadaHonk
7aa0c6cf2d ipc: fix not waiting for reply 2022-12-18 13:47:02 +00:00
CanadaHonk
d174fd279f ipc: fix incorrect function name 2022-12-18 13:18:42 +00:00
CanadaHonk
641b37895d launcher: simplify IPC args 2022-12-18 13:14:00 +00:00
CanadaHonk
4dd8af60cc ipc: async listener support 2022-12-18 12:37:13 +00:00
CanadaHonk
c7feabb685 ipc: default no reply to null 2022-12-17 16:51:04 +00:00
CanadaHonk
f46e3f3ca9
Total internal rewrite (#7)
* cdp: initial add

* cdp: fix not retrying for port, and firefox

* major internal rewrite

* roadmap: update for rewrite

* package: use correct deps for rewrite

* chore: organise into dirs

* chore: fix imports

* chore: change versioning to 0.x.y

* firefox: fix error when window size is undefined
2022-12-16 23:20:03 +00:00