Commit Graph

13 Commits

Author SHA1 Message Date
Chris Kitching
6bbf98c9e4 Bug 1081406: Remove unnecessary numeric casts. r=rnewman 2014-10-11 00:42:36 +01:00
Chris Kitching
214c5a4c82 Bug 1081397: Finalise large numbers of fields. r=rnewman
* * *
Bug 1081397: Finalise large numbers of fields. r=rnewman
2014-10-11 00:17:01 +01:00
Chris Kitching
065e335225 Bug 1064644: Remove inner-access comments. r=rnewman 2014-09-08 18:11:51 -07:00
Chris Kitching
5859dbba86 Bug 1063991 - Lift inner class to avoid javac optimization failure. r=rnewman 2014-09-06 18:39:38 -07:00
Chris Kitching
d0951a5800 Bug 1051706: Reduce use of proxy methods and generated getters in 'other' code. r=rnewman 2014-07-28 17:32:59 -07:00
Chris Kitching
0c8dff00b8 Bug 1047971: Delete redundant initialisers-to-default-values from constructors r=rnewman 2014-08-03 21:06:05 -07:00
Richard Newman
c1f48dce0b Bug 1042383 - Part 2: use optimizable build-time flags for SDK-dependent code. r=mfinkle 2014-07-30 08:19:35 -07:00
Lucas Rocha
a5064fa8a6 Bug 910191/913402 - Don't use OnPreDrawObserver on pre-HC devices (r=sriram) 2013-09-18 14:50:22 -04:00
Lucas Rocha
698f3bb4b3 Bug 871651 - Avoid starting animations during or just before a layout round (r=sriram) 2013-08-16 23:05:55 +01:00
Lucas Rocha
bd2be833a7 Bug 889621 - Allow multiple listeners in PropertyAnimators (r=sriram) 2013-07-26 12:46:28 +01:00
Lucas Rocha
e5aca3f6c7 Bug 877140 - Add duration getter to PropertyAnimator (r=mfinkle) 2013-05-30 19:47:44 +01:00
Lucas Rocha
814b590776 Bug 877140 - Fix type of constructor argument for duration (r=mfinkle) 2013-05-30 19:47:44 +01:00
Lucas Rocha
8f492a6463 Bug 868460 - Move all animation-related classes to the animation directory (r=mfinkle)
--HG--
rename : mobile/android/base/AnimatorProxy.java => mobile/android/base/animation/AnimatorProxy.java
rename : mobile/android/base/HeightChangeAnimation.java => mobile/android/base/animation/HeightChangeAnimation.java
rename : mobile/android/base/PropertyAnimator.java => mobile/android/base/animation/PropertyAnimator.java
rename : mobile/android/base/Rotate3DAnimation.java => mobile/android/base/animation/Rotate3DAnimation.java
rename : mobile/android/base/ViewHelper.java => mobile/android/base/animation/ViewHelper.java
2013-05-07 18:04:11 +01:00