Closed
Bug 1444530
Opened 7 years ago
Closed 7 years ago
Set --tab-min-width in the tabs binding rather than gBrowser.init
Categories
(Firefox :: Tabbed Browser, enhancement)
Firefox
Tabbed Browser
Tracking
()
RESOLVED
FIXED
Firefox 60
| Tracking | Status | |
|---|---|---|
| firefox60 | --- | fixed |
People
(Reporter: dao, Assigned: dao)
References
Details
Attachments
(1 file)
No description provided.
| Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
| mozreview-review | ||
Comment on attachment 8957695 [details]
Bug 1444530 - Set --tab-min-width in the tabs binding rather than gBrowser.init.
https://reviewboard.mozilla.org/r/226622/#review232482
r=me with the 'readonly' bit removed.
::: browser/base/content/tabbrowser.xml:184
(Diff revision 1)
> <getter>
> return window.gBrowser;
> </getter>
> </property>
>
> + <property name="_tabMinWidth" readonly="true">
You're defining a readonly property that then only has a setter? That's, uh, interesting. I assume not intended?
Attachment #8957695 -
Flags: review?(gijskruitbosch+bugs) → review+
| Assignee | ||
Comment 3•7 years ago
|
||
(In reply to :Gijs (under the weather; responses will be slow) from comment #2)
> > + <property name="_tabMinWidth" readonly="true">
>
> You're defining a readonly property that then only has a setter? That's, uh,
> interesting. I assume not intended?
Weird, I swear I built this and it worked...
| Comment hidden (mozreview-request) |
Pushed by dgottwald@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c97c9a7a66da
Set --tab-min-width in the tabs binding rather than gBrowser.init. r=Gijs
Comment 6•7 years ago
|
||
(In reply to Dão Gottwald [::dao] from comment #3)
> (In reply to :Gijs (under the weather; responses will be slow) from comment
> #2)
> > > + <property name="_tabMinWidth" readonly="true">
> >
> > You're defining a readonly property that then only has a setter? That's, uh,
> > interesting. I assume not intended?
>
> Weird, I swear I built this and it worked...
Oh, I wouldn't be surprised if it did - it just looks odd and like it ought not to work.
Comment 7•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 60
You need to log in
before you can comment on or make changes to this bug.
Description
•