Sihui

Results 22 comments of Sihui

> > Taking this proposal a bit further makes me wonder whether we should allow things like multiple writers to the same file. An argument could be made that since...

> > I think allowing multiple writers would be a more difficult question than allowing multiple readers. > > Yes, I agree. We can probably get away with just relaxing...

> > > I think there's an argument to be made that locking should be exclusive _across concepts_. > > > > > > The spec currently requires a shared...

For `getFile`, maybe we can release read lock after getting the snapshot for the underlying file https://w3c.github.io/FileAPI/#file-section. For multiple writer support, or if developers need finer-grained control in the future...

Hi @a-sully, does the Friday meeting allow remote attendance for TPAC participants?

It seems in normal file system API, there will be two types of objects (classes): path and handle (entry, file descriptor), where path is stateless and handle is stateful. Path...

> There's one design question I have. As you can see, I have added `ScriptExecutionContext&` as an argument to `Permissions::query()` because I added `CallWith=CurrentScriptExecutionContext` to the Permissions.idl file. I did...

> Note that what Sihui is proposing is a fairly large code change. Maybe we could split the patch in 2 so we could land most of this patch already....

I am not very familiar with the WPE/GTK API and its usage. Are you going to set different default base and cache directories for different WebsiteDataStores in the same app?...

According to https://wicg.github.io/entries-api/#names-paths: > A name is a string which: > does not contain '/' (U+002F SOLIDUS) > does not contain NUL (U+0000) > does not contain '\' (U+005C REVERSE...