James H
154050e79c
Bug 688929 - Prevent saving window attributes before WM_WINDOWPOSCHANGED on window restore. r=jimm
2012-05-04 22:46:35 -04:00
Brian Nicholson
5c02aa754a
Bug 750846 - Move thumbnail size logic to Gecko. r=blassey
2012-05-03 16:29:59 -07:00
Kartikaya Gupta
06aee064be
Bug 748531 - Guard against exceptions in JNI. r=blassey
2012-05-04 11:08:47 -04:00
Kartikaya Gupta
60a1f57e8b
Bug 748531 - Propagate the JNIEnv through DrawWindow*lay helpers instead of unnecessarily re-calling GetJNIForThread everywhere. r=blassey
2012-05-04 11:08:46 -04:00
Kartikaya Gupta
fceca20aeb
Bug 748531 - Fix indentation and minor cleanup in AndroidBridge.cpp. r=blassey
2012-05-04 11:08:45 -04:00
Karl Tomlinson
253473034f
b=751774 handle no drag service during shutdown r=roc
...
--HG--
extra : transplant_source : %20%EE%CD%93%CE%A9%C2%DF%B3%1F1%07%CB%19E.%F3%20%B8%0B
2012-05-04 15:34:50 +12:00
Doug Turner
9eaa2d7486
Bug 738465 - implement device light sensor. r=smaug
2012-05-02 09:43:45 -07:00
Doug Turner
f158836867
Bug 738131 - implement device proximity. r=smaug
...
* * *
Bug 738131 - implement device proximity. gonk implementation. r=mwu
2012-05-02 09:43:45 -07:00
Doug Turner
b966ec32a4
Bug 742179 - Move MakeRandomString to xpcom/ds. r=bsmedberg
2012-04-05 09:50:55 -07:00
Brian Nicholson
567d90f367
Backout 7e237e96018f for black area in thumbnails. r=backout
2012-05-03 19:06:08 -07:00
Brian Nicholson
ef88af632e
Bug 750846 - Move thumbnail size logic to Gecko. r=blassey
...
--HG--
extra : rebase_source : f8194c78ff0acc530db15a0aed6472475a0e0eed
2012-05-03 16:29:59 -07:00
Karl Tomlinson
6204dab3bb
b=751429 handle modifier changes in periodic synthetic mouse events for drag sources r=roc
...
--HG--
extra : rebase_source : 08c12b5e4e2acb7e65ff29168356312eb9185d97
2012-05-03 18:24:20 +12:00
Karl Tomlinson
cedf9acac4
b=750061 Put the hidden drag widget in the window group of the source node so that the gtk_grab_add during gtk_drag_begin is effective r=roc
...
--HG--
extra : rebase_source : 8ce17ca75be2b681f08489446bb8fdb2d651fe46
2012-05-03 18:23:59 +12:00
Karl Tomlinson
a6b5afba17
b=750961 disable motion hints to avoid gdk_event_request_motions unless on Maemo r=roc
...
--HG--
extra : rebase_source : 8f688b33d050a9d972da13aaf49607f300138f63
2012-05-03 18:23:31 +12:00
Michael Kaply
7b5483ace2
Bug 744992 - Do not go into the preview code if it is null. r=benb,jmathies
2012-05-03 18:33:50 -04:00
James Willcox
85ae98e6a2
Bug 730890 - Install and run an Android Looper on Gecko main thread r=cjones
2012-05-03 10:53:31 -04:00
Ed Morley
2d35fc9b56
Merge mozilla-central to mozilla-inbound
2012-05-03 20:13:41 +01:00
Ali Juma
fa7767fbca
Bug 748048 - Part 2: Don't restrict invalidation to the widget's boundaries on Android. r=roc
2012-05-03 12:34:02 -04:00
Ehsan Akhgari
cb1754a1ce
Merge mozilla-central and mozilla-inbound
2012-05-02 23:59:08 -04:00
Ehsan Akhgari
52885d5cd3
Bug 751273 - Part 1: Remove the debugging code in Cairo which we don't use any more; r=jrmuizel
...
Landing on a CLOSED TREE
2012-05-02 16:28:13 -04:00
Oleg Romashin
4927d43de7
Bug 750960 - OMTC: Qt AppShell should use CurrentThread object for event dispatching. r=dougt
2012-05-03 06:22:58 -04:00
Oleg Romashin
6c05951339
Bug 750284 - WidgetQt Drag service should be initializing in different threads. r=dougt
2012-05-03 06:22:33 -04:00
Gene Lian
30c70f9d45
Bug 743064: Shutdown FramebufferWatcher thread gracefully by using it as a pthread. r=cjones a=b2g-only
2012-04-26 16:46:52 +08:00
Masayuki Nakano
b188138a69
Bug 749500 Define new API for 10.5 SDK r=smichaud
2012-04-30 08:43:21 +09:00
Kartikaya Gupta
bfe02559b4
Bug 749788 - Fix some JNI code bugs. r=blassey
2012-04-28 12:55:59 -04:00
James Willcox
3d2040da6d
Bug 749750 - Correctly ref created Surfaces on Android r=blassey
2012-04-27 16:10:03 -04:00
James Willcox
22ddeff430
Bug 727116 - Draw Flash plugins with OpenGL during pan/zoom on legacy Android r=blassey
2012-04-27 16:04:47 -04:00
Irving Reid
69b5c738bf
Bug 744527 - Fix idle poll interval, add tracing to idle service. r=bbondy
2012-04-26 19:21:37 -04:00
Chris Lord
968ce32698
Bug 748718 - Make ScreenshotLayer use SingleTileLayer's draw function. r=kats
...
ScreenshotLayer overrides SingleTileLayer's draw function to simplify the
drawing process. Unfortunately, this doesn't respect the layer mask, and can
cause the layer to appear incorrectly stretched.
Change the screenshot process so that whole-page screenshots pass parameters
that are pre-scaled (to avoid mismatches when the viewport changes), and set
the page size on the ScreenShotLayer so it draws in the correct place.
This also alters the masking slightly to avoid visible seams around masks in
the centre of the page, and to avoid unnnecessary drawing at the edges of the
page.
This change fixes the frame-rate issues with the screenshot layer, as it
removes unnecessary over-draw.
--HG--
extra : rebase_source : 671c5a48d7bc08b3b452ed7eea228eb22843c1ce
2012-04-26 13:45:31 -04:00
Jeff Muizelaar
0816fa076e
Bug 748832. Remove dead paint supression code. r=kats
...
Bug 732564 disabled the painting suppression code in browser.js. This removes
the caller and the interface.
--HG--
extra : rebase_source : 236f81abcf980c41ffdb6c29dc4290a6a7671d14
2012-04-25 12:49:43 -04:00
Eitan Isaacson
346ee076d0
Bug 748590 - Map KEYCODE_DPAD_CENTER to DOM_VK_ENTER. r=cpeterson
2012-04-25 17:09:12 -07:00
Benoit Jacob
84e349eedc
Bug 736123 - kill GetVendor() and EGLUtils.h - r=jrmuizel
...
Was only returning "Android" instead of something useful.
2012-04-30 17:43:12 -04:00
Karl Tomlinson
ecdf4bc8e3
b=634719 schedule event dispatch in response to GTK drag end signals to avoid running the event loop at unexpected times and dispatch leave events in the right order r=roc
...
--HG--
extra : rebase_source : 32b86a8d4bc691bf3c1f2d9e1ca13eab68fa4810
2012-04-19 18:18:31 +12:00
Karl Tomlinson
424d0c1d21
b=634719 don't start a new source drag session until the previous has completed r=roc
...
--HG--
extra : rebase_source : 1165a447cf141b5ec34446e6e95ab66f815168f7
2012-04-19 18:18:31 +12:00
Karl Tomlinson
6246432aa7
b=497498 remove nsIDragSessionGTK r=roc
...
--HG--
extra : rebase_source : a8029599d50bfff6ca10cce73a35fb8854e868ab
2012-04-19 18:18:31 +12:00
Karl Tomlinson
625811bcb2
b=497498 move nsWindow::UpdateDragStatus to nsDragService::UpdateDragAction r=enndeakin
...
--HG--
extra : rebase_source : e8198557c42f804cbe7ef758c8d8048af45722ec
2012-04-19 18:18:31 +12:00
Karl Tomlinson
ddce9aecf2
b=497498 move drag event dispatch logic from nsWindow to nsDragService r=roc
...
--HG--
extra : rebase_source : ec52cbad0d1efff13c989e8b5061f7fc3445b92b
2012-04-19 18:18:31 +12:00
Karl Tomlinson
a5dc82ba4e
b=497498 schedule event dispatch in response to GTK drag target signals to avoid running the event loop at unexpected times r=roc
...
--HG--
extra : rebase_source : 881ad7c0efa85174347059a9f53b3a5bd4c76696
2012-04-19 18:18:31 +12:00
Karl Tomlinson
c2121f5398
b=634719 Add a helper to get the nsDragService r=roc
...
--HG--
extra : rebase_source : cd811aee525b1675b47573e313f6804112d78ef0
2012-04-19 18:18:31 +12:00
Masayuki Nakano
c03b9781a1
Bug 166240 part.7 Add support KeyboardEvent.location on Gonk r=smaug
2012-05-03 17:35:02 +09:00
Masayuki Nakano
8ec326e17d
Bug 166240 part.6 Add support KeyboardEvent.location on Qt r=smaug
2012-05-03 17:35:02 +09:00
Masayuki Nakano
116dbd00b1
Bug 166240 part.5 Add support KeyboardEvent.location on Android r=cpeterson
2012-05-03 17:35:02 +09:00
Masayuki Nakano
335a1c0cf4
Bug 166240 part.4 Add support KeyboardEvent.location on Cocoa r=smichaud
2012-05-03 17:35:02 +09:00
Masayuki Nakano
dfe55fbd80
Bug 166240 part.3 Add support KeyboardEvent.location on GTK r=karlt
2012-05-03 17:35:02 +09:00
Masayuki Nakano
fb43f900da
Bug 166240 part.2 Add support KeyboardEvent.location on Windows r=jimm
2012-05-03 17:35:02 +09:00
Masayuki Nakano
1ecd4d10e9
Bug 166240 part.1 Add D3E KeyboardEvent.location r=smaug, sr=jst
2012-05-03 17:35:01 +09:00
Kan-Ru Chen
d2c2829225
Bug 745077 - Reconfigure InputReader on screen rotation. r=mwu a=b2g-only
2012-04-25 11:59:01 +08:00
Matt Brubeck
2702248b0c
Bug 748473 - Back button is no longer mapped to escape key [r=cpeterson]
2012-04-24 20:47:46 -07:00
Masayuki Nakano
456f0af028
Bug 630811 part.6 Support new modifiers on all events derived from nsInputEvent on Cocoa r=smichaud
2012-04-25 12:00:02 +09:00
Masayuki Nakano
b39db536e9
Bug 630811 part.5 Support new modifiers on all events derived from nsInputEvent on GTK r=karlt
2012-04-25 12:00:02 +09:00