Platform/Layout/Backlog: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Create separate pages for quarterly backlogs)
(Update to match kanban view, add link to kanban)
Line 1: Line 1:
== Quarterly Backlogs ==
= Kanban View =
View the backlog as a [https://gecko.layout.team/?title=Firefox+Platform+Layout+Backlog&name=Backlog&query=status%3ANEW+priority%3AP2%2CP3+%5Blayout%3Abacklog&name=Upcoming&query=status%3ANEW+priority%3AP1+%5Blayout%3Abacklog&name=In+Progress&query=status%3AASSIGNED+%5Blayout%3Abacklog&name=Recently+Fixed&query=resolution%3AFIXED+milestone%3A77%2C78%2C79+%5Blayout%3Abacklog kanban board].


* [https://wiki.mozilla.org/Platform/Layout/Backlog/2020Q1 Q1 2020]: Everything for Q1 2020
= In Progress =
 
Bugs and enhancements that are in progress right now.
== 2020 Backlog ==
Everything we plan to work on this year.


<bugzilla>
<bugzilla>
Line 10: Line 9:
   "f2": "status_whiteboard",
   "f2": "status_whiteboard",
   "o2": "anywordssubstr",
   "o2": "anywordssubstr",
   "v2": "[layout:backlog:2020",
   "v2": "[layout:backlog",
 
  "status": "ASSIGNED",  
   "include_fields": "id, summary, assigned_to, status, resolution",
   "include_fields": "id, summary, assigned_to, status, resolution",
   "order": "resolution, component, assigned_to, id"
   "order": "resolution, component, assigned_to, id"
Line 17: Line 16:
</bugzilla>
</bugzilla>


== Icebox ==
= Upcoming =
Bugs and enhancements we are considering working on within the next 2-3 releases.


Bugs and enhancements we are considering working on some time after the current year.
<bugzilla>
{
  "f2": "status_whiteboard",
  "o2": "anywordssubstr",
  "v2": "[layout:backlog",
  "priority": "P2",
  "resolution": "---",
  "include_fields": "id, summary, assigned_to, status, resolution",
  "order": "id"
}
</bugzilla>
 
= Backlog =
Bugs and enhancements we are considering working on within the year.


<bugzilla>
<bugzilla>
Line 25: Line 38:
   "f2": "status_whiteboard",
   "f2": "status_whiteboard",
   "o2": "anywordssubstr",
   "o2": "anywordssubstr",
   "v2": "[layout:backlog]",
   "v2": "[layout:backlog",
 
  "priority": "P3",
   "resolution": "---",
   "resolution": "---",
   "include_fields": "id, summary, assigned_to",
   "include_fields": "id, summary, assigned_to, status, resolution",
   "order": "id"
   "order": "id"
}
}
</bugzilla>
</bugzilla>

Revision as of 22:27, 8 June 2020

Kanban View

View the backlog as a kanban board.

In Progress

Bugs and enhancements that are in progress right now.

No results.

0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);


Upcoming

Bugs and enhancements we are considering working on within the next 2-3 releases.

Full Query
ID Summary Assigned to Status Resolution
945187 Add support for "pointer-events: bounding-box" NEW
1480477 Removing DOM children where positional pseudo-classes are involved is really slow. NEW
1519756 srcset is ignored in some cases NEW
1619465 Run clip-path animations on the compositor NEW
1666937 Lazily add mDNS/Bonjour/Avahi printers to the print UI on CUPS platforms (missing printers) NEW

5 Total; 5 Open (100%); 0 Resolved (0%); 0 Verified (0%);


Backlog

Bugs and enhancements we are considering working on within the year.

Full Query
ID Summary Assigned to Status Resolution
255139 Reflow absolute children of relative positioned inlines during nsLineLayout::RelativePositionFrames NEW
683043 reimplement forced page breaks (page-break-before / page-break-after) (kill nsPageBreakFrame) NEW
1223880 Implement initial-letter (from CSS Inline Layout Module Level 3) NEW
1320435 don't reflow during paint suppression Timothy Nikkel (:tnikkel) NEW
1446011 Make getCTM and getScreenCTM compatible with other browsers NEW
1476154 Investigate performance improvements for the frame constructor NEW
1507516 HTML select cut off on non-retina monitors using retina Macs UNCONFIRMED
1527329 Print preview - text not rendered properly if not loaded fully NEW
1527899 above-the-fold animations in scrollport (of e.g. 'height') can cause visible elements to jitter when the scroll position is clamped NEW
1531781 borders and sticky position don't work in border-collapsed table head NEW
1547859 Let dynamic reflow roots ride the trains to release NEW
1567584 Lack of interop regarding visual styling of text-decoration NEW
1594249 implement -webkit-tap-highlight-color NEW
1602669 Convert nscoord into a struct / class NEW
1622947 input type="number" with datalist, repeat up/down keys increases or decreases values only once NEW
1623425 transform translateX animation with requestAnimationFrame is jittery NEW
1627386 [meta] Windows 10 layout, CSS and SVG reftest failures NEW
1633936 Add telemetry to determine how much content is clipped during printing NEW
1646895 {inc} Inline content in a box centred with auto margins next to a float reflows erratically on browser window resize NEW
1663634 Firefox doesn't handle body with height 100vh properly with overflow:hidden on the root element REOPENED
1670705 [css-text] 'overflow-wrap: anywhere' should break between unbreakable inlines NEW

21 Total; 21 Open (100%); 0 Resolved (0%); 0 Verified (0%);