TabFS/extension
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
..
safari safari: fix some races when you reload Web inspector, make ws connection retry 2021-02-08 13:45:26 -08:00
vendor Switch to browser namespace so we can use Promises. 2020-10-23 12:00:25 -07:00
background.js fs,extension: Make truncate work on cached file content. 2021-04-06 13:48:48 -07:00
manifest.json make windows/*/visible-tab.png. seems to work? 2020-12-25 15:13:04 -08:00