migrate wizardpage to CE
Categories
(Core :: XUL, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: surkov, Assigned: surkov)
References
Details
Attachments
(1 file, 1 obsolete file)
4.82 KB,
patch
|
Paolo
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•5 years ago
|
||
based on bug 1495357
Assignee | ||
Updated•5 years ago
|
Comment 2•5 years ago
|
||
Comment on attachment 9013491 [details] [diff] [review] patch Review of attachment 9013491 [details] [diff] [review]: ----------------------------------------------------------------- ::: toolkit/content/widgets/wizard.js @@ +26,5 @@ > + this.parentNode._accessMethod = "random"; > + return val; > + } > +} > +customElements.define("wizardpage", MozWizardHeader); This should be MozWizardPage. Did this patch pass manual or automated testing? If none of the properties are actually used anywhere, or can be replaced by direct calls, we might as well remove the binding without making it a Custom Element. This should also be based on mozilla-central, without the other patches for wizard conversions, like the MozWizardButtons that I see this is based on.
Assignee | ||
Comment 3•5 years ago
|
||
this one is rebased relative trunk
Comment 4•5 years ago
|
||
Comment on attachment 9014256 [details] [diff] [review] patch Looks good to me.
Comment 5•5 years ago
|
||
Let's hold off on landing this until we figure out what's going on with Bug 1495946, since it's related to wizard/wizardpage.
Updated•4 years ago
|
Pushed by surkov.alexander@gmail.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/62fac4388d24 Conver wizardpage binding to Custom Elements, r=paolo
Comment 7•4 years ago
|
||
bugherder |
Comment 10•4 years ago
•
|
||
Could this change affect other dialogs besides Profile manager? Should we test anything in particular to make sure nothing else was damaged?
Assignee | ||
Comment 11•4 years ago
|
||
(In reply to Anca Soncutean [:Anca], Desktop Release QA from comment #10)
Could this change affect other dialogs besides Profile manager? Should we test anything in particular to make sure nothing else was damaged?
I'm aware of two wizards in Firefox: ProfileManager and Import Wizard (Library -> Import Data ...). It's worth to check the second one for sure.
Dave, are there any other wizards?
Comment 12•4 years ago
|
||
There is this: https://searchfox.org/mozilla-central/source/toolkit/mozapps/update/content/updates.xul
Apparently it is only ever used if you're extremely out of date or we fail to elevate on OSX. If you need to trigger this then mhowell might be able to help.
Updated•4 years ago
|
Description
•