Closed
Bug 1877295
Opened 1 years ago
Closed 1 year 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 years ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/OMC-635
Whiteboard: [omc]
Assignee | ||
Comment 1•1 years ago
|
||
Assignee | ||
Comment 2•1 years ago
|
||
Updated•1 years ago
|
Attachment #9377053 -
Attachment is obsolete: true
Updated•1 years 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•1 year ago
|
Blocks: mr-onboarding
Updated•1 year ago
|
Iteration: 125.1 - Feb 19 - Mar 1 → 125.2 - Mar 4 - Mar 15
Assignee | ||
Comment 3•1 year ago
|
||
Updated•1 year 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•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
Assignee | ||
Updated•1 year 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•1 year ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/OMC-679
Updated•1 year 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•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
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•1 year 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•1 year 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•1 year ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox125:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 125 Branch
Comment 9•1 year 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
•