Marco Tulio Costa
855486915d
Bug 593744 - nsWindow.cpp should assert if mLayerManager is null before Returning from nsWindow::GetLayerManager(). r=joedrew
...
--HG--
extra : rebase_source : f11c29151442b27ed8c08122d95bb37221b343f8
2011-10-02 21:11:19 +02:00
Masayuki Nakano
67a0ee1944
Bug 690669 Remove PR_TRUE/PR_FALSE from widget/src/windows r=jimm
2011-10-02 11:16:19 +09:00
Matt Brubeck
6ad7eab95f
Merge mozilla-central to mozilla-inbound
2011-09-30 18:39:57 -07:00
Masayuki Nakano
4515272ad3
backout bug 685073 part.1 due to random crash
2011-10-01 10:10:43 +09:00
Masayuki Nakano
228ea34ec8
backout bug 685073 part.2 due to random crash
2011-10-01 10:10:43 +09:00
Masayuki Nakano
3b1fb85f88
backout bug 477291 due to random crash
2011-10-01 10:10:43 +09:00
Josh Aas
bc35f0fc94
Bug 690797: Replace PR_TRUE and PR_FALSE with true and false in cocoa widgets. r=smichaud
2011-09-30 20:20:33 -04:00
Siddharth Agarwal
e07277f663
Bug 690857 - Windows 7 taskbar previews broken. Fix a bool/BOOL type mismatch. r=mwu
2011-10-01 02:17:37 +05:30
Masayuki Nakano
16846fe970
Bug 477291 Should not send keypress event before calling interpretKeyEvents r=smichaud
2011-09-30 15:17:33 +09:00
Masayuki Nakano
26e558ee91
Bug 685073 part.2 Consume key event which causes nested key event r=smichaud
2011-09-30 15:17:33 +09:00
Masayuki Nakano
5cdb8e8582
Bug 685073 part.1 Manage nested key events for IME r=smichaud
2011-09-30 15:17:32 +09:00
Brian R. Bondy
448fbf610d
Bug 573321 - Dragging file to Firefox triggers assertion. r=neil
2011-09-30 09:14:44 -04:00
Michael Wu
d2b70213ac
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
...
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
2011-09-28 23:19:26 -07:00
James Willcox
4af04ea2e4
Bug 689948 - Fix regressions caused by bug 686992 [r=blassey]
...
From 3d547ae760f1106b7e5414e05b4f80c2e7533926 Mon Sep 17 00:00:00 2001
Accidentally removed a call to GeckoAppShell.scheduleRedraw() which
caused a deadlock. Also, this fixes an issue with uninitialized
member variables in AndroidBridge.
2011-09-28 14:43:02 -04:00
Siddharth Agarwal
79c05b8d5c
Bug 515907 - Support taskbar icon overlays in Windows 7. Original patch by Tim Miller <mille449@gmail.com>. r=jimm, sr=roc
2011-09-29 00:06:43 +05:30
Brian R. Bondy
cfec1877c3
Bug 596222 - Crash [@ mozilla::widget::WindowHook::Lookup] on shutdown with MaxTo enabled. r=robarnold
2011-09-28 10:02:36 -04:00
Brad Lassey
5760202add
bug 688787 follow up to fix build bustage
2011-09-27 16:18:51 -04:00
Brad Lassey
df1c088994
bug 688733 - nsWindow::mIMEComposing is used uninitialised r=dougt
2011-09-23 12:07:40 -04:00
Brad Lassey
4cb849f82f
bug 688787 - don't use MOZ_GFX_OPTIMIZE_MOBILE for GetEchoPasswordImpl() r=dougt
2011-09-23 13:15:29 -04:00
Steven Michaud
ddcfdbda09
Bug 674612 - Text to Speech on Lion not reading highlighted text. r=surkov f=marco
2011-09-27 10:38:44 -05:00
Jeff Muizelaar
77dfae2c94
Bug 687868. Redo blacklisting to use device ids instead of renderer info.
...
This avoids using CGLQueryRendererInfo which cause cause us to switch to the discrete GPU.
It also allows us to be more specific about black listing particular devices.
--HG--
extra : rebase_source : b10be6d3d7c9e43732a7aac05d8a066193f77ec8
2011-09-27 10:18:41 -04:00
Jeff Muizelaar
e61efc6143
Bug 678330. Use IOKit to get precise GPU information in GfxInfo on Mac. r=bjacob
...
This lets us get vendor and device ids.
--HG--
extra : rebase_source : 1760ecc1c406c227e473c462e39c95375abb318e
2011-09-27 09:55:42 -04:00
Fabrice Desré
2b1103493c
Bug 659188 - Android and media parts [r=blassey] [r=cpearce]
2011-09-26 17:25:41 -07:00
Ehsan Akhgari
5272acdabd
Bug 666414 - Prevent AddRef and Release from being called on the pointers wrapped in nsCOMPtr and nsRefPtr; r=bsmedberg
2011-09-16 16:22:44 -04:00
Benoit Girard
6216fe6fff
Merge to the latest green changeset from mozilla-inbound to mozilla-central
2011-09-26 15:52:45 -04:00
James Willcox
a85eeb1953
Bug 686992 - Draw to Android window/surface directly r=blassey
2011-09-21 12:46:00 -04:00
Oleg Romashin
e02649a165
Bug 683085 - NativeParentWidget used incorrectly in Widget Qt port r=dougt
2011-09-25 21:03:22 +02:00
Ginn Chen
c70be985ca
Bug 669130 Remove unused files r=trev.saunders, roc
2011-09-26 20:43:21 +08:00
Ed Morley
27cc5cc8df
Merge tips of mozilla-central and mozilla-inbound
2011-09-25 13:58:53 +01:00
Martin Stransky
4cbb00125a
Bug 627699 - Port GTK2 to GTK3: Build fix for startup notification. r=karlt
2011-09-25 01:01:35 +01:00
Matt Brubeck
7dcbac81b9
Back out 0ec8974f0917 (bug 686992) because of crashes
2011-09-24 08:51:46 -07:00
Timothy Arceri
2d4b48ed6e
Bug 539426 - Print to pdf by default. r=roc
2011-09-23 16:06:21 +02:00
James Willcox
f8138a0931
Bug 686992 - Draw to Android window/surface directly r=blassey
2011-09-21 12:46:00 -04:00
Eitan Isaacson
c0a9613f69
bug 688628 - js-ctypes access to jni r=dougt
2011-09-22 19:32:02 -04:00
Martin Stransky
17d339b990
Bug 627699 - Port GTK2 to GTK3: Partial patch for nsWindow.cpp and associated files; r=karlt
2011-09-22 21:58:07 +01:00
Masayuki Nakano
f06e7b8b76
Bug 543789 part.8 Add composition event tests r=smaug
2011-09-22 18:17:41 +09:00
Masayuki Nakano
6fecf30153
Bug 543789 part.7 Dispatch compositionupdate event and set data value of compositionend event in all IME handling tests r=smaug, sr=roc
2011-09-22 18:17:41 +09:00
Masayuki Nakano
a3d1ad4ca2
Bug 543789 part.6 Implement DOM3 composition event on Android r=dougt+smaug
2011-09-22 18:17:40 +09:00
Masayuki Nakano
228fba7541
Bug 543789 part.5 Implement DOM3 composition event on Mac r=smichaud+smaug
2011-09-22 18:17:40 +09:00
Masayuki Nakano
cd0a6f6b2b
Bug 543789 part.4 Implement DOM3 composition event on Linux r=karlt+smaug
2011-09-22 18:17:40 +09:00
Masayuki Nakano
8a950d3782
Bug 543789 part.3 Implement DOM3 composition event on Windows r=jimm+smaug
2011-09-22 18:17:40 +09:00
Masayuki Nakano
abc2c917ae
Bug 543789 part.1 Add DOM3 composition events r=smaug, sr=roc
2011-09-22 18:17:40 +09:00
Brian R. Bondy
779e524615
Bug 598289 - Fix bad parsing of CF_HTML values. r=roc
2011-09-21 13:22:53 -04:00
Ed Morley
2d2ff83055
Merge last green changeset on mozilla-central to mozilla-inbound
2011-09-19 12:27:35 +01:00
Ed Morley
9a350ee255
Merge last green changeset on mozilla-inbound to mozilla-central
2011-09-18 20:23:17 +01:00
Olli Pettay
fc75f23baf
Bug 432698 - mouseenter and mouseleave, r=masayuki
...
--HG--
extra : rebase_source : 2664d2655546602edc88bcadc7dd981b01d76820
2011-09-18 02:45:14 -05:00
Ed Morley
3341d07ccc
Merge mozilla-central tip to mozilla-inbound
2011-09-17 10:25:25 +01:00
Ed Morley
d5d803ecae
Bug 685084 - Remove unused variable 'lm' in mozilla::widget::PuppetWidget::DispatchPaintEvent(); r=roc
2011-09-17 10:22:09 +01:00
Brian R. Bondy
502e8de807
Bug 617052 - Formatting fix for previous push. r=jimm
2011-09-16 15:46:38 -07:00
Doug Turner
c938f47ba6
Bug 630007 - Minimal support NPAPI on ANDROID. Pre-Honeycomb inproccess support only. r=josh.
2011-09-16 14:34:31 -07:00