Networking/Archive/Necko/e10s: Difference between revisions

m (Manuel Bucher moved page Archive/Networking/Necko/e10s to Networking/Archive/Necko/e10s: conform to naming convention of archived content)
 
(10 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{Template:Archived}}
This page is about the port of Mozilla's networking library ([[Necko]]) to the [[Electrolysis]] (e10s) multi-process architecture.
This page is about the port of Mozilla's networking library ([[Necko]]) to the [[Electrolysis]] (e10s) multi-process architecture.


Line 4: Line 6:


[[Necko:_Electrolysis_design_and_subprojects| This page]] has design notes and build/run instructions.
[[Necko:_Electrolysis_design_and_subprojects| This page]] has design notes and build/run instructions.
== <blink> Hot! </blink> Bugs ==
These are the most important necko bugs to fix, in order of highest priority to
lower.  See something that isn't taken?  Take it! (mark both here and in bug, please)  Something assigned, but isn't
moving?  Ask on IRC!
{|border="1" cellspacing="0" cellpadding="5"
| Bug
| Assigned to ||  ready for review?  || reviewer || Notes
|-
| [https://bugzilla.mozilla.org/show_bug.cgi?id=536294 536294 e10s HTTP: redirects]
| Honza || No, needs significant changes || ||  Needed for tons of sites
|-
| [https://bugzilla.mozilla.org/show_bug.cgi?id=536317 536317: e10s HTTP: implement Cancel]
| Benjamin Stover || no. r-=dougt || || I want to look over this too (jduell)
|-
| [https://bugzilla.mozilla.org/show_bug.cgi?id=558801 558801: e10s HTTP: support XMLHttpRequests]
| Josh Matthews  || No, and we don't even know cause(s): help! ||  ||  Several bugs: see dependencies: necko being called re-entrantly by various things
|-
| [https://bugzilla.mozilla.org/show_bug.cgi?id=536321 536321: e10s HTTP: suspend/resume]
| Josh Matthews  || Yes || dwitte (reassign?) ||  Needed for video cache
|-
| [https://bugzilla.mozilla.org/show_bug.cgi?id=562444 562444: e10s HTTP: e10s download manager]
| crowder || yes || || We have a first working patch!
|-
| [https://bugzilla.mozilla.org/show_bug.cgi?id=567267 567267: nsIEncodedChannel]
| crowder || yes || || Needed for download manager
|-
| [https://bugzilla.mozilla.org/show_bug.cgi?id=536301 536301: e10s HTTPS: securityInfo]
| honza || no || || Needed to turn off NSS in content.  Needs another review.
|-
| [https://bugzilla.mozilla.org/show_bug.cgi?id=564553 564553: Serialize nsInputStreams to support large file uploads]
| Jae-Seong || one patch needs review, one needs update. || || More than one bug--see dependencies.  Needed for file uploads. Getting close
|-
| [https://bugzilla.mozilla.org/show_bug.cgi?id=536289 536289: Make FTP work for fennec]
| azakai || no || || Needs comments addressed
|-
| [https://bugzilla.mozilla.org/show_bug.cgi?id=570003 570003: Make the certificate error page appear]
| honza || yes || || Depends on securityInfo, and also on [https://bugzilla.mozilla.org/show_bug.cgi?id=570616 570616], which has "ugly" patch ready for review
|-
| [https://bugzilla.mozilla.org/show_bug.cgi?id=536295 536295:  offline HTTP application cache]
| honza || yes || ||  Do we need for fennec?
|}


== Weekly Meetings  ==
== Weekly Meetings  ==

Latest revision as of 08:53, 4 July 2022

ARCHIVED
This page has been archived and its contents may be out of date.

This page is about the port of Mozilla's networking library (Necko) to the Electrolysis (e10s) multi-process architecture.

Design Notes and Building/Debugging instructions

This page has design notes and build/run instructions.

Weekly Meetings

Archives of weekly phone conference to discuss the status of e10s necko. We are not currently holding these calls any more.

Cache Notes

This page contains information related to our current cache implementation.