Граф коммитов

11327 Коммитов

Автор SHA1 Сообщение Дата
Benoit Jacob 89658b507e Bug 590373 - Crash mainly at startup [@ _VEC_memzero] - r=jmuizelaar+joe, a=blocking2.0 2011-01-20 23:31:03 -05:00
Benoit Jacob 78894c11e5 Bug 624703 - Add driver version to "App Notes" field of crash reports - r=jmuizelaar, a=joe 2011-01-20 23:31:03 -05:00
Benoit Jacob 31e59dacf2 Bug 625160 - followup: Remove old allFeatures=-1 - r=joe, a=blocking2.0 2011-01-20 23:31:03 -05:00
Joe Drew 2fb0769e01 Bug 627498 - Call GfxInfo::Init on all platforms that implement GfxInfo. r=jrmuizel a=b 2011-01-20 16:27:22 -05:00
Jeff Muizelaar 9371b5ff64 Bug 583499. Fix typo in 71dbb7813572. a=bustage
Fixes a thinko caught by cjones

--HG--
extra : rebase_source : b92ae3d9fc15e600a79f5ceda4efdfc73d5cb838
2011-01-20 17:03:57 -05:00
Jeff Muizelaar 4ec8ad1bee Bug 583499. Disable OpenGL layers by default on 10.5. r,a=joe
We need to do this to get QuickDraw plugins working with minimal hassle.
2011-01-20 16:21:47 -05:00
Makoto Kato 0a56de0ca0 Bug 616075 - HTML5 offline event support for Android. r=mwu a=blocking-fennec 2011-01-20 20:06:13 +09:00
Mark Banner a178c786a4 Bustage fix following bug 625160 - remove extra semicolon that pedantic builds don't like. a=bustage-fix 2011-01-20 08:38:05 +00:00
Doug Turner 983de454ec Bug 627291 - GfxInfo no longer needs ISupports impl. caused by bug 625160. r=me a=bustage
--HG--
extra : rebase_source : 16039d01237022da065a3337a867ad9500e6fa91
2011-01-19 22:39:04 -08:00
Tatiana Meshkova 99ff000d8d Bug 623868 - Qt popup menu content is not positioned correctly r=romaxa a=npodb 2011-01-20 08:27:49 +02:00
Tatiana Meshkova 6f6acc2d34 Bug 626632 - nsFilePicker is broken in qt desktop. r=romaxa a=npodb 2011-01-20 08:27:47 +02:00
Felipe Gomes 40edea60cb Bug 612073. Make the mIsInMouseCapture flag a global flag rather than per-widget because drag-and-drop between widgets (e.g. a menu) needs it. r=jmathies a=blocking-betaN 2011-01-19 19:21:50 -08:00
Joe Drew 82f48e5f23 Bug 625160 - Part 7 - Create a debug-only nsIGfxInfoDebug interface that lets us programmatically spoof OS version, adapter, vendor, etc, and implement it in Windows' GfxInfo #ifdef DEBUG. r=jrmuizel,bjacob 2011-01-19 20:39:33 -05:00
Joe Drew 87a4fec545 Bug 625160 - Part 6 - Move all driver/adapter/vendor spoofing from getters to GfxInfo::Init(), to allow us to override them for testing purposes. r=bjacob 2011-01-19 20:37:24 -05:00
Joe Drew 6d6b13c684 Bug 625160 - Part 5 - Evaluate the graphics blacklist, and set the per-feature "cache" prefs based on the results. r=jrmuizel 2011-01-19 20:35:51 -05:00
Joe Drew 4409587cdb Bug 625160 - Part 4 - Register for the blocklist service's gfxInfo notifications, and convert that DOM tree heirarchy into a GfxDriverInfo. r=jrmuizel,mossop 2011-01-19 20:33:51 -05:00
Joe Drew 05afe3a844 Bug 625160 - Part 3 - Create prefs, one per nsIGfxInfo feature, that will override the built-in blacklist if they're set. r=jrmuizel
The plan is to set these prefs when we evaluate the downloaded blacklist.
2011-01-19 20:30:15 -05:00
Joe Drew 2f5c369571 Bug 625160 - Part 2 - Create GfxInfoBase, a base class that all GfxInfo implementations will inherit from. r=jrmuizel
We want to be able to have a common implementation of GetFeatureStatus and
GetFeatureSuggestedDriverVersion that will load from a pref when it's been set
by a downloaded blacklist. This makes it possible.
2011-01-19 20:30:12 -05:00
Joe Drew a9322fa705 Bug 625160 - Part 1 - Split out the DriverInfo structure into a separate file. r=jrmuizel 2011-01-19 20:21:07 -05:00
Mark Finkle e8169eccf2 Bug 627087 - Awesomescreen + Preferences Screens: jerky, text disappears [r=mwu a=blocking-fennec] 2011-01-19 17:42:58 -05:00
Robert O'Callahan d2fddbd6a6 Bug 623463. Don't use glass margins when we have wide horizontal margins or small opaque rect height. r=jmathies,a=beltzner
If we set up glass margins based on a very small opaque rect height, the "glaze effect" starts to look stupid because it degenerates to a thin horizontal line.
Also, if we have wide horizontal margins then the glaze effect will look odd. It's designed for relatively narrow borders.
2011-01-19 21:27:54 +13:00
Brad Lassey fe4d61dffb bug 614547 - Fennec crash [@ GeckoStart ], don't store pointer to native window r=mwu a=blocking-fennec 2011-01-18 19:25:20 -05:00
Jeff Muizelaar c9574d1be0 Bug 623991. Fix the Galaxy S string. a=b-f
I had the wrong string here because I was space separating the different entries

