Features/Release Tracking: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 17: Line 17:
=== Mobile  ===
=== Mobile  ===


{| class="fullwidth-table sortable" style="width: 800px;"
{| style="width: 800px;" class="fullwidth-table sortable"
|-
|-
| style="font-weight: bold; background: #DDD; width:35%" | Feature  
| style="font-weight: bold; background: #DDD; width:35%" | Feature  
Line 25: Line 25:
|-
|-
| [https://bugzilla.mozilla.org/show_bug.cgi?id=607417 Reconcile position:fixed with async scrolling (improved position:fixed support)]  
| [https://bugzilla.mozilla.org/show_bug.cgi?id=607417 Reconcile position:fixed with async scrolling (improved position:fixed support)]  
| landed
| landed  
| Fx5
| Fx5  
| Thomas
| Thomas
|-
|-
| [https://bugzilla.mozilla.org/show_bug.cgi?id=646550 Tell Android to scan media items downloaded by Fennec]
| [https://bugzilla.mozilla.org/show_bug.cgi?id=646550 Tell Android to scan media items downloaded by Fennec]  
| landed  
| landed  
| Fx5  
| Fx5  
| Thomas
| Thomas
|-
|-
| [https://bugzilla.mozilla.org/show_bug.cgi?id=610784 Handle overflow in the Android menu (adds a "More" button when needed)]
| [https://bugzilla.mozilla.org/show_bug.cgi?id=610784 Handle overflow in the Android menu (adds a "More" button when needed)]  
| landed  
| landed  
| Fx5  
| Fx5  
| Thomas
| Thomas
|-
|-
| [https://bugzilla.mozilla.org/show_bug.cgi?id=598736 Use bilinear image scaling on mobile (pretty images, but might cause some perf problems - we'll watch how it goes)]
| [https://bugzilla.mozilla.org/show_bug.cgi?id=598736 Use bilinear image scaling on mobile (pretty images, but might cause some perf problems - we'll watch how it goes)]  
| got backed out  
| got backed out  
| Fx6  
| Fx6  
| Thomas
| Thomas
|-
|-
| [https://bugzilla.mozilla.org/show_bug.cgi?id=641014 Fix broken NEON Y'CbCr to RGB conversion (fixed color conversion)]
| [https://bugzilla.mozilla.org/show_bug.cgi?id=641014 Fix broken NEON Y'CbCr to RGB conversion (fixed color conversion)]  
| landed  
| landed  
| Fx5  
| Fx5  
| Thomas
| Thomas
|-
|-
| [https://bugzilla.mozilla.org/show_bug.cgi?id=648268 Add remoteXUL strings for Firefox Mobile (recent breakage)]
| [https://bugzilla.mozilla.org/show_bug.cgi?id=648268 Add remoteXUL strings for Firefox Mobile (recent breakage)]  
| landed  
| landed  
| Fx5  
| Fx5  
| Thomas
| Thomas
|-
|-
| [https://bugzilla.mozilla.org/show_bug.cgi?id=561694 e10s HTTP: Implement nsIProgressEventSink: part2 (slightly faster pageloads, especially on 3g)]
| [https://bugzilla.mozilla.org/show_bug.cgi?id=561694 e10s HTTP: Implement nsIProgressEventSink: part2 (slightly faster pageloads, especially on 3g)]  
| ready to land  
| ready to land  
| Fx5  
| Fx5  
| Thomas
| Thomas
|-
|-
| [https://bugzilla.mozilla.org/show_bug.cgi?id=648654 Add user-visible pref for Do Not Track (just adds the UI)]
| [https://bugzilla.mozilla.org/show_bug.cgi?id=648654 Add user-visible pref for Do Not Track (just adds the UI)]  
| needs patch  
| needs patch  
| Fx5  
| Fx5  
| Thomas
| Thomas
|-
|-
| [https://bugzilla.mozilla.org/show_bug.cgi?id=618989 Finish new theme styles for dialogs/prompts (prompts and confirms look like android dialogs)]
| [https://bugzilla.mozilla.org/show_bug.cgi?id=618989 Finish new theme styles for dialogs/prompts (prompts and confirms look like android dialogs)]  
| needs to land  
| needs to land  
| Fx5  
| Fx5  
| Thomas
| Thomas
|-
|-
| [https://bugzilla.mozilla.org/show_bug.cgi?id=639179 Consecutive pans are jumpy]
| [https://bugzilla.mozilla.org/show_bug.cgi?id=639179 Consecutive pans are jumpy]  
| needs to land  
| needs to land  
| Fx5  
| Fx5  
| Thomas
| Thomas
|-
|-
| [https://bugzilla.mozilla.org/show_bug.cgi?id=614355 don't use fullscreen landscape keyboards on android]
| [https://bugzilla.mozilla.org/show_bug.cgi?id=614355 don't use fullscreen landscape keyboards on android]  
| Needs new patch  
| Needs new patch  
| Fx5  
| Fx5  
| Thomas
| Thomas
|-
|-
| [https://bugzilla.mozilla.org/show_bug.cgi?id=619494 e10s: Make IndexedDB work in multi-process Fennec [r+ for part of the patch, needs another]
| [https://bugzilla.mozilla.org/show_bug.cgi?id=619494 e10s: Make IndexedDB work in multi-process Fennec [r+ for part of the patch, needs another]  
| needs new patch  
| needs new patch  
| Fx5  
| Fx5  
| Thomas
| Thomas
|-
|-
| [https://bugzilla.mozilla.org/show_bug.cgi?id=645848 Enable disk cache in Fennec and set reasonable size and location]
| [https://bugzilla.mozilla.org/show_bug.cgi?id=645848 Enable disk cache in Fennec and set reasonable size and location]  
| needs patch  
| needs patch  
| Fx5  
| Fx5  

Revision as of 19:29, 12 April 2011

Firefox Flight Tracking page, wherein each release gets a table, and each table is made up of table rows transcluded in from feature pages (which are listed on the Features List). Nothing here is necessarily final. If you have questions or would like to make changes, contact Deb (deb at mozilla.com).

Please do not edit this page without permission.
Thank you!

Firefox 5

Desktop

Feature Status ETA Owner
Channel Switching We removed the Channel Switching UI for Firefox 5. We tracked this with Bug 659972. 5.0 Sheila Mooney

Mobile

Feature Status ETA Owner
Reconcile position:fixed with async scrolling (improved position:fixed support) landed Fx5 Thomas
Tell Android to scan media items downloaded by Fennec landed Fx5 Thomas
Handle overflow in the Android menu (adds a "More" button when needed) landed Fx5 Thomas
Use bilinear image scaling on mobile (pretty images, but might cause some perf problems - we'll watch how it goes) got backed out Fx6 Thomas
Fix broken NEON Y'CbCr to RGB conversion (fixed color conversion) landed Fx5 Thomas
Add remoteXUL strings for Firefox Mobile (recent breakage) landed Fx5 Thomas
e10s HTTP: Implement nsIProgressEventSink: part2 (slightly faster pageloads, especially on 3g) ready to land Fx5 Thomas
Add user-visible pref for Do Not Track (just adds the UI) needs patch Fx5 Thomas
Finish new theme styles for dialogs/prompts (prompts and confirms look like android dialogs) needs to land Fx5 Thomas
Consecutive pans are jumpy needs to land Fx5 Thomas
don't use fullscreen landscape keyboards on android Needs new patch Fx5 Thomas
e10s: Make IndexedDB work in multi-process Fennec [r+ for part of the patch, needs another needs new patch Fx5 Thomas
Enable disk cache in Fennec and set reasonable size and location needs patch Fx5 Thomas

Firefox 6

Desktop

Feature Status ETA Owner

Mobile

Feature Status ETA Owner

Firefox 7

TBD

Legend

  Healthy: feature is progressing as expected.
  Blocked: feature is currently blocked.
  At Risk: feature is at risk of missing its targeted release.
ETA Estimated date for completion of the current feature task. Overall ETA for the feature is the product release date.