Fix some tests that block turning on Proton doorhangers and context menus by default
Categories
(Firefox :: Theme, task)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox89 | --- | fixed |
People
(Reporter: mconley, Assigned: mconley)
References
Details
Attachments
(2 files)
This bug is concerning these tests:
- browser/components/customizableui/test/browser_989751_subviewbutton_class.js
- browser/components/customizableui/test/browser_995164_registerArea_during_customize_mode.js
- browser/components/customizableui/test/browser_overflow_use_subviews.js
| Assignee | ||
Comment 1•4 years ago
|
||
This updates browser_989751_subviewbutton_class.js to be usable with the new structure of the
Developer Tools panel, and updates browser_overflow_use_subviews.js to use the Library button
instead of the Developer Tools button to avoid having to switch on IDs based on whether or not
Proton is enabled.
Updated•4 years ago
|
| Assignee | ||
Comment 2•4 years ago
|
||
browser/components/customizableui/test/browser_995164_registerArea_during_customize_mode.js didn't fail locally when run in isolation. I believe that failure on try was caused by earlier busted test state.
The patch in this bug, plus the patch in bug 1703870, and the whole directory passes for me locally with both Proton enabled and disabled.
| Assignee | ||
Comment 3•4 years ago
|
||
Going to add another patch for browser_toolbarKeyNav.js too.
| Assignee | ||
Comment 4•4 years ago
|
||
Depends on D111287
Comment 7•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/3c277fbe25d5
https://hg.mozilla.org/mozilla-central/rev/8c406d85b036
https://hg.mozilla.org/mozilla-central/rev/6d122c945885
Description
•