--HG--
extra : rebase_source : ed5381eb562c23ae4af8387b5668e2bf23d51030
2011-01-18 15:11:21 -05:00
Jeff Muizelaar 47330451db Bug 625508. This moves the GfxInfo checks out of LayerManagerOGL and into the callers. r=vlad
--HG--
extra : rebase_source : 6545f8a3982b04147b41907f1d2f2dd4768538e2
2011-01-18 15:11:19 -05:00
Oleg Romashin 53a34778e2 Bug 621976 - Add mouse motion and Gesture magnify events compress for Qt Port r=wolfiR a=npodb 2011-01-18 10:51:04 +02:00
Steven Michaud db8589502f Bug 639194. Fix ParamTraits<nsQueryContentEvent>::Read to correctly read mWidgetIsHit. r=bsmedberg 2011-03-22 14:18:17 -04:00
Masayuki Nakano 2e7f97ef42 Bug 610821 part.2 Send native keydown event to IMModule if focus is moved to an editor by keydown event handler r=karlt, a=beltzner 2011-01-14 22:40:08 +09:00
Masayuki Nakano 4568ee4de4 Bug 610821 part.1 Redirect native keydown message to IME if focus is moved to an editor by keydown event handler r=jmathies, a=beltzner 2011-01-14 22:38:57 +09:00
John Daggett 5c42411612 Bug 624970. Display DirectWrite version in about:support. r=joe, a=joe 2011-01-14 21:57:17 +09:00
timeless 696a357754 Bug 618663 - qt fails to build ifndef ipc ifndef meegotouch r=romaxa a=npodb 2011-01-13 15:20:48 +02:00
Chris Jones cfd67e7a1c Bug 617860: Don't throw out basic layer managers if we're just going to recreate them anyway. r=Bas a=b 2011-01-12 14:13:41 -06:00
Jeff Muizelaar 25f958343d Bug 623991. White list Galaxy S phones to have OpenGL acceleration. r=ehsan,a=b 2011-01-11 23:50:45 -05:00
Jeff Muizelaar 3907cceab1 Bug 623446. Fix force-enabling layer acceleration on non-Windows. r=joe,a=b
--HG--
extra : rebase_source : 0ee05e18c71dcb83437b9b27133c73ec290d22cd
2011-01-11 17:58:10 -05:00
Jeff Muizelaar 169ebd334c Bug 623446. Turn the layer acceleration prefs into a tri-state. r=joe,a=b
This removes:
 layers.accelerate-all
 layers.accelerate-none

and adds:
 layers.acceleration.disabled
 layers.acceleration.force-enabled

This is closer to what D2D does.
2011-01-11 17:01:37 -05:00
Josh Matthews a7bf9ca858 Bug 612551 - Clear appshell observers on xpcom-shutdown. r=blassey a=blocking-fennec 2010-12-21 13:28:45 -08:00
Markus Stange 80c932200b Bug 621762 - Change the way native windows are notified about toolbars. r=roc, a=betaN 2011-01-11 14:03:16 +01:00
Jacek Caban ea1e491c1b Last Comment Bug 614625 - Landing bug 611930 broke crosscompilation to windows on case sensitive systems r=khuey a=benjamin 2011-01-11 10:19:20 +00:00
Jacek Caban 5eafd1843f Bug 614631 - Macros for SEH exception depending on compiler configuration r+a=benjamin 2011-01-11 10:16:59 +00:00
Markus Stange cc800a0b7a Bug 595180: Draw window resizer on Mac OS X. r=joe r=josh a=blocking2.0beta9+ 2011-01-07 15:32:42 -05:00
Jeff Muizelaar 3cdeccbf53 Bug 619578. Add Android HW info to GfxInfo. r=vlad,a=blocking-fennec
--HG--
extra : rebase_source : b5a08089a29f8df06494803d06eade5224b8f6a0
2011-01-05 23:54:32 -05:00
Jeff Muizelaar fbaf7d1423 Bug 619578. Add Android GfxInfo. r=vlad
A very basic implementation.

