Closed
Bug 1473142
Opened 7 years ago
Closed 7 years ago
Set browser.startup.blankWindow to true on Windows and let it ride out to release
Categories
(Firefox :: General, enhancement)
Firefox
General
Tracking
()
RESOLVED
FIXED
Firefox 63
People
(Reporter: mconley, Assigned: florian)
References
(Depends on 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
1.57 KB,
patch
|
mconley
:
review+
lizzard
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
We've got alignment from UX / UR on this, and Product has given us the go ahead to ship the first-blank-paint feature as it currently stands in Nightly on Windows.
Let's flip the pref to let this thing ride out.
At the very least, this should go out in 63 - but I'm going to see if we can get it into 62 (since it's early in the cycle, and this is very low risk).
Reporter | ||
Comment 1•7 years ago
|
||
Hey florian, are you willing to write a patch for this? I'll happily review it.
Flags: needinfo?(florian)
Assignee | ||
Comment 2•7 years ago
|
||
This is a straight backout of bug 1465583.
Attachment #8989742 -
Flags: review?(mconley)
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → florian
Status: NEW → ASSIGNED
Reporter | ||
Comment 3•7 years ago
|
||
Comment on attachment 8989742 [details] [diff] [review]
Patch
Review of attachment 8989742 [details] [diff] [review]:
-----------------------------------------------------------------
::: browser/app/profile/firefox.js
@@ +254,2 @@
> // Disabled on Mac because the bouncing dock icon already provides feedback.
> +#if defined(XP_WIN) || defined(MOZ_WIDGET_GTK) && defined(EARLY_BETA_OR_EARLIER)
This also enables the feature for Linux up until early beta. Is there still value in doing this?
Attachment #8989742 -
Flags: review?(mconley) → review+
Assignee | ||
Comment 4•7 years ago
|
||
Keep this nightly-only for Linux until we fix bug 1450626.
Attachment #8989760 -
Flags: review?(mconley)
Assignee | ||
Updated•7 years ago
|
Attachment #8989742 -
Attachment is obsolete: true
Reporter | ||
Updated•7 years ago
|
Attachment #8989760 -
Flags: review?(mconley) → review+
Pushed by florian@queze.net:
https://hg.mozilla.org/integration/mozilla-inbound/rev/c4171061dc9e
Set browser.startup.blankWindow to true on Windows (ie. backout bug 1465583), r=mconley.
Comment 6•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 63
Assignee | ||
Comment 7•7 years ago
|
||
Comment on attachment 8989760 [details] [diff] [review]
Patch v2
Approval Request Comment
[Feature/Bug causing the regression]: The feature landed in bug 1336227 pref'ed off. We were planning to ship it in the 61 train (bug 1447719), but it got disabled late in the 61 cycle in bug 1465583 to give more time for a UR study to be completed. We now have the results of the study, and thus decided to ship it.
[User impact if declined]: slower perception of startup on Windows.
[Is this code covered by automated tests?]: no.
[Has the fix been verified in Nightly?]: yes.
[Needs manual test from QE? If yes, steps to reproduce]: no
[List of other uplifts needed for the feature/fix]: none
[Is the change risky?]: low risk.
[Why is the change risky/not risky?]: this baked on Nightly for several trains, and was enabled on beta for most of the 61 cycle.
[String changes made/needed]: none.
Flags: needinfo?(florian)
Attachment #8989760 -
Flags: approval-mozilla-beta?
Updated•7 years ago
|
status-firefox62:
--- → affected
Comment 8•7 years ago
|
||
Comment on attachment 8989760 [details] [diff] [review]
Patch v2
Seems very reasonable, let's uplift for beta 7.
Thanks for giving all the background!
Attachment #8989760 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
![]() |
||
Comment 9•7 years ago
|
||
bugherder uplift |
You need to log in
before you can comment on or make changes to this bug.
Description
•