Closed
Bug 1197413
Opened 9 years ago
Closed 9 years ago
Remove foreground drawable's setColorFilter in BrowserToolbarTabletBase.setPrivateMode
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox43 fixed)
RESOLVED
FIXED
Firefox 43
Tracking | Status | |
---|---|---|
firefox43 | --- | fixed |
People
(Reporter: mcomella, Assigned: mcomella)
References
Details
Attachments
(2 files)
And replace it with setPrivateMode with colorStateLists.
bug 1197412 implemented the appropriate functionality for this.
Assignee | ||
Comment 1•9 years ago
|
||
I can't remove colorFilters from everything because we don't have support for backgroundTintLists, which the TabCounters use to display their content. I filed bug 1197432 to support backgroundTintList.
Summary: Remove setColorFilter in BrowserToolbarTabletBase.setPrivateMode → Remove foreground drawable's setColorFilter in BrowserToolbarTabletBase.setPrivateMode
Assignee | ||
Comment 2•9 years ago
|
||
Bug 1197413 - Switch setColorFilter to setPrivateMode in tablet toolbar. r=sebastian
This patch has a side effect of changing the color of the forward
button as it animates forward and back, but it's minimal enough
that I'm okay with it, and it cleans up disabled/private state color
management (particularly after the following patch).
Attachment #8651312 -
Flags: review?(s.kaspari)
Assignee | ||
Comment 3•9 years ago
|
||
Bug 1197413 - Don't change alpha when disabling tablet nav buttons. r=sebastian
The enabled/disabled colors are set via ColorStateLists so the alpha
is unnecessary.
Attachment #8651313 -
Flags: review?(s.kaspari)
Comment 4•9 years ago
|
||
Comment on attachment 8651312 [details]
MozReview Request: Bug 1197413 - Switch setColorFilter to setPrivateMode in tablet toolbar. r=sebastian
https://reviewboard.mozilla.org/r/16907/#review15105
Ship It!
Attachment #8651312 -
Flags: review?(s.kaspari) → review+
Comment 5•9 years ago
|
||
Comment on attachment 8651313 [details]
MozReview Request: Bug 1197413 - Don't change alpha when disabling tablet nav buttons. r=sebastian
https://reviewboard.mozilla.org/r/16909/#review15107
Ship It!
Attachment #8651313 -
Flags: review?(s.kaspari) → review+
Assignee | ||
Comment 6•9 years ago
|
||
url: https://hg.mozilla.org/integration/fx-team/rev/e1738296ea5fb7109d404b04a57e031bd3b6e23f
changeset: e1738296ea5fb7109d404b04a57e031bd3b6e23f
user: Michael Comella <michael.l.comella@gmail.com>
date: Fri Aug 21 17:10:30 2015 -0700
description:
Bug 1197413 - Switch setColorFilter to setPrivateMode in tablet toolbar. r=sebastian
This patch has a side effect of changing the color of the forward
button as it animates forward and back, but it's minimal enough
that I'm okay with it, and it cleans up disabled/private state color
management (particularly after the following patch).
url: https://hg.mozilla.org/integration/fx-team/rev/238b8417cf2a5a8d97db20faaf5df456b14f30be
changeset: 238b8417cf2a5a8d97db20faaf5df456b14f30be
user: Michael Comella <michael.l.comella@gmail.com>
date: Fri Aug 21 17:17:24 2015 -0700
description:
Bug 1197413 - Don't change alpha when disabling tablet nav buttons. r=sebastian
The enabled/disabled colors are set via ColorStateLists so the alpha
is unnecessary.
Comment 7•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/e1738296ea5f
https://hg.mozilla.org/mozilla-central/rev/238b8417cf2a
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox43:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 43
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•