Commit Graph

3588 Commits

Author SHA1 Message Date
Ms2ger
295bf7256b Bug 616684 - Remove support for DOM Views; r=sicking 2011-04-24 08:54:25 +02:00
Cameron McCormack
e28290bf49 Comment typo fixes. (no bug, unreviewed, DONTBUILD)
--HG--
extra : rebase_source : 058fddab2d87b4c6dfcfb40fac71b2a39df8b000
2011-04-24 11:52:59 +12:00
Justin Lebar
5bc75b222e Bug 647273 - Remove nsIContentUtils and nsIContentUtils2. r=sicking
--HG--
extra : rebase_source : 8a99a1401b7d7427bed4a136e0b38c475f6473a2
2011-04-14 13:58:36 -07:00
Mounir Lamouri
db44db0ebe Merge cedar with mozilla-central. 2011-04-22 15:25:11 +02:00
Mounir Lamouri
bf2870ba02 Bug 646854 - Let the user change the filter in the file picker when opening a file on MacOS X. r=joshmoz 2011-04-21 19:39:12 +02:00
David Zbarsky
5ecf0a2bd3 Bug 610305: decom nsEventStateManager r=smaug 2011-04-21 19:35:52 +02:00
Masayuki Nakano
816d0ec482 Bug 347185 Adding automated tests r=roc 2011-04-21 08:54:43 +09:00
Masayuki Nakano
8af6298971 Bug 347185 Plugin events should be handled by focused DOM window r=smaug+roc 2011-04-21 08:54:43 +09:00
Ted Mielczarek
efcc2033e4 bug 606574 - bustage fix for unsupported platforms 2011-04-21 10:17:49 -04:00
Steven Michaud
0582e4e152 Bug 619217 - Don't send NPCocoaEventTextInput to plugin when Command or Control key down in 32-bit mode. r=josh 2011-04-20 13:59:06 -05:00
Vivien Nicolas
348b51fee1 Bug 532738 - Do not open the virtual keyboard on untrusted focus (caused by content page scripts) [r=masayuki] 2011-04-20 14:47:40 +02:00
Zack Weinberg
dd67585463 Bug 651017, part 5: mechanical changes.
--HG--
extra : rebase_source : 8bbdf48488736b51d05e734e2e9316c1460cfed5
2011-04-16 18:22:44 -07:00
Zack Weinberg
d5e47757d8 Bug 651017, part 4: deCOM nsIDeviceContext; include-minimization on nsDeviceContext.h itself; merge GetPrintDC() into Windows/OS/2 specific code; merge Shutdown() with ClearCachedSystemFonts(). Most references outside gfx not fixed up.
--HG--
rename : gfx/src/nsThebesDeviceContext.cpp => gfx/src/nsDeviceContext.cpp
rename : gfx/src/nsThebesDeviceContext.h => gfx/src/nsDeviceContext.h
extra : rebase_source : 9fb366d99d18c9335ba297d21f673178dae62a64
2011-04-16 18:22:42 -07:00
Zack Weinberg
ba4c919431 Bug 651017, part 2: wrap gfxPlatform::Init/Shutdown in a service and register it for app-startup. Also prune some dead CIDs from nsGfxCIID.h.
--HG--
extra : rebase_source : d296ac53c4c60d79f7e2d6904dd54ce930099bbd
2011-04-16 18:22:41 -07:00
Zack Weinberg
51864c09d8 Bug 651017, part 1: minimize inclusion of ns*DeviceContext.h; move the printing error codes to nsIDeviceContextSpec.h; os2 small widget cleanup.
--HG--
extra : rebase_source : 5b7cebe68f71a760463e3522b159c7cde8a72f5e
2011-04-16 18:22:41 -07:00
Robert O'Callahan
72627bced2 Bug 641426. Part 6: Rename Empty to SetEmpty. r=cjones 2011-04-19 15:07:23 +12:00
Robert O'Callahan
c957ae039e Bug 641426. Part 5: Avoid operator== where possible to distinguish between 'equal edges' and 'equal areas' for rectangles. r=dbaron,sr=cjones 2011-04-19 15:07:23 +12:00
Robert O'Callahan
307547d062 Bug 641426. Part 3: Convert gfxRect::pos/size to x/y/width/height. r=joe,sr=cjones 2011-04-19 15:07:21 +12:00
Robert O'Callahan
73b97e72c4 Bug 641426. Part 2: Remove a bunch of direct gfxRect::pos/size usage. r=joe 2011-04-19 15:07:21 +12:00
John Daggett
a5724434f7 Bug 634286. Remove font cache size info from about:support on Windows. r=jmuizelaar 2011-04-19 10:11:09 +09:00
Ehsan Akhgari
d2fd2352f9 Merge cedar into mozilla-central 2011-04-15 09:35:11 -04:00
Ehsan Akhgari
ea4ca1529d Back out changeset 457757151653 (bug 647273) for breaking the Windows builds 2011-04-14 16:56:05 -04:00
Justin Lebar
a465f21ce6 Bug 647273 - Remove nsIContentUtils and nsIContentUtils2. r=sicking
--HG--
extra : rebase_source : dd7ff32cc758e62f914d283754d68ddc87cdcc7c
2011-04-14 10:58:27 -07:00
Rafael Ávila de Espíndola
81431608ad Bug 648873 - use NS_STDCALL_FUNCPROTO; r=bzbarsky 2011-04-14 15:54:58 -04:00
Zack Weinberg
42ead75834 Bug 174055, part 4: mechanical fixups outside gfx. 2011-04-07 18:05:49 -07:00
Zack Weinberg
f5a0843ac7 Bug 266236 part 9: Move nsBoundingMetrics to its own header and prune inclusions of nsRenderingContext.h.
--HG--
rename : gfx/src/nsThebesRenderingContext.cpp => gfx/src/nsRenderingContext.cpp
rename : gfx/src/nsThebesRenderingContext.h => gfx/src/nsRenderingContext.h
extra : rebase_source : 92660748436f03475e011184e2828f1db0ad63e0
2011-04-07 18:04:40 -07:00
Zack Weinberg
d8db59d068 Bug 266236 part 8: Change nsRenderingContext::GetDeviceContext and ::GetFontMetrics to return bare pointers.
--HG--
rename : gfx/src/nsThebesRenderingContext.cpp => gfx/src/nsRenderingContext.cpp
rename : gfx/src/nsThebesRenderingContext.h => gfx/src/nsRenderingContext.h
extra : rebase_source : 36dd32d715cb75e99cd3a69e460c000c1777d6a6
2011-04-07 18:04:40 -07:00
Jan Küchler
5ef6bf26cf Bug 266236 part 3: Mechanical rename of nsIRenderingContext and nsThebesRenderingContext to nsRenderingContext. Mechanical substitution of nsRefPtr<nsRenderingContext> for nsCOMPtr<nsRenderingContext>.
--HG--
rename : gfx/src/nsThebesRenderingContext.cpp => gfx/src/nsRenderingContext.cpp
extra : rebase_source : 34884bfcafd885feaf73300bc7246cd192062a48
2011-04-07 18:04:40 -07:00
Jan Küchler
09deeaef3d Bug 266236 part 2: Merge nsIRenderingContext with nsThebesRenderingContext (the sole implementation) and remove XPCOM vestiges. Non-mechanical fixups. DOES NOT COMPILE without part 3.
--HG--
rename : gfx/src/nsThebesRenderingContext.cpp => gfx/src/nsRenderingContext.cpp
rename : gfx/src/nsThebesRenderingContext.h => gfx/src/nsRenderingContext.h
extra : rebase_source : 9e149d30da5222d072071043d30d83033fec9787
2011-04-07 18:04:39 -07:00
Jan Küchler
0e92a9d34a Bug 266236 part 1: Preliminary API cleanup on nsIRenderingContext.
--HG--
extra : rebase_source : a21ffad484f47103e403b8316eae5fdfd815c2cb
2011-04-07 18:04:39 -07:00
Kyle Huey
f62b8eba64 Bug 630444: Followup to remove dead code. r=me 2011-04-13 19:41:34 -07:00
Ted Mielczarek
a69e6e1ece bug 606574 - Cocoa event loop instrumentation. r=smichaud,cjones
--HG--
extra : rebase_source : 5970911521b53d504b3c51588f2f112a2da5efe1
2011-03-03 11:20:02 -05:00
Ted Mielczarek
bd93205f7e bug 606574 - Win32 event loop instrumentation. r=jimm
--HG--
extra : rebase_source : b32e6d3b02aa866c27564cd3ad995d1e3aa0fa4c
2011-03-03 11:20:02 -05:00
Ted Mielczarek
7e4cfd9acb bug 606574 - Implement event loop instrumentation using native events, core implementation + GTK2 implementation. r=karlt,cjones
--HG--
extra : rebase_source : bae5a25a76f4bb2f8ea4154923cfecbc4c39f128
2011-03-03 11:20:02 -05:00
Ehsan Akhgari
2bee451447 Back out bug 606574 for leaking a Mutex and a CondVar in crashtests 2011-04-13 14:08:43 -04:00
Ted Mielczarek
4f75a1c3e1 bug 606574 - Cocoa event loop instrumentation. r=smichaud 2011-03-03 11:20:02 -05:00
Ted Mielczarek
2389db2462 bug 606574 - Win32 event loop instrumentation. r=jimm 2011-03-03 11:20:02 -05:00
Ted Mielczarek
acb51920eb bug 606574 - Implement event loop instrumentation using native events, core implementation + GTK2 implementation. r=karlt,cjones 2011-03-03 11:20:02 -05:00
L. David Baron
7e86462271 ifdef CSS animations so that the feature can be backed out by flipping the switches in configure.in and then reverting the changes to the following four files appropriately: nsIDOMCSS2Properties.idl, nsIDOMCSSRule.idl, property_database.js, test_transitions_computed_values.html. (Bug 435442, patch 15) r=bzbarsky 2011-04-11 23:18:44 -07:00
L. David Baron
b534bd3113 Add animation event interface and data structures. (Bug 435442, patch 12) r=smaug 2011-04-11 23:18:44 -07:00
Brad Lassey
9c88d77fa4 bug 614355 - provide pref to not always use fullscreen landscape keyboards on android r=dougt 2011-04-11 16:41:03 -04:00
Jim Mathies
32e18d07dc Bug 648902 - Limit the 'hide browser window when transitioning to full screen' functionality to normalized windows. (UX improvement) r=roc 2011-04-11 12:46:18 -05:00
Ginn Chen
f4836149d8 Bug 644503 Map SunF36 to F11, SunF37 to F12 on Solaris r=karlt 2011-04-11 16:20:32 +08:00
Ed Morley
ca40da5cbd Bug 644787 - Disable D3D9 layers on NVIDIA 6100/6150/6200 series due to glitches whilst scrolling. See also: bug 612007 & bug 645872; r=bjacob 2011-04-11 00:49:49 -04:00
Rich Walsh
0a1cd82fc6 Bug 646425 - prevent rollup when using the scrollbar in a popup; r=wuno 2011-04-09 23:32:52 -04:00
Jonathan Kew
abc951c742 bug 634702 - add autorelease pool in nsNativeThemeCocoa constructor to prevent leaks during startup. r=joshmoz 2011-04-08 23:56:56 -07:00
Ehsan Akhgari
ebda2b124b Bug 562138 - Make all NSWindow's transparent by default, to prevent unwanted flashing of the background window while creating popup windows caused by synchronous painting of NSWindow's; r=josh 2011-04-08 15:06:15 -07:00
Ehsan Akhgari
c142d20d2c Merge cedar into mozilla-central 2011-04-08 11:05:22 -07:00
Wes Johnston
59aa739022 Bug 646550 - Tell Android to scan media items downloaded by Fennec r=blassey 2011-04-08 10:52:13 -07:00
Cameron McCormack
5ef609b502 Bug 635782 - LSPAnnotationGatherer::Run should use nsAutoArrayPtr r=jmathies 2011-04-08 10:51:34 +12:00
Matheus Kerschbaum
93480c6366 Bug 639754 - Remove MOZ_IPC checks since IPC is always built now; r=bsmedberg 2011-04-02 19:14:00 -07:00
Rich Walsh
d96b9a47bd Bug 637111 - [OS/2] eliminate copy to clipboard at shutdown; r=wuno 2011-03-05 15:57:00 -05:00
Timothy Nikkel
3d2d67c401 Bug 588403. Part 1. The bounds of a popup widget are in screen coordinates; r=jimm 2011-04-01 01:20:40 -04:00
Masayuki Nakano
312ef020c8 Bug 640110 ChildView users outdated pointer of plugin event for nsGUIEvent r=smichaud 2011-03-31 19:31:32 -04:00
Ehsan Akhgari
49fceed112 Backout the latest cedar merge wholesale until I test the correctness of the merge locally. This commit takes the tree state back to changeset 8d3f6093c425 (the last known good changeset before the merge) 2011-04-01 12:23:48 -04:00
Ehsan Akhgari
f2b4323534 Merge cedar into mozilla-central 2011-04-01 11:37:50 -04:00
Mounir Lamouri
2505445cb0 Bug 643576 - Do not try to use all fiters on MacOS X file picker but only the current one. r=joshmoz 2011-04-01 16:30:00 +02:00
Chris Jones ext:(%20and%20Kyle%20Huey%20%3Ckhuey%40kylehuey.com%3E)
0bb511a3d7 Rollup of bug 645263 and bug 646259: Switch to mozilla:: sync primitives. r=cjones,dbaron,doublec,ehsan src=bsmedberg
Bug 645263, part 0: Count sync primitive ctor/dtors. r=dbaron
Bug 645263, part 1: Migrate content/media to mozilla:: sync primitives. r=doublec
Bug 645263, part 2: Migrate modules/plugin to mozilla:: sync primitives. sr=bsmedberg
Bug 645263, part 3: Migrate nsComponentManagerImpl to mozilla:: sync primitives. sr=bsmedberg
Bug 645263, part 4: Migrate everything else to mozilla:: sync primitives. r=dbaron
Bug 645263, part 5: Remove nsAutoLock.*. sr=bsmedberg
Bug 645263, part 6: Make editor test be nicer to deadlock detector. r=ehsan
Bug 645263, part 7: Disable tracemalloc backtraces for xpcshell tests. r=dbaron
Bug 646259: Fix nsCacheService to use a CondVar for notifying. r=cjones
2011-03-31 23:29:02 -05:00
Chris Jones
a75fb12531 Backed out changeset 4beec31b9ea9 for increasing frequency of intermittent orange bug 618052 2011-03-31 18:57:38 -05:00
Chris Jones ext:(%20and%20Kyle%20Huey%20%3Ckhuey%40kylehuey.com%3E)
cc8b4c9c6c Rollup of bug 645263 and bug 646259: Switch to mozilla:: sync primitives. r=cjones,dbaron,doublec,ehsan src=bsmedberg
Bug 645263, part 0: Count sync primitive ctor/dtors. r=dbaron
Bug 645263, part 1: Migrate content/media to mozilla:: sync primitives. r=doublec
Bug 645263, part 2: Migrate modules/plugin to mozilla:: sync primitives. sr=bsmedberg
Bug 645263, part 3: Migrate nsComponentManagerImpl to mozilla:: sync primitives. sr=bsmedberg
Bug 645263, part 4: Migrate everything else to mozilla:: sync primitives. r=dbaron
Bug 645263, part 5: Remove nsAutoLock.*. sr=bsmedberg
Bug 645263, part 6: Make editor test be nicer to deadlock detector. r=ehsan
Bug 645263, part 7: Disable tracemalloc backtraces for xpcshell tests. r=dbaron
Bug 646259: Fix nsCacheService to use a CondVar for notifying. r=cjones
2011-03-31 14:51:19 -05:00
Ehsan Akhgari
41f6aee99f Merge cedar into mozilla-central 2011-03-31 14:11:37 -04:00
Kyle Huey
e169e16015 Back out Bug 639754. 2011-03-31 09:12:20 -04:00
Kyle Huey
61ff9410c4 Backed out changeset a5dbece71e4a due to test failures 2011-03-31 09:11:21 -04:00
Steven Michaud
a1d1c74dc7 Bug 641057 - [Mac] Firefox 4.0 crash [@ -[ChildView updatePluginFocusStatus:] ]; r=josh 2011-03-31 08:44:00 -04:00
Matheus Kerschbaum
1f81122982 Bug 639754 - Remove MOZ_IPC checks since IPC is always built now. r=bsmedberg 2011-03-31 07:22:55 -04:00
Doug Turner
b5d804c090 Bug 646685 - Fix watchPosition after isBetterPosition was removed. r=blassey 2011-03-30 21:13:35 -07:00
Ehsan Akhgari
a0f4acae30 Merge cedar into mozilla-central 2011-03-30 13:53:35 -04:00
Mounir Lamouri
ee71c0212a Follow-up from bug 641366: fix comment. 2011-03-30 14:41:08 +02:00
Jim Mathies
17d5c3ca6b Bug 646067 - In nsWindow's Show, use SW_SHOW vs. SW_SHOWNORMAL for full screen windows. r=robarnold 2011-03-29 16:49:45 -05:00
Benjamin Stover
4a49af189c Bug 643083 Test fix: clean up puppet widget properly r=cjones sr=roc 2011-03-29 13:14:44 -07:00
Ginn Chen
50eef127aa Bug 646714 Add XSync() before gdk_error_trap_pop() r=karlt 2011-03-31 16:39:29 +08:00
Jim Mathies
ca0d92295a Bug 597911. Give 64-bit builds on Windows a different application id. r=rstrong 2011-03-29 22:24:54 -04:00
Ehsan Akhgari
ca0a27ab24 Merge cedar into mozilla-central 2011-03-29 10:39:07 -04:00
Mehdi Mulani
40c990558b Bug 628585 - (Mac) Pressing ctrl key in Flash doesn't work as expected. r=josh 2011-03-28 13:03:39 -07:00
Jim Mathies
658482da00 Bug 634586 - Briefly hide the window when transitioning to full screen on Windows. Improves full screen transitions and fixes bug 624258. r=roc 2011-03-28 16:54:05 -05:00
Ehsan Akhgari
db0e06d061 Merge cedar into mozilla-central 2011-03-28 13:28:13 -04:00
Adrian Johnson
2243303ae6 b=462872 print as pdf where possible r=karlt
--HG--
extra : transplant_source : %04%20%00%0A%5C%1F%CA2%CC%8Dk%BB%FBw%9C%82%E1%13%97%C6
2011-03-25 16:38:59 +13:00
Karl Tomlinson
88c3cc1c72 b=626539 free standardGtkPaperSize in the other cases also r=roc
--HG--
extra : transplant_source : %FC%BA%9F%F6%A2%F5E%DF6%FBo%BB%D4%D3%E1%9F%BB%D5%CF%B5
2011-03-25 16:38:59 +13:00
L. David Baron
17bedb0a40 Mac GfxInfo::GetFeatureStatusImpl must assign to aStatus when it returns success. (Bug 645376) 2011-03-26 11:45:51 -07:00
Ehsan Akhgari
d1df3ecd6a Merge cedar into mozilla-central 2011-03-26 12:16:48 -04:00
Matheus Kerschbaum
355ae99518 Bug 640838: Remove OpenVMS support. r=khuey 2011-03-26 11:51:35 -04:00
Neil Deakin
77754d2c9e Bug 632953 - Clear mouse capture after window resize completes. r=jimm 2011-03-25 18:17:35 -05:00
Jim Mathies
4e393442ac Bug 640226 - Don't exclude full screen from plugin glass calculations. Fixes full screen pdf transparency bug. r=roc 2011-03-25 18:17:35 -05:00
Jim Mathies
a146befc69 Bug 644277 - Fix for titlebar right-click system menu missing entries added by 3rd party software. r=neil. 2011-03-25 18:17:35 -05:00
Jim Mathies
a8e51c758e Bug 537324 - Work around for adobe reader text edit focus problem. r=bent 2011-03-25 18:17:35 -05:00
Benjamin Smedberg
4f1ecb131c Bug 617539 - remove nsIWidget_MOZILLA_2_0_BRANCH, r=jimm 2011-03-25 11:03:35 -04:00
Benjamin Smedberg
d758fb0d7e Bug 617539 - Fold in nsIDOMWindowUtils_MOZILLA_2_0_BRANCH, r=bz 2011-03-25 11:03:33 -04:00
Masayuki Nakano
4062eb4acd Bug 630817 Should compute modifier key state for DOM keydown event from native keypress event's state and its keyval r=karlt 2011-02-09 13:04:58 +09:00
Masayuki Nakano
a08a3877b3 Bug 59109 Part 2: Cleaning up current text decoration implementation r=dbaron 2011-03-31 21:26:49 +09:00
timeless@mozdev.org
a4f02df73d Bug 616787 mEventloopNestingLevel is initialized out of order in nsBaseAppShell::nsBaseAppShell
r=neil
2011-03-28 17:18:44 -04:00
Justin Lebar
7e2c5ae50d Bug 592557 - Eliminate uses of PR_Atomic{Increment,Decrement} functions in favor of PR_ATOMIC_{INCREMENT,DECREMENT} macros. r=bsmedberg,gal
--HG--
extra : rebase_source : 71069eb9c9d61131adee49279e136c8574dabc62
2011-03-28 15:58:49 -04:00
Neil Deakin
1541d0e3db Bug 630830 - "key" attribute changes to menuitems are not handled; r=joshmoz 2011-02-13 07:28:00 -05:00
Rich Walsh
c7d31fccc4 Bug 637111 - [OS/2] eliminate copy to clipboard at shutdown; r=wuno 2011-03-05 15:57:00 -05:00
Timothy Nikkel
65a49f979b Bug 588403. Part 1. The bounds of a popup widget are in screen coordinates; r=jimm 2011-04-01 01:20:40 -04:00
Masayuki Nakano
c5db601034 Bug 640110 ChildView users outdated pointer of plugin event for nsGUIEvent r=smichaud 2011-03-31 19:31:32 -04:00
Mounir Lamouri
f36cd5e6b1 Bug 641366 - Remove Tiger's entry in CellRenderSettings. r=mstange 2011-03-18 15:10:01 +01:00
Ehsan Akhgari
7804c38300 Merge mozilla-central into cedar, in order to import work targetted at Firefox 4 into the tree 2011-03-23 19:18:30 -04:00
Ehsan Akhgari
ca95c68a1e Merge mozilla-central into cedar 2011-03-23 18:29:19 -04:00
Ehsan Akhgari
47cf269311 Merge mozila-central onto cedar
--HG--
rename : toolkit/components/places/src/nsLivemarkService.js => toolkit/components/places/nsLivemarkService.js
2011-03-23 12:06:04 -04:00
Cameron McCormack
b2938bb463 Bug 638756 - Stop occasional crashes when using mouse wheel when the Elantech touchpad hack is enabled r=jmathies 2011-03-16 12:08:53 +13:00
Kyle Huey
782df80bf2 Merge m-c to bs. 2011-03-19 07:56:17 -04:00
Mark Finkle
7934260f8e bug 642203 - Must treat locale pref as localized in multi-locale builds r=blassey,dougt,gavin,mossop a=blocking-fennec 2011-03-16 19:17:59 -04:00
Kyle Huey
1b4c77163a Merge m-c to bs. 2011-03-15 19:23:20 -04:00
Mitchell Field
8a39ea72b9 Merge mozilla-central to build-system. 2011-03-13 04:21:37 +11:00
Brad Lassey
15ed996974 bug 640190 - Browser process dies, and second attempt hangs on restart when switching languages r=crowder a=blocking-fennec 2011-03-14 12:45:44 -04:00
Mitchell Field
a7b458884e Merge mozilla-central to build-system. 2011-03-11 11:05:04 +11:00
Kyle Huey
ee2b740dd2 Merge m-c to bs. 2011-03-04 23:54:03 -05:00
Brian Crowder
83a619bb3a Bug 634555: sync with the Gecko event queue at the end of onTextChanged, r=mwu,blassey, a=blocking-fennec:2.0,blassey 2011-03-02 12:23:02 -05:00
Brad Lassey
e25792ca13 bug 637559 - Add logging to Android Bridge, move HideProgressDialogOnce after check r=dougt a=2.0+ 2011-03-02 10:50:25 -05:00
Marco Bonardo
f45060ffe2 Bug 603793 - D3D9 followup - Popup menu disappears when using Aero basic on a secondary monitor.
r=bas,roc a=roc
2011-03-02 12:53:55 +01:00
joe@drew.ca
05e4070c99 Bug 636870 - Using webgl on optimus hardware causes instant crash [part2] (r=jmuizelaar, a=blocker). 2011-03-01 17:01:17 -08:00
Doug Turner
b0af3678bb Bug 637915 - nsJNIString is leaky with zero length strings. r=mwu, a=blocking-fennec
--HG--
extra : rebase_source : 6c1ce49e2ae4bdfeb5c145d0d724c96471eae8e8
2011-03-01 16:03:38 -08:00
Benoit Jacob
ba83f73b10 Bug 636611 - Block WebGL on Mac OS X 10.5 (not on 10.6) - r=jrmuizel, a=joe 2011-03-01 17:25:22 -05:00
Steven Michaud
e5b24adc59 Bug 627649 - [Mac] Some events incorrectly passed to a plugin that occur over the plugin. r=roc,josh a=blocking2.0final+ 2011-03-01 15:15:23 -06:00
Brian Crowder
c3286ccfb5 Bug 636903 - reduces ALOG noise while debug. android only. r/a=dougt
--HG--
extra : rebase_source : b2ae41c9fffaaa8f5a5222f7f0f156a21f51966c
2011-02-25 16:31:00 -08:00
Jeremias Bosch
5190e6049c Bug 630186 - Ensure Rotation functionality in Qt Port after removing meegotouch. r=wolfiR,mitchell.field a=approval2.0 2011-03-15 21:41:53 -07:00
Oleg Romashin
c222b76d8c Bug 641591 - Touch start point not mapped correctly to qt widget transformation r=wolfiR a=npodb
--HG--
extra : rebase_source : ddb7103a70205c11727d688be2be9ad110d19155
2011-03-15 13:30:34 -07:00
Oleg Romashin
b1b63e548d Bug 641263 - Pinch zooming state not canceled properly in some cases. r=wolfiR a=npodb
--HG--
extra : rebase_source : 292d330eefc55cfce1c78516c51ace307e80dbe7
2011-03-15 13:30:34 -07:00
Florian Haenel
4b3076426a Bug 640615 - Remove unwanted inward sunken frame r=wolfiR a=npodb
--HG--
extra : rebase_source : 30c60ed3d1be6616eb5cd3b7511d6cbb61066326
2011-03-15 13:30:34 -07:00
Doug Turner
f28267f526 Bug 637559 - Add logging to Android Bridge. r=blassey a=blassey 2011-02-28 20:25:11 -08:00
Brad Lassey
3327bb204e bug 636666 - paste option doesn't appear in context menu for text boxes in content on android r=dougt a=blocking-fennec 2011-03-01 00:36:43 -05:00
Brad Lassey
0379152ea0 bug 635814 - add shellName and shellVersion to nsSystemInfo r=dougt a=2.0+ 2011-02-28 11:32:05 -05:00
Masayuki Nakano
f0646f10d8 Bug 636131 iBus freezes when it retrieves surrounding text and if the caret is at end of line r=karlt, a=blocking2.0 2011-02-28 15:00:41 +09:00
Brad Lassey
9c99714ac8 bug 635342 - The word "Loading" on startup is not translated into any languages r=dougt a=blocking-fennec 2011-02-27 10:50:56 -05:00
Felipe Gomes
cd0d964baa Bug 636143. Window is not sized correctly after minizing and restoring when launched in fullscreen mode. r=jimm a=beltzner 2011-02-25 13:29:41 -08:00
Benoit Jacob
0fe630f2fd Bug 619773 - WebGL: Crash with blue screen : "NMI: Parity Check / Memory Parity Error" with ATI - r=jrmuizel, a=blocking2.0 2011-02-24 17:17:34 -05:00
Marco Bonardo
cba4f1a541 Bug 635475 - nsIdleServiceDaily contructor can cause pointer corruption.
r=sdwilsh a=bsmedberg
2011-02-24 14:03:59 +01:00
Oleg Romashin
e2607da0c1 Bug 636008 - [Maemo6] Fennec crashes on startup, with Xlib error. r=wolfiR a=npotb
--HG--
extra : rebase_source : 8055f0cd4e1c51f2a8372adaf96e4fce701cc960
2011-02-23 09:39:00 -08:00
Chris Jones
c39a2dab70 Bug 631119: Don't let fake popup widgets interfere with IME state. r=roc a=a 2011-02-23 11:45:09 -06:00
Brad Lassey
945901d981 bug 624900 - '.com' portion of email address disappears when spanning to password field on facebook.com r=cjones a=blocking-fennec 2011-02-23 11:21:07 -05:00
Timothy Nikkel
85b9a80fea Backout 273cb783edac (bug 627628) for causing bug 635465. a=backout 2011-02-22 13:44:30 -06:00
Brad Lassey
33ec72ba9d bug 638523 - Save Image saves htm, not the image r=dougt a=blocking-fennec 2011-03-08 00:45:43 -05:00
Joe Drew
ed5bf67276 Bug 627656 - Rather than creating a new texture for the resizer every draw and then deleting it once we're done, create a texture once on our first draw, then hold on to it until our widget is deleted. r=jrmuizel,mattwoodrow a=jrmuizel 2011-02-19 17:23:02 -05:00
Joe Drew
1256cdb95c Bug 627656 - Move the implementation of DrawOver to nsChildView, because that's the widget on which we create our OpenGL view, and it's therefore easier to reason about texture lifetimes with that. r=jrmuizel,mattwoodrow a=jrmuizel 2011-02-19 17:22:12 -05:00
Josh Aas
e5c146a407 Bug 634387 - "[Mac] Firefox 4.0b12pre crash in mozilla::plugins::PPluginInstanceChild::FatalError [@ mozalloc_abort | NS_DebugBreak_P] opening a tab with Cmd-T while a Flash video has focus (youtube)" [r=smichaud, a=hardblocker] 2011-02-19 00:24:00 -08:00
Bas Schouten
0eed342711 Bug 603793: Switch off drop shadows under some conditions. r=roc a=blocking-final 2011-02-19 03:49:11 +00:00
Karl Tomlinson
8fa88baaeb b=624425 Initialize gtk2drawing before using moz_gtk_get_scrollbar_widget() for eMetric_ScrollArrowStyle r+a=roc
--HG--
extra : transplant_source : %9C%92%1A%19%CF8%14%EA%D6%DE%E5%85%84%1C%C6%A5%11%B7%9B%7F
2011-02-17 12:01:51 +13:00
Karl Tomlinson
ae6d4b6b2f b=407633 ensure to remove widget grabs from CaptureRollupEvents even when a drag has since started r=kinetik a=roc
--HG--
extra : transplant_source : %D7%A8w%B8%A1%80%19_%F1e%A3%DC%85j%1FQ%25%2C%06%5B
2011-02-17 09:10:54 +13:00
Karl Tomlinson
8b071c4266 b=545429 remove unused GrabKeyboard and related r=roc a=dietrich
--HG--
extra : transplant_source : AFI-%EE%98%A5%CC%19%835%B5%26%94lW%CCR0%FD
2011-02-17 09:10:16 +13:00
Hiroyuki Ikezoe
6862a1cff9 b=545429 remove problematic GrabKeyboard from CaptureRollupEvents r=karlt a=dietrich
--HG--
extra : transplant_source : %092%96SB%5BUM%EAV5g%D7W%E0b%BD%A0%E4%B3
2011-02-17 09:09:39 +13:00
Timothy Nikkel
ad340d3061 Bug 629891. Report tooltips as opaque if theming of them is not supported so they get subpixel AA. r=roc a=joe 2011-02-15 16:01:25 -06:00
Jim Mathies
2adbd0e06c Bug 629860 - Fix for repaint issues when closing-reopening-restoring from full screen mode. r=vlad, a=final. 2011-02-15 15:31:34 -06:00
Jacek Caban
721991561f Bug 633820 - nsCrashOnException.cpp compilation fails to compile on mingw r=ehsan a=benjamin 2011-02-15 12:30:58 +00:00
Michael Wu
f64b4d3fcd Bug 591307 - Hardware and soft keyboard stop working after displaying a dialog in a new window. r=dougt a=blocking-fennec
--HG--
extra : rebase_source : c6ff6fcfa62f780a98f442abce37596882151a90
2011-02-14 17:01:01 -08:00
Felipe Gomes
e4d75164b1 Backout crash fix attempt 019e47cc11e2 as it was uneffective. a=backout 2011-02-12 19:48:41 -08:00
Cameron McCormack ext:(%2C%20Ehsan%20Akhgari%20%3Cehsan%40mozilla.com%3E)
e3dbcbd136 Bug 593372 - Part 4: Work around the Elantech v8 driver's erroneous message timestamps for zoom gestures r=jmathies a=blocking-betaN 2011-02-11 20:56:13 -05:00
Cameron McCormack
083502fa24 Bug 593372 - Part 3: Always process mouse and keyboard events in the right order. r=jmathies a=blocking-betaN 2011-02-11 20:56:12 -05:00
Cameron McCormack ext:(%2C%20Ehsan%20Akhgari%20%3Cehsan%40mozilla.com%3E)
d8e2f9eb94 Bug 593372 - Part 2: Ensure that Elantech driver helper window doesn't prevent zoom gestures from working r=jmathies a=blocking-betaN 2011-01-27 19:54:30 +13:00
Cameron McCormack ext:(%2C%20Ehsan%20Akhgari%20%3Cehsan%40mozilla.com%3E)
a6413ebb33 Bug 593372 - Part 1: Add a hack for the Elantech touchpad so that three-finger swipe left/right performs a browser back/forward action instead of page up/down r=jmathies a=blocking-betaN 2011-01-25 10:38:41 +13:00
Ehsan Akhgari
a6d6b2b419 Bug 589495 - Win32 native exceptions (which could be crashes) on WoW64 are not fatal; r=bsmedberg a=blocking-betaN 2011-02-11 20:56:11 -05:00
Brian Crowder
ec5aee9ee2 Bug 633533: fix warnings in android/nsAppShell.cpp, r=blassey, a=blassey 2011-02-11 09:27:17 -08:00
Mehdi Mulani
a5bb880061 Bug 630276 - Closing full-screen windows does not restore menubar/dock on Mac. r=joshaas,mstange a=blocking2.0 2011-02-09 13:27:24 -08:00
Timothy Nikkel
3ab8e0f4f2 Bug 624452. Report the menu background as opaque if theming of it is not supported so it gets subpixel AA. r=roc a=blocking 2011-02-10 15:15:51 -06:00
Josh Aas
cf0327e638 Bug 641927: Fix a large number of compiler warnings in Mac OS X code. r=benwa,bsmedberg 2011-03-23 11:46:57 -07:00
Doug Turner
3a3e07ec3c Bug 636344 - Android Geolocation provider does not provide geocoded civic addresses. r=blassey 2011-03-17 00:03:11 -07:00
Josh Aas
e2dffb6660 Bug 556873: Fix bugs in our secure input implementation for Mac OS X. More reliably enable and disable secure input mode. r=masayuki a=jst 2011-02-09 14:00:58 -05:00
Jim Mathies
58e86733e6 Bug 594821 - Sync update top level windows when they are first shown. r=roc, a=final. 2011-02-09 16:37:58 -06:00
Jeff Muizelaar
5581191c8d Bug 632611. Record failures in crash reports. r=ehsan,a=me
--HG--
extra : rebase_source : ab181172ca28a3c750754147f87366dc2d28d126
2011-02-09 10:32:24 -05:00
Jeff Muizelaar
0c1bf6ec9d Bug 626994. Improve debug logging. r=ehsan,a=b
This fixes the type problem and adds a bit more debugging info.

