Jim Chen
|
c3258ae64f
|
Bug 591047 - Fixing Android after PuppetWidget IME work; r=mwu a=blocking-fennec
--HG--
extra : rebase_source : 7cffd4b0a43a86d24b2492f50295968e9ff39c0f
|
2010-09-23 20:59:26 -07:00 |
|
Brad Lassey
|
0fbcc1134a
|
Bug 591047 - (3/7) Adding e10s IME supporting code to widget; r=cjones sr=roc a=blocking-fennec
|
2010-09-23 23:28:15 -04:00 |
|
Mats Palmgren
|
d267a28a25
|
Bug 449734 part 4 - Add nsIWidget::ReparentNativeWidget() to handle reparenting of top-level widgets. r=roc a=blocking2.0:betaN
|
2010-09-18 13:28:50 +02:00 |
|
Chris Jones
|
daaa59040f
|
Bug 596410: Use BasicShadowLayerManager when there might be content processes. r=vlad
|
2010-09-14 18:40:23 -05:00 |
|
Vladimir Vukicevic
|
0b88b52f6c
|
b=594553; correctly create gl layer manager on android; r=jrmuizel
|
2010-09-08 18:19:11 -04:00 |
|
Matt Brubeck
|
7baaac20f7
|
Bug 590246 - Multitouch swipe gestures for Android. r=blassey, a=blocking-fennec
|
2010-08-25 22:52:08 -07:00 |
|
Jim Chen
|
eaaf4b7e6b
|
Bug 588456 - Properly commit Android IME composition on blur; r=mwu a=blocking-fennec
|
2010-08-20 17:07:26 -07:00 |
|
Jim Chen
|
13aa5d3b40
|
Bug 586755 - Fixing Swype backspace by using key events; r=mwu a=blocking-fennec
|
2010-08-17 16:52:00 -07:00 |
|
Jim Chen
|
39df50458f
|
Bug 582644 - IME event remoting, patch for android; r=blassey, blocking-fennec=2.0a1+
|
2010-08-17 01:07:45 -07:00 |
|
Ehsan Akhgari
|
3068a7eddc
|
Back out bug 582644 and 576716 because of mochitest-3 oranges
|
2010-08-16 19:14:00 -04:00 |
|
Jim Chen
|
e610840d16
|
bug 582644 - IME event remoting, patch for android r=blassey blocking-fennec=2.0a1+
|
2010-08-16 14:48:32 -07:00 |
|
Robert O'Callahan
|
b216eeb8e3
|
Bug 579258. Remove dead nsIWidget::Scroll code. r=karlt,a=joe
|
2010-08-13 21:56:31 +12:00 |
|
Brad Lassey
|
0ac9763118
|
bug 581535 - remote android ime bridge functions r=cjones,mwu
--HG--
extra : rebase_source : d3ee044a61b614f874f1e5425a58eaf7c7108af1
|
2010-08-05 13:11:32 -05:00 |
|
Jim Chen
|
2fb8dce3db
|
Bug 576065 - Fix Android IME implementation, r=mwu a=blocking-fennec
--HG--
extra : rebase_source : 0bc165f85b4ee177bfb4fdaa1851ff5014cca04e
|
2010-08-04 12:47:26 -07:00 |
|
Matt Brubeck
|
42bf6c49ea
|
Bug 582269 - don't handle onKeyUp for KEYCODE_BACK when keydown is in another activity [r=mwu]
|
2010-07-29 14:44:33 -07:00 |
|
Michael Wu
|
9cda0e7a38
|
Bug 576381 - Avoid accessing AndroidBridge in child process, r=vlad
--HG--
extra : rebase_source : 83584ed9a829b43976d05c15e860cef88141716c
|
2010-07-16 11:24:42 -07:00 |
|
Matt Woodrow
|
b9bb858a55
|
Bug 564991. Part 18: Move double-buffering into the layer manager. r=jrmuizel,sr=vlad
|
2010-07-16 09:08:04 +12:00 |
|
Michael Wu
|
6f1ad4ef8e
|
Bug 575839 - Simple magnify gesture event support on Android, r=dougt
|
2010-07-07 14:34:12 -07:00 |
|
Doug Turner
|
c92986c46a
|
Merge from mc
|
2010-06-29 14:39:57 -07:00 |
|
Doug Turner
|
901e02b2de
|
Merging with mozilla-central. Manually merged: content/canvas/src/nsCanvasRenderingContext2D.cpp ipc/ipdl/Makefile.in toolkit/toolkit-tiers.mk toolkit/xre/nsEmbedFunctions.cpp
--HG--
rename : gfx/thebes/src/gfxSharedImageSurface.cpp => gfx/thebes/gfxSharedImageSurface.cpp
rename : gfx/thebes/public/gfxSharedImageSurface.h => gfx/thebes/gfxSharedImageSurface.h
|
2010-06-28 16:33:19 -07:00 |
|
Michael Wu
|
01a2cef59b
|
Bug 574120 - Add support for IPC on Android to everything else, r=dougt
|
2010-06-25 13:29:43 -07:00 |
|
Michael Wu
|
b7dd46921f
|
Bug 573799 - Always process IME events, r=vlad
|
2010-06-22 17:15:29 -07:00 |
|
Michael Wu
|
cd844832b5
|
Bug 573796 - gFocusedWindow should be cleared on window destruction, r=blassey
|
2010-06-22 17:14:19 -07:00 |
|
Vladimir Vukicevic
|
245c95c82b
|
b=573181; clean up render path on Android and prepare for GL layers rendering; r=mwu
|
2010-06-25 17:52:37 -07:00 |
|
Michael Wu
|
63f56cde6f
|
Bug 575421 - Improve 2D drawing path on Android, r=vlad
|
2010-06-28 23:42:28 -07:00 |
|
Matt Brubeck
|
b9aa5ea0d3
|
Bug 568927 - Hide task on window minimize on Android, r=mwu,alexp
|
2010-06-16 10:20:54 -07:00 |
|
Michael Wu
|
032327eca6
|
Bug 564327 - Add Android widgets backend [2/2], patch by vlad, alexp, blassey, and me. r=dougt, sr=roc
--HG--
extra : rebase_source : 890618727773d4a286a34ef08f68f5aef8011312
|
2010-06-03 13:56:36 -07:00 |
|