Platform/Layout/Printing and fragmentation/Archive: Difference between revisions
(Move the Nightly 77 tables to the archive page) |
(Archive version 78 and 79) |
||
Line 3: | Line 3: | ||
This is the archive page for work tracked on the page [[Platform/Layout/Printing and fragmentation]] for versions of Firefox that have now moved to Beta or Release. Splitting things out in this page avoids slowing down loading of the main page with the bugzilla queries necessary to create the tables below. | This is the archive page for work tracked on the page [[Platform/Layout/Printing and fragmentation]] for versions of Firefox that have now moved to Beta or Release. Splitting things out in this page avoids slowing down loading of the main page with the bugzilla queries necessary to create the tables below. | ||
== | == Version 79 == | ||
Start: 2020-06-01; '''freeze: 2020-06-26'''; merge to beta: 2020-06-29; release: 2020-07-28 | |||
'''[https://gecko.layout.team/?title=Printing+and+Fragmentation%3A+79+Release+Sprint&name=Backlog&query=NEW+whiteboard%3A%5Bprint2020_v79%5D%2C%5Bfrag2020_v79%5D&name=In+Progress&query=status%3AASSIGNED+whiteboard%3A%5Bfrag2020_v79%5D%2C%5Bprint2020_v79%5D&name=Fixed&query=resolution%3AFIXED+milestone%3A79+whiteboard%3A%5Bfrag2020_v79%5D%2C%5Bprint2020_v79%5D View as kanban board.]''' | |||
=== Fragmentation === | |||
<bugzilla> | |||
{ | |||
"f2": "status_whiteboard", | |||
"o2": "anywordssubstr", | |||
"v2": "[frag2020_v79]", | |||
"product": ["Core", "Fenix", "Firefox", "GeckoView", "Toolkit"], | |||
"include_fields": "id, summary, assigned_to, status, resolution", | |||
"order": "resolution, assigned_to, id" | |||
} | |||
</bugzilla> | |||
=== Printing === | |||
<bugzilla> | |||
{ | |||
"f2": "status_whiteboard", | |||
"o2": "anywordssubstr", | |||
"v2": "[print2020_v79]", | |||
"product": ["Core", "Fenix", "Firefox", "GeckoView", "Toolkit"], | |||
"include_fields": "id, summary, assigned_to, status, resolution", | |||
"order": "resolution, assigned_to, id" | |||
} | |||
</bugzilla> | |||
== Version 78 == | |||
Start: 2020-05-04; '''freeze: 2020-05-28'''; merge to beta: 2020-06-01; release: 2020-06-30) | |||
'''[https://gecko.layout.team/?title=Printing+and+Fragmentation%3A+78+Release+Sprint&name=Backlog&query=NEW+whiteboard%3A%5Bprint2020_v78%5D%2C%5Bfrag2020_v78%5D&name=In+Progress&query=status%3AASSIGNED+whiteboard%3A%5Bfrag2020_v78%5D%2C%5Bprint2020_v78%5D&name=Fixed&query=resolution%3AFIXED+milestone%3A78+whiteboard%3A%5Bfrag2020_v78%5D%2C%5Bprint2020_v78%5D View as kanban board.]''' | |||
=== Fragmentation === | |||
<bugzilla> | |||
{ | |||
"f2": "status_whiteboard", | |||
"o2": "anywordssubstr", | |||
"v2": "[frag2020_v78]", | |||
"product": ["Core", "Fenix", "Firefox", "GeckoView", "Toolkit"], | |||
"include_fields": "id, summary, assigned_to, status, resolution", | |||
"order": "resolution, assigned_to, id" | |||
} | |||
</bugzilla> | |||
=== Printing === | |||
<bugzilla> | |||
{ | |||
"f2": "status_whiteboard", | |||
"o2": "anywordssubstr", | |||
"v2": "[print2020_v78]", | |||
"product": ["Core", "Fenix", "Firefox", "GeckoView", "Toolkit"], | |||
"include_fields": "id, summary, assigned_to, status, resolution", | |||
"order": "resolution, assigned_to, id" | |||
} | |||
</bugzilla> | |||
== Version 77 == | |||
'''Merge to beta: 2020-05-04''' (start: 2020-04-06; freeze: 2020-04-30; release: 2020-06-02) | '''Merge to beta: 2020-05-04''' (start: 2020-04-06; freeze: 2020-04-30; release: 2020-06-02) | ||
Latest revision as of 18:39, 16 July 2020
Printing and Fragmentation project archive
This is the archive page for work tracked on the page Platform/Layout/Printing and fragmentation for versions of Firefox that have now moved to Beta or Release. Splitting things out in this page avoids slowing down loading of the main page with the bugzilla queries necessary to create the tables below.
Version 79
Start: 2020-06-01; freeze: 2020-06-26; merge to beta: 2020-06-29; release: 2020-07-28
Fragmentation
ID | Summary | Assigned to | Status | Resolution |
---|---|---|---|---|
1621142 | Investigate running our fragmentation reftests a second time, this time through the printing codepaths | Hiroyuki Ikezoe (:hiro) | RESOLVED | FIXED |
1 Total; 0 Open (0%); 1 Resolved (100%); 0 Verified (0%);
Printing
ID | Summary | Assigned to | Status | Resolution |
---|---|---|---|---|
1621143 | Investigate the proposed structure for WPT printing tests | Hiroyuki Ikezoe (:hiro) | RESOLVED | FIXED |
1641733 | Re-engineer the reftest harness to initiate printing via the parent process | Hiroyuki Ikezoe (:hiro) | RESOLVED | FIXED |
1642162 | Remove nsPrintJob.cpp's MapContentToWebShells and MapContentForPO functions | Jonathan Watt [:jwatt] | RESOLVED | FIXED |
1642233 | Rename nsPrintObject's mDontPrint and IsPrintable for consistency with its EnablePrinting | Jonathan Watt [:jwatt] | RESOLVED | FIXED |
1642236 | Make all printing "print as is" printing | Jonathan Watt [:jwatt] | RESOLVED | FIXED |
1643818 | Remove kPaperSizeNativeData and kPaperSizeDefined | Jonathan Watt [:jwatt] | RESOLVED | FIXED |
6 Total; 0 Open (0%); 6 Resolved (100%); 0 Verified (0%);
Version 78
Start: 2020-05-04; freeze: 2020-05-28; merge to beta: 2020-06-01; release: 2020-06-30)
Fragmentation
ID | Summary | Assigned to | Status | Resolution |
---|---|---|---|---|
1622935 | Support pushing and splitting flex items for single-line (and some multi-line) flex container | Ting-Yu Lin [:TYLin] (PDT, UTC-7) | RESOLVED | FIXED |
1 Total; 0 Open (0%); 1 Resolved (100%); 0 Verified (0%);
Printing
18 Total; 0 Open (0%); 16 Resolved (88.89%); 2 Verified (11.11%);
Version 77
Merge to beta: 2020-05-04 (start: 2020-04-06; freeze: 2020-04-30; release: 2020-06-02)
Fragmentation
No results.
0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);
Printing
ID | Summary | Assigned to | Status | Resolution |
---|---|---|---|---|
1620289 | Have static clones clone the current selection ranges | Erik Nordin [:nordzilla] | RESOLVED | FIXED |
1633045 | position:sticky should not move when the Print Preview viewport is scrolled | Mats Palmgren (inactive) | VERIFIED | FIXED |
2 Total; 0 Open (0%); 1 Resolved (50%); 1 Verified (50%);
NIGHTLY 75
Fragmentation
No results.
0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);
Printing
ID | Summary | Assigned to | Status | Resolution |
---|---|---|---|---|
855889 | Remove "print.use_global_printsettings" pref | Jonathan Watt [:jwatt] | RESOLVED | FIXED |
1430658 | Saving of print settings inconsistently handles prefs | Jonathan Watt [:jwatt] | RESOLVED | FIXED |
1552966 | Convert the printing code from DocShellTree* to BrowsingContext | Jonathan Watt [:jwatt] | RESOLVED | FIXED |
1606512 | [macos] Save to PDF feature defaults filename to untitled.pdf instead of the title of the webpage. | Jonathan Watt [:jwatt] | VERIFIED | FIXED |
1618909 | Remove nsPrintJob::GetDocumentName | Jonathan Watt [:jwatt] | RESOLVED | FIXED |
1619403 | Merge nsPrintJob's GetDisplayTitleAndURL and GetDocumentTitleAndURL | Jonathan Watt [:jwatt] | RESOLVED | FIXED |
6 Total; 0 Open (0%); 5 Resolved (83.33%); 1 Verified (16.67%);
NIGHTLY 74
Fragmentation
No results.
0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);
Printing
ID | Summary | Assigned to | Status | Resolution |
---|---|---|---|---|
1486968 | Remove nsPrintJob::mOldPrtPreview | Jonathan Watt [:jwatt] | RESOLVED | FIXED |
1 Total; 0 Open (0%); 1 Resolved (100%); 0 Verified (0%);
NIGHTLY 73
Fragmentation
ID | Summary | Assigned to | Status | Resolution |
---|---|---|---|---|
1017137 | Firefox can't print long lists properly from http://chem.sis.nlm.nih.gov/chemidplus/ | Mats Palmgren (inactive) | RESOLVED | FIXED |
1427141 | CSS page-break-before can cause elements to disappear in HTML tables | Mats Palmgren (inactive) | RESOLVED | FIXED |
1572573 | Printing page with large table fails to display anything after the first page. | Mats Palmgren (inactive) | RESOLVED | FIXED |
3 Total; 0 Open (0%); 3 Resolved (100%); 0 Verified (0%);
Printing
10 Total; 0 Open (0%); 9 Resolved (90%); 1 Verified (10%);