--HG--
extra : rebase_source : 01f96675c523a2329c337262c6e8533940c85964
2011-02-09 10:32:13 -05:00
Alon Zakai
5eea332ea1 Bug 610670 - Reuse a single puppet widget. r=bz,cjones a=blocking-fennec 2011-02-09 12:13:18 -08:00
Jim Mathies
b173b5212d Backing out Elantech patches (bug 593372) because they broke scroll wheel functionality. a=backout 2011-02-08 23:05:43 -06:00
Ehsan Akhgari
d4aec5d711 Bug 593372 - Part 4: Work around the Elantech v8 driver's erroneous message timestamps for zoom gestures (v2.1) r=jmathies a=blocking-final 2011-02-08 18:07:00 -05:00
Ehsan Akhgari
ba420cb4d7 Bug 593372 - Part 3: Always process mouse and keyboard events in the right order. r=:jimm 2011-02-08 18:06:49 -05:00
Cameron McCormack
930c52d389 Bug 593372 - Part 2: Ensure that Elantech driver helper window doesn't prevent zoom gestures from working (v2.1) r=jmathies a=blocking-final 2011-01-27 19:54:30 +13:00
Cameron McCormack
e740aaad92 Bug 593372 - Part 1: Add a hack for the Elantech touchpad so that three-finger swipe left/right performs a browser back/forward action instead of page up/down (v2.2) r=jmathies a=blocking-final 2011-01-25 10:38:41 +13:00
Markus Stange
620328aa26 Bug 631339 - Disable OpenGL acceleration for popup windows in order to avoid the intense flashing on opening that started with the workaround for bug 603134. r=josh, a=blocking2.0:final+
--HG--
extra : rebase_source : 910274213c24c0d2a31e038539610328ad280e82
2011-02-08 13:42:06 +01:00
Rich Walsh
d6ca3fa89a Bug 561273 - [OS/2] Window Position Bugs r=wuno a=NPOTB 2011-02-08 13:34:02 +00:00
Felipe Gomes
29806e9d19 Bug 616793. Fullscreen toolbars fail to show on mouseover after browser window is minimized and restored. r=jimm a=blocking-final 2011-02-07 17:52:08 -08:00
Jeff Muizelaar
2a98a14011 Bug 617028. Add support for logging graphics failures. r=joe
We want to keep track of failures of things we expect to work.
These are situations where we can do better than crashing
but things are still pretty bad and the user experience
will be degraded.
2011-02-07 14:44:48 -05:00
Jim Mathies
e82b0d5b18 Backout bug 613037 r=Dao, a=backout. 2011-02-07 07:30:07 -06:00
Jim Mathies
70c10284d0 Bug 613037 - add common windows themes to default themes list. r=neil, a=2.0. 2011-02-05 14:22:08 -06:00
Jim Mathies
4af95fed03 Bug 629709 - White line of highlight pixels appears above navigation toolbar if the window is maximized; r=roc a=gavin 2011-02-04 14:52:03 -05:00
Mitchell Field
1592ff67f7 Merge mozilla-central to build-system. 2011-03-03 20:13:35 +11:00
Mitchell Field
b6976ca587 Merge mozilla-central to build-system. 2011-03-02 20:38:54 +11:00
Mitchell Field
dd61bc4257 Merge mozilla-central to build-system. 2011-02-28 18:28:40 +11:00
Kyle Huey
7d56189a13 Merge m-c to bs. 2011-02-25 15:23:05 -05:00
Mitchell Field
cac949ea6d Merge mozilla-central to build-system. 2011-02-23 00:01:54 +11:00
Mitchell Field
2e8a7d546f Bug 627277 - Remove (broken) BeOS support. r=biesi,dwitte,gavin,joe,jorendorff,josh,khuey,mfinkle,neil,Pike,roc,shaver,smontagu,taras 2011-02-20 06:10:24 +11:00
Ehsan Akhgari
c07c875d05 Backout all of the bugs in the 7e12e3e16e6c pushlog because of the orange.
It is not clear which one of these bugs is at fault.
2011-02-04 16:34:02 -05:00
Jim Mathies
b7e0e3cf45 Bug 629709 - White line of highlight pixels appears above navigation toolbar if the window is maximized; r=roc a=gavin
--HG--
extra : rebase_source : 404797e298215ff4021a32e2f41bb8d6c7884dce
2011-02-04 14:52:03 -05:00
Mounir Lamouri
5ae90e4e44 Bug 627328 - ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error' when changing a personas. r=bz a=blocking-final 2011-02-04 13:59:33 +01:00
Felipe Gomes
3cce75a6a4 Bug 556524. Check for nsWindow existence before creating taskbar preview. r=roc a=blocker 2011-02-03 16:47:23 -08:00
Florian Hanel
c1825cc564 Bug 631170 - mouse hover broken in Qt build r=romaxa a=npodb 2011-02-03 23:27:01 +02:00
Joe Drew
b7fac673c5 Bug 603134 - Sometimes windows on OS X don't refresh until you move them. r=jrmuizel,josh a=b
OS X has a bug that causes new OpenGL-using windows to only draw once or twice
after some amount of uptime. However, if you move those windows, they will
redraw happily for a very long time (perhaps forever). We can similarly
convince OS X to start redrawing those windows by disassociating our view from
the OpenGL context, then reassociating it, on our first draw.
2011-02-03 16:12:33 -05:00
Joe Drew
2f6bab84e3 Bug 629016 - Don't enable OpenGL on 10.6.x where x < 3, because updating subrects of textures sometimes puts the updated content in the wrong place on those OSes. r=jrmuizel,josh a=b 2011-02-03 16:12:33 -05:00
Tatiana Meshkova
b4079e2e86 Bug 630635 - [@~nsFilePicker] crashes on close r=romaxa a=npodb
--HG--
extra : rebase_source : f477a425c246df0941192b6768375b11b9cb3637
2011-02-03 08:32:08 +02:00
Tatiana Meshkova
fa5741b07a Bug 627067 - Dialogs are broken in qt desktop r=romaxa a=npotb
* * *
Bug 627067. Part 2: Qt topLevel move support

