Closed
Bug 1385913
Opened 7 years ago
Closed 7 years ago
Remove MOZ_PHOTON_ANIMATIONS ifdef once 56 merges to Beta
Categories
(Firefox :: Theme, enhancement, P1)
Firefox
Theme
Tracking
()
Tracking | Status | |
---|---|---|
firefox57 | --- | fixed |
People
(Reporter: jaws, Assigned: jaws)
References
(Blocks 1 open bug)
Details
(Whiteboard: [reserve-photon-animation])
Attachments
(1 file)
Once 56 merges to Beta we won't need this flag anymore.
Anything with #ifdef MOZ_PHOTON_ANIMATIONS should remain, though the surround conditional should be removed.
Anything with #ifndef MOZ_PHOTON_ANIMATIONS should be removed as it won't apply anymore now that we don't need to support non-Photon builds.
Updated•7 years ago
|
Flags: qe-verify?
Priority: -- → P3
Whiteboard: [photon-animation] → [reserve-photon-animation]
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → jaws
Status: NEW → ASSIGNED
Updated•7 years ago
|
Iteration: --- → 57.1 - Aug 15
Priority: P3 → P1
Comment hidden (mozreview-request) |
Comment 3•7 years ago
|
||
mozreview-review |
Comment on attachment 8894557 [details]
Bug 1385913 - Remove MOZ_PHOTON_ANIMATIONS ifdef.
https://reviewboard.mozilla.org/r/165714/#review170890
::: browser/components/downloads/content/indicatorOverlay.xul
(Diff revision 1)
> always be visible and must not move or resize when the indicator
> state changes, otherwise the panel could change its position or lose
> its arrow unexpectedly. -->
> <stack id="downloads-indicator-anchor"
> consumeanchor="downloads-button">
> -#ifdef MOZ_PHOTON_ANIMATIONS
You will also need to update this in the jar.mn file, see the try failures. There might be others like this.
Attachment #8894557 -
Flags: review?(gijskruitbosch+bugs)
Comment hidden (mozreview-request) |
Assignee | ||
Comment 5•7 years ago
|
||
mozreview-review-reply |
Comment on attachment 8894557 [details]
Bug 1385913 - Remove MOZ_PHOTON_ANIMATIONS ifdef.
https://reviewboard.mozilla.org/r/165714/#review170890
> You will also need to update this in the jar.mn file, see the try failures. There might be others like this.
Thanks for spotting that. I just checked the other files and no other jar.mn will need to be changed. Will re-push to Try anyways.
Comment 6•7 years ago
|
||
mozreview-review |
Comment on attachment 8894557 [details]
Bug 1385913 - Remove MOZ_PHOTON_ANIMATIONS ifdef.
https://reviewboard.mozilla.org/r/165714/#review170898
r=me assuming this trypush is luckier :-)
Attachment #8894557 -
Flags: review?(gijskruitbosch+bugs) → review+
Comment 7•7 years ago
|
||
We're sorry, Autoland could not rebase your commits for you automatically. Please manually rebase your commits and try again.
hg error in cmd: hg rebase -s d994650683fb -d 93c2fe5279fe: rebasing 411926:d994650683fb "Bug 1385913 - Remove MOZ_PHOTON_ANIMATIONS ifdef. r=Gijs" (tip)
merging browser/base/content/browser-places.js
merging browser/base/content/browser.js
merging browser/components/customizableui/CustomizeMode.jsm
merging browser/themes/shared/downloads/indicator.inc.css
merging browser/themes/shared/toolbarbutton-icons.inc.css
warning: conflicts while merging browser/themes/shared/downloads/indicator.inc.css! (edit, then use 'hg resolve --mark')
unresolved conflicts (see hg resolve, then hg rebase --continue)
Comment hidden (mozreview-request) |
Pushed by jwein@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bf5ee532b95d
Remove MOZ_PHOTON_ANIMATIONS ifdef. r=Gijs
Comment 10•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 57
Updated•7 years ago
|
Flags: qe-verify? → qe-verify-
You need to log in
before you can comment on or make changes to this bug.
Description
•