Andrew Sutherland
Andrew Sutherland
I can help look into it; I have zero angular experience though, so if you could briefly describe what you think might be racing or point me at a good...
> Would be nice to do some IDL crawl and see how many APIs are currently accepting Uint8Array or BufferSource. Do the pages https://dontcallmedom.github.io/webidlpedia/names/BufferSource.html and https://dontcallmedom.github.io/webidlpedia/names/Uint8Array.html from https://dontcallmedom.github.io/webidlpedia/names/ accomplish what...
The dynamic behavior allowed by importValue()'s exportName argument makes sense in the context of shadow realms which are heavy on eval-semantics already, but I am concerned it would lend itself...
I like the `markForTransfer` idea, it definitely feels ergonomic in a way that transfer lists do not and where transfer lists would be a real problem here. In general I...
Here is a [profile of opening a new (searchfox) tab](https://profiler.firefox.com/public/aarmtn4t4wp6armjp1874nbbaxkrt9x173zrzr0/flame-graph/?globalTrackOrder=01&thread=2&v=10). My process was: - start profiler - middle click on a searchfox link - watch the tab appear in the...
Thank you so much! (And thank you for creating and maintaining this incredible extension. I love TreeStyleTab so much! It is a must-have, must-use extension, and I am lost whenever...
For https://github.com/piroor/treestyletab/issues/3388 I think https://bugzilla.mozilla.org/show_bug.cgi?id=1849393 is important context. It's currently a known problem that the session store (which is distinct from SessionStorage, but which *is responsible for persisting SessionStorage data*)...
I should probably also mention that in relation to https://github.com/piroor/treestyletab/issues/3387 Firefox does now support storing IndexedDB data in Private Browsing, which it sounds like was impacting people using Firefox in...
Note that Additional allocations in the IDB case I think would be something like an increase in the number of IPC buffers retained by the IPC subsystem and not something...
I think registration is correct. Arguably the current use of registration allows the spec to hand-wave the lack of steps like the [push API's deactivation text](https://w3c.github.io/push-api/#subscription-deactivation). Given the [removal of...