Scope wizard styles to wizard custom element
Categories
(Toolkit :: Themes, task, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: ntim, Assigned: ntim)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
The wizard.css styles are fairly self-contained and <wizard> is already using shadow DOM, so doing this should be fairly easy.
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Comment 3•5 years ago
|
||
Backed out changeset e14ac21fde64 (Bug 1624865) for perma bc failures in "chrome://browser/content/migration/migration.js CLOSED TREE
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=294878320&repo=autoland&lineNumber=37060
Assignee | ||
Updated•5 years ago
|
Comment 6•5 years ago
|
||
Backed out changeset 753c5e83ea11 (bug 1624865) for causing browser chrome failures and turning Bug 1594440 into perma.
Backout revision https://hg.mozilla.org/integration/autoland/rev/2d758b42bd735b4892c64bd54823bd9412c925d2
Failure log https://treeherder.mozilla.org/logviewer.html#?job_id=294942525&repo=autoland
Tim can you please take a look?
Assignee | ||
Comment 7•5 years ago
|
||
Hey Matt, do you know why this patch might be breaking the migration wizard ? Even without the migrator related changes in this patch, the failure happens (see comment 3).
Comment 8•5 years ago
|
||
I don't know why this patch would cause it but I can fix the root issue in the test. The issue seems to be that uninit is getting called before init because the test isn't waiting for the wizard to be loaded. I considered fixing migration.js to not uninit if it didn't init but that's more complicated and isn't something that users will ever care about.
I'll re-land your patch on top of mine.
Comment 10•5 years ago
|
||
bugherder |
Assignee | ||
Comment 11•5 years ago
|
||
(In reply to Matthew N. [:MattN] (PM me if request are blocking you) from comment #8)
I don't know why this patch would cause it but I can fix the root issue in the test. The issue seems to be that uninit is getting called before init because the test isn't waiting for the wizard to be loaded. I considered fixing migration.js to not uninit if it didn't init but that's more complicated and isn't something that users will ever care about.
I'll re-land your patch on top of mine.
Thanks Matt!
Description
•