Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-12-28 | Fix windows/*/create spellingHEADmaster | Omar Rizwan | |
2024-12-27 | for Issue #16: update backend js for create new tabs on window, update web ↵ | mikelinsi | |
readme | |||
2023-03-02 | Merge pull request #85 from jdietrich-tc/master | Omar Rizwan | |
add Arc browser support for mac | |||
2023-03-02 | add Arc browser support for mac | Jonathan C. Dietrich | |
2023-02-28 | Merge pull request #84 from rumpeltux/master | Omar Rizwan | |
Fix body.html for larger files and UTF-8 contents. | |||
2023-02-26 | Fix body.html for larger files and UTF-8 contents. | Hagen Fritsch | |
2022-02-02 | Merge pull request #74 from rrcobb/by-window | Omar Rizwan | |
Tabs by window | |||
2022-01-07 | add tabs directory to window | rob cobb | |
2022-01-07 | add by-window symlinks | rob cobb | |
2021-09-15 | extension: support allFrames in evals/ | Omar Rizwan | |
tweak routes.html language slightly | |||
2021-09-15 | web: link routes.html from page. | Omar Rizwan | |
2021-09-15 | md,web: make web/ subfolder; add all resources to it; move md to it | Omar Rizwan | |
2021-09-15 | Merge pull request #70 from fivitti/master | Omar Rizwan | |
extension: add support for Opera browser on Linux | |||
2021-09-15 | extension: add support for Opera browser on Linux | Slawomir Figiel | |
2021-09-13 | extension: more routes.html descriptions and improvements. | Omar Rizwan | |
2021-09-13 | extension: Improve routes.html w icons, top text. | Omar Rizwan | |
2021-09-12 | extension: Load bg.js upfront; fix bracket matching in routes.html. | Omar Rizwan | |
2021-08-19 | extension: Finish source code view on routes.html. | Omar Rizwan | |
Remove vestiges of backgroundJS hot swap. | |||
2021-08-16 | extension: Clean up routes.html formatting a bit. | Omar Rizwan | |
2021-08-16 | extension: Add source code view to routes.html. Del unused stuff -- | Omar Rizwan | |
background.js and background.js.html -- for now. | |||
2021-08-16 | extension: Add some descriptions. | Omar Rizwan | |
2021-07-26 | extension: more doc improvements | Omar Rizwan | |
2021-07-26 | extension: routeWithContents -> makeRouteWithContents | Omar Rizwan | |
2021-07-26 | extension: improve naming/docs for utility fns | Omar Rizwan | |
2021-07-22 | extension: factor out routeDirectoryForChildren and createWritableDirectory | Omar Rizwan | |
sort routes by specificity (__matchVarCount) makes evals & watches much simpler; is prep work for writable tab directory stuff | |||
2021-04-22 | extension: reorder by-title routes to top, add more usage docs | Omar Rizwan | |
2021-04-22 | test: fix JS test so window works | Omar Rizwan | |
2021-04-22 | extension: fix Chrome | Omar Rizwan | |
2021-04-22 | extension: add runtime/routes.html | Omar Rizwan | |
2021-04-22 | extension: allow hot patching of Routes; keep backgroundJS alive | Omar Rizwan | |
(across hot reloads) | |||
2021-04-22 | extension: fix hot patching of backgroundJS | Omar Rizwan | |
(to the point where you can log and it shows up; it doesn't seem able to replace routes yet) | |||
2021-04-22 | extension: share cached backgroundJS between .js and .js.html file | Omar Rizwan | |
delete anim stuff for now | |||
2021-04-20 | extension: defineFile -> routeWithContents. hot reload stuff. | Omar Rizwan | |
add runtime/background.js route. | |||
2021-04-19 | extension: start adding some `usage`s; rename withTab and fromScript | Omar Rizwan | |
to routeForTab and routeFromScript | |||
2021-04-06 | fs,extension: Make truncate work on cached file content. | Omar Rizwan | |
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-03-26 | extension: fix truncate in defineFile; refactor/encap defineFile | Omar Rizwan | |
truncate was still assuming fixed path instead of passing whole req object on to setData/getData. | |||
2021-03-22 | extension,test: Move Router down, Router -> Routes. | Omar Rizwan | |
2021-03-22 | md: Clean up a bit, update file figure. | Omar Rizwan | |
2021-03-22 | fix resources/ suffix misuse bug, tweak README | Omar Rizwan | |
2021-03-22 | extension: Remove html for now. | Omar Rizwan | |
2021-03-22 | extension: Compress/expand lines in html view. | Omar Rizwan | |
2021-03-22 | extension: red highlights for routes. | Omar Rizwan | |
2021-03-21 | extension,test: router -> Router. | Omar Rizwan | |
2021-03-21 | extension: Eliminate pathComponent entirely. | Omar Rizwan | |
2021-03-21 | extension: Big refactor to use named variables in routes. | Omar Rizwan | |
Also move debugger-specific stuff into the debugger block. | |||
2021-03-21 | extension,test: Start on simplifying routing. | Omar Rizwan | |
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 | extension: first cut at background.js.html | Omar Rizwan | |
2021-03-14 | test: separate tests from background.js, clean up and document a bit | Omar Rizwan | |
also makes the test more lenient (subset instead of equality for tab entries) | |||
2021-03-14 | extension: some cleanup, get rid of ToSafari thing we weren't using | Omar Rizwan | |
2021-03-14 | extension: source.html -> body.html | Omar Rizwan | |