Kartikaya Gupta
|
0100d7eb89
|
Bug 781220 - Simplify initialization codepaths by having the LayerView create the GeckoLayerClient. r=sriram
|
2012-08-20 15:43:53 -04:00 |
|
Kartikaya Gupta
|
cc17ac9ac4
|
Bug 780650 - Clean up dynamic dependencies from robocop on fennec. r=cpeterson
|
2012-08-14 08:55:58 -04:00 |
|
Kartikaya Gupta
|
15a33bcf6e
|
Bug 781676 - Fix possible NPE from a null mTouchEventHandler. r=sriram
|
2012-08-10 16:16:54 -04:00 |
|
Chris Peterson
|
82553df11c
|
Bug 778468 - Part 9: Use EventDispatcher to remove ui dependency on GeckoAppShell event registration. r=blassey
|
2012-08-04 00:33:07 -07:00 |
|
Chris Peterson
|
32f71316ce
|
Bug 778468 - Part 8: Add EventDispatcher to remove gfx dependency on GeckoAppShell event registration. r=blassey
|
2012-08-02 15:12:35 -07:00 |
|
Kartikaya Gupta
|
4f236aa54e
|
Bug 780699 - Prevent possible deadlock by reducing the scope of a synchronized block in GLController. r=ajuma
|
2012-08-08 11:37:46 -04:00 |
|
Chris Peterson
|
c5e2d55e84
|
Bug 778468 - Part 7: Move GeckoEventListener to org.mozilla.gecko.util package. r=blassey
--HG--
extra : rebase_source : d0b2982b64126c046c5c974c7ec014992bef63b7
|
2012-08-02 17:13:40 -07:00 |
|
Chris Lord
|
7fdbd75bd8
|
Bug 780928 - Fix rawtypes usage in LayerView.java. r=kats
Fix unnecessary usage of raw Class type.
|
2012-08-07 18:57:19 +01:00 |
|
Kartikaya Gupta
|
ca979605e1
|
Bug 777351 - Scope down and inline some functions in the new GeckoLayerClient. r=sriram
|
2012-08-07 10:39:04 -04:00 |
|
Kartikaya Gupta
|
69683b02fe
|
Bug 777351 - Remove unnecessary getBitmap function that always returns null. r=sriram
|
2012-08-07 10:39:04 -04:00 |
|
Kartikaya Gupta
|
0361af6b33
|
Bug 777351 - Fold LayerController into GeckoLayerClient. r=sriram
|
2012-08-07 10:39:04 -04:00 |
|
Kartikaya Gupta
|
10678d4e7e
|
Bug 777351 - Some minor cleanup in GeckoLayerClient.java. r=sriram
|
2012-08-07 10:39:04 -04:00 |
|
Kartikaya Gupta
|
92539f028d
|
Bug 777351 - Move the getDrawable functions from LayerController to LayerView. r=sriram
|
2012-08-07 10:39:04 -04:00 |
|
Kartikaya Gupta
|
ca1c3e7c71
|
Bug 777075 - Remove notifyLayerClientOfGeometryChange from the PanZoomTarget interface by baking it into setViewportMetrics and setForceRedraw. r=mbrubeck
|
2012-08-07 10:39:04 -04:00 |
|
Kartikaya Gupta
|
02cb9a10d2
|
Bug 777075 - Trim the PanZoomState interface by moving some LayerController functions into PanZoomController. r=mbrubeck
|
2012-08-07 10:39:04 -04:00 |
|
Kartikaya Gupta
|
d1785a10e7
|
Bug 777075 - Extract a PanZoomTarget interface for functions that PanZoomController depends upon. r=mbrubeck
|
2012-08-07 10:39:03 -04:00 |
|
Kartikaya Gupta
|
81b7f838d9
|
Bug 777075 - Eliminate the getViewport and getZoomFactor methods in LayerController to further reduce exposed surface area. r=mbrubeck
|
2012-08-07 10:39:03 -04:00 |
|
Kartikaya Gupta
|
ac74fe9dd6
|
Bug 777075 - Extract a ZoomConstraints class to carry around the pieces of data that are otherwise floating around Tab and LayerController. r=mbrubeck
|
2012-08-07 10:39:03 -04:00 |
|
Kartikaya Gupta
|
8297193b5c
|
Bug 777075 - Refactor PanZoomController to consolidate code that gets the viewport metrics from the LayerController. r=mbrubeck
|
2012-08-07 10:39:03 -04:00 |
|
Chris Peterson
|
058219de38
|
Bug 778468 - Part 6: Inject LayerView's InputConnectionHandler to remove GeckoInputConnection dependency. r=blassey
--HG--
extra : rebase_source : 7422a54c7c360ef8712c75d865e5e545d922aad1
|
2012-08-02 11:56:52 -07:00 |
|
Vladimir Vukicevic
|
ea47a3f189
|
b=780213; don't call glDeleteTextures when len == 0 in TextureReaper, because Adreno; r=snorp
|
2012-08-03 13:40:41 -04:00 |
|
Vladimir Vukicevic
|
b1586e9a47
|
b=779936; can't use TextureView without android hardware accelerated windows (S3 bustage); r=snorp
|
2012-08-03 13:40:33 -04:00 |
|
Chris Peterson
|
393e18eb9b
|
Bug 779366 - Part 2b: Remove ViewportMetrics' dependency on GeckoApp by passing DisplayMetrics. r=sriram
|
2012-08-01 14:51:28 -07:00 |
|
Chris Peterson
|
ceaa1e5e80
|
Backout bcb8b2b5a310 (bug 779366 - Part 2). r=me
|
2012-08-01 14:42:11 -07:00 |
|
Chris Peterson
|
f1e7ec6bd4
|
Bug 779366 - Part 3: Move direct buffer allocation to DirectBufferAllocator. r=kats
|
2012-07-31 15:54:29 -07:00 |
|
Chris Peterson
|
84fdc2c235
|
Bug 779366 - Part 2: Move DisplayMetrics to ConfigurationUtils. r=sriram
|
2012-07-30 16:05:44 -07:00 |
|
Chris Peterson
|
4251f0fb5a
|
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
|
f554e798e4
|
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 |
|
Ed Morley
|
535a8bc1c3
|
Backout d2ee4c12c0b3 (bug 777351), 5aa6f94160dd (bug 777351), b47c470168fc (bug 777351), 5fb303ba52f7 (bug 777351), be81e4c3d928 (bug 777351), abc5b9a922dc (bug 777075), 8f1fc980f1f1 (bug 777075), 0b194a7f47d4 (bug 777075), d10df9bfef60 (bug 777075), 65393fe32cce (bug 777075), b52dc1df2fde (bug 777075), 8aeda525c094 (bug 777075) for Android native R1 failures on a CLOSED TREE
|
2012-08-01 18:42:05 +01:00 |
|
Kartikaya Gupta
|
d42c0f97fa
|
Bug 777351 - Scope down and inline some functions in the new GeckoLayerClient. r=sriram
|
2012-08-01 10:48:19 -04:00 |
|
Kartikaya Gupta
|
11cea9019d
|
Bug 777351 - Remove unnecessary getBitmap function that always returns null. r=sriram
|
2012-08-01 10:48:19 -04:00 |
|
Kartikaya Gupta
|
a031059e87
|
Bug 777351 - Fold LayerController into GeckoLayerClient. r=sriram
|
2012-08-01 10:48:19 -04:00 |
|
Kartikaya Gupta
|
07a08a1361
|
Bug 777351 - Some minor cleanup in GeckoLayerClient.java. r=sriram
|
2012-08-01 10:48:19 -04:00 |
|
Kartikaya Gupta
|
3b4606beb7
|
Bug 777351 - Move the getDrawable functions from LayerController to LayerView. r=sriram
|
2012-08-01 10:48:19 -04:00 |
|
Kartikaya Gupta
|
f24402c6c9
|
Bug 777075 - Remove notifyLayerClientOfGeometryChange from the PanZoomTarget interface by baking it into setViewportMetrics and setForceRedraw. r=mbrubeck
|
2012-08-01 10:38:30 -04:00 |
|
Kartikaya Gupta
|
4099824309
|
Bug 777075 - Trim the PanZoomState interface by moving some LayerController functions into PanZoomController. r=mbrubeck
|
2012-08-01 10:38:30 -04:00 |
|
Kartikaya Gupta
|
8a269c8752
|
Bug 777075 - Extract a PanZoomTarget interface for functions that PanZoomController depends upon. r=mbrubeck
|
2012-08-01 10:38:30 -04:00 |
|
Kartikaya Gupta
|
fd0f91ea80
|
Bug 777075 - Eliminate the getViewport and getZoomFactor methods in LayerController to further reduce exposed surface area. r=mbrubeck
|
2012-08-01 10:38:30 -04:00 |
|
Kartikaya Gupta
|
072cb58af2
|
Bug 777075 - Extract a ZoomConstraints class to carry around the pieces of data that are otherwise floating around Tab and LayerController. r=mbrubeck
|
2012-08-01 10:38:30 -04:00 |
|
Kartikaya Gupta
|
2bd15c9b96
|
Bug 777075 - Refactor PanZoomController to consolidate code that gets the viewport metrics from the LayerController. r=mbrubeck
|
2012-08-01 10:38:29 -04:00 |
|
James Willcox
|
b5966430df
|
Bug 779152 - Render into a TextureView on Android where available r=kats
|
2012-07-31 13:30:46 -04:00 |
|
Chris Peterson
|
dfd0007214
|
Bug 778472 - Part 1: Remove unused and redundant import statements. r=mfinkle
|
2012-07-27 17:54:41 -07:00 |
|
Kartikaya Gupta
|
3fb3feda6c
|
Bug 770047 - Add the LayerView directly to the XML layout rather than creating it later, so that we don't get a black flash on startup on JellyBean devices. r=sriram
|
2012-07-28 10:33:51 -04:00 |
|
Sriram Ramasubramanian
|
5bc1a73c63
|
Bug 778247: mAppContext cleanup: Tabs can avoid it. [r=mbrubeck]
--HG--
extra : rebase_source : 1a5ed5ec5dbfdd72c81877196e3a3f10764e3d07
|
2012-07-27 23:31:54 -07:00 |
|
Sriram Ramasubramanian
|
230cffc0be
|
Bug 778247: mAppContext cleanup: display metrics can be obtained from context. [r=mbrubeck]
--HG--
extra : rebase_source : a36329385979ffd0312fdba19b17798f0e62b3ad
|
2012-07-27 23:13:34 -07:00 |
|
Sriram Ramasubramanian
|
52c9be9650
|
Bug 761785: Background shown during overscroll disappeared. [r=kats]
|
2012-07-26 23:54:48 -07:00 |
|
Kartikaya Gupta
|
bf1ea7a837
|
Bug 775722 - Reposition the text selection handles during pan/zoom operations. r=blassey
|
2012-07-26 10:13:48 -04:00 |
|
Benoit Jacob
|
e617a93343
|
Bug 763805 - make GL error messages more explicit about lack of OpenGL ES2 support - r=kats
|
2012-07-25 12:13:45 -04:00 |
|
Geoff Brown
|
960a950edb
|
Bug 773667 - Remove unused code from ScreenshotLayer; r=blassey
|
2012-07-23 13:34:16 -06:00 |
|
Kartikaya Gupta
|
eb67617fdf
|
Bug 772855 - Log exception stack traces when logging errors. r=cpeterson
|
2012-07-23 15:04:28 -04:00 |
|