Commit Graph

2397 Commits

Author SHA1 Message Date
Oleg Romashin
44e3d0f8df Bug 571431 - Switch Qt offscreen buffer creation to platform->CreateOffscreenSurface. r=joe
--HG--
extra : rebase_source : 5d719a3dd13228d21e9f3bd6fa2df5a7e44bf6ac
2010-06-11 05:32:00 -04:00
Rob Arnold ext:(%20%26%20Robert%20O%27Callahan%20%3Crobert%40ocallahan.org%3E)
95f0307543 b=555133 Attempt to infer whether or not theme parts are transparent r=roc,rob sr=vlad 2010-06-11 10:53:57 +12:00
Karl Tomlinson
d9f67b344a backout ce0bec337cdd due to bad message 2010-06-11 10:53:01 +12:00
Rob Arnold ext:(%20%26%20Robert%20O%27Callahan%20%3Crobert%40ocallahan.org%3E)
b3c3976708 Attempt to infer whether or not theme parts are transparent r=roc,rob sr=vlad
--HG--
rename : layout/mathml/mathfontSTIXSize1.properties => layout/mathml/mathfontSTIXSizeOneSym.properties
extra : rebase_source : 0500c9e1f6cabd42bd56e5e69b1af3c30c7045cd
2010-06-11 10:25:15 +12:00
Josh Aas
dc18091697 Add support for Cocoa NPAPI complex text input. This patch contains a TSM-based implementation for 32-bit builds, and an NSInputContext-based implementation for 64-bit builds. b=512886 r=smichaud sr=jst 2010-06-09 20:56:17 -04:00
Mats Palmgren
00dbaf0c18 Re-enable the test now that the regression in bug 565392 is fixed. 2010-06-10 00:57:41 +02:00
Mats Palmgren
de79a2cde9 Make nsTransferable::GetTransferData assign the out params even when it returns an error since some callers depend on it (regression fix). b=565392 r=dbaron 2010-06-09 21:08:09 +02:00
Bas Schouten
bf92a528d3 Bug 568495: Do not push cleartype for transparent window surfaces. r=jrmuizel 2010-06-09 17:50:03 +02:00
Bas Schouten
199e0ae97d Bug 555353: Clear D2D surface before starting draw operations. r=jmathies 2010-06-09 17:50:01 +02:00
Mark Banner
6b3f68589f Disable TestWinDND.cpp due to permanent test failures on non-libxul apps - i.e. not Firefox, as it isn't run in those configurations. Bug 565392 will fix and re-enable. 2010-06-09 09:52:38 +01:00
Rob Arnold
191fedc057 Bug 568490 - Preserve the maximized/minimized style on transparency mode change. r=jimm
--HG--
extra : rebase_source : b9a912bab14a896cb97fc60208837418f5ad5d27
2010-06-07 10:13:22 +02:00
Benoit Girard
7a627faaff Prevent multiple redundant repaint messages from filling up the event queue leading to browser hangs under certain race conditions. b=565323 r=josh 2010-06-09 00:11:42 -04:00
Timothy Nikkel
31e4bf99db Bug 570467. For the clip region of drag feedback, if we were given an null clip region don't pass an empty clip region, pass null. r=mats 2010-06-08 14:18:10 -05:00
Mats Palmgren
2d0555e421 Plug leak in nsTransferable::GetTransferData. b=565392 r=dbaron 2010-06-06 16:25:48 +02:00
Neil Rashbrook
9270d2e6b4 Bug 569490 Don't build D3D9 layer if we can't find d3d9.h r=ted,jmuizelaar 2010-06-06 11:37:44 +01:00
Timothy Nikkel
3cf7abcc45 Bug 563878. Part 1b. Make nsIPresShell::RenderNode and nsIRenderingContext::SetClipRegion take an nsIntRegion. r=mats
(transplanted from d5ca465f42381d777adcc468c8fdf96942f1fcfe)

