Richard Newman

Results 39 issues of Richard Newman

1. Open a bunch of .jpg URLs. 2. Open a new blank tab. 3. Relaunch the browser. 4. Observe that about:memory shows all of the cached images as occupying memory,...

I figured I'd file issues that would block me using RLS mode. RLS mode doesn't show any compile errors inline in the source. The justification for this is: > Executing...

https://github.com/davehorton/drachtio-srf/blob/master/lib/dialog.js#L390 ``` const refresh = req.body === this.remote.sdp && this.listeners('refresh').length > 0; const hold = origRedacted.replace(/a=sendrecv\r\n/g, 'a=sendonly\r\n') === newRedacted && this.listeners('hold').length > 0; const unhold = origRedacted.replace(/a=sendonly\r\n/g, 'a=sendrecv\r\n') === newRedacted...

See screenshot. ![IMG!UNITO-UNDERSCORE!4308](https://github.com/mozilla-mobile/firefox-ios/assets/91722/55128951-dd3f-4fd1-ae90-50e1e73a9e47) ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/FXIOS-6818)

Bug 🐞

``` it('Compares sets correctly.', (done) => { expect(new Set(['a', 'b'])).toEqual(new Set(['b', 'a'])); done(); }); ``` ``` Error: Expected Set (2) {'a', 'b'} to equal Set (2) {'b', 'a'} + expected...

enhancement

This doesn't look perfect, but at least it stops the URL bar being sliced in half, with excess padding on each end.

``` $ wasmer-js --help … SUBCOMMANDS … validate Validate a Web Assembly binary ``` ``` $ wasmer-js validate foo.wasm Error: File validate not found ```

🐞 bug
📦 Javascript

I also shifted away from deprecated socket factory interfaces. Note that supporting pre-16 and pre-11 Android requires us to fall back to TLSv1 and a tiny set of cipher suites;...

This is the simpler version, punting on Bug 1169678.