aboutsummaryrefslogtreecommitdiffstats
path: root/extension
Commit message (Collapse)AuthorAgeFilesLines
* Add /tabs/by-id/*/{discard,index}HEADmastertv2021-01-141-17/+68
|
* Merge pull request #51 from joshuahhh/masterOmar Rizwan2021-01-131-0/+20
|\ | | | | read/write textareas
| * read/write textareasJoshua Horowitz2021-01-101-0/+20
| |
* | Merge branch 'huglovefan-truncate'Omar Rizwan2021-01-121-6/+16
|\ \ | |/ |/|
| * fix truncating in defineFile()human2021-01-111-6/+16
| | | | | | | | | | | | | | - in the C part: enable FUSE_CAP_ATOMIC_O_TRUNC so that open() will get called with O_TRUNC in flags instead of truncate() being called separately - this also prevents truncate() from calling setData() with an empty string when a file is opened with O_TRUNC - in defineFile()->open(): if O_TRUNC is used, don't call getData() but start with an empty file as if it had just been truncated - in defineFile()->write()/truncate(): correct buffer resizing/copying
* | Save tab HTML source to filecdf19822021-01-101-0/+1
|/
* Merge pull request #29 from huglovefan/masterOmar Rizwan2021-01-041-1/+2
|\ | | | | multi-threaded tabfs.c
| * multi-threaded tabfs.chuman2021-01-031-1/+2
| |
* | background.js: add /tabs/by-id/*/activetv2021-01-041-0/+18
|/
* Firefox fixes, md updateOmar Rizwan2020-12-311-1/+2
|
* update md, add some stubs, move console inside scopeOmar Rizwan2020-12-311-42/+63
|
* console and execute-script work. with testOmar Rizwan2020-12-301-14/+35
|
* continuing work on console. it can print stuff in `tail -f`!Omar Rizwan2020-12-301-18/+30
|
* eval works. start on consoleOmar Rizwan2020-12-301-3/+45
|
* ability to read scripts/file with path filteringOmar Rizwan2020-12-291-8/+10
|
* improve scripts dir -- checking scriptId more reliably. add testsOmar Rizwan2020-12-291-9/+18
|
* prevent explosion of scriptsForTab!Omar Rizwan2020-12-291-33/+35
|
* improve test reliability; try clear scriptsForTab (doesn't work yet)Omar Rizwan2020-12-291-2/+1
|
* cleanup refcount stuff that wasn't being used anyway, update mdOmar Rizwan2020-12-281-25/+13
|
* add tabfs.md (hard linked into website)Omar Rizwan2020-12-271-1/+3
|
* add window symlink in tab folderOmar Rizwan2020-12-251-5/+12
|
* add some comments, do some cleanupOmar Rizwan2020-12-251-17/+43
|
* make windows/*/visible-tab.png. seems to work?Omar Rizwan2020-12-252-20/+4
|
* start working on windows/ (so i can have cleaner screenshot API)Omar Rizwan2020-12-251-21/+46
|
* fix bug with new debugger/ route path matchingOmar Rizwan2020-12-251-11/+15
|
* make debugger/ subfolder. remove lastFocused storage (didn't need?)Omar Rizwan2020-12-251-70/+75
| | | | make test reload on start. test seems to work
* add .txt extensions (it screenshots better)Omar Rizwan2020-12-251-16/+16
|
* remove doc/README. fix truncate on extensions/*/enabled. add timeoutOmar Rizwan2020-12-241-8/+31
|
* better router infill logic; start work on /runtime/reloadOmar Rizwan2020-12-241-4/+11
|
* fix truncate & write (incl resizing). fix extensions/*/enabled ?Omar Rizwan2020-12-231-9/+17
|
* extensions/*/enabled is readable (+ test that works)Omar Rizwan2020-12-221-0/+8
|
* fixup ancestor algorithm so extensions/ appearsOmar Rizwan2020-12-221-10/+10
|
* start adding extensions/ folder. fix up js testsOmar Rizwan2020-12-222-6/+20
| | | | some hacks to start working on clearing old scriptParsed entries
* remove tab at end of testOmar Rizwan2020-12-191-1/+2
|
* make test.c. clean up utf8/string stuff a bit, start write patchingOmar Rizwan2020-12-191-35/+32
|
* checkpoint: starting work on truncate. more README stubs.Omar Rizwan2020-12-181-2/+15
|
* make URL writable (kinda). allow delete in by-title/. README updateOmar Rizwan2020-12-151-8/+17
|
* Add unlink support. Make by-title/ writable. Add . and .. entries.Omar Rizwan2020-12-131-7/+14
| | | | Still haven't added the unlink handler to by-title/, though.
* fromStringMaker -> defineFile; start adding write to defineFile.Omar Rizwan2020-12-131-9/+23
| | | | also make write() actually work w/o errors. (return size)
* scripts works! uses getScriptSourceOmar Rizwan2020-12-121-6/+10
|
* fix detach->attach flow. collect scripts/ entries and readdirOmar Rizwan2020-12-121-16/+46
| | | | | (but not providing attrs yet, so they don't actually show up in ls yet)
* make screenshot.png use fromStringMakerOmar Rizwan2020-12-111-13/+6
|
* more refactoring: standardize fromStringMaker to use arraysOmar Rizwan2020-12-111-97/+39
| | | | resources and screenshot.png seem to still work
* refactor to create fromStringMaker. text, title, url seem to workOmar Rizwan2020-12-111-22/+16
| | | | | with this, I think I can drastically simplify the synthetic file definition code
* fence withTab and fromScript into scopeOmar Rizwan2020-12-111-31/+28
|
* refactor -> Cache, TabManager, BrowserState.Omar Rizwan2020-12-111-42/+64
| | | | screenshot.png is consistent & fast-ish now! need to fixup resources
* extension: improve debug attach reliabilityOmar Rizwan2020-12-041-11/+14
| | | | | | | | | (by forcing detach first for tabs that already have an attached debugger -- this crops up a lot if I reload the extension, the old extension ver stays hanging -- and by attaching before we open/getattr files too, not just when we open the dir) (it seems pretty solid now)
* trying to fix resource read. fix releasedir call.Omar Rizwan2020-12-041-1/+7
|
* screenshot.png works! (when focused, when you kill old debugger)Omar Rizwan2020-12-041-1/+3
|
* fix text bugOmar Rizwan2020-12-041-2/+1
|