Closed
Bug 1255374
Opened 10 years ago
Closed 10 years ago
Remove unused class BounceAnimatorBuilder
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox48 fixed)
RESOLVED
FIXED
Firefox 48
| Tracking | Status | |
|---|---|---|
| firefox48 | --- | fixed |
People
(Reporter: sebastian, Assigned: dineshp, Mentored)
Details
(Whiteboard: [lang=java][good first bug])
Attachments
(1 file)
|
2.99 KB,
patch
|
sebastian
:
review+
|
Details | Diff | Splinter Review |
BounceAnimatorBuilder is unused:
https://dxr.mozilla.org/mozilla-central/source/mobile/android/base/java/org/mozilla/gecko/animation/BounceAnimatorBuilder.java
Remove the file and remove it from moz.build:
https://dxr.mozilla.org/mozilla-central/source/mobile/android/base/moz.build#199
To start, set up a build environment - you can see the instructions here: https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions/Simple_Firefox_for_Android_build
Then, you'll need to create a patch to upload - see
https://wiki.mozilla.org/Mobile/Fennec/Android#Creating_commits_and_submitting_patches
| Assignee | ||
Comment 1•10 years ago
|
||
I removed the file BounceAnimatorBuilder.java and also updated the moz.build file.
| Reporter | ||
Updated•10 years ago
|
Assignee: nobody → dpdineshp2
Status: NEW → ASSIGNED
| Reporter | ||
Comment 2•10 years ago
|
||
Comment on attachment 8729523 [details] [diff] [review]
bug1255374.patch
Thank you, Dinesh. I'll review this patch later today.
Attachment #8729523 -
Flags: review?(s.kaspari)
| Reporter | ||
Comment 3•10 years ago
|
||
Comment on attachment 8729523 [details] [diff] [review]
bug1255374.patch
Review of attachment 8729523 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM. Thank you, Dinesh!
Attachment #8729523 -
Flags: review?(s.kaspari) → review+
| Reporter | ||
Comment 4•10 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/8073490f8fb651c050cde086e1c79cd824610de2
Bug 1255374 - Remove unused class BounceAnimatorBuilder. r=sebastian
Comment 5•10 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox48:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 48
Updated•5 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
•