Closed
Bug 956741
Opened 11 years ago
Closed 11 years ago
Load first run on start page for the first 3 tabs
Categories
(Firefox for Metro Graveyard :: Firefox Start, defect, P2)
Tracking
(firefox28 verified, firefox29 verified)
VERIFIED
FIXED
Firefox 29
People
(Reporter: rsilveira, Assigned: rsilveira)
References
Details
(Whiteboard: [beta28] [feature] p=1)
Attachments
(1 file, 1 obsolete file)
3.92 KB,
patch
|
rsilveira
:
review+
lsblakk
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
After discussion on bug 951818 we're making the start page load on the first 3 times the start page is loaded for v1. A long term solution will require l10 and be handled in v2 on bug 951818.
p=1
Updated•11 years ago
|
Blocks: metrov1it22
Status: NEW → ASSIGNED
Priority: -- → P2
QA Contact: jbecerra
Whiteboard: [beta28] [feature] p=1
Assignee | ||
Comment 1•11 years ago
|
||
Using a pref to keep track of count, don't need the firstrun code in BrowserCLH anymore.
Attachment #8358066 -
Flags: review?(mbrubeck)
Comment 2•11 years ago
|
||
Comment on attachment 8358066 [details] [diff] [review]
Patch v1
Review of attachment 8358066 [details] [diff] [review]:
-----------------------------------------------------------------
::: browser/metro/base/tests/mochitest/head.js
@@ +21,5 @@
> /*=============================================================================
> + Test prefs
> +=============================================================================*/
> +
> +Services.prefs.setIntPref("browser.firstrun.count", 0);
Another way to do this is here:
http://dxr.mozilla.org/mozilla-central/source/testing/profiles/prefs_general.js
That might be a good idea since it will also be used by any metro tests added in other directories in the future.
Attachment #8358066 -
Flags: review?(mbrubeck) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Cool, didn't know about that prefs file. Made the change and landed:
https://hg.mozilla.org/integration/fx-team/rev/949aaa3b5b8f
Comment 4•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 29
Assignee | ||
Comment 5•11 years ago
|
||
Patch that landed - with review comment addressed.
Attachment #8358066 -
Attachment is obsolete: true
Attachment #8360046 -
Flags: review+
Assignee | ||
Comment 6•11 years ago
|
||
Comment on attachment 8360046 [details] [diff] [review]
Patch v2
[Approval Request Comment]
Bug caused by (feature/regressing bug #): None.
User impact if declined: First run experience will go away too quickly.
Testing completed (on m-c, etc.): On m-c since 2014-01-13
Risk to taking this patch (and alternatives if risky): Very low, metro change only.
String or IDL/UUID changes made by this patch: None.
Attachment #8360046 -
Flags: approval-mozilla-aurora?
Updated•11 years ago
|
Attachment #8360046 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 7•11 years ago
|
||
status-firefox28:
--- → fixed
status-firefox29:
--- → fixed
Does this have in-testsuite tests?
Flags: needinfo?(rsilveira)
Flags: in-testsuite?
Assignee | ||
Comment 9•11 years ago
|
||
No. It does change a pref to not load the feature in tests though.
Flags: needinfo?(rsilveira)
Comment 10•11 years ago
|
||
I believe we'll have mozmill running Metro Firefox soon. This might be a good case for a mozmill test.
Comment 12•11 years ago
|
||
Mozilla/5.0 (Windows NT 6.3; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0
Mozilla/5.0 (Windows NT 6.3; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0
Verified as fixed on latest Aurora (build ID: 20140122004004) and latest Nightly (build ID: 20140122030521).
Comment 13•11 years ago
|
||
Setting in-testsuite- and in-qa-testsuite- since we don't support Metro anymore
Flags: in-testsuite?
Flags: in-testsuite-
Flags: in-qa-testsuite?(hskupin)
Flags: in-qa-testsuite-
You need to log in
before you can comment on or make changes to this bug.
Description
•