Confirmed users
1,094
edits
Sescalante (talk | contribs) m (→Schedule: update) |
Sescalante (talk | contribs) m (→Schedule: final) |
||
Line 186: | Line 186: | ||
|2017-03-07 || Fx 55 ||Fx 54: Sandboxing and multi content processes [A]||Fx 53: All but MPC=False [B]|| Fx 52: same as 51|| 14|| | |2017-03-07 || Fx 55 ||Fx 54: Sandboxing and multi content processes [A]||Fx 53: All but MPC=False [B]|| Fx 52: same as 51|| 14|| | ||
|- | |- | ||
|2017-04-18 || Fx 56 || 55 default ||Fx 54: Sandboxing and multi content processes [A | |2017-04-18 || Fx 56 || 55 default ||Fx 54: Sandboxing and multi content processes [A]||Fx 53: All but MPC=False get e10s [B]||54 || Submissions: Stop accepting new Legacy [D] add-ons (still accepting Legacy updates). New Webextensions only. | ||
|- | |- | ||
|2017-06-12 ||Fx 57: Stop running Legacy add-ons | |2017-06-12 ||Fx 57: Supporting only Webextension. Removing compatibility shims [E]. Stop running Legacy add-ons [D][C]|| 56 default || 55 default ||Fx 54: Sandboxing and multi content processes [A]. || * || | ||
|- | |- | ||
|2017-08-07 || Fx 58 ||Fx 57: Webextension | |2017-08-07 || Fx 58 ||Fx 57: Supporting only Webextension. Removing compatibility shims [E]. Stop running Legacy add-ons [D][C]||Fx 56: Beta will not ride to 56 Release. Supporting only Webextension. Removing compatibility shims [E]. Stop running Legacy add-ons [D][C]. [D] || 55 || * || | ||
|- | |- | ||
|2017-10-02|| Fx 59 || 58 default ||Fx 57: | |2017-10-02|| Fx 59 || 58 default ||Fx 57: Supporting only Webextension. Removing compatibility shims [E]. Stop running Legacy add-ons [D][C]|| 56 || * || | ||
|- | |- | ||
|2017-11-15|| Fx 60 || 59 default || 58 default || | |2017-11-15|| Fx 60 || 59 default || 58 default ||Beta will not ride to 56 Release.||38 || Submissions: Only webextensions and updatese to webextensions for Firefox Release channel. | ||
|} | |} | ||
*[A] [https://wiki.mozilla.org/Firefox/AddOns/Status/current#Sandboxing Sandboxing and Multicontent processes details] | *[A] [https://wiki.mozilla.org/Firefox/AddOns/Status/current#Sandboxing Sandboxing and Multicontent processes details] | ||
*[B] [https://wiki.mozilla.org/Firefox/AddOns/Status/current#Add-ons.2Fe10s_Program_Status_Report | *[B] [https://wiki.mozilla.org/Firefox/AddOns/Status/current#Add-ons.2Fe10s_Program_Status_Report detailed write up on roll-out and Beta plans] | ||
*[C] blog coming on Road to 57 | *[C] blog coming on Road to 57 | ||
*[ | *[D] Link to blog definition of Legacy Add-ons | ||
*[E] Link to compatibility shims definition | |||
*[ | |||
=== Sandboxing === | === Sandboxing === | ||
Content security sandboxing in Firefox is a security measure that restricts operating system access malicious content can gain through security vulnerabilities. Add-ons which interact with the file system through [https://developer.mozilla.org/en-US/Add-ons/SDK/Guides/Content_Scripts content scripts] will be impacted by [https://developer.mozilla.org/en-US/Firefox/Multiprocess_Firefox/Limitations_of_frame_scripts this feature]. Currently file system write restrictions are rolling out on various platforms in Firefox 50 and Firefox 52. File system read restrictions will start rolling out in Firefox 54. Add-on authors should familiarize themselves with [https://developer.mozilla.org/en-US/Firefox/Multiprocess_Firefox/Limitations_of_frame_scripts areas of the file system that will be blocked by these features] as they roll out, and adjust their Add-on code to avoid any potential issues. | Content security sandboxing in Firefox is a security measure that restricts operating system access malicious content can gain through security vulnerabilities. Add-ons which interact with the file system through [https://developer.mozilla.org/en-US/Add-ons/SDK/Guides/Content_Scripts content scripts] will be impacted by [https://developer.mozilla.org/en-US/Firefox/Multiprocess_Firefox/Limitations_of_frame_scripts this feature]. Currently file system write restrictions are rolling out on various platforms in Firefox 50 and Firefox 52. File system read restrictions will start rolling out in Firefox 54. Add-on authors should familiarize themselves with [https://developer.mozilla.org/en-US/Firefox/Multiprocess_Firefox/Limitations_of_frame_scripts areas of the file system that will be blocked by these features] as they roll out, and adjust their Add-on code to avoid any potential issues. |