--HG--
extra : rebase_source : 2a3e350e9bd332231fab12dcb781b65f0b0a6a86
2011-02-03 08:31:43 +02:00
Jeremias Bosch
43d8ca0e70 Bug 626595 - Make it possible to build maemo 6 platform version without meegotouch r=romaxa,ted.mielczarek a=approval2.0
--HG--
extra : rebase_source : 435438ae2c39833353a958ba2770f0e44439d7bc
2011-02-03 08:31:36 +02:00
Doug Turner
bba386c412 Bug 630595 - Followup. Do not need a dash before the option. Removing unused memory watcher. r=blassey, a=blocking-fennec 2011-02-02 01:00:34 -08:00
Doug Turner
15243e9f99 Bug 630595. Backing out 37e4ab3abc44. r=blassey. a=blocking-fennec 2011-02-01 22:34:12 -08:00
Doug Turner
d987e58396 Bug 630595. Backing out f05874a6bac5. r=blassey. a=blocking-fennec 2011-02-01 22:30:09 -08:00
Jeff Muizelaar
b9df73a94f Bug 626994. Add debugging for infinite recursion in spline flattening. r=ehsan,a=b
Hopefully this gives us some idea about what's going wrong.

--HG--
extra : rebase_source : 05ebbe86f38ec73c4bd5c475f8a6ba930e61d316
2011-02-01 17:49:29 -05:00
Kyle Huey
cbaa890280 Bug 630444. Remove LSP annotations. r=ted
The notes are cut off before anything interesting, so they're not as useful
as they could be. They also prevent other useful notes from appearing.

