Commit Graph

2977 Commits

Author SHA1 Message Date
Jim Mathies
d32d4258aa Bug 604318 - Personas: entering/exiting full screen mode fails to paint chrome. r=vlad, a=final. 2010-10-15 13:32:35 -05:00
Fabrice Desré
e9897bc0f6 Bug 590225 - webapps OS level integration for Android a=blocking-fennec, r=mwu,vladimir, blassey 2010-10-15 14:16:45 -04:00
Steven Michaud
0fa72290d3 Bug 582466 - Make OS X OS-initiated termination get along with Gecko's shutdown sequence. r=josh a=blocking-final+ 2010-10-15 11:30:07 -05:00
Markus Stange
34f47c8611 Bug 596711 - When painting into the titlebar, constrain painting to the titlebar rect. r=roc a=joe
--HG--
extra : rebase_source : 917ccc6f3ed1a440bc819a269745c8f89465b65e
2010-10-15 12:36:23 +02:00
Markus Stange
bb031a86dd Bug 595156 - Always use BasicLayerManager when drawing in the titlebar. r=roc a=blocking2.0:betaN
--HG--
extra : rebase_source : 9183b1a0d74f3b0538508048b98f41188c6f6ac8
2010-10-15 12:34:29 +02:00
Markus Stange
eb5d1532ee Bug 587418 - Don't let invisible windows from other applications block our mouse events. r=josh a=josh
--HG--
extra : rebase_source : edce01dbabd96589b5e8f3457b461498cac157df
2010-10-15 12:24:59 +02:00
Rich Walsh
ef5296f8d8 Bug 597793 - [OS/2] minor nsWindow fixes r=wuno a=NPOTB 2010-10-14 21:12:26 +00:00
Bas Schouten
4b47fdc3ed Bug 604271: Handle device removal when using D3D10. r=roc a=blocking-beta8 2010-10-14 19:28:56 +02:00
Daniel Holbert
dd8051bb8f Bug 603724: gtk2/nsWindow.cpp: add ifdef's around static function "UseShm()" that's only called from within ifdefs, to fix build warning. r=cjones a=roc 2010-10-14 09:12:56 -07:00
Masayuki Nakano
e44d645a18 Bug 603728 remove an unused variable which wasn't removed by bug 597981 r=karlt, a=joe 2010-10-14 17:52:18 +09:00
Scott Greenlay
4322811272 Bug 542048: Fix issue where search fields don't have focus rings in x86_64 Mac OS X builds. r=josh a=blocking2.0final+ 2010-10-13 11:56:16 -04:00
Bas Schouten
8f774806fd Bug 603204: Block D3D9 on windows 2000. r=bjacob
--HG--
extra : rebase_source : c679d53e446a3e9b2e99b08e3f4f89880ff912d2
2010-10-12 23:27:14 +02:00
Benoit Jacob
88165b3ed8 Bug 597881 - OpenGL debug mode - r=vladimir 2010-10-12 17:01:59 -04:00
Masayuki Nakano
09323135d9 Bug 599887 Dispatch keydown events before keypress event during auto repeat on Cocoa r=smaug+smichaud+josh, a=beta8+ 2010-10-12 16:30:48 +09:00
Robert O'Callahan
3cf173ab63 Fix bustage, a=fire 2010-10-11 14:49:32 +13:00
Robert O'Callahan
c0850f29e9 Bug 596491. Part 3: When we move a plugin's NSView, don't invalidate it if it's a Cocoa-drawing plugin, since we don't paint in that NSView anyway. r=josh 2010-10-11 13:58:21 +13:00
Robert O'Callahan
5652217985 Bug 596491. Part 1: Inline ApplyConfiguration into nsChildView::ConfigureChildren. r=josh 2010-10-11 13:58:21 +13:00
Mats Palmgren
f1222d224a Null-check to fix crash. b=601427 r=mstange a=joe 2010-10-11 00:07:00 +02:00
Jim Mathies
00bcc039b2 Bug 543910 - nsILookAndFeel support for detecting common windows themes. r=neil, a=final. 2010-10-09 15:53:44 -05:00
Alon Zakai
75f580ffb9 Bug 564118 - Waking up every second due to IdleService. r=MikeK a=blocking-fennec 2010-10-09 11:08:24 -07:00
Tatiana Meshkova
7123aa0e2c Bug 602837 - Pinch doesn't care about orientation. r=romaxa a=blocking-fennec 2010-10-09 09:14:57 +03:00
Tatiana Meshkova
f06b6d9784 Bug 602927 - Swipe doesn't care about orientation. r=romaxa a=npodb 2010-10-09 09:12:32 +03:00
Tatiana Meshkova
4eafda549b Bug 590565 - Multitouch swipe gestures for MeeGo/Qt r=wolfiR a=blocking-fennec 2010-10-09 09:08:42 +03:00
Timothy Nikkel
fc49980c85 Bug 601547. Dispatch starved paints on the top level window too, not just child windows. r=jimm a=blocking-betaN+ 2010-10-08 13:58:45 -05:00
Felipe Gomes
336dbfc982 Bug 599681. Fix window border hittest comparison. r=jmathies a=blocking-final 2010-10-08 15:51:50 -03:00
Felipe Gomes
093d5b5f12 Bug 593307. Ensure centerscreen windows are initially created in a valid screen position. r=jst,jmathies a=blocking-final 2010-10-08 15:51:50 -03:00
Marco Bonardo
8fe5adf346 Bug 598966 - Idle service should invoke components registered in a idle-daily category. r=roc a=joe 2010-10-08 12:20:50 +02:00
Marco Bonardo
e1a668d030 Bug 602085 - idle-daily has become idle-session and is waiting for an idle time of more than 3 days. r=sdwilsh a=blocking 2010-10-08 12:20:47 +02:00
Jim Mathies
9d4984130e Bug 602532 - Reset system menu options based on the size mode of the window. r=neil, a=final. 2010-10-07 16:51:05 -05:00
Jim Mathies
9951c636f0 Bug 602450 - Don't bring the system menu up in the tab bar. r=neil, a=final 2010-10-07 16:51:05 -05:00
Tom Brinkman
fa1c5b8b9c Bug 565013: Implement printing to PDF for qt builds. r=romaxa r=dholbert a=blocking-fennec
--HG--
rename : widget/src/gtk2/nsDeviceContextSpecG.cpp => widget/src/qt/nsDeviceContextSpecQt.cpp
rename : widget/src/gtk2/nsDeviceContextSpecG.h => widget/src/qt/nsDeviceContextSpecQt.h
rename : widget/src/gtk2/nsPrintDialogGTK.cpp => widget/src/qt/nsPrintDialogQt.cpp
rename : widget/src/gtk2/nsPrintDialogGTK.h => widget/src/qt/nsPrintDialogQt.h
rename : widget/src/gtk2/nsPrintOptionsGTK.cpp => widget/src/qt/nsPrintOptionsQt.cpp
rename : widget/src/gtk2/nsPrintOptionsGTK.h => widget/src/qt/nsPrintOptionsQt.h
rename : widget/src/gtk2/nsPrintSettingsGTK.cpp => widget/src/qt/nsPrintSettingsQt.cpp
rename : widget/src/gtk2/nsPrintSettingsGTK.h => widget/src/qt/nsPrintSettingsQt.h
2010-10-07 12:19:33 -07:00
Matt Brubeck
7063fb22f5 Bug 602322 - Implement GetDPI on Android. r=mwu, a=blocking-fennec 2010-10-07 10:28:27 -07:00
Jim Mathies
8bea1c6523 Bug 574859 - Bring up the system menu when right clicking on titlebar glass. r=vlad, a=final. 2010-10-07 02:03:06 -05:00
Masayuki Nakano
54b0c047a0 Bug 597981 Dispatch keydown event before keypress event by auto repeat on GTK2 r=karlt+smaug, a=beta8+ 2010-10-07 14:57:53 +09:00
Benoit Jacob
075394daa7 Bug 600620 - 2/2 - Expose feature status block reason in about:support - r=jmuizelaar, a=blocking2.0-b7 2010-10-06 21:40:08 -07:00
Benoit Jacob
764d885972 Bug 600620 - 1/2 - Expose feature status block reason so that it can be used by about:support - r=vladimir, a=blocking2.0-b7 2010-10-06 21:40:08 -07:00
L. David Baron
45806139e2 Remove unused system metrics from nsILookAndFeel and implementations. (Bug 599657) r=roc a2.0=joedrew 2010-10-06 21:25:47 -07:00
Timothy Nikkel
8c0e7733d7 Merge back out of changeset d7b6ab26d39e (bug 601547). a=backout 2010-10-06 20:42:44 -05:00
Timothy Nikkel
6507faf74e Backed out changeset d7b6ab26d39e (bug 601547). 2010-10-06 20:42:21 -05:00
Timothy Nikkel
240bd15908 Bug 601547. Dispatch starved paints on the top level window too, not just child windows. r=jimm a=b7,vlad 2010-10-06 14:42:16 -05:00
Oleg Romashin
c58271c6e7 Bug 601451 - Allow compile qt port with system cairo which does not have QT_SURFACE compiled. r=joe a=npodb
--HG--
extra : rebase_source : a6bc7d01efb4a9d91418a33d43bbaf07139b4a18
2010-10-05 09:15:57 +03:00
Gavin Sharp
b7c858097b merge back out of changeset 7e10dcf5f763 (bug 590225) due to bustage, a=me 2010-10-04 13:33:46 -04:00
Gavin Sharp
e51ace35e9 Backed out changeset 7e10dcf5f763 (bug 590225) due to bustage, a=me 2010-10-04 13:33:14 -04:00
Matt Brubeck
cdc7b7c99a Bustage fix for bug 601314 (botched merge). r=me, a=bustage 2010-10-04 10:13:50 -07:00
Matt Brubeck
5d1cded93b Back out 0a01860cef28 (Bug 569497) because of freezes (Bug 601314). a=blocking-fennec
--HG--
extra : rebase_source : a9e9f25fba06c7041781b22f7976ccdab9a0a71b
2010-10-04 09:14:34 -07:00
Brad Lassey
6d7e2050b6 Bug 590225 - webapps OS level integration : Android a=blocking-fennec, r=mwu, r=vladimir 2010-10-04 10:54:40 -04:00
Vladimir Vukicevic
163e9e5fd4 b=600863; implement rough mac gfx blocklist; r=joe 2010-10-01 20:55:19 -07:00
Matt Brubeck
ec365be7de Bug 601280: Include title in shared links on Android. r=blassey a=blocking-fennec 2010-10-01 18:04:23 -07:00
Alex Pakhotin
a0967f88b3 Bug 592088 - support progress indicators in android status bar notifications r=blassey a=blocking-fennec 2010-10-01 14:21:21 -07:00
Jim Chen
53943af34f Bug 599550 - Properly sync PuppetWidget IME notifications; r=blassey,cjones a=blocking-fennec 2010-10-01 10:17:37 -04:00
Felipe CorrĂŞa da Silva Sanches
de7770f859 Bug 597249: Make GlobalPrinters::GetNumPrinters() implementations return unsigned instead of signed value. r=dholbert r=roc a=joe 2010-10-06 15:18:52 -07:00
Benoit Jacob
20a45b4898 Backed out changeset 638ce363a9b1 2010-10-06 17:05:19 -04:00
Benoit Jacob
b5bc302c89 Bug 600620 - 1/2 - Expose feature status block reason so that it can be used by about:support - r=vladimir, a=blocking2.0-b7 2010-10-06 16:43:25 -04:00
Bas Schouten
5a7235d59a Bug 546514 - Part 5: Allow turning on D3D10 layers through a pref. r=vlad a=vlad 2010-10-01 00:53:53 +02:00
Bas Schouten
786128e3d2 Bug 546514 - Part 2: Add #defines for D3D10 layers. r=vlad 2010-10-01 00:53:47 +02:00
Brad Lassey
854d433e01 bug 582616 - Sharing back-end for Android r=mwu,mfinkle sr=stuart a=blocking-fennec 2010-09-30 11:37:36 -04:00
Brad Lassey
31a00d810d bug 569497 - need finger friendly file picker for android r=mwu a=blocking-fennec 2010-09-30 11:37:36 -04:00
Joe Drew
b920406e09 Bug 596493 - Disable acceleration on all transparent windows on OS X. r=mstange a=b 2010-09-29 14:38:39 -04:00
Joe Drew
907b77ce57 Bug 599241 - Draw the persona's accent colour in the titlebar in OpenGL mode as a stop-gap measure until we can draw proper content in the titlebar again. r=mstange a=b 2010-09-29 14:37:44 -04:00
Benoit Jacob
3b9e31a8e3 Bug 595364 - blacklist some intel cards for D2D - r=bjacob, a=blocking-beta7 2010-09-28 22:24:59 -07:00
Mounir Lamouri
5ce6dc8083 Bug 598329 - Have XUL elements look disabled when disabled='true' is set. r=roc a=blocking 2010-09-27 18:25:18 -07:00
Benoit Jacob
20f9a22235 Bug 595364 - [D2D] Crash for Intel GMA X3100 and X3500 cards in Firefox 4 beta 5 and beta 6 [@ igd10umd32.dll@0x1195c ] - r=bas.schouten, a=blocking-beta7 2010-09-27 16:18:56 -04:00
Tetsuro Kato
a040e6dc17 Bug 594976. GfxInfo: Case-insensitive comparison for DeviceKey of DISPLAY_DEVICE. r=bschouten,a=blocking
This should fix a bunch of devices not being properly detected by GfxInfo but detected by
GfxBot.
2010-09-27 15:02:03 -04:00
Bas Schouten
6b1cb7b463 Bug 587508: Workaround: Invalidate parts of the plugin area that might have content drawn to them. r=roc a=blocking-beta7 2010-09-24 18:57:52 +02:00
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
2f303b809a Bug 591047 - (7/7) Suppressing possible out-of-sync notifications; r=roc a=blocking-fennec 2010-09-23 23:34:26 -04:00
Brad Lassey
9c43d63744 Bug 591047 - (6/7) Adding IME event support to content fake widget; r=roc a=blocking-fennec 2010-09-23 23:28:15 -04:00
Brad Lassey
42c886dbb3 Bug 591047 - (5/7) Adding IME notification support to content fake widget; r=roc a=blocking-fennec 2010-09-23 23:28:15 -04:00
Brad Lassey
3db964bd25 Bug 591047 - (4/7) Adding no updates option to IME notifications; r=masayuki sr=roc a=blocking-fennec 2010-09-23 23:28:15 -04: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
Brad Lassey
847fb9effa Bug 591047 - (2/7) Adding event handling support to PuppetWidget; r=cjones a=blocking-fennec 2010-09-23 23:28:15 -04:00
Brad Lassey
6878ccd6f4 Bug 591047 - (1/7) Backing out Android a1 IME code from bug 581535 and bug 582644; r=blassey a=blocking-fennec 2010-09-23 23:28:15 -04:00
Chris Jones
fa67eeb79b Followup to bug 597336: fix --disable-ipc builds. a=bustage 2010-09-23 21:54:52 -05:00
Chris Jones
8d0a412baf Bug 597336, part 4: If UseClientSideRendering(), render to a gfxImageSurface backed by memory shared with X and then XShmPutImage to copy it to our window's drawable. r=karl a=blocking-fennec 2010-09-23 20:00:06 -05:00
Alexander Surkov
7838007ca0 Bug 597311 - make WM_GETOBJECT return root accessible always, r=davidb, sr=roc, f=marcoz, a=blocking7beta 2010-09-23 12:35:39 +09:00
Michael Wu
09243285be Bug 598197 - Don't setup audio when we can't get the JNIEnv, r=kinetik,blassey a=blocking-fennec 2010-09-22 18:03:46 -07:00
Masatoshi Kimura
2df4090123 Bug 593577 - Get rid of nsContentType. r=roc a=a 2010-09-20 15:40:13 +02:00
Simon Montagu
f2f4148eef Fix missing parentheses in expression. Bug 594278, r=jimm, a=dbaron 2010-09-20 11:40:41 +02:00
Mounir Lamouri
d1ea929668 Bug 557087 (4/6) - Make widget aware of the new disabled state rule. r=roc a=sicking
--HG--
extra : rebase_source : 920e50fd3343a72acf805aae5ab5f6050944eb19
2010-09-20 03:16:49 +02:00
Mats Palmgren
1158ded89b Bug 449734 part 6 - Add dummy ReparentNativeWidget method to PuppetWidget. r=roc a=blocking2.0:betaN 2010-09-18 13:28:50 +02: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
Mats Palmgren
aea63d061e Bug 449734 part 2 - Add the widget to the new parent's child list. r=roc a=blocking2.0:betaN 2010-09-18 13:28:50 +02:00
Mats Palmgren
698eb966cf Bug 449734 part 1 - Preserve presentation when dragging a tab between browser windows. r=roc a=blocking2.0:betaN 2010-09-18 13:28:49 +02:00
Oleg Romashin
b46aa5a1e8 Bug 588186 - Remove permanent Debug output (qDebug) from widget related code. r=mozilla a=npodb 2010-08-26 08:18:06 -07:00
Oleg Romashin
7ab9f25f57 Bug 576437 - CreateOffscreenSurface should not silently translate ImageFormat24 into ImageFormat16_565. r=joe a=blocking2.0 2010-09-16 14:34:53 -07:00
Tom Brinkman
ceef26ba74 Bug 576437 - CreateOffscreenSurface should not silently translate ImageFormat24 into ImageFormat16_565. r=joe a=blocking2.0 2010-09-16 14:34:53 -07:00
Robert O'Callahan
27f9e0592f Bug 596414. Don't paint NSViews for plugins. r=jrmuizel,josh a=b 2010-09-17 11:04:14 -07:00
Jeff Muizelaar
5fcf322b14 Bug 597268. Paint QuickDraw plugins differently to make them not flicker on scrolling. r=roc,josh a=b 2010-09-17 10:58:26 -07:00
Robert O'Callahan
a52325c14b Bug 596414. Tell ChildView about the plugin drawing model. r=josh 2010-09-17 10:55:39 -07:00
Mark Finkle
f2bad19f93 Bug 596983 - Enable HTML format converter for Android [r=mwu a=blocking-fennec:2.0b1] 2010-09-17 13:08:08 -04:00
Brad Lassey
27671babaf bug 597412 - onPause handler causing black screens r=mwu a=blocking-fennec 2010-09-17 11:26:32 -04:00
Alexander Surkov
e3358a35bc Bug 597311 - crash in nsWindow::ProcessMessage(WM_GETOBJECT), r=davidb, sr=roc, a=davidb 2010-09-16 22:16:50 -07:00
Benoit Jacob
8f54ec10f3 Bug 594877 - Update intel driver versions in GfxInfo blocklist - r=vladimir, a=blocking2.0 2010-09-15 20:17:49 -04:00
Steven Michaud
89866196c4 Bug 594796 - Make nsChildView::GetBounds() return true bounds (and not use mBounds). r=josh a=blocking-beta7+ 2010-09-16 09:30:28 -07:00
Neil Deakin
3c2dd5c871 Bug 522956 - Clicking Larry's "More Information" button opens Page Info dialog but doesn't close Larry. r=karlt a=b 2010-09-16 13:24:08 +02:00
Benoit Jacob
dafb3c8543 In changeset de02d0483a7f I inadvertently added "const" to the return types of some static functions in this .cpp file. Removing that. r=me, a=me 2010-09-15 22:28:12 -04:00
Jonas Sicking
fd2c9c0694 Bug 587931: Implement document.currentScript and beforescriptexecute/afterscriptexecute events. r=mrbkap a=sicking 2010-09-16 01:48:47 -07:00
Benoit Jacob
96f8cc34f6 Bug 594877 - Update intel driver versions in GfxInfo blocklist - r=vladimir, a=blocking2.0 2010-09-15 20:17:49 -04:00
Doug Turner
fdae655a09 Merge with mc 2010-09-15 18:11:09 -07:00
Jim Mathies
89d5654233 Bug 575855 - Fix for transitions from fullscreen briefly show an aero basic window frame. r=vlad. 2010-09-15 17:39:40 -07:00