265 Commits

Author SHA1 Message Date
CanadaHonk
7ae42566db typedef: add future BrowserEngine and update Browser values 2023-01-01 23:24:02 +00:00
CanadaHonk
2aa0a8e82a api: add Window.versions 2023-01-01 23:22:48 +00:00
CanadaHonk
baab5c7aa9 inject: pass IPC browser engine 2023-01-01 23:22:08 +00:00
CanadaHonk
3285744fd4 chore: bump version to 0.9.0-alpha.0 2023-01-01 15:42:32 +00:00
CanadaHonk
b74300dfd2 index: remove now unneeded parameters for idle creation 2023-01-01 15:41:06 +00:00
CanadaHonk
67a7fc2c03 idle: rewrite to use CDP to get processes instead of exec 2023-01-01 15:40:49 +00:00
CanadaHonk
f14929cb1c typedef: add useSessionId to CDPApi.send() 2023-01-01 15:40:25 +00:00
CanadaHonk
cd150331f3 inject: add useSessionId to Window.cdp.send() 2023-01-01 15:38:34 +00:00
CanadaHonk
e1fa2d4389 readme: move trying gluon to earlier up 2023-01-01 14:51:23 +00:00
CanadaHonk
e49ea8c468 readme: update screenshot 2023-01-01 14:46:54 +00:00
CanadaHonk
8d8482ba73 paths: add more linux browsers 2023-01-01 13:40:39 +00:00
CanadaHonk
7db2b28752 readme: update project age 2022-12-31 23:47:40 +00:00
CanadaHonk
0e56fac4f7 release: 0.8.0 2022-12-30 22:40:51 +00:00
CanadaHonk
d36f35f1ac roadmap: add close api for 0.8.0 2022-12-30 22:25:08 +00:00
CanadaHonk
2c6baba400 typedef: add Window.close() 2022-12-30 22:24:16 +00:00
CanadaHonk
27863dcea8 inject: add Window.close() api 2022-12-30 22:18:46 +00:00
CanadaHonk
136048ebf9 cdp: add internal close api 2022-12-30 22:12:35 +00:00
CanadaHonk
b23351ae4a paths: add alternate linux paths 2022-12-28 13:15:22 +00:00
CanadaHonk
ace26b85f9 chore: bump to 0.8.0-dev 2022-12-28 13:10:17 +00:00
CanadaHonk
2e25a15a1d roadmap: add detection rewrite 2022-12-28 13:09:43 +00:00
CanadaHonk
1b3f76d47a paths: rewrite to support several paths for one browser 2022-12-28 13:08:59 +00:00
CanadaHonk
9cae53f26b roadmap: add version specific roadmaps 2022-12-26 22:29:54 +00:00
CanadaHonk
905db965b5 typedef: fix marking wrong function as todo 2022-12-21 17:42:46 +00:00
CanadaHonk
5d834f7e44 typedef: mark Window.idle as experimental 2022-12-21 17:42:05 +00:00
CanadaHonk
a585c6a958 typedef: fix IdleApi.auto() return value 2022-12-21 17:24:13 +00:00
CanadaHonk
3d23efb714 typedef: fix bool -> Boolean 2022-12-21 17:05:54 +00:00
CanadaHonk
6c2639d5f7 changelog: 0.7.0 2022-12-20 21:36:31 +00:00
CanadaHonk
91167513ba chore: bump version to 0.7.0 2022-12-20 21:36:21 +00:00
CanadaHonk
b6a5a79c5d roadmap: update for newly done 2022-12-20 21:36:05 +00:00
CanadaHonk
253e30ab55 typedef: add idle api 2022-12-20 21:32:32 +00:00
CanadaHonk
fb99d0e987 idle: initial add 2022-12-20 21:32:24 +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
66d3cb2a30 launcher: fix more IPC parsing 2022-12-18 13:02:43 +00:00
CanadaHonk
df5ffa7e83 launcher: fix IPC parsing 2022-12-18 12:55:03 +00:00
CanadaHonk
3a9a4e4e95 typedef: fix spelling 2022-12-18 12:37:31 +00:00
CanadaHonk
4dd8af60cc ipc: async listener support 2022-12-18 12:37:13 +00:00
CanadaHonk
6c5f67929b typedef: tweaks 2022-12-18 12:33:00 +00:00
CanadaHonk
11d9a60a79 launcher: fix IPC receiving 2022-12-18 12:32:30 +00:00
CanadaHonk
c7feabb685 ipc: default no reply to null 2022-12-17 16:51:04 +00:00
CanadaHonk
b0d2d51dcb typedef: type all of return value 2022-12-17 16:49:06 +00:00
CanadaHonk
5463685bd5 doc: use typedef instead 2022-12-17 16:11:42 +00:00
CanadaHonk
768a606684 doc: add JSDoc for open 2022-12-17 15:53:43 +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
Oj
675d0bb5af paths: fix searching in PATH sometimes being misleading 2022-12-15 13:22:30 +00:00
Darshan Sen
8b0ed9a798
readme: fix shell example in the "Trying Gluon" section (#5)
It wasn't being rendered as expected on GitHub and it also had things
that aren't parts of the shell commands.

Signed-off-by: Darshan Sen <raisinten@gmail.com>

Signed-off-by: Darshan Sen <raisinten@gmail.com>
2022-12-15 06:55:56 +00:00
CanadaHonk
2d5b3e1ebe github: add funding 2022-12-14 19:50:40 +00:00
CanadaHonk
d243cec926 firefox: don't treat tab as special draggable 2022-12-14 18:34:47 +00:00