--HG--
extra : rebase_source : e5c8f6c9d0e090665ddf4be3c5037f65bac716b1
2011-02-01 13:54:51 -05:00
Jeff Muizelaar
e2cfb4a7f0 Bug 626994. Try to detect and report Cisco VPN usage. r=ehsan,a=b
This should help us filter out crashes that caused by the Cisco VPN software

--HG--
extra : rebase_source : c2f68c017e3ab97e5f3b5bc8d0e196e6d80b5663
2011-02-01 11:30:25 -05:00
Ms2ger
43b3692a14 Bug 629309 - Fix unmatched enum warning in nsDeviceContextSpecGTK::GetSurfaceForPrinter; r=roc a=joe 2011-02-01 11:16:46 +01:00
Doug Turner
48ac7950dd Bug 629432 - [Nexus S] Opening planet.mozilla.org frequently hangs the phone. Make it only work run on the Nexus S. r=blassey a=blocking-fennec
--HG--
extra : rebase_source : b7c956e634f242ec76710dd99d3c3b8038c21fec
2011-01-31 12:36:30 -08:00
Doug Turner
30e8b6fa2d Bug 629432 - [Nexus S] Opening planet.mozilla.org frequently hangs the phone r=blassey a=blocking-fennec
--HG--
extra : rebase_source : 4055ee591d484404b6e7def7feb4147eff3fba8c
2011-01-28 21:40:23 -08:00
Benoit Jacob
144c95b494 Bug 623338 - map Windows 2003 to Windows XP for the graphics blacklist - r=joe, a=blocking2.0 2011-01-31 20:58:24 -05:00
Benoit Jacob
4f4de38b46 Bug 612007 - Blocklist D3D9 layers on nvidia 6200 TC due to glitches when scrolling - r=joe, a=blocking2.0 2011-01-31 20:58:17 -05:00
Mark Finkle
0d2c2afda5 Backout af70cc3963ac (Bug 629432) [r=me a=fennec-should-load-pages] 2011-01-31 11:42:13 -05:00
John Daggett
0e22df104f Bug 629611. Add font cache size info to about:support. r=bas,joedrew a=joedrew 2011-01-31 11:15:12 +09:00
Benoit Jacob
986aac74d1 Bug 623338 - NVIDIA drivers use different internal version numbers on WinXP than they do on newer Windows versions, as a result in today's nightly they were accidentally blacklisted - r+a=trust-me-we-want-this-in 2011-01-30 18:10:44 -05:00
Doug Turner
9e578f622b Bug 629432 - [Nexus S] Opening planet.mozilla.org frequently hangs the phone r=blassey a=blocking-fennec
--HG--
extra : rebase_source : 59e0d3124e96368f9a0be2ca46ac291bed8d199e
2011-01-28 21:40:23 -08:00
Benoit Jacob
8f45fa1efa Bug 629952 - whitelist the fake vendor IDs used by the GfxInfo xpschell tests - r+a=bustage 2011-01-30 00:10:40 -05:00
Benoit Jacob
74eaf50897 Bug 623338 - only whitelist Intel, NVIDIA, ATI - r=joe, a=blocking2.0 2011-01-28 21:12:25 -05:00
Benoit Jacob
a13519aa4e Bug 623338 - Block old drivers for ATI & NVIDIA (older than June 2010) - r=joe, a=blocking2.0 2011-01-28 21:12:25 -05:00
Jeremias Bosch
f62fa1497e Bug 609843 - Improve usage of Meego Input Method. - Minimal Meego/Qt Fixes. r=romaxa a=npodb
--HG--
extra : rebase_source : 918818312e33e1fe9bbb3c5b9e86a660b1bd3dc6
2011-01-28 13:00:31 +02:00
Jeremias Bosch
6f40a2e2cb Bug 609843 - Make Fn key working. r=romaxa a=npodb
--HG--
extra : rebase_source : a110ba960f5110706ee7f78a8c1f6b2bbf4aecf8
2011-01-26 11:01:01 +02:00
Benoit Jacob
d86dfc6c52 merge backout, r+a=bustage 2011-01-28 22:33:01 -05:00
Benoit Jacob
61a639ebd2 Backed out changeset 6eb16f7e331d 2011-01-28 22:32:10 -05:00
Benoit Jacob
fcaf8b4423 merge 2 backouts 2011-01-28 22:03:33 -05:00
Benoit Jacob
f2f9a79164 Backed out changeset faa8b3f0c677 2011-01-28 22:02:25 -05:00
Benoit Jacob
e0375fba6c Bug 623338 - only whitelist Intel, NVIDIA, ATI - r=joe, a=blocking2.0 2011-01-28 21:12:25 -05:00
Benoit Jacob
48a0ed5abd Bug 623338 - Block old drivers for ATI & NVIDIA (older than June 2010) - r=joe, a=blocking2.0 2011-01-28 21:12:25 -05:00
Josh Aas
4739ad06dd Bug 613710: Fix handling of cmd-. keyboard equivalent, don't let Mac OS X convert it to a cancelOperation: action. r=smichaud a=blocking2.0final+ 2011-01-28 09:11:29 -05:00
Jacek Caban
d70ca40282 Bug 627693 - GfxInfo.cpp fails to compile on mingw after landing bug 590373 r=bjacob a=dbaron 2011-01-28 10:35:40 +00:00
Jacek Caban
2b29e3f09d Bug 611986 - nsWindow.cpp compilation failure on mingw after landing bug 586228 r=roc a=dbaron 2011-01-28 10:33:47 +00:00
Jacek Caban
c2237b787a Bug 626049 - mingw build crashes in [@ EnumAllChildWindProc] r=bas.schouten a=dbaron 2011-01-28 10:31:26 +00:00
Patrick Walton
afa835be2e Bug 629334 - Back out changeset 84ed248b728d (ignore native events when in event tracking mode on Mac) due to menu bar weirdness. r=backout a=backout 2011-01-27 15:27:39 -08:00
Jim Mathies
aef5c2725d Bug 622328 - Fixup widget's UpdateTransparentRegion now that layout's transparent region includes all content. r=roc, a=blocking. 2011-01-27 16:58:58 -06:00
Jim Mathies
285a268889 Bug 622328 - Limit glass margin adjustments to kGlassMarginAdjustment for frames that hold opaque content. r=roc, a=blocking. 2011-01-27 16:58:55 -06:00
Jim Mathies
99ac944d10 Bug 590453 - Set the theme background for sliders to opaque, fixes a redraw issue. r=roc, a=final. 2011-01-27 13:10:52 -08:00
Markus Stange
6ed9995de5 Merge backout. 2011-01-27 07:58:10 +01:00
Markus Stange
331123453c Backed out changeset f948c56cb86f (bug 562138 part 2) because it depends on changeset 44c42d8b8d08 which is going to be backed out. 2011-01-27 07:54:58 +01:00
Karl Tomlinson
621b4374e2 b=495343 reimplement periodic dragover events such that the source expects feedback from the destination r+a=roc
--HG--
extra : transplant_source : %5D%2C%F8%7E%14%EA8%D6%B4W%92%18%C2%D1%C4%3A9%B0i%EE
2011-01-27 14:58:55 +13:00
Karl Tomlinson
b2d72b9a2e b=495343 remove problematic periodic drag events r+a=roc
--HG--
extra : transplant_source : Qd%7BV%99%F3%A4%3A%C8%7D%EF%3C%C7G%C3%E7%B1%1BO%F2
2011-01-27 14:58:49 +13:00
Markus Stange
137a17783f Bug 562138 - Paint popup widgets synchronously when showing them by making the window's content view visible earlier. r=josh, a=final 2011-01-18 08:24:19 +01:00
Oleg Romashin
11498cd6a4 Bug 625671 - Enable Hardware acceleration by default on Maemo6 fennec r=doug.turner a=approval2.0 2011-01-17 21:07:42 +02:00
Masayuki Nakano
179444f1fc Bug 610821 part.5 Use nsRefPtr rather than nsCOMPtr for concrete class r=neil, a=johnath 2011-01-18 12:07:29 +09:00
Robert O'Callahan
d9c1d294fc Bug 623852. gfxContext::PushGroupAndCopyBackground should not try to copy the background if the underlying surface cannot be used as a source. r=mstange,a=blocking 2011-01-15 22:40:33 +13:00
Matt Brubeck
ed826a61fd Bug 625792 - nsScreenAndroid::GetRect should use screen dimensions, not window size. r=mwu,blassey a=blocking-fennec 2011-01-14 12:36:19 -08:00
Chris Jones
5070261880 Bug 620658: Dispatch WILL_PAINT before PAINT to allow scripts etc. to run, which may change the window bounds. r=karl sr=roc a=b 2011-01-26 00:26:37 -06:00
Steven Michaud
bf1036c795 Bug 550392 - "Assertion failure in -[NSNextStepFrame lockFocus]" (NSInternalInconsistencyException) r=josh,roc a=josh 2011-01-25 15:21:35 -06:00
Brad Lassey
61335bbb83 bug 624227 - Fennec crash in nsAString_internal::Assign [@ libc.so@0xf204 ][@ libc.so@0xf1e4 ][@ libc.so@0xf474 ][@ libc.so@0xf2d4 ][@ libc.so@0xf484 ][@ libc.so@0xf2b4 ][@ libc.so@0xf518 ] r=dougt a=blocking-fennec
--HG--
extra : rebase_source : 3cda68adb575bf278b44218f332582cf770b27d8
2011-01-25 13:51:29 -05:00
Kevin Gadd
2229c6e2a3 bug 627628 - Throttle the dispatching of starved paints so that time is allowed for the processing of input events between each starved paint. This helps maintain responsiveness in cases where input events are being generated very rapidly or where painting is extremely expensive. r=roc a=roc 2011-01-25 12:50:57 -06:00
Ehsan Akhgari
e6d5cd1a56 Bug 579374 - Clear cached resources for GTK windows when we hide/destroy them; r=roc a=blocking-final+
This fixes tooltip border rendering problems on Linux.
2011-01-21 16:45:23 -05:00
Daniel Holbert
442d72cce3 Bug 608818: trivial followup to fix constructor init list order & build warning. r=dougt a=dougt 2011-01-24 10:32:34 -08:00
Tetsuro Kato
34bcbfc202 Bug 600280. Use Setup API instead of the registry directly to get device information. r=jrmuizel,a=joe
This fixes driver version and date being empty or null for some graphic cards under Windows 2000/XP
2011-01-24 10:05:59 -05:00
Neil Deakin
37e9f0ef29 Bug 626157, drag and drop disabled when a plugin is open in another tab, r=karlt,a=roc 2011-01-24 09:50:52 -05:00
Jim Mathies
d9e7ccb885 Bug 618420 - increase the size of the lower border resizer area on windows. r=felipe, a=final. 2011-01-21 15:22:49 -06:00
Patrick Walton
bb9a788df2 Bug 625454 - Ignore native events on Mac when the run loop is in event tracking mode. r=smichaud a=LegNeato 2011-01-21 15:19:46 -05:00
Mark Finkle
3b7b387891 Bug 627087 - Awesomescreen + Preferences Screens: jerky, text disappears (backout) [r=blassey a=b-f] 2011-01-21 13:14:03 -05:00
Josh Aas
239a2a4f95 Bug 610015: Implement updated Cocoa NPAPI text input spec. Part of this patch written by Steven Michaud. r=josh r=smichaud a=blocking2.0betaN+ 2011-01-20 20:08:11 -05:00
Joe Drew
1cae1aad11 Bug 583499 - Bustage fix #2. Include npapi.h so NP_NO_QUICKDRAW is defined. r=cjones on irc, a=bustage 2011-01-20 23:01:25 -05:00
Doug Turner
d886cf3236 Bug 624652 - Add memory watcher to reduce the chance of ooming on the Nexus S. r=mwu/cjones. a=blocking-fennec
--HG--
extra : rebase_source : faf23b65fe8b5c64080c1ee3f6d4794e8837097d
2011-01-19 22:14:12 -08:00
Benoit Jacob
07e8076642 Bug 590373 - Crash mainly at startup [@ _VEC_memzero] - r=jmuizelaar+joe, a=blocking2.0 2011-01-20 23:31:03 -05:00
Benoit Jacob
685cacd1f6 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
2bf8ae95f2 Bug 625160 - followup: Remove old allFeatures=-1 - r=joe, a=blocking2.0 2011-01-20 23:31:03 -05:00
Joe Drew
1418eea19a 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
abcd39489f 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