Closed
Bug 1442795
Opened 7 years ago
Closed 7 years ago
Simplify <scale> bindings
Categories
(Core :: XUL, task)
Tracking
()
RESOLVED
FIXED
mozilla60
Tracking | Status | |
---|---|---|
firefox60 | --- | fixed |
People
(Reporter: timdream, Assigned: timdream)
References
Details
Attachments
(1 file)
Still trying to figure out what we could do with the three bindings in scale.xml.
For scalethumb I think I can safely remove it.
For scaleslider as it extends basecontrol I need to look deeper.
Comment hidden (mozreview-request) |
Since the scale-thumb and scale-slider are XBL bindings, this is blocking bug 1397874, rather than depending on it.
Blocks: war-on-xbl
No longer depends on: war-on-xbl
Comment 3•7 years ago
|
||
mozreview-review |
Comment on attachment 8955727 [details]
Bug 1442795 - Remove scale-thumb and scale-slider bindings
https://reviewboard.mozilla.org/r/224812/#review230862
::: toolkit/content/xul.css:873
(Diff revision 1)
> min-width: 0% ! important;
> min-height: 0% ! important;
> -moz-box-ordinal-group: 2147483646;
> }
>
> +/********** scale **************/
I believe we need to keep any styles (including those currently in scale.css) into minimal-xul.css so that it will be usable from the videocontrols binding (in HTML docs)
Comment 4•7 years ago
|
||
(In reply to Brian Grinstead [:bgrins] from comment #3)
> ::: toolkit/content/xul.css:873
> (Diff revision 1)
> > min-width: 0% ! important;
> > min-height: 0% ! important;
> > -moz-box-ordinal-group: 2147483646;
> > }
> >
> > +/********** scale **************/
>
> I believe we need to keep any styles (including those currently in
> scale.css) into minimal-xul.css so that it will be usable from the
> videocontrols binding (in HTML docs)
As we discussed - keeping them in xul.css is actually fine since we load that file into content in the case of videocontrols/touchcontrols
Assignee | ||
Comment 5•7 years ago
|
||
Just to be on the safe side — I am going to manually test this out on Fennec before asking for review.
Assignee | ||
Updated•7 years ago
|
Attachment #8955727 -
Flags: review?(enndeakin)
Assignee | ||
Comment 6•7 years ago
|
||
(In reply to Tim Guan-tin Chien [:timdream] (please needinfo) from comment #5)
> Just to be on the safe side — I am going to manually test this out on Fennec
> before asking for review.
I can verify that the slider still works OK on Fennec.
Comment 7•7 years ago
|
||
mozreview-review |
Comment on attachment 8955727 [details]
Bug 1442795 - Remove scale-thumb and scale-slider bindings
https://reviewboard.mozilla.org/r/224812/#review231678
Attachment #8955727 -
Flags: review?(enndeakin) → review+
Pushed by timdream@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/cff47a58fcb6
Remove scale-thumb and scale-slider bindings r=enndeakin+6102
Comment 9•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
Updated•5 years ago
|
Type: enhancement → task
You need to log in
before you can comment on or make changes to this bug.
Description
•