Commit graph

164 commits

Author SHA1 Message Date
Hagen Fritsch 5c519a15c2 Fix body.html for larger files and UTF-8 contents. 2023-02-26 19:50:19 +01:00
rob cobb bf7edaec22 add tabs directory to window 2022-01-07 16:22:16 -05:00
rob cobb 6cf4c2630d add by-window symlinks 2022-01-07 15:47:37 -05:00
Omar Rizwan e0ec254872 extension: support allFrames in evals/
tweak routes.html language slightly
2021-09-15 23:36:45 -07:00
Omar Rizwan ff53ae7d01 extension: more routes.html descriptions and improvements. 2021-09-13 07:12:51 -07:00
Omar Rizwan c5228d4ac0 extension: Improve routes.html w icons, top text. 2021-09-13 06:17:46 -07:00
Omar Rizwan b8258aaa01 extension: Load bg.js upfront; fix bracket matching in routes.html. 2021-09-12 21:29:11 -07:00
Omar Rizwan d07c99e701 extension: Finish source code view on routes.html.
Remove vestiges of backgroundJS hot swap.
2021-08-19 19:10:13 -07:00
Omar Rizwan 37cdd270bd extension: Clean up routes.html formatting a bit. 2021-08-16 16:51:39 -07:00
Omar Rizwan a6d2df4193 extension: Add source code view to routes.html. Del unused stuff --
background.js and background.js.html -- for now.
2021-08-16 16:43:34 -07:00
Omar Rizwan 8aaf038727 extension: Add some descriptions. 2021-08-16 15:47:26 -07:00
Omar Rizwan 8fcfe3d134 extension: more doc improvements 2021-07-26 15:15:21 -07:00
Omar Rizwan 972b51886e extension: routeWithContents -> makeRouteWithContents 2021-07-26 15:03:34 -07:00
Omar Rizwan 59bdf63ff0 extension: improve naming/docs for utility fns 2021-07-26 14:56:48 -07:00
Omar Rizwan 9992d13680 extension: factor out routeDirectoryForChildren and createWritableDirectory
sort routes by specificity (__matchVarCount)

makes evals & watches much simpler; is prep work for writable tab
directory stuff
2021-07-22 17:53:17 -07:00
Omar Rizwan 38a5677dec extension: reorder by-title routes to top, add more usage docs 2021-04-22 18:53:30 -07:00
Omar Rizwan 1cd220febb extension: fix Chrome 2021-04-22 18:31:43 -07:00
Omar Rizwan 4ed3736a61 extension: add runtime/routes.html 2021-04-22 17:24:45 -07:00
Omar Rizwan e404d44985 extension: allow hot patching of Routes; keep backgroundJS alive
(across hot reloads)
2021-04-22 16:48:01 -07:00
Omar Rizwan 158ad14f97 extension: fix hot patching of backgroundJS
(to the point where you can log and it shows up; it doesn't seem able
to replace routes yet)
2021-04-22 16:39:15 -07:00
Omar Rizwan 4c30d9f989 extension: share cached backgroundJS between .js and .js.html file
delete anim stuff for now
2021-04-22 16:17:42 -07:00
Omar Rizwan 837c0ea3ad extension: defineFile -> routeWithContents. hot reload stuff.
add runtime/background.js route.
2021-04-20 05:07:22 -07:00
Omar Rizwan b8d0f3dab2 extension: start adding some usages; rename withTab and fromScript
to routeForTab and routeFromScript
2021-04-19 22:05:05 -07:00
Omar Rizwan b948c235b8 fs,extension: Make truncate work on cached file content.
We now remember the path of each cached file, so when someone
truncates that path, we can truncate all open instances of it in
cache. Important when someone pipes to stomp a file / opens with
O_TRUNC (which FUSE disaggregates into an open() and then a truncate()
call). Gets rid of the need for FUSE_CAP_ATOMIC_O_TRUNC, which never
worked on macOS anyway.

