Andrew Sutherland

Results 7 issues of Andrew Sutherland

It seems useful for browser UX to surface to the user what the ServiceWorker claims it is doing similar to Background Fetch's [title](https://wicg.github.io/background-fetch/#ref-for-dom-backgroundfetchuioptions-title) mechanism. Especially since the SW presumably would...

**Problem Statement**: Managing storage quota for origins in a browser is problematic. Although [the storage spec](https://storage.spec.whatwg.org/) now has a concept of [buckets](https://storage.spec.whatwg.org/#buckets) as the atomic unit of storage for eviction...

Filtering is fairly broken for me right now. If I type text in the filter field, a highlighting event may occur, but non-matching items don't get filtered out. I am...

I've recently been experiencing a consistent problem where rr appears to hang when tracing Firefox through normal `mach mochitest` and `mach run` workflows on both a "AMD Ryzen Threadripper PRO...

https://developer.mozilla.org/En/XMLHttpRequest/Using_XMLHttpRequest#Receiving_binary_data_in_older_browsers documents using: ``` req.overrideMimeType('text/plain; charset=x-user-defined'); ``` as a way to force web browsers to not treat the returned data as utf-8. This is useful if you are doing something...

### What is the issue with the XMLHttpRequest Standard? It's come up that the [WPTs for service-worker sync XHR interception fail on blink and webkit and pass on gecko](https://wpt.fyi/results/service-workers/service-worker/fetch-request-xhr-sync.https.html?label=experimental&label=master&aligned). Given...