James Willcox
557552ae39
Bug 869368 - Fix Flash plugin positioning on Android 2.3 r=clord
...
--HG--
extra : rebase_source : a02d012302a161897fb0e34f32386b57e6e7a088
2013-12-18 11:17:59 -06:00
Kartikaya Gupta
07be7dc6ba
Bug 902888 - Fix coordinate system mismatch with pre-Honeycomb plugins on Android. r=snorp
...
The plugin code was returning a rect in LayoutDevicePixels whereas Java
was treating it as a CSS-pixel rect. This patch makes the types more
explicit and adds a conversion in AndroidBridge to convert from the
LayoutDevicePixels to CSSPixel rects.
2013-08-13 11:49:21 -04:00
Brad Lassey
f44d8af825
bug 867517 - Gecko-based WebView for Android, refactor patch r=mfinkle
2013-05-24 12:21:01 -04:00
Kartikaya Gupta
baeed09fed
Bug 802130 - Move mMainHandler into ThreadUtils. r=mfinkle
2013-03-15 11:52:53 +01:00
Brian Nicholson
b867b80f22
Bug 845612 - Add @Override annotations for implemented interfaces. r=kats
2013-02-26 21:48:00 -08:00
Brian Nicholson
79ce539367
Bug 845612 - Add missing @Override annotations. r=kats
2013-02-26 21:48:00 -08:00
Chris Peterson
f4b4b15d0e
Bug 828594 - Part 2: Remove unused Java imports. r=kats
2013-01-09 10:32:50 -08:00
James Willcox
727db0cfba
Bug 789271 - Remove placeholder code from PluginLayer r=blassey
...
--HG--
extra : rebase_source : ea4287baa67b24a5382ceb323317b795e6ebc44e
2012-12-10 10:00:17 -05:00
Kartikaya Gupta
a506bb6466
Bug 753312 - Extract a PrefsHelper class that manages getting/setting of gecko prefs, and updated existing code to use it. r=cpeterson
2012-09-17 14:22:28 -04:00
Chris Peterson
9516e94c70
Bug 779366 - Part 1: Move FloatUtils to org.mozilla.gecko.util package. r=kats
...
--HG--
rename : mobile/android/base/FloatUtils.java => mobile/android/base/util/FloatUtils.java
2012-07-27 21:57:47 -07:00
Chris Peterson
497dabe033
Bug 778472 - Part 3: Standardize order of import statements: org.mozilla, com, net, org, android, java. r=mfinkle
2012-07-27 17:53:54 -07:00
Chris Peterson
7298003751
Backout 844444ca8feb (Bug 709230) r=bustage
2012-07-17 17:54:54 -07:00
Chris Peterson
26908498c3
Bug 709230 - Part 4: Remove unused imports. r=blassey
2012-07-15 13:20:43 -07:00
Chris Peterson
215e80e667
Bug 709230 - Part 3: Mark classes final and reduce class visibility public->package->private to aid ProGuard optimizations. r=blassey
2012-07-15 13:20:43 -07:00
Jeff Muizelaar
060555d496
Bug 765725 - Ensure we are binding to the correct texture unit. r=chrislord
2012-07-05 21:08:02 -04:00
James Willcox
b755e5a29b
Bug 753458 - Remove unnecessary fields in RenderContext r=kats
2012-05-24 11:02:49 -04:00
Gervase Markham
82ff7027aa
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
James Willcox
6dfe7f3a97
Bug 746633 - Don't use placeholder for full page plugins on Android r=blassey
2012-05-07 14:18:46 -04:00
Jeff Muizelaar
cb2d54d2a3
Bug 743247. Ensure we don't have an array buffer bound when drawing PluginLayer. r=kats
...
This fixes the same problem in the newly added PluginLayer
2012-04-28 00:55:16 -04:00
James Willcox
bb4ddac382
Bug 727116 - Draw Flash plugins with OpenGL during pan/zoom on legacy Android r=blassey
2012-04-27 16:04:47 -04:00