146
edits
(18 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
= Team members = | = Team members = | ||
EM: Shian-Yow Wu | |||
Tech Lead: Shih-Chiang Chien | |||
Test Lead: Gary Chen | |||
EPM: Francis Lee | |||
= Roadmap = | |||
{| class="wikitable" | |||
|- | |||
! Milestone !! Task !! Estimate Time in Weeks !! Actual Time in Weeks | |||
|- | |||
| M1 || Make HttpChannelParent + HttpChannelChild thread-safe || 4 || 4 | |||
|- | |||
| M2 || Move IPC message in chrome process || 3 || 3 | |||
|- | |||
| M3 || Move IPC message in content process || 5 || | |||
|- | |||
|} | |||
= Scope = | |||
* M1 - Firefox55 nightly | |||
** make HttpChannelParent thread-safe to deliver the content of HTTP channel | |||
** make HttpChannelChild thread-safe and re-enable thread-retargetability | |||
* M2 - Firefox56 nightly | |||
** move IPC message from main thread to PBackground thread in chrome process | |||
* M3 - Firefox57 nightly | |||
** move IPC message from main thread to Necko thread in content process | |||
= | = Risk & Mitigation plan = | ||
* NA | |||
= | = Project Dashboard = | ||
=== Meta Bugs === | |||
<bugzilla> | <bugzilla> | ||
{ | { | ||
" | "id":["1338218"] | ||
} | } | ||
</bugzilla> | </bugzilla> | ||
== | |||
=== M1 bugs === | |||
<bugzilla> | <bugzilla> | ||
{ | { | ||
"product":"Core", | "product":"Core", | ||
" | "status":["UNCONFIRMED", "NEW", "ASSIGNED", "REOPENED", "RESOLVED", "VERIFIED"], | ||
"whiteboard":["[PBg-HTTP-M1]"], | |||
" | "include_fields": "id, summary, status, target_milestone, assigned_to, whiteboard" | ||
"include_fields": "id | |||
} | } | ||
</bugzilla> | </bugzilla> | ||
== | === M2 bugs === | ||
<bugzilla> | <bugzilla> | ||
{ | { | ||
"product":"Core", | "product":"Core", | ||
"status":["UNCONFIRMED", "NEW", "ASSIGNED", "REOPENED", "RESOLVED", "VERIFIED"], | "status":["UNCONFIRMED", "NEW", "ASSIGNED", "REOPENED", "RESOLVED", "VERIFIED"], | ||
" | "whiteboard":["[PBg-HTTP-M2]"], | ||
"include_fields": "id | "include_fields": "id, summary, status, target_milestone, assigned_to, whiteboard" | ||
} | } | ||
</bugzilla> | </bugzilla> | ||
== | === M3 bugs === | ||
<bugzilla> | <bugzilla> | ||
{ | { | ||
"product":"Core", | "product":"Core", | ||
"status":["UNCONFIRMED", "NEW", "ASSIGNED", "REOPENED", "RESOLVED", "VERIFIED"], | "status":["UNCONFIRMED", "NEW", "ASSIGNED", "REOPENED", "RESOLVED", "VERIFIED"], | ||
" | "whiteboard":["[PBg-HTTP-M3]"], | ||
"include_fields": "id | "include_fields": "id, summary, status, target_milestone, assigned_to, whiteboard" | ||
} | } | ||
</bugzilla> | </bugzilla> | ||
== | |||
=== M4 bugs === | |||
<bugzilla> | <bugzilla> | ||
{ | { | ||
"product":"Core", | "product":"Core", | ||
"status":["UNCONFIRMED", "NEW", "ASSIGNED", "REOPENED", "RESOLVED", "VERIFIED"], | "status":["UNCONFIRMED", "NEW", "ASSIGNED", "REOPENED", "RESOLVED", "VERIFIED"], | ||
" | "whiteboard":["[PBg-HTTP-M4]"], | ||
"include_fields": "id | "include_fields": "id, summary, status, target_milestone, assigned_to, whiteboard" | ||
} | } | ||
</bugzilla> | </bugzilla> |
edits