Mounir Lamouri
de96081e47
Bug 720795 - Screen Orientation API reading and event implementation in Android. r=dougt
2012-03-20 14:09:45 +01:00
Brian Nicholson
22d152b7d6
Bug 718240 - Use 30 second timeout for crash restore. r=mfinkle
2012-03-19 11:20:42 -07:00
Mounir Lamouri
58e357d855
Bug 734382 - Don't show the list of activities if there is only one. r=blassey
2012-03-14 19:35:47 +01:00
Mounir Lamouri
3f5c4187e2
Bug 730289 - Filepicker on Android should allow picking or capturing media instead of having a specific button for capture. r=dougt,wesj ui-r=madhava
2012-03-18 17:15:56 +01:00
Mark Finkle
335c2f59ce
Backout 7e28d1a2c648, 330b210f503d, 2421d39e0ab3, aa978ffa44bc, 38a71ae7e06d, b94319584a7a, 7e8278f5e814, 0b4e3c7608ab, 329c07609ca8, 0d61a0d8dba4, Due to Ts regression on Android
2012-03-17 21:51:39 -04:00
Mounir Lamouri
9fc5f44273
Bug 734382 - Don't show the list of activities if there is only one. r=blassey
2012-03-14 19:35:47 +01:00
Mounir Lamouri
83cc88b3ca
Bug 730289 - Filepicker on Android should allow picking or capturing media instead of having a specific button for capture. r=dougt,wesj ui-r=madhava
2012-03-16 22:44:00 +01:00
Mounir Lamouri
6ae5197cf9
Bug 720795 - Screen Orientation API reading and event implementation in Android. r=dougt
2012-03-16 19:43:10 +01:00
Mark Finkle
ab8892a9ea
Bug 735838 - About Home content displays briefly when opening an external link r=blassey
2012-03-16 12:29:37 -04:00
Brian Nicholson
a7c0326f2b
Bug 732818 - Use tab URL as AwesomeBar URL. r=mfinkle
2012-03-15 14:05:25 -07:00
Kartikaya Gupta
685eefd336
Bug 736125 - Fix Java 7 compile warnings. r=sriram
2012-03-15 15:01:52 -04:00
Ryan VanderMeulen
46c522052f
Backout 11a5cc8bb70a (bug 723251) due to bustage.
2012-03-14 18:48:22 -04:00
Josh Dhaliwal
75277b4973
Bug 723251 - onSaveInstanceState() never saves screenshots to instance state bundle. r=bnicholson
2012-03-14 18:00:29 -04:00
James Willcox
ee2f006e8e
Bug 728369 - Fix non-OpenGL plugin positioning on Android r=blassey
2012-03-14 15:43:49 -04:00
Kartikaya Gupta
8b3253f630
Bug 725095 - Merge off-main-thread compositor from Maple. IGNORE BAD COMMIT MESSAGES
2012-03-14 11:18:15 -04:00
Kartikaya Gupta
25e0b6a0e2
Bug 725095 - Various fixes to get maple ready to land on m-c. r=Cwiiis
...
- Disable fps layer.
- Add some comments to FlexibleGLSurfaceView.
- Get rid of getBufferSize and some other related cleanup.
- Add some comments to compositor-invoked functions in GeckoLayerClient.
- Take out unnecessary parameters to Rect constructor.
- Move class variable initialization to constructor.
- Take out kUsingGLLayers.
- Add a comment about changes in background color.
- Fix up convertViewPointToLayerPoint to be more correct.
- Add note in setPositionAndResolution about how it might be wrong.
- Modify provideEGLSurface to not store the surface in mEGLSurface.
- Remove some unneeded, commented out code in GLThread.
2012-03-12 16:20:19 -04:00
Benoit Girard
bbefdec4f2
Merge mc->Maple
2012-03-13 11:05:28 -04:00
Kartikaya Gupta
1d0e24cf78
Merge m-c -> maple to pick up b159cd73c215
2012-03-10 11:21:26 -05:00
Benoit Girard
c5fac70581
Merge mc->Maple
2012-03-09 11:13:30 -05:00
Benoit Girard
17b9033e00
Merge mc->Maple
2012-03-08 10:22:42 -05:00
Brian Nicholson
2cb18a9cbf
Bug 732268 - Don't perform intent actions when launching from recent apps. r=blassey
2012-03-07 17:59:27 -08:00
Benoit Girard
4ca616adb3
Merge heads
2012-03-07 11:11:20 -05:00
Benoit Girard
43d9d4733f
Merge mc->Maple
2012-03-07 11:10:45 -05:00
Benoit Girard
8baaaed6d2
Bug 733184 - Maple: Remove some Java logging. r=pcwalton
2012-03-05 18:50:00 -05:00
Benoit Girard
ceb831e001
Restore merge changeset 39a3044823b0, regression fixed upstream in mc
2012-03-05 13:09:05 -05:00
Chris Peterson
fa1e642949
Bug 733434 - Part 2: Remove old exception handlers made redundant by global UncaughtExceptionHandler. r=blassey
2012-03-07 11:20:04 -08:00
Chris Peterson
567fb5e396
Bug 733434 - Part 1: Register a global UncaughtExceptionHandler that calls Breakpad. r=blassey
2012-03-07 11:19:05 -08:00
Geoff Brown
0f2934f0fb
Bug 728263 - Avoid AccountManager leak error on exit. r=mfinkle
2012-03-08 18:48:44 -05:00
Benoit Girard
ae335d8d56
Backed out changeset 39a3044823b0 because of bad interaction with maple.
2012-03-02 18:32:46 -05:00
Jeff Muizelaar
ad28b964d3
Bug 732576. make getViewTransform fast. r=kats
...
This removes the logging, locking and allocations from getViewTransform.
This reduces the time spent from an median of 6.3ms to 0.061ms
We use a new scheme where the view transform is immutable and the member
variable containing it is atomically overwritten. So we may get a slightly old
view transform but this won't be a problem.
2012-03-02 14:31:27 -05:00
Benoit Girard
a41da854d6
Merge mc->Maple, resolved conflicts
2012-03-02 14:27:05 -05:00
Eitan Isaacson
92a196177d
Bug 729373 - Move focus to chrome when overscrolling up with keyboard. r=cpeterson
2012-03-07 19:24:38 -05:00
Brian Nicholson
e7da1313a8
Bug 726018 - Save thumbnails only for successful page loads. r=mfinkle
2012-03-07 13:58:31 -08:00
Brian Nicholson
3a14f9f6ba
Bug 726018 - Add tab load states. r=mfinkle
2012-03-07 13:58:31 -08:00
Sriram Ramasubramanian
f3b773804e
Bug 732117: Fennec debug intent on startup path. [r=blassey]
2012-03-07 10:36:38 -08:00
Benoit Girard
819e2dec39
Merge mc->maple
2012-03-01 10:44:44 -05:00
Benoit Girard
a856836e7d
Bug 730967 - Handle Cherckerboard color being null. r=kats
2012-02-29 15:45:06 -05:00
Benoit Girard
de2f93f29c
Bug 730967 - Don't recompute checkerboard color every frame. r=pwalton
2012-02-28 19:17:58 -05:00
Kartikaya Gupta
92f7200fe7
Merge m-c
2012-02-27 15:06:35 -05:00
Kartikaya Gupta
30b4f71d11
Merge the origin (Point) and size (IntSize) properties of Layers into a single position (Rect) property.
...
Not only does this reduce the amount of cruft needed while getting and setting these properties, it
makes the code more consistent because we don't have half of this stored in the Layer base class and
the other half provided by an abstract method implementation in subclasses. Furthermore, this
allows the VirtualLayer size to be updated based on the area painted by gecko rather than remaining
fixed at the view size when the virtual layer was created.
2012-02-26 10:47:47 -05:00
Kartikaya Gupta
553b95a5b0
Bug 726382 - Fold the GeckoDirProvider and a bunch of duplicated/complicated code into a new GeckoProfile class. r=wesj
2012-02-25 23:22:40 -05:00
Doug Turner
f5b81a2ec4
Merge with mozilla-central
2012-02-24 11:57:27 -08:00
Wes Johnston
37abe195bf
Bug 731341 - LoadLibs should take a context. r=blassey
2012-03-08 10:25:44 -08:00
Wes Johnston
8f60de8d19
backout a965cebe4462 32220d7085e0 3689bb4199d8 d0c82cb6eb28 b295c8825acd and 95ab5c738512
2012-03-08 12:32:01 -08:00
Wes Johnston
14a46bde6c
Bug 718760 - Crypto for the java passwords provider. r=blassey,bsmith
2012-03-08 10:25:44 -08:00
Wes Johnston
84b8de47d5
Bug 731341 - LoadLibs should take a context. r=blassey
2012-03-08 10:25:44 -08:00
Kartikaya Gupta
e96ac7a6b4
Remove redundant getDisplayportOrigin method from ViewportMetrics; use getOrigin instead
2012-02-23 15:08:05 -05:00
Kartikaya Gupta
2e203803af
Completely collapse GeckoGLLayerClient into GeckoLayerClient.
2012-02-22 14:45:44 -05:00
Doug Turner
8dc7e65c6f
Bad merge. Fixing missing curly brace
2012-02-22 09:58:33 -08:00
Doug Turner
feb746215a
merge with mozilla-central:
2012-02-22 09:30:09 -08:00