Serge Gautherie
2c2734e433
Bug 78388 - Fix uses of |new nsAutoString / nsCAutoString|; (Cv1a) <nsDataObj.cpp>; r=emaijala sr=mats.palmgren
2008-09-06 18:24:45 +02:00
Graeme McCutcheon
9d4bf7736b
Bug 451232 - Setting ui.* color pref to empty string or removing pref doesn't immediately reset color to default. r+sr=roc
2008-09-05 11:57:52 +02:00
Kai Liu
49b39b5574
Bug 433109 - Menu items suffer from vertical alignment problems on Windows, r=gavin,vlad
2008-09-04 20:20:18 -07:00
Steven Michaud
64c2ba5b69
Don't crash on Objective-C exceptions in hooked [NSWindow sendEvent:] method. b=442245 r=josh sr=roc
2008-09-04 11:08:30 -05:00
Mats Palmgren
cee1eb818f
Clamp window size to 32767px. b=451636 r+sr=vlad
2008-09-03 17:39:08 +02:00
Graeme McCutcheon
a812d2388d
Bug 451204 - Highlighted text is white on white text on a yellow background, difficult to read. r+sr=roc
2008-09-02 08:28:44 +02:00
Neil Deakin
9bf9bbd422
Bug 452083, drag and drop not working on Windows if effectAllowed isn't set, don't reuse the event for drops on Linux, causes the cancel flag to still be set from the previous event, r=smaug,sr=roc
2008-09-01 15:51:12 -04:00
Jason Orendorff
979242fda9
Bug 407216 - DOM quick stubs - faster paths for top N DOM methods (r+sr=jst, security r=mrbkap, build r=bsmedberg)
...
* * *
* * *
* * *
2008-08-19 21:38:24 -05:00
Ere Maijala
2d78d7a03d
Bug 212316 - Mozilla must handle WM_ENDSESSION message to cleanly unload in case of exiting or restarting windows, r=neil, sr=bsmedberg
2008-08-30 11:57:48 +03:00
Brian Crowder
d0e3b90beb
Bug 422792 - reduce narrow Windows API calls in widget, original patch by Brad Lassey <blassey@mozilla.com>, r=roc
2008-08-29 14:26:56 -07:00
Brian Crowder
6b9e4880ec
Backed out changeset 6b496b906af4, bug 422792
2008-08-29 13:37:23 -07:00
Brian Crowder
0cd62b63b9
Bug 422792 - reduce narrow Windows API calls in widget/, original patch by Brad Lassey <blassey@mozilla.com>, r=roc
2008-08-29 11:29:35 -07:00
Daniel Holbert
7ee9f18094
Bug 452438 - Null-check stored printer-name string before passing it to nsTSubstring::Equals(), to avoid triggering an assertion. r+sr=roc
2008-08-28 12:01:26 -07:00
Oleg Romashin
824e3963a4
Bug 452414 – Building of qtport drag service is broken after landing 356295. r+sr=roc
2008-08-28 20:55:40 +10:00
Peter Weilbacher
a0d81fe551
[OS/2] Bug 451346: implement nativehyperlinktext to get readable URLs in the location bar autocomplete, r=wuno@lsvw
...
Simply use blue color as OS/2 doesn't have a system property to query this kind of color.
2008-08-22 01:09:28 +03:00
Karl Tomlinson
d3afdf711b
remove dangling references from GdkWindows and add asserts, b=451341 r=roc
2008-08-28 14:04:06 +12:00
stefanh@inbox.com
28cb6d0dc9
Backing out bug 439354 (changesets a2709097171f and b54001303198) and the dependent bug 449833 (changeset 2b246e03252b) due to perf regressions on Leopard talos boxen.
2008-08-27 21:40:25 +02:00
Markus Stange
92af5a6689
Bug 449833 - Need a platform color for chrome background on Mac OS X. r=josh, sr=roc.
2008-08-27 18:07:36 +02:00
Markus Stange
7b14b4be8b
Bug 439354 - OS X toolbar background doesn't have a good gradient. Part 1 (widget). r=hwaara, sr=roc.
2008-08-27 17:45:24 +02:00
Neil Deakin
3bc01da920
Bug 356295. Implement HTML5 drag-drop. r=smaug,neil,sr=roc
2008-08-27 08:07:27 -04:00
Steven Michaud
2c8134bca7
Chrome test for bug 428405. b=428405 r=josh sr=roc
2008-08-26 12:08:34 -05:00
Markus Stange
df0d255fa3
Bug 432131: [10.4] Slight delay / flash / lag when window loses focus. r=josh, sr=roc
2008-08-26 13:41:23 +01:00
Josh Aas
7f8d4edd1f
Fix more comments and some whitespace issues.
2008-08-26 02:53:00 -04:00
Josh Aas
9b4bf37ea0
Fix more incorrect/outdated event handling comments.
2008-08-26 01:36:17 -04:00
Josh Aas
b6044c9223
remove nsIMouseListener interface. b=452118 r=smaug sr=roc
2008-08-25 20:02:26 -04:00
Boris Zbarsky
c0d734f153
Backed out changeset 6958399a2eb1 o try to fix failed mochitests on Windows and Linux
2008-08-25 11:08:28 -04:00
Neil Deakin
92b66a1337
Bug 356295. Implement HTML5 drag-drop API. r=smaug,sr=roc
2008-08-25 21:56:29 +12:00
Vladimir Vukicevic
ad2790300b
Backed out bug 313403. (merge)
2008-08-20 13:28:49 -07:00
Vladimir Vukicevic
38e4acb069
Backed out bug 313403. (changeset 4460de8869d8)
2008-08-20 13:28:15 -07:00
Dave Townsend
43645ba179
Backout of bug 52352 due to increased leaks on the unit testers
2008-08-20 13:59:41 +01:00
Dão Gottwald
f576ca9170
Merging backout of bug 451300
2008-08-20 10:21:36 +02:00
Dão Gottwald
70af685eb0
Backed out changeset 7f3879f42151
2008-08-20 10:18:18 +02:00
Serge Gautherie
d8e96ef6ef
Bug 52352 - Fix uses of 'new/static nsAutoString/nsCAutoString'
...
(Ev2) <os2/nsFilePicker.cpp>
r=mozilla@Weilbacher.org
2008-08-20 01:20:22 -05:00
Rob Arnold
bfd304795f
Bug 451300 - "Add Aero Glass to Ctrl-Tab" [r+ui-r=mconnor r=vlad]
2008-08-20 00:41:37 -05:00
Josh Aas
e649965e56
Don't stop plugins from loading just because they don't have a resource file. b=451234 r=smichaud sr=roc
2008-08-20 00:23:19 -04:00
Ere Maijala
ec840f08f3
Bug 313403 - "nsWindow::GetAttention should obey the system set FOREGROUNDFLASHCOUNT if aCycleCount = -1 (background dialogs flash in the taskbar forever, should only flash <user-specified> times)" [r=timeless sr=roc]
2008-08-19 23:08:50 -05:00
Joe Drew
e2cd680881
Bug 446675 - "Remove BeOS port of gfx" [r=vlad]
2008-08-19 22:45:02 -05:00
Jason Orendorff
fa48fad167
Backing out changeset cf6c811e1272 (bug 407216) due to debug assertions.
2008-08-19 22:28:26 -05:00
Jason Orendorff
f70c775843
Bug 407216 - DOM quick stubs - faster paths for top N DOM methods (r+sr=jst, security r=mrbkap, build r=bsmedberg)
...
* * *
* * *
2008-08-19 21:38:24 -05:00
Dave Camp
9e5be8fd4d
Merged backout of bug 356295.
2008-08-19 17:56:33 -07:00
Dave Camp
9434a19b68
Backed out changeset 30d900751ca9 to fix unit test orange (Bug 356295)
2008-08-19 17:55:30 -07:00
Dave Camp
ecfe509de8
Merge for backout of bug 261074.
2008-08-19 15:44:51 -07:00
Dave Camp
9c28d0b230
Backed out changeset c0f5a0af84dd to try to fix windows orange (Bug 261074).
2008-08-19 15:44:21 -07:00
Neil Deakin
9c0c4f8ec8
Bug 356295. Implement HTML5 drag-drop. r=smaug,sr=roc
2008-08-20 10:31:45 +12:00
Ere Maijala
d95fd2e3de
Bug 261074 - onFocus fires twice when window is restored (Windows-only) r=Neil sr=roc
2008-08-19 15:20:18 -04:00
arenevier@fdn.fr
2750b8694a
Bug 437047 - cannot paste data from other application if target is not text/plain or html
2008-08-19 14:28:24 -04:00
Vladimir Vukicevic ext:(%2C%20Karl%20Tomlinson%20%3Ckarlt%2B%40karlt.net%3E)
94e014face
Bug 449959: gfxGdkNativeRenderer: look for GdkDrawable on group target,
...
use default display for fallback. r=vlad/karlt
2008-08-19 15:22:42 +12:00
Benjamin Smedberg
086fd28b12
Backed out changeset 7a55d41f8ca2 due to build bustage:
...
c:/builds/slave/trunk_win2k3_hw/build/widget/src/windows/nsWindow.cpp(7353) : error C2446: '==' : no conversion from 'HWND' to 'HWND (__stdcall *)(void)'
There is no context in which this conversion is possible
c:/builds/slave/trunk_win2k3_hw/build/widget/src/windows/nsWindow.cpp(7353) : error C2040: '==' : 'HWND (__stdcall *)(void)' differs in levels of indirection from 'HWND'
2008-08-19 16:15:24 -04:00
Ere Maijala
58839ea603
Bug 313403 - nsWindow::GetAttention should obey the system set FOREGROUNDFLASHCOUNT if aCycleCount = -1, r=timeless sr=roc
2008-08-19 15:56:50 -04:00
Kai Liu
7321cc92e8
Allow theme CSS to distinguish between themed and non-themed in Windows - bug 431666 r=vlad r=dbaron
2008-08-18 10:33:08 -07:00