Benoit Girard
|
08dc021a3b
|
Merge working on Nexus S
|
2012-02-08 20:23:27 -05:00 |
Benoit Girard
|
45f236563b
|
Merge fixes
|
2012-02-08 19:01:21 -05:00 |
Benoit Girard
|
f470edbef2
|
Merge m-c into maple
|
2012-02-08 16:43:22 -05:00 |
Patrick Walton
|
cae681557e
|
Shrink the surface size to speed up painting
|
2012-02-06 15:25:18 -08:00 |
Ali Juma
|
0e90b797ea
|
Move surface ownership to GLContextProviderEGL.
--HG--
extra : rebase_source : a3f83d279de5087a521a938d66c4e7b5dee79d74
|
2012-02-06 16:53:09 -05:00 |
Ali Juma
|
375d4d84d8
|
Add support for pausing/resuming composition from Java.
|
2012-02-05 13:33:38 -05:00 |
Patrick Walton
|
a57b590b7d
|
Stand up async panning and zooming
|
2012-02-03 23:31:05 -08:00 |
Patrick Walton
|
1e1b06f118
|
Poke the compositor to composite on a pan or zoom; stub AndroidBridge::GetViewTransform()
|
2012-02-03 18:35:58 -08:00 |
Patrick Walton
|
85f93648a7
|
Add a virtual layer and GL layer client implementation
|
2012-02-03 15:48:26 -08:00 |
Patrick Walton
|
08a46d3640
|
Eliminate coupling between the software layer client and the rest of Fennec
|
2012-02-02 23:30:41 -08:00 |
Patrick Walton
|
93b70fee0c
|
Pull parts of GeckoSoftwareLayerClient that will be used for GL layers into a generic GeckoLayerClient class
|
2012-02-02 22:07:05 -08:00 |
Patrick Walton
|
c2ad7735b8
|
Clean up nsWindow::Draw() a bit
|
2012-02-02 20:24:49 -08:00 |
Patrick Walton
|
3e30acd53d
|
Partial removal of tiling, stub callouts
|
2012-02-02 19:28:22 -08:00 |
Benoit Girard
|
717920a909
|
Hack the real window dimensions
|
2012-02-02 18:03:55 -05:00 |
Benoit Girard
|
a0d8718e27
|
Fix GetLayerManager logic
|
2012-02-02 14:16:59 -05:00 |
Benoit Girard
|
302a7b77e6
|
Fix problems with Nexus S init
|
2012-02-02 13:57:38 -05:00 |
Benoit Girard
|
a282993594
|
remove OGLSurfaceView init, todo remove OGLSurfaceView.java
|
2012-02-02 11:28:54 -05:00 |
Benoit Girard
|
b4999ae8f0
|
Removing this awesome template code because it causes library load crashes :(
|
2012-02-02 11:17:50 -05:00 |
Patrick Walton
|
be8bdd69ce
|
Turn on OMTC by default; fix crash when acquiring EGL surface
|
2012-02-01 23:54:01 -08:00 |
Benoit Girard
|
95d44b1ca5
|
Add init code for AndroidEGLObjects
|
2012-02-01 18:08:09 -05:00 |
Benoit Girard
|
54179763ea
|
Fix AndroidGLController::Init
|
2012-02-01 17:53:18 -05:00 |
Benoit Girard
|
a1415e44f6
|
Progress on omtc integration
|
2012-02-01 16:18:35 -05:00 |
Benoit Girard
|
d415e80071
|
Move registerCxxCompositor to FlexView
|
2012-02-01 14:15:52 -05:00 |
Benoit Girard
|
a229a6bd3b
|
Import jni implementation
|
2012-02-01 12:02:55 -05:00 |
Benoit Girard
|
1f2362ecb9
|
Import jni headers
|
2012-02-01 11:49:34 -05:00 |
Ali Juma
|
1178aeabeb
|
Disable direct textures because of crashes.
|
2012-01-31 15:53:54 -05:00 |
Benoit Girard
|
7f54a91188
|
merge mc into kiwifox
|
2012-01-31 13:55:51 -05:00 |
Wes Johnston
|
25d2807d75
|
Bug 721484 - Don't disable mouse events for touch events. r=blassey
|
2012-01-30 21:57:06 -08:00 |
Benoit Girard
|
25a5299d7e
|
Merge fixes
|
2012-01-30 15:57:30 -05:00 |
Benoit Girard
|
e0bcc5a6d2
|
Mergi mc to kiwifox, lots of conflicts so may not build
|
2012-01-30 13:38:20 -05:00 |
James Willcox
|
a5b4d73370
|
Bug 721803 - Add known-good devices to direct texture whitelist r=blassey
|
2012-01-30 22:38:16 -05:00 |
Benoit Girard
|
f7173edd06
|
Partial work for android OGLSurfaceView
--HG--
extra : rebase_source : 2c6ce362dd859e9f81a5b4490e2451826259a651
|
2012-01-26 14:23:13 -05:00 |
Benoit Girard
|
abede2eb6e
|
Disable sHasDirectTexture because of crash in Nexus S
--HG--
extra : rebase_source : 03daaf6a9b7a562d95bf42c34b997ba234eed022
|
2012-01-26 14:22:26 -05:00 |
Doug Turner
|
b7f10b6344
|
Bug 713803 - Rationalize JNI access accross android widget. r=blassey
|
2012-01-29 12:39:30 -08:00 |
Phil Ringnalda
|
47f54cc3f1
|
Back out 59d8d92f9f3c (bug 713803) for Android C1 permaorange
|
2012-01-29 00:49:02 -08:00 |
Doug Turner
|
b5116372c8
|
Bug 713803 - Rationalize JNI access accross android widget. r=blassey
|
2012-01-28 22:38:02 -08:00 |
Brian Nicholson
|
852d8048cb
|
Bug 701092 - Limit session restore attempts. r=mfinkle
|
2012-01-27 22:04:54 -08:00 |
James Willcox
|
7223060a8c
|
Bug 716190 - Retry graphic buffer locks if we get -EBUSY r=pcwalton
--HG--
extra : rebase_source : 969aee231df4ac7ac70086fa2fa836c26a090b8e
|
2012-01-17 15:00:56 -05:00 |
Mounir Lamouri
|
731b61f2b9
|
Bug 713687 - Part 4 - Network API Android backend: use enable/disable notifications to prevent listening when not needed. r=dougt
|
2012-01-16 15:01:07 +01:00 |
Mounir Lamouri
|
2c8aad6487
|
Bug 713687 - Part 2 - Network API Android backend: listen to network changes and notify the DOM. r=dougt
|
2012-01-17 19:40:39 +01:00 |
Mounir Lamouri
|
7deb857d08
|
Bug 713687 - Part 1 - Network API Android backend: get current information. r=dougt
|
2012-01-16 14:44:07 +01:00 |
Mounir Lamouri
|
a5e3e6da12
|
Bug 674725 - Part AU - Release message lists in case of GC. r=smaug,cjones
|
2012-01-17 19:43:08 +01:00 |
Mounir Lamouri
|
e4d5e1b762
|
Bug 674725 - Part AT - Handle failures for getMessages(). r=smaug,cjones
|
2011-12-22 23:25:14 +01:00 |
Mounir Lamouri
|
732bf07b75
|
Bug 674725 - Part AQ - Read the next message in the list (Android backend). r=cjones
|
2011-12-22 23:16:59 +01:00 |
Mounir Lamouri
|
06dc950ebe
|
Bug 674725 - Part AO - Show the first message of message list in SmsCursor. r=smaug,cjones
|
2011-12-19 12:07:03 +01:00 |
Mounir Lamouri
|
9a97aef5ec
|
Bug 674725 - Part AN - Handling no messages in created message list. r=smaug,cjones
|
2011-12-19 12:04:53 +01:00 |
Mounir Lamouri
|
dcbad0bb56
|
Bug 674725 - Part AL - Store Android Cursors to keep track of created message lists. r=cjones
|
2011-12-22 23:16:22 +01:00 |
Mounir Lamouri
|
48d52a6f2f
|
Bug 674725 - Part AK - Create an Android Cursor when a message list is requested. r=cjones
|
2011-12-20 09:07:25 +01:00 |
Mounir Lamouri
|
b9b285610f
|
Bug 674725 - Part AG - Notify when delete() fails. r=smaug,cjones sr=sicking
|
2011-12-22 23:15:44 +01:00 |
Mounir Lamouri
|
9271bc326b
|
Bug 674725 - Part AF - Implement delete() on Android. r=cjones
|
2011-12-22 23:15:28 +01:00 |