summaryrefslogtreecommitdiff
path: root/extension/background.js
AgeCommit message (Expand)Author
2024-12-28Fix windows/*/create spellingHEADmasterOmar Rizwan
2024-12-27for Issue #16: update backend js for create new tabs on window, update web re...mikelinsi
2023-02-26Fix body.html for larger files and UTF-8 contents.Hagen Fritsch
2022-01-07add tabs directory to windowrob cobb
2022-01-07add by-window symlinksrob cobb
2021-09-15extension: support allFrames in evals/Omar Rizwan
2021-09-13extension: more routes.html descriptions and improvements.Omar Rizwan
2021-09-13extension: Improve routes.html w icons, top text.Omar Rizwan
2021-09-12extension: Load bg.js upfront; fix bracket matching in routes.html.Omar Rizwan
2021-08-19extension: Finish source code view on routes.html.Omar Rizwan
2021-08-16extension: Clean up routes.html formatting a bit.Omar Rizwan
2021-08-16extension: Add source code view to routes.html. Del unused stuff --Omar Rizwan
2021-08-16extension: Add some descriptions.Omar Rizwan
2021-07-26extension: more doc improvementsOmar Rizwan
2021-07-26extension: routeWithContents -> makeRouteWithContentsOmar Rizwan
2021-07-26extension: improve naming/docs for utility fnsOmar Rizwan
2021-07-22extension: factor out routeDirectoryForChildren and createWritableDirectoryOmar Rizwan
2021-04-22extension: reorder by-title routes to top, add more usage docsOmar Rizwan
2021-04-22extension: fix ChromeOmar Rizwan
2021-04-22extension: add runtime/routes.htmlOmar Rizwan
2021-04-22extension: allow hot patching of Routes; keep backgroundJS aliveOmar Rizwan
2021-04-22extension: fix hot patching of backgroundJSOmar Rizwan
2021-04-22extension: share cached backgroundJS between .js and .js.html fileOmar Rizwan
2021-04-20extension: defineFile -> routeWithContents. hot reload stuff.Omar Rizwan
2021-04-19extension: start adding some `usage`s; rename withTab and fromScriptOmar Rizwan
2021-04-06fs,extension: Make truncate work on cached file content.Omar Rizwan
2021-03-26extension: fix truncate in defineFile; refactor/encap defineFileOmar Rizwan
2021-03-22extension,test: Move Router down, Router -> Routes.Omar Rizwan
2021-03-22fix resources/ suffix misuse bug, tweak READMEOmar Rizwan
2021-03-22extension: Remove html for now.Omar Rizwan
2021-03-22extension: Compress/expand lines in html view.Omar Rizwan
2021-03-22extension: red highlights for routes.Omar Rizwan
2021-03-21extension,test: router -> Router.Omar Rizwan
2021-03-21extension: Eliminate pathComponent entirely.Omar Rizwan
2021-03-21extension: Big refactor to use named variables in routes.Omar Rizwan
2021-03-21extension,test: Start on simplifying routing.Omar Rizwan
2021-03-21extension: first cut at background.js.htmlOmar Rizwan
2021-03-14test: separate tests from background.js, clean up and document a bitOmar Rizwan
2021-03-14extension: some cleanup, get rid of ToSafari thing we weren't usingOmar Rizwan
2021-03-14extension: source.html -> body.htmlOmar Rizwan
2021-03-14extension: also remove spaces; spaces in filenames are annoying, imoOmar Rizwan
2021-03-14extension: use node-sanitize-filename sanitizeOmar Rizwan
2021-03-14Merge commit 'refs/pullreqs/59'Omar Rizwan
2021-02-25rename old TAB/evals to TAB/watches; add new TAB/evalsOmar Rizwan
2021-02-22remove TAB/console and TAB/execute-script which are uglyOmar Rizwan
2021-02-22extension: allow deletion of TAB/evals/*Omar Rizwan
2021-02-22extension: add TAB/evals!Omar Rizwan
2021-02-21hack to handle reading TAB/inputs/INVALIDID. also reorder some codeOmar Rizwan
2021-02-19change TAB/textareas to TAB/inputs, add support for text inputsOmar Rizwan
2021-02-19add WINDOW/focusedOmar Rizwan