Meeting 2019-02-07
Triage: https://mozilla-necko.github.io/necko-triage/
- This week: ** Honza **
Round table items:
-
TRR shouldn't fallback to DNS on DNSSEC error: https://bugzilla.mozilla.org/show_bug.cgi?id=1525854
-
A standardised mechanism for GDPR opt-outs: https://bugzilla.mozilla.org/show_bug.cgi?id=1524511
-
Zero width 200C Unicode characters: https://bugzilla.mozilla.org/show_bug.cgi?id=1525449
-
https://trello.com/b/MisNJiSr/dns-over-https-v5-shield-study-retro
-
QUIC hackathon in 2 weeks in Mountain View
-
Andy Grover starts February 11 in Portland
Junior
Bug 1524264 - "Use system proxy settings" also applies "No proxy for" settings in Firefox 65
Bug 1524552 - Extend telemetry probes for RCWN and e10s back pressure
mayhemer
- BT: label span marker, milestone markers, more experiments with diffing based on that
- BT: trying to apply to a use case where network was wrongfully accused of page not rendering during fast scroll on reddit.com (https://bugzilla.mozilla.org/show_bug.cgi?id=1502334)
- reviews and usual stuff
Michal
- 1499825 intermittent server not found
- 1358038 Add "Race Cache With Network" status to netmonitor
- 1525900 Remove unused code from old cache
- 1506532 Collect telemetry about resource sharing between origins
Kershaw
- Bug 1523253 - online.aussie.com.au - non-stop loading because server doesn't set END_STREAM flag We add "te: trailers" in our h2 requests and this causes some h2 server not sending END_STREAM flag.
- Bug 1509822 - [socket process] Stop using HTTP connection manager on the parent process P1: r?
- Bug 1522786 - Unused class member: nsHttpChannel::mHasQueryString Landed.
Valentin
- Bug 1495513 - Windows infinite looping when loading file:///
- turns out to only happen in e10s
tracked down issue to WebNavigationChild.jsm - loadURI doesn't forward exceptions - Bug 1521808 - Implement Cross-Origin-Opener-Policy
- submitted final patch for review
- Bug 1525036 - Implement Cross-Origin header (requiring CORS for subresources)
- started looking into implementation details