Fixes #40.
2021-04-06 13:48:48 -07:00
Omar Rizwan 8fbfa9a7c9 extension: fix truncate in defineFile; refactor/encap defineFile
truncate was still assuming fixed path instead of passing whole req
object on to setData/getData.
2021-03-26 02:21:14 -07:00
Omar Rizwan 383096da00 extension,test: Move Router down, Router -> Routes. 2021-03-22 23:25:38 -07:00
Omar Rizwan e1f9c5986a fix resources/ suffix misuse bug, tweak README 2021-03-22 22:49:07 -07:00
Omar Rizwan d539660c93 extension: Remove html for now. 2021-03-22 22:33:06 -07:00
Omar Rizwan 2819f3325b extension: Compress/expand lines in html view. 2021-03-22 21:56:19 -07:00
Omar Rizwan 345c7a4af5 extension: red highlights for routes. 2021-03-22 08:56:48 -07:00
Omar Rizwan 73f4672a8c extension,test: router -> Router. 2021-03-21 20:29:30 -07:00
Omar Rizwan 5ef6929ae7 extension: Eliminate pathComponent entirely. 2021-03-21 19:51:31 -07:00
Omar Rizwan b6f44d95f4 extension: Big refactor to use named variables in routes.
Also move debugger-specific stuff into the debugger block.
2021-03-21 19:42:44 -07:00
Omar Rizwan be519afe5f extension,test: Start on simplifying routing.
Introduces a 'named variable' syntax so we can remove all the manual
indexing into path components / converting to int in individual fs
ops.

Also rewrites the route finding to use regex: all routes are compiled
to regexes, then the route finder just walks through them all until it
hits a match.

Doesn't fully work yet; JS test passes.
2021-03-21 15:35:01 -07:00
Omar Rizwan 57726b4354 extension: first cut at background.js.html 2021-03-21 11:55:52 -07:00
Omar Rizwan 11cf48259a test: separate tests from background.js, clean up and document a bit
also makes the test more lenient (subset instead of equality for tab
entries)
2021-03-14 21:33:23 -07:00
Omar Rizwan 00caad5228 extension: some cleanup, get rid of ToSafari thing we weren't using 2021-03-14 17:24:04 -07:00
Omar Rizwan 8f33a2feab extension: source.html -> body.html 2021-03-14 16:12:55 -07:00
Omar Rizwan 922e2bb6a3 extension: also remove spaces; spaces in filenames are annoying, imo 2021-03-14 15:53:04 -07:00
Omar Rizwan 636a975818 extension: use node-sanitize-filename sanitize 2021-03-14 15:50:49 -07:00
Omar Rizwan 49fea2b7e8 Merge commit 'refs/pullreqs/59' 2021-03-14 15:39:01 -07:00
Omar Rizwan b5113fb2d1 rename old TAB/evals to TAB/watches; add new TAB/evals 2021-02-25 15:41:47 -08:00
Omar Rizwan 063051d80b remove TAB/console and TAB/execute-script which are ugly
(and not really necessary now that we have evals, I think? like, as
long as you have some way to run JS on the content script, you can
build other functionality out of that)
2021-02-22 16:31:49 -08:00
Omar Rizwan ad80383242 extension: allow deletion of TAB/evals/* 2021-02-22 16:18:07 -08:00
Omar Rizwan dffc41a3e1 extension: add TAB/evals! 2021-02-22 15:33:31 -08:00
Omar Rizwan bcf077ab06 hack to handle reading TAB/inputs/INVALIDID. also reorder some code 2021-02-21 20:43:31 -08:00
Omar Rizwan 9827b089c1 change TAB/textareas to TAB/inputs, add support for text inputs 2021-02-19 11:26:33 -08:00
Omar Rizwan 07da85e36b add WINDOW/focused 2021-02-19 10:32:28 -08:00
Omar Rizwan e24f0f8afa active: refactor / simplify to use withTab 2021-02-19 10:02:39 -08:00
Omar Rizwan 2215ba8e41 fix bug with write permission for files with autogen getattr
(fixes bug with writing to `TAB/active` from Emacs Lisp, which checks
permission instead of just trying to write)
2021-02-19 09:26:20 -08:00