--HG--
extra : transplant_source : %D5%CAF_B8%1Dwz%DC%C4h%C8%FD%F9iB%F1%FC%FE
2010-06-05 15:29:49 -05:00
Michael Wu
3f6dca2086 Bug 568249 - Support geolocation on Android, r=dougt 2010-06-04 14:14:43 -07:00
Michael Wu
f7ea7a8b12 Bug 565142 - Support startup on Android, patch by vlad, blassey, alexp, and me. r=dougt
--HG--
extra : rebase_source : 1153c0a4fb1d73f29d8c9da78c66bf4bf21b8142
2010-06-03 18:16:20 -07:00
Felipe Gomes
29b447bbef Bug 550532 - "Panning feedback crash [@ CWindowFeedBackAnimation::RestoreDisplacedWindow() ]" [r=jimm]
--HG--
extra : rebase_source : c527e61a12517c665349dadae6b33ebd3a1533e3
2010-05-26 14:53:00 -04: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
Mats Palmgren
aedafe052d Bug 530070. r=jmathies 2010-06-02 15:02:05 +02:00
Masayuki Nakano
cd4afec48b Bug 466487 ATOK (Japanese IME) fails to eat key message r=jimm 2010-06-02 11:14:11 +09:00
Mats Palmgren
808f77ab65 Remove buggy focus blocking code that isn't needed after nsWindow::Enable(PRBool) was fixed. b=567704 r=karlt 2010-06-02 01:33:28 +02:00
Mounir Lamouri
feddc71f15 Bug 569216. Render Cocoa progressbars using RenderTransformedHIThemeControl. r=mstange 2010-06-01 11:53:47 +12:00
Markus Stange
77a4281c8d Bug 426082, part 3: Reflect a label's :hover/:active state on its associated natively themed control.
This patch adds an aFollowLabels argument to nsIEventStateManager::GetContentState which defaults to false. Setting it to true will return NS_EVENT_STATE_HOVER / _ACTIVE for labeled controls even if only their label is subject to this state. At the moment this flag is only set by native theming, so there won't be an observable change for the :hover / :active pseudoclasses.
In order to make dynamic state changes on the label work, SetContentState will now always notify the labeled control of state changes when its label changes state.
r=smaug
2010-05-31 19:49:55 +02:00
Markus Stange
5e59cfef32 Bug 426082, part 2: Make nsEventStateManager::GetContentState return the state directly instead of using an outparam. r=dbaron 2010-05-31 19:49:04 +02:00
Doug Turner
af0cd5bb9d Bug 564929 - Qt - Conditional jump or move depends on uninitialised value in nsWindow::MakeFullScreen r=romaxa 2010-05-30 11:35:07 -07:00
Masayuki Nakano
3a9f248753 Bug 564151 nsHTMLEditor::HasFocus() failed if <HTML> is editable r=smaug 2010-05-28 12:02:59 +09:00
Rob Arnold
7e85f2d17c Bug 567771 - Clear the glass region when transitioning from glass window. r=jmathies 2010-05-27 11:00:04 +02:00
Masayuki Nakano
8b0678d007 Bug 568135 IME composition string is committed unexpectedly on Gmail when editor flag was changed by some commands r=smaug 2010-05-27 11:04:14 +09:00
Mark Banner
2012b9193e Backed out changeset c85016f47efa / incorrect bustage fix
--HG--
extra : rebase_source : 27a6ce185d82841769d8e9a679b28a05d05f03b3
2010-05-24 21:37:53 +01:00
Mark Banner
f178643104 Fix shared build Windows bustage from bug 546515. 2010-05-24 19:44:17 +01:00
Bas Schouten
c2804730fc Bug 546515: Part 2: Use D3D9 layers backend as the preferred hardware backend for Windows. r=roc 2010-05-24 17:28:54 +02:00
Makoto Kato
b21024ce8b Bug 535472 - Remove unused keysym2ucs.* from widget/src/qt. r=dougt 2010-05-24 09:35:45 +02:00
Rob Arnold
46451c053e Bug 555182 - Calculate the largest opaque rectangle in the opaque region to determine glass margins r=jimm,roc 2010-05-23 23:29:04 -04:00
Michael Kohler
5f19df86e0 Bug 564091: Fix spelling of nonexistent across the tree. r=timeless
--HG--
extra : rebase_source : 4f15f7fd6f90926b77d136be83af7f22c5ffa830
2010-05-23 12:26:15 -07:00
Mats Palmgren
ee279c96dc Backout bug 530070 due to Tinderbox orange. 2010-05-21 18:33:28 +02:00
Mats Palmgren
21ecbae3c1 Bug 530070. r=jmathies 2010-05-21 15:52:07 +02:00
Brandon Sterne
bcab21793a Bug 515460 - enforce CSP during image redirects, r=joe 2010-05-20 13:08:02 -07:00
Mounir Lamouri
869533b09b Bug 377624 - "Implement the accept attribute for the form and file upload controls form "image/*"" [r=enndeakin,roc] 2010-05-19 22:28:01 -04:00
Ehsan Akhgari
a87b134220 Bug 560647 - add startup timeline instrumentation; r=vlad 2010-05-19 19:22:19 -04:00
Edmund Wong
3f9353b789 Bug 232691 - replace nsString() nsAutoString() and friends with EmptyC?String(). r=jonas 2010-05-18 09:50:14 +02:00
Vladimir Vukicevic
b99bb96c47 b=561168; convert canvas to use layers for rendering; r=roc,bas 2010-05-17 21:04:22 -07:00
Ehsan Akhgari
5c6958b877 Bug 564071 - reftest-print triggers "ASSERTION: nsPrintSettingsX::ReadPageFormatFromPrefs() failed: 'NS_SUCCEEDED(rv)" on mac tinderboxen; r=mstange 2010-05-17 13:01:44 -04:00
Benjamin Smedberg
e39a33522d Bug 564260 - Fix for plugin hangs in [@ hang | KiFastSystemCallRet | NtUserSetFocus]. r=masayuki. 2010-05-17 11:33:34 -05:00
Oleg Romashin
44cf6651d1 Bug 565893 - With MOZ_QT_GL=1 option Qt port does not render anything. r=dougt 2010-05-15 06:37:51 -04:00
Jim Mathies
84492c4811 Bug 560846 - Support setting AppUserModelID per top level window. (Seamonkey) r=tellrob, sr=roc. 2010-05-14 19:25:36 -05:00
Jim Mathies
32f26440dc Bug 505925 - Set Win7 AppUserModelID based on application.ini settings. r=neil, sr=roc. 2010-05-14 19:23:14 -05:00
Oleg Romashin
c6e1dc6c53 Bug 565898 - Qt Fennec not resized correctly on desktop. r=dougt
--HG--
extra : rebase_source : f3b7808fac25f08563b5a5723691098a1fea348a
2010-05-14 11:13:36 -07:00
Josh Aas
dadb3345f8 Trailing whitespace fix to kick off new builds. 2010-05-14 13:24:42 -04:00