--HG--
extra : rebase_source : 7eac8fb407d7df6b7c82d5fc176ad14048653428
2011-01-05 23:54:31 -05:00
Makoto Kato fff880c17c Bug 619670 - onLowMemory may not work on android. Need to forward event. r=dougt/blassey. a=blocking-fennec
--HG--
extra : rebase_source : eca6be2a6b82f2e2d2dd71870b036878afbbafa8
2010-12-21 00:01:00 -08:00
Oleg Romashin 23fa8a086c Bug 622063 - Make Fennec-Gtk compiling on Maemo6 r=dougt a=approval2.0 2011-01-05 15:48:16 +02:00
Chris Jones caa43e4cf5 Bug 617813: Remove a pseudo-assertion about a state that seems allowable. r=roc a=a 2011-01-04 10:40:54 -06:00
Oleg Romashin da19a8791f Bug 621931 - Widget Qt scrolling is slow because of non optimized SetCursor. r=dougt a=approval2.0
--HG--
extra : rebase_source : 0eb71df93c39e3deadc3c694cf220746c20ae7ed
2010-12-29 18:22:26 +02:00
Oleg Romashin 9f6c5d7b56 Bug 618561 - Speedup painting on maemo6 r=dougt a=approval2.0
--HG--
extra : rebase_source : 67ebdafda1765c52e65c04b60c0cfbfb1c5f1d34
2011-01-04 17:37:27 +02:00
Robert O'Callahan b74be26a4b Bug 613449. When setting Aero Glass margins, find the largest opaque rect that contains all windowed plugins, since the DWM doesn't like margins under child windows. r=jmathies,a=blocker 2011-01-04 16:56:57 +13:00
Boris Zbarsky 8735d7f805 Bug 622117. Fix flag collision. r=smaug 2011-01-03 20:46:19 -06:00
Cameron McCormack 89e5e44d6f Bug 594977 - Part 3: rejigger the Trackpoint hack for older versions of the Synaptics drivers r=roc a=blocker 2010-12-28 23:16:43 +13:00
Timothy Nikkel 537293e375 Bug 590568. Make sure that that stored window clip rects always match what we set on the window even if intersecting with the existing region. r=roc a=blocking 2010-12-31 14:16:35 -06:00
Neil Deakin d40e3ea557 Bug 618248, don't close popups when a window is lowered while dragging, prevents bookmark menu from closing, r=karl,a=blocking 2010-12-31 14:20:00 -05:00
Boris Zbarsky f5e4cf5996 Bug 331959 and bug 127903. Make situations in which an anchor or submit control is nested inside another anchor and the inner thing is clicked trigger the inner thing, not both. r=smaug,gavin a=blocker 2010-12-27 14:42:10 -06:00
Matthew Gregan d69a198ecb Bug 573039 - Construct nsCUPSShim statically and avoid calling PR_UnloadLibrary on libcups after it has been initialized. r=karlt a=blocking2.0 2010-12-23 13:59:41 +13:00
Michael Wu ed4c9779db Bug 619519 - Fix android key down/press/up handling, r=masayuki a=blocking-fennec 2010-12-21 14:36:28 -08:00
Alon Zakai 8a71ea4f3e Bug 616664 - Android code for keeping the screen on. r=mwu a=blocking-fennec 2010-12-21 14:34:29 -08:00
Alon Zakai 9bbaf9fa50 Bug 616664 - nsIScreen interface for keeping the screen on. r=blassey sr=roc a=blocking-fennec 2010-12-21 14:33:48 -08:00
stefanh@inbox.com 8688c3c7d2 Bug 615589 - '-moz-mac-focusring' color should be keyboardFocusIndicatorColor (NSColor). Also fixes tests. r=josh+mstange, a=beltzner. 2010-12-21 19:51:00 +01:00
Markus Stange f4bed53f32 Disable the test for bug 538242 on Linux. 2010-12-21 11:01:55 -05:00
Markus Stange f64bd8648e Bug 538242 - Always keep nsCocoaWindow's mBounds up to date. r+a=josh 2010-12-21 12:42:47 +01:00
Karl Tomlinson c3ab72823b test for bug 601545 a=test 2010-12-21 18:16:30 +13:00
Karl Tomlinson 8a3881e0b2 b=601545 clarify the meaning of coordinates passed to nsIWidget::Move r+a=roc
--HG--
extra : transplant_source : %CE%A2%98%EBDD%85%7C%DFk%BA%04a%60%88%06%B7L%2BO
2010-12-21 15:45:58 +13:00
Karl Tomlinson 0f4db8c148 b=601545 use mNeedsResize/mNeedsMove on toplevel windows to make mPlaced unnecessary r+a=roc
--HG--
extra : transplant_source : %BFS%22L%95%98%9A%07%E5%7F%7E%3C%3E%87%10%FF%24%02I%3B
2010-12-21 15:45:58 +13:00
Karl Tomlinson a37baa7eba b=601545 don't move windows during resize r+a=roc
--HG--
extra : transplant_source : %C7%A4%F7%E1%E8t%EDa0Z%FC%92%99%D5%A1%13I%EC_%15
2010-12-21 15:45:58 +13:00
Vladimir Vukicevic cf0a566779 b=619485; add WebGL info to about:support; r=jrmuizel,a=beltzner 2010-12-16 12:49:54 -08:00
Jeff Muizelaar eb65739a9d Bug 619539. Android: Adding some debug logging for gl crashes. r=joe,a=logging 2010-12-15 23:42:18 -08:00
Ben Turner f1386fb91c Bug 618196 - 'IndexedDB: Error events and exceptions thrown during success events should abort transactions'. r=sicking, a=blocking. 2010-12-15 13:20:57 -08:00
Michael Wu c20740cbb3 Bug 611764 - Move key handling to GeckoSurfaceView and handling onKeyPreIme, r=blassey a=blocking-fennec
--HG--
extra : rebase_source : 34229313342b93c7e78d51818b308a307dde8056
2010-12-15 12:37:54 -08:00
Alex Pakhotin d0352254b7 Bug 613080 - External URL handler service. r=bz a=blocking-fennec
--HG--
extra : rebase_source : 305c50e07138ffad437c3faf51453a4056c4ae3e
2010-11-23 15:40:46 -08:00
Michael Wu 846b4d62e3 bug 601139 - soft keyboard does not pop-up when tapping on search field a second time while in the same form assistant session r=cjones a=blocking-fennec 2010-12-15 11:22:15 -08:00
Jim Mathies 2784245427 Bug 613781 - Make NS_MOUSE_EXIT events more reliable on windows. r=robarnold, a=final. 2010-12-15 11:01:52 -06:00
Jeff Muizelaar 2a9eabcfaf Bug 614832. Android: renew surface after it's been destroyed. r=vlad,a=blocking
Uses the new RenewSurface() to renew the surface when it is destroyed.
2010-12-13 14:37:25 -08:00
Doug Turner a1f1fb9e83 Bug 618537 - Android - broadcast memory-pressure from onStop. r=mwu a=blocking-fennec 2010-12-11 14:36:30 -08:00
Doug Turner 638a81e9e2 Bug 618535 - Add new ACTIVITY_SHUTDOWN event on android r=mwu. a=blocking-fennec 2010-12-11 14:36:11 -08:00
timeless@mozdev.org a3bf259eac Bug 602517 - missing null check of xmodmap in [@ nsWindow::OnKeyPressEvent]. r+a=dougt 2010-12-11 19:42:02 +01:00
Timothy Nikkel a050d64ee4 Bug 616884. Add comment to note that stored clip region isn't updated. a=comment 2010-12-09 22:33:33 -06:00
Timothy Nikkel 832dda7359 Bug 616884. Part 1. When setting the clip on windows on Linux don't return early if the clip hasn't ever been set before. r=roc a=roc 2010-12-09 22:33:33 -06:00
timeless@mozdev.org a3d6dee057 Bug 577920 - mark DEBUG only variables as ifdef DEBUG in cocoa. r=josh a=joe 2010-07-11 15:58:34 +03:00
Daniel Holbert 72351f92ef Bug 595277 followup: add "using" annotation to hide build warnings about nsIWidget::GetLayerManager being hidden. r=roc a=blocking-final+ 2010-12-09 00:45:06 -08:00
Benoit Jacob 8ae787a035 Bug 617475 - WebGL broken on Mac - r=joe, a=blocking-beta8 2010-12-08 10:56:01 -05:00
Bas Schouten dc88196211 Bug 595277 - Part 4: Delay Direct3D 9 initialization when possible. r=roc a=blocking-final 2010-12-07 03:06:31 +01:00
Bas Schouten c9ba4a91c9 Bug 595277 - Part 2: Add parameter to specify requiring the permanent LayerManager. r=roc 2010-12-07 03:05:52 +01:00
Bas Schouten cc920b59ae Bug 595277 - Part 1: Add a method to iterate over all windows. r=roc 2010-12-07 03:05:48 +01:00
Bas Schouten 604a3dd45e Bug 595277 - Part 0: Clear out user data on destroy. r=roc 2010-12-07 03:05:25 +01:00
Matt Woodrow 5c4c81b860 Bug 615753. Remove an unneeded glClear. r=vlad, a=blocking-fennec 2010-12-07 19:09:49 -05:00
timeless@mozdev.org a4d3a6ab12 Bug 615831 comparison between signed and unsigned integer expressions in nsBaseAppShell::RunSyncSections
r=neil a=joe
2010-12-07 10:42:40 -08:00
Jeff Muizelaar 3c19af0cc5 Bug 615753. Let the OpenGL layer manager handle double bufffering. r=vlad, a=blocking
Letting the OpenGL layer manager handle double buffering cleans things up
and makes them work properly.
2010-12-07 11:46:39 -05:00
Boris Zbarsky 5f268dee3c Bug 616994. Don't leak the buffer we create for the drag image. r=roc, a=blocker 2010-12-07 08:54:50 -05:00
Bas Schouten a8a2865db2 Backout bug 595277. a=bustage 2010-12-07 05:39:19 +01:00
Bas Schouten 5d482c84de Bug 595277 - Part 4: Delay Direct3D 9 usage when possible. r=roc a=blocking-final 2010-12-07 03:06:31 +01:00
Bas Schouten c957999822 Bug 595277 - Part 2: Add parameter to specify requiring the permanent LayerManager. r=roc 2010-12-07 03:05:52 +01:00
Bas Schouten 0e3e73e9b0 Bug 595277 - Part 1: Add a method to iterate over all windows. r=roc 2010-12-07 03:05:48 +01:00
Benoit Jacob b9d979b304 Bug 611292 - Block software and non-GL2 OpenGL on OS X - r=joe 2010-12-06 06:34:35 -05:00
Jonathan Watt 02f7c07535 Back out 02b080d3a0e0 (bug 599393) due to Youtube regression (bug 599393 comment 8). a=backout 2010-12-05 21:52:56 +00:00
Robert O'Callahan 6260cae31b Bug 590368. Pass SWP_NOCOPYBITS when moving a clipped plugin window with D3D9, to work around a Windows/driver bug. r=jmathies a=blocking 2010-12-05 15:02:17 +00:00
Robert O'Callahan ed51324860 Bug 599393. Remove workaround code that's no longer needed (backing out bug 587508). a=joe
--HG--
extra : rebase_source : ce32c65d7b3c1cec988cec148f7904701db3998e
2010-12-05 13:05:30 +00:00
timeless@mozdev.org f3c916ed6f Bug 615069 qStyle is unused in nsLookAndFeel::GetMetric(const nsMetricID aID,PRInt32 &aMetric)
r=romaxa

