TabFS/extension
human a7ab34ebbc fix truncating in defineFile()
- 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
2021-01-11 10:25:57 +02:00
..
vendor Switch to browser namespace so we can use Promises. 2020-10-23 12:00:25 -07:00
background.js fix truncating in defineFile() 2021-01-11 10:25:57 +02:00
manifest.json make windows/*/visible-tab.png. seems to work? 2020-12-25 15:13:04 -08:00