Closed
Bug 1877295
Opened 1 year ago
Closed 11 months ago
Investigate option to return to first-run onboarding at a later time
Categories
(Firefox :: Messaging System, task, P1)
Firefox
Messaging System
Tracking
()
Tracking | Status | |
---|---|---|
firefox125 | --- | fixed |
People
(Reporter: emcminn, Assigned: emcminn)
References
(Blocks 1 open bug)
Details
(Whiteboard: [omc])
Attachments
(2 files, 1 obsolete file)
No description provided.
Assignee | ||
Updated•1 year ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/OMC-635
Whiteboard: [omc]
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 2•1 year ago
|
||
Updated•1 year ago
|
Attachment #9377053 -
Attachment is obsolete: true
Updated•1 year ago
|
Iteration: --- → 124.2 - Feb 4 - Feb 16
Points: --- → 3
Priority: -- → P1
Updated•1 year ago
|
Iteration: 124.2 - Feb 4 - Feb 16 → 125.1 - Feb 19 - Mar 1
Updated•1 year ago
|
Attachment #9377056 -
Attachment description: WIP: Bug 1877295 - Toolbar button option for returning to about:welcome → Bug 1877295 - Toolbar button option for returning to about:welcome
Updated•11 months ago
|
Blocks: mr-onboarding
Updated•11 months ago
|
Iteration: 125.1 - Feb 19 - Mar 1 → 125.2 - Mar 4 - Mar 15
Assignee | ||
Comment 3•11 months ago
|
||
Updated•11 months ago
|
Attachment #9377056 -
Attachment description: Bug 1877295 - Toolbar button option for returning to about:welcome → WIP: Bug 1877295 - Toolbar button option for returning to about:welcome
Updated•11 months ago
|
Attachment #9377056 -
Attachment description: WIP: Bug 1877295 - Toolbar button option for returning to about:welcome → Bug 1877295 - Toolbar button option for returning to about:welcome
Assignee | ||
Updated•11 months ago
|
Summary: Investigate option to return to first-run onboarding at a later time - Spike → Investigate option to return to first-run onboarding at a later time
Assignee | ||
Updated•11 months ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/OMC-679
Updated•11 months ago
|
Attachment #9377056 -
Attachment description: Bug 1877295 - Toolbar button option for returning to about:welcome → WIP: Bug 1877295 - Toolbar button option for returning to about:welcome
Updated•11 months ago
|
Attachment #9377056 -
Attachment description: WIP: Bug 1877295 - Toolbar button option for returning to about:welcome → Bug 1877295 - Toolbar button option for returning to about:welcome
Pushed by emcminn@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4aafa3f8df2d
Toolbar button option for returning to about:welcome r=pdahiya,fluent-reviewers,Gijs,desktop-theme-reviewers,omc-reviewers,bolsson
Comment 5•11 months ago
|
||
Backed out for causing mochitests failures in browser_preferences_usage.js.
- Backout link
- Push with failures
- Failure Log
- Failure line: TEST-UNEXPECTED-FAIL | browser/base/content/test/performance/browser_preferences_usage.js | browser.startup.record should be accessed at most 400 times. - 401 <= 400 - {"filename":"chrome://mochitests/content/browser/browser/base/content/test/performance/browser_preferences_usage.js","name":"checkPrefGetters","sourceId":637,"lineNumber":63,"columnNumber":16,"sourceLine":"","asyncCause":null,"asyncCaller":null,"caller":{"filename":"chrome://moch
Flags: needinfo?(emcminn)
Assignee | ||
Comment 6•11 months ago
|
||
Pretty sure this is caused by checking lazy.AWToolbarButton.hasToolbarButtonEnabled
before Cu.isInAutomation
inside BrowserGlue; which would cause the AWToolbarButton module to load in the test env. I've just inverted the check so that we check for the test environment first, which should prevent browser.startup.record from getting triggered in the test environment.
Flags: needinfo?(emcminn)
Pushed by emcminn@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f4367b1826eb
Toolbar button option for returning to about:welcome r=pdahiya,fluent-reviewers,Gijs,desktop-theme-reviewers,omc-reviewers,bolsson,firefox-desktop-core-reviewers ,mossop
Comment 8•11 months ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 11 months ago
status-firefox125:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 125 Branch
Comment 9•8 months ago
•
|
||
:emcminn, :gijs pointed me to the browser.ui.customizable_ui
probes that cover a number of widget actions including adding and removing. See recordWidgetChange.
You need to log in
before you can comment on or make changes to this bug.
Description
•