--HG--
extra : rebase_source : 3de6dbfb13aad88f47bec0b43ad1ac653e5a083c
2010-12-04 11:05:34 +01:00
Markus Stange 92d57b436b Bug 596955 - Simplify nsCocoaWindow::Resize and no longer resize our ChildView before doing the actual window resize in order to avoid painting artifacts with OpenGL. r=josh, a=final 2010-11-27 14:52:33 +01:00
Josh Aas a8d97da1e3 Bug 615935: Cancel any complex text composition for a Cocoa NPAPI plugin when it doesn't return kNPEventStartIME for a key down event. r=smichaud a=blocking2.0betaN+ 2010-12-03 00:22:20 -05:00
Alon Zakai 2d67e7738f Bug 613076 - Fix GetDPI in the content process. r=cjones a=blocking-fennec 2010-12-02 17:24:04 -08:00
Brad Lassey 1f7fe6e2e3 bug 615208 - Android keyboard does not insert/delete at the caret in content forms r=cjones a=blocking-fennec 2010-12-02 15:51:25 -05:00
Jim Mathies afc4fe6ec1 Bug 595132 - Tests. r=masayuki, a=final 2010-12-02 10:52:10 -06:00
Jim Mathies eba1f962a0 Bug 595132 - Don't trap and send context menu events destined for the browser to plugins. r=masayuki, a=final 2010-12-02 10:52:10 -06:00
Dave Townsend 1f8527337b Backing out changeset e1983b9db75d from bug 596955 for causing bug 615858. a=backout 2010-12-01 10:20:28 -08:00
Markus Stange 7ae0574a7f Bug 596955 - Simplify nsCocoaWindow::Resize and no longer resize our ChildView before doing the actual window resize in order to avoid painting artifacts with OpenGL. r=josh, a=final 2010-11-27 14:52:33 +01:00
David Bolter 27dea06b2f Bug 607046. Switch the order of the debug output. r=davidb,a=debugging 2010-11-29 13:30:54 -05:00
Jim Mathies 9f0164b38b Bug 575515 - Fix for deadlocks in windows modal loop message processing under heavy js load. r=matspal, a=betaN 2010-11-29 10:25:16 -06:00
Jim Mathies 2595b0f411 Bug 613118 - WM_SYSCOMMAND doesn't filter wParam correctly. r=robarnold, a=2.0 2010-11-29 10:19:17 -06:00
Jim Mathies b21144bb17 Bug 606160 - Apply padding to caption buttons so off button clicks work. r=neil, a=final. 2010-11-29 10:19:17 -06:00
Jim Mathies 349567d2a3 Bug 610643 - Refresh button metrics when the theme changes. r=neil, a=final. 2010-11-29 10:19:17 -06:00
Jim Mathies 84f88e6ad8 Bug 610643 - Maximized titlebar background offset should equal the window origin offset for proper placement. r=dao+neil, a=final. 2010-11-29 10:19:17 -06:00
Michael Wu 2304360065 Bug 614228 - Windows bustage in nsUrlWidget after bug 581596 landing
a=shaver, r=pending. (Landing as SeaMonkey bustage-fix)
2010-11-23 09:41:00 -05:00
Jeff Muizelaar 7499e2aca1 Bug 607046. Add extra logging info for debugging invalid vendorID problems. r=gavin,a=gavin 2010-11-25 15:44:37 -05:00
Timothy Nikkel b0cd4d9a36 Bug 597031. Correct comment about the docshell passed to createTaskbarTabPreview. a=comment 2010-11-24 19:35:01 -06:00
Matt Brubeck da83f41782 Bug 614293 - Regression: Typing in urlbar does not replace selection. r=blassey a=blocking-fennec
--HG--
extra : rebase_source : 7d91034b7dfc2a419c455893ded5f4a7bf2410cb
2010-11-24 14:09:24 -08:00
Masayuki Nakano d96800b2f0 Bug 613810 - Undo(ctrl+z) does not work continuously after committing IME; r=ehsan a=blocking-final+ 2010-11-24 17:57:32 -05:00
Neil Deakin 1f7766add6 Bug 511010, don't activate panels when clicking on one to close a menu, fixes flickering when closing menulist in bookmarks panel, r=jmathies,a=bsmedberg 2010-11-24 13:31:24 -05:00
Alon Zakai 9f58935c14 Bug 600880 - Fix screen.width and screen.height on Android. r=cjones a=blocking-fennec 2010-11-24 10:22:40 -08:00
Emmanuel Gil Peyrot e0e2698968 Bug 606990 - Remove CAIRO_HAS_DDRAW_SURFACE/CAIRO_DDRAW_USE_GL dead code. r=vlad,jmuizelaar a=bsmedberg 2010-11-24 11:11:45 +01:00
Ginn Chen 696c8578e7 Bug 610852 Check xRGB format for XShm Image r=karlt a=benjamin 2010-11-24 15:36:46 +08:00
Brad Lassey 74fe235331 bug 589879 - All input fields labeled with a go button, which doesn't do anything without special handling r=roc a=blocking-fennec 2010-11-23 21:12:53 -05:00
Rob Arnold b0d850d1d9 Bug 556524 - Taskbar tab preview crashes [@ mozilla::widget::WindowHook::Lookup(unsigned int)] in Firefox 3.6 at SetVisible; r=jmathies a=blocking-final+ 2010-11-23 09:58:38 -05:00
Michael Wu 353263dece Bug 581596 - Create GetInputMode API, r=masayuki,roc sr=roc a=blocking-fennec 2010-11-22 22:48:45 -08:00
Michael Wu 28ed96092b Bug 581596 - Make Android use new SetInputMode API, r=blassey a=blocking-fennec 2010-11-22 22:48:25 -08:00
Michael Wu 146f71b464 Bug 581596 - Add new SetInputMode api, r=roc,masayuki sr=roc a=blocking-fennec 2010-11-22 22:48:03 -08:00
Oleg Romashin 110b2affdf Bug 613853 - Qt - ASSERTION: Old pixman and rotate transform +compilation bustage. r=dougt a=b-f 2010-11-23 01:46:11 +02:00
Oleg Romashin e44226133b Bug 613943 - [@ nsWindow::DoPaint] crashes when trying to access MWindow::orientationAngle r=romaxa a=npodb 2010-11-23 01:46:11 +02:00
Brad Lassey ce1ec10d0b bug 518266 - Implement mechanism to provide haptic feed back, android r=dougt a=blocking-fennec 2010-11-22 11:38:02 -05:00
Kyle Huey 1ad3155d59 Bug 611930: Sprinkle some Unicode pixie-dust to placate non-IPC builds. 2010-11-21 19:40:01 -05:00
Kyle Huey 6350cabedd Bug 611930: Annotate crash reports with LSP information. r=ted sr=rs a=b 2010-11-21 19:29:47 -05:00
Kyle Huey c0bf7cf5ee Backed out changeset c8a4b4ed9160. a=me 2010-11-21 14:18:32 -05:00
Kyle Huey de4946599c Bug 611930: Annotate crash reports with LSP information. r=ted sr=rs a=b 2010-11-21 13:58:33 -05:00
Michael Wu d035638c2a Bug 604712 - Followup - Make autoframes clean up unhandled exceptions. r=dougt a=blocking-fennec 2010-11-20 13:09:24 -08:00
Brian Crowder b4e4b26fa9 Bug 611466 - Minimal support for IME in Qt, r=dougt, a=dougt 2010-11-19 15:41:40 -08:00
Bas Schouten 8d343bf88c Bug 612123: Ensure D3D10 layer managers are not used after device changes. r=roc a=blocking-final 2010-11-19 19:50:45 +01:00
Markus Stange c7fd023132 Bug 612090 - Firefox 4.0b7 crash [@ nsBaseWidget::AutoUseBasicLayerManager::AutoUseBasicLayerManager ]; r=joe a=blocking-betaN+
--HG--
extra : rebase_source : e4b2091cc2616bf3abb405fe54cb2bbf3fb59e0c
2010-11-19 12:37:18 -05:00
Mark Finkle 9d7b329f28 Bug 613193 - Fix illegal JSON in 'softkb-change' notification [r=blassey r=roc a=blassey] 2010-11-18 17:56:11 -05:00
Scott Greenlay 7cade91cc0 Bug 600901 - [clang]: cannot initialize a parameter/variable in nsCocoaWindow.mm, r=josh, a=josh 2010-11-17 13:48:11 -08:00
Scott Greenlay 4ce87fdf34 Bug 600900 - [clang]: cannot initialize a parameter of type 'NSString *' with an lvalue of type 'NSString const in nsDragService.mm, r=josh, a=josh 2010-11-17 13:46:39 -08:00
Scott Greenlay 479328c0ba Bug 583460 - [clang] nsClipboard: cannot initialize a parameter of type 'NSString *' with an lvalue of type 'NSString const *', r=josh, a=josh 2010-11-17 13:42:05 -08:00
Matt Brubeck dd1df119bd Bug 612978 - GetDPI on Maemo should use the true DPI when known. r=roc,dougt a=blocking-fennec
--HG--
extra : rebase_source : 30eaacd0e8dec4f92ddc8a53a1320fa40fa87766
2010-11-18 11:19:39 -08:00
Matt Brubeck 2e653086af Bug 590777 (part 4) - Convert swipe thresholds from pixels to inches. r=blassey a=blocking-fennec
--HG--
extra : rebase_source : a16098c646e937c9f8c66517467872aaf3d6face
2010-11-18 09:18:31 -08:00
Masayuki Nakano 2a2412f7d5 Bug 608515 Painting methods should use consistent composition state between WM_DWMCOMPOSITIONCHANGED messages r=jimm, a=final+ 2010-11-18 11:31:22 +09:00
Vivien Nicolas 584b8d9e8a Bug 602962 - Undo close tab thumbnail disappears when rotating screen orientation [r=smaug r=roc a=blocking-fennecb3] 2010-11-17 08:46:00 -05:00
Doug Turner 605fc517e6 [Bug 608818] nsFilePicker::Show uninitialised use of mAllowURLs. r=roc/dholbert a=approval2.0
--HG--
extra : rebase_source : 526aa298d2cf577a8cdae94242032f0d09655083
2010-11-16 20:15:13 -08:00
Brad Lassey dfacbe1834 bug 595919 - Implement PDF printing for "Save As PDF" on Android r=vlad a=blocking-fennec 2010-11-16 18:33:56 -05:00
Fabrice Desré 36dea7ae9d Bug 611110 - BringToFront() doesn't deactivate the old toplevel window, r=mwu a=blocking-fennec 2010-11-16 14:27:53 -08:00
Michael Wu a49c12cc7e Bug 611899 - SetFullscreen called with wrong JNI method, r=blassey a=blocking-fennec 2010-11-16 14:27:21 -08:00
Ryan VanderMeulen 5de9ca5fd4 Bug 578546 - Fix more MSVC warning spam by removing unneeded declarations. r=cjones a=benjamin 2010-11-16 10:21:53 +01:00
Dão Gottwald dd2360835d Bug 608984 - Minimize, maximize/restore, close buttons shouldn't have a hover effect. r=jimm 2010-11-16 10:15:24 +01:00
Markus Stange ext:(%2C%20Joe%20Drew%20%3Cjoe%40drew.ca%3E%2C%20Matt%20Woodrow%20%3Cmwoodrow%40mozilla.com%3E) d47d49d852 Bug 593342 - Use double buffering on Mac instead of flushing, for greater performance. r=vlad,roc,joe a=b 2010-09-21 14:39:38 -04:00
Steven Michaud e93b28775e Bug 601182 - Spurious focus events sent to NPAPI plugins on OS X in Cocoa event mode. Patch partly by enndeakin. r=josh,smaug a=blocking2.0BetaN+ 2010-11-15 15:12:50 -06:00
Jim Mathies dbf9927da7 Bug 611693 - Fix for Txul, Ts regression on XP after landing bug 610201. r=vlad, a=regression. 2010-11-14 11:34:13 -06:00
Ben Turner f17f1a4d68 Bug 586216 - Don't use one timer per animated widget. r=roc a=b 2010-11-13 09:19:38 +01:00
Dão Gottwald c5645e7865 Bug 611803 - Caption buttons should only be pressed when they're also hovered. r=jimm 2010-11-13 09:14:30 +01:00
Felipe Gomes 49e8fc6349 Bug 606061. The border on the download manager doesn't wrap all the way around. r=jimm a=blocking-final 2010-11-12 22:34:57 -08:00
Matt Brubeck 985bf17fe8 Bug 575351 - Long-press on Android system keys does not work. r=mwu,smaug
a=blocking-fennec

--HG--
extra : rebase_source : 6e800c13e0a7be9503afcb4a12c491f8ccfc9e11
2010-11-12 15:58:29 -08:00
Vladimir Vukicevic 8ac71d97a0 b=605063; fix Android GL startup (hide splashscreen correctly); r=mwu 2010-11-12 12:02:14 -08:00
Mark Banner 826699498c Fix windows bustage for non-IPC builds resulting from bug 586228. Use the wide form of RemoveProp so that it matches the constant passed to it. a=bustage-fix 2010-11-12 07:50:38 +00:00
Jim Mathies 98801da9cb Bug 586228 - Manage caption status for get window info calls made by the theme library. r=vlad, a=final. 2010-11-11 20:39:05 -06:00
Jim Mathies 05be39408b Bug 610201 - Cache theme caption button metrics on startup and don't refresh every time desktop composition changes. r=roc, a=final 2010-11-11 20:39:02 -06:00
Daniel Holbert 3944352069 Bug 609696 followup: Add missing newline at end of file to fix GCC warning. r+a=whitespace-only 2010-11-10 18:12:01 -08:00
Wes Johnston e796bcd9e0 Bug 609696 - Create nsIIMEPicker service and implement for android. [r=mwu, sr=roc, a=blocking-fennecb3] 2010-11-10 09:40:00 -05:00
Walter Meinl 859a94a18d Bug 577011 - [OS/2] make _declspec unconditionally default symbol export r=daveryeo@telus.net a=benjamin
--HG--
extra : rebase_source : f73a926174bd7905f177b2e914492e42b90ac8c0
2010-11-09 11:13:03 +01:00
Ginn Chen b25533d3d4 Bug 608201 File chooser and some other dialogs are not added to Firefox a11y tree r=surkov.alexander,roc a=blocking-2.0 2010-11-09 18:21:56 +08:00
Chris Jones 339106b788 Bug 562424: Switch IPDL interfaces to infallible TArray. r=bent a=blocking 2010-11-08 20:49:00 -06:00
Michael Wu e429905951 Bug 602976 - Implement full screen mode for Android, r=vlad a=blocking-fennec 2010-11-08 18:11:13 -08:00
Jim Mathies 806ea15975 Bug 610201 - Fix for aero basic buttons regression after bug 591154 landed. r=roc, a=final. 2010-11-08 09:30:40 -06:00
Robert O'Callahan b44a5cef65 Fix Thunderbird bustage by calling MAKEINTRESOURCEW correctly, a=bustage 2010-11-08 23:47:12 +13:00
Robert O'Callahan b86f4b19bd Bug 594977. Part 2: Disable trackpoint hack for newer Synaptic drivers. r=jmathies,a=blocker 2010-11-08 22:06:14 +13:00
Robert O'Callahan 19922e1662 Bug 594977. Part 1: Make ui.trackpoint_hack.enabled live, and add ui.window_class_override pref. r=jmathies,a=blocker 2010-11-08 22:06:13 +13:00
Markus Stange cc143d6019 Bug 574663 - Mark momentum scroll events with a kIsMomentum flag and don't allow them to cause zooming. r=smaug, a=final 2010-11-05 17:04:28 +01:00
Masayuki Nakano f39047024b Bug 608515 after graphic driver is crashed, aero isn't recovered if Firefox button is visible r=jimm, a=fintal+ 2010-11-06 14:05:53 +09:00
Benoit Jacob b0ba5afb71 Bug 604771 - Allow spoofing GfxInfo and circumventing the blocklist on Windows - r=jmuizelaar 2010-11-05 15:57:58 -04:00
Oleg Romashin e9f3d99c3f Bug 608779 - Qt - ASSERTION: Old pixman and rotate transform. r=dougt a=npodb 2010-11-05 21:49:18 +02:00
Brad Lassey c90d923fa5 bug 606235 - Android file picker should honor file type filters r=mwu a=blocking-fennec 2010-11-05 13:43:12 -04:00
Jim Mathies e3f8d31fbf Bug 591154 - Fix for Quake Live flickering when entering full screen mode. r=roc, a=final. 2010-11-05 10:19:05 -05:00
Chris Jones d1fddc9cfc Bug 605362, part 1: Allocate page-aligned shmem segments in ShmImage, to match other allocators which more honestly report address space and system mem taken by alloc. r=joe 2010-11-05 02:17:07 -05:00
Doug Turner 4fafc9b7df Bug 607287 - Crash when trying to disable or uninstall an add-on [@ nsWindow::UserActivity]. r=mwu
--HG--
extra : rebase_source : 0b0c8654fbf4c52471947c929fae23df5f13a585
2010-10-27 13:10:15 -07:00
Oleg Romashin 7adc1dcba2 Bug 606910 - RENDER_DIRECT mode for Qt widget (xshmPutImage). r=dougt a=blocking-fennec
--HG--
extra : rebase_source : 6ea776ea7e0b282d6b61d5e5fa570460e84f90be
2010-10-27 07:56:31 +03:00
Felipe Gomes b0aa3a0d5b Bug 600986. Persona background is seen above titlebar (classic windows theme). r=jimm a=final 2010-10-26 15:50:29 -02:00
Michael Wu d5ff124d9a Bug 604090 - Notify java wrapper when we're ready to take events, r=blassey a=blocking-fennec 2010-10-25 20:10:07 -07:00
Andrew Sutherland f8c4b75cfe Bug 606052: Nested event consumption by nsAppShell::ProcessGeckoEvents breaks processNextEvent semantics. r=smichaud, a=josh 2010-10-25 16:34:13 -07:00
Robert O'Callahan f77d26e905 Bug 593839. Part 2: Remove DESTINED_FOR_SCREEN flag now that it's no longer used. r=vlad a=blocking-betaN 2010-10-25 16:39:27 +02:00
Scott Greenlay 832693b63c Bug 413277: Restrict window resizing to the size of the current screen on Mac OS X. r=josh a=josh 2010-10-24 21:32:12 -04:00
Brad Lassey aa0b369a7d bug 601282 - Sometimes fennec's window is black when started the DEBUG intent r=mwu a=blocking-fennec 2010-10-24 19:54:09 -04:00
Justin Lebar ext:(%2C%20Kyle%20Huey%20%3Cme%40kylehuey.com%3E) a6e293112f Bug 145975 - Implement nsCaseInsensitiveUTF8StringComparator r=smontagu
--HG--
extra : rebase_source : 8e5d63a6a5ca50b6e95a80421ad96a1d4a52ae77
2010-08-31 18:03:40 -07:00
Jim Mathies 9a0330ab1e Bug 580599 - Fix for alt+space in full screen mode, selecting 'Restore' results in a window without chrome if the previous window state was maximized. r=neil, a=final. 2010-10-22 17:38:18 -05:00
Jim Mathies c0a1fa0d3b Bug 566135 - Fix for full screen games that automatically minimize when firefox is minimized on the taskbar. r=robarnold, a=final. 2010-10-22 13:43:40 -05:00
Josh Aas 847d5f59c1 merge backout of a2aaf00c4acc, a=josh 2010-10-22 13:29:10 -04:00
Josh Aas 74a616cbd5 Backed out changeset a2aaf00c4acc, a=josh 2010-10-22 13:28:50 -04:00
Felipe Gomes 8953f73c41 Bug 605815. Only compute size for titlebar widget when DWM is on. r=jimm a=final 2010-10-22 15:08:39 -02:00
Felipe Gomes 74dace6d6e Bug 605806. Only draw titlebar widget when DWM is on. r=jimm a=betaN 2010-10-22 15:07:53 -02:00
Scott Greenlay f83371fec8 Bug 413277: Restrict window resizing to the size of the current screen on Mac OS X. r=josh a=josh 2010-10-22 12:34:16 -04:00
Bas Schouten ed75b830df Bug 605368: Fix shared builds by keeping cairo calls in GFX. r=roc a=joedrew 2010-10-21 22:41:06 +02:00
Vivien Nicolas de584bde3d Bug 461843 - Show indication of where on the page you are when scrolling with Fennec. r=roc a=blocking-fennec 2010-10-21 14:07:55 +02:00
Brad Lassey 2ab05693ce bug 594368 - nsFilePicker is called directly from the child process in e10s r=jdm a=blocking-fennec 2010-10-20 11:19:24 -04:00
Mounir Lamouri 06426cc202 Bug 595036 (2/2) - Introduce nsEventStates class to represent event states. r+a=bz 2010-10-20 13:26:32 +02:00
Brad Lassey 7b4b5b27be bug 569497 - need finger friendly file picker for android r=mwu,mbrubeck a=blocking-fennec 2010-09-30 11:37:36 -04:00
Alex Pakhotin eac8985f62 bug 603855 - Support canceling a displayed notification r=mfinkle,blassey sr=stuart a=blocking-fennec 2010-10-12 19:17:12 -07:00
Kyle Huey a39ed9d390 Bug 604860: Stop doing silly leaky stuff with nsDataObjs. r=jimm a=joe 2010-10-19 17:21:10 -04:00