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

8193 Коммитов

Автор SHA1 Сообщение Дата
pavlov%pavlov.net ce19cdccaa thebes API cleanup. bug 368910. r/sr=vlad 2007-02-08 22:01:26 +00:00
pavlov%pavlov.net 0fd1403b8d thebes API cleanup. bug 368910. r/sr=vlad 2007-02-08 21:40:59 +00:00
pavlov%pavlov.net 4ded374e63 thebes API cleanup. bug 368910. r/sr=vlad 2007-02-08 21:18:08 +00:00
pavlov%pavlov.net a501d37bad thebes API cleanup. bug 368910. r/sr=vlad 2007-02-08 20:47:48 +00:00
joshmoz%gmail.com ab3937fbb0 Cocoa nsFilePicker. mm combines extensions without breaks when using AppendFilter twice. Original patch by Alex Vincent, cleanup by Josh. b=368285 r=smorgan sr=pinkerton 2007-02-08 19:01:22 +00:00
joshmoz%gmail.com 0473f3f6fd clean up comments and some other minor stuff. r=smorgan 2007-02-08 16:25:10 +00:00
sharparrow1%yahoo.com 76a64e5c22 Bug 177805: Fix the use of units in Gecko. r+sr=roc 2007-02-07 07:46:44 +00:00
vladimir%pobox.com 14811877e1 b=368852, cocoa native theme code needs to flush cairo clip before drawing, r=stuart 2007-01-31 18:43:34 +00:00
joshmoz%gmail.com 5f0963a71a use close button in dialogs in some cases. b=359192 r=cbarrett sr=pinkerton 2007-01-30 17:53:48 +00:00
cvshook%sicking.cc a39ff30284 Kill remainders of ns(XBL|HTML|XUL|Layout)Atoms. r/sr=jst b=368128 2007-01-30 00:06:41 +00:00
mozilla%weilbacher.org e499da9c63 [OS/2] Bug 333235: Get Thebes to work on OS/2. Required build additions and easy widget changes. r=mkaply 2007-01-28 22:20:21 +00:00
mnyromyr%tprac.de af531a5d9f Bug 367672: CSS 2 InfoBackground doesn't work properly; p=<stefanh@bluebottle.com>, r=joshmoz, sr=mikepinkerton 2007-01-27 15:23:33 +00:00
pavlov%pavlov.net 1be6448bbc Changing mac printing to use print manager instead of cups. bug 367433. r=vlad/cbarrett 2007-01-27 04:06:59 +00:00
pavlov%pavlov.net 9f5aaf4c93 stop exporting cairo headers from thebes headers. bug 368377. r=vlad 2007-01-27 01:59:57 +00:00
pavlov%pavlov.net fe05d3f5e4 stop exporting cairo headers from thebes headers. bug 368377. r=vlad 2007-01-27 01:26:49 +00:00
gijskruitbosch%gmail.com 6138557ecb Bug 366337 - implement nsIIdleService on Windows (second attempt)
r=emaijala@kolumbus.fi (Ere Maijala)
sr=neil@parkwaycc.co.uk (Neil Rashbrook)
2007-01-25 21:13:32 +00:00
joshmoz%gmail.com b0216b3452 stop referring to gecko as raptor, clean up formatting of key code tables. no bug. r=smorgan 2007-01-25 19:48:04 +00:00
joshmoz%gmail.com 663ee4f784 submenus shouldn't go off the screen. b=367260 r=cbarrett sr=pav 2007-01-25 19:19:48 +00:00
roc+%cs.cmu.edu 56cbba6387 Bug 361298. Don't allow overlarge custom cursors. r+sr=pavlov 2007-01-25 02:17:22 +00:00
joshmoz%gmail.com 9e1b69f33a Cancelling an onkeydown event doesn't cancel keypress with cocoa widgets. b=367528 r=cbarrett sr=pav 2007-01-24 22:49:55 +00:00
dbaron%dbaron.org 5bc31ece21 Back out previous fix for bug 330006 due to bug 367927. 2007-01-23 22:55:29 +00:00
dbaron%dbaron.org 16f07d7c9c Set time on more events. b=367927 r+sr=roc 2007-01-23 22:51:38 +00:00
sayrer%gmail.com 0a18ce6689 Bug 367548. Add global convenience methods to check the version of Mac OS X at runtime. Patch by Colin Barrett <cbarrett@mozilla.com>. r=josh, sr=stuart 2007-01-23 01:06:42 +00:00
jwatt%jwatt.org 7a0db89e68 add missing define. r=roc (no bug) 2007-01-22 23:51:15 +00:00
enndeakin%sympatico.ca 14d573cdfc Bug 364396, native theming for dropmarker in Cocoa, r=josh 2007-01-22 19:54:36 +00:00
joshmoz%gmail.com 525913688b stop apps from hanging for a while on shutdown. allow automated testing tools to work again. b=343033 r=mento 2007-01-19 19:21:00 +00:00
caillon%redhat.com 281df32ee0 Bug 367203
Starting with gtk 2.10.7, drags are canceled when the toolkit-private drag
widget is grab-shadowed by another gtk_grab_add call in the application. This is a
necessary fix to avoid "stuck drag" situations when a modal dialog pops up
while a drag is in progress.

Unfortunately, the mozilla dnd implementation does just that - it calls
gtk_grab_add in the nsDragService::GetTargetDragData method. This causes
drags of mesages from the message list to the folder tree in thunderbird
to fail with gtk 2.10.7.

Fortunately, the gtk_grab_add in nsDragService::GetTargetDragData doesn't
seem to have any real purpose - at least the nsDragService code doesn't
make any use of the grabbing, and just removing the grab_add/grab_remove
calls in that function makes dnd work again in thunderbird.

Patch by Matthias Clasen <mclasen@redhat.com>
r=caillon@redhat.com
sr=roc@ocallahan.org
2007-01-19 14:59:46 +00:00
joshmoz%gmail.com 9f6cc6083e use small scrollbars in HTML select controls. b=365243 r=smorgan sr=roc 2007-01-19 07:03:20 +00:00
gijskruitbosch%gmail.com 7ac7c45979 Backing out patch for bug 36637, too much red. Sorry. 2007-01-18 22:24:26 +00:00
gijskruitbosch%gmail.com fc63d4cca2 Backing out patch for bug 36637, too much red. Sorry. 2007-01-18 22:23:00 +00:00
gijskruitbosch%gmail.com 4d4c0fe7e7 Followup, Bug 366337 - forgot to remove XXX comment. Sorry.
r=emaijala@kolumbus.fi (Ere Maijala)
sr=neil@parkwaycc.co.uk (Neil Rashbrook)
2007-01-18 21:13:00 +00:00
gijskruitbosch%gmail.com 72240be4f3 Bug 366337 - implement nsIIdleService on Windows
r=emaijala@kolumbus.fi (Ere Maijala)
sr=neil@parkwaycc.co.uk (Neil Rashbrook)
2007-01-18 21:08:54 +00:00
joshmoz%gmail.com 94a29b0372 make sure all headers have an include guard, standardize include guards, remove some unnecessary includes, remove some unnecessary non-cairo code, standardize usage of #import vs. #includes, the rule is now to use #import for Apple frameworks and #include for everything else. b=367273 r=kreeger 2007-01-18 06:34:07 +00:00
dbaron%dbaron.org 5cf32c00bf Fake scrollbar allocation more effectively to trick ClearLooks into drawing correctly rounded buttons. b=336270 r+sr=roc 2007-01-17 05:17:46 +00:00
stuart.morgan%alumni.case.edu 29ed6ecfe7 Bug 301152: Don't corrupt Cocoa scrollbars that change during redraw. r=josh r=cl sr=smfr a=jay 2007-01-16 23:51:07 +00:00
joshmoz%gmail.com 45c571aa2e clean up comments and includes, part of general effort to clean up native look/feel code. no bug. r=bent 2007-01-16 22:43:05 +00:00
jst%mozilla.org 13e769d9b6 Fixing popup blocker bug 354973. r=mano@mozilla.com, sr=peterv@propagandism.org 2007-01-13 01:08:43 +00:00
joshmoz%gmail.com 5d473d4dc6 copy printing impl to cocoa widgets. change files to obj-c++. remove unnecessary header reference so we can build. remove all dependencies on carbon widget source dir. b=366732 r=cbarrett r=mano 2007-01-11 21:54:29 +00:00
wr%rosenauer.org 1e8204e5e5 Bug 366410 - ff/tb crashes when gtk settings are changed [@nsLookAndFeel::InitColors()], s+sr=roc 2007-01-11 09:26:47 +00:00
joshmoz%gmail.com 3461615994 remove some duplicate assignments. b=366519 r=kreeger 2007-01-10 05:43:13 +00:00
gavin%gavinsharp.com 0dc96b6048 Bug 361154 followup: make sure not to return an unitialized isFlatMenus, patch by Ryan Jones <bugs@ryan-jones.com>, r=ere, sr=roc 2007-01-09 19:57:32 +00:00
gijskruitbosch%gmail.com 6567e99059 Bug 343416 - implement nsIIdleService - API to get the last time user activity occurred on the system
r=roc@ocallahan.org (Robert O'Callahan)
sr=neil@parkwaycc.co.uk (Neil Rashbrook)
2007-01-08 18:13:16 +00:00
joshmoz%gmail.com 079662b5eb remove duplicate assignment. no bug, r=cl 2007-01-08 05:50:49 +00:00
joshmoz%gmail.com 1f06fe3380 Move nsNativeThemeCocoa.cpp to .mm so we have the option of using Obj-C/Cocoa. All Cocoa widget files should be .mm unless there is a good reason for it. no bug. r=mento 2007-01-05 21:12:56 +00:00
mozilla%weilbacher.org eaded0f8fd [OS/2] Bug 222509: report the correct DOM_VK constants so that JS apps work better, r=mkaply 2007-01-04 19:49:04 +00:00
gavin%gavinsharp.com dd302ff0ac Bug 361154: Drop support for pre-Win2k platforms from Win32 widgets, patch by Ryan Jones <bugs@ryan-jones.com>, r=ere, sr=roc 2007-01-04 18:43:26 +00:00
gavin%gavinsharp.com 534742c2cc Bug 342885: Session restore launches even when I haven't crashed, patch by Simon B�nzli <zeniko@gmail.com>, r=me, sr=neil 2007-01-04 18:00:32 +00:00
pkasting%google.com cb2d0d61f7 Bug 364831: Fix Firefox build w/Vista SDK.
Patch by craig.hawko@gmail.com
r=neil
2007-01-02 20:33:23 +00:00
joshmoz%gmail.com 0e0242a261 we need to include carbon and cocoa here, it works coincidentally without this though. no bug. r=smorgan 2006-12-27 23:07:21 +00:00
neil%parkwaycc.co.uk 1a49158efb Back out bug 350766's scrollbar metrics r+sr=roc 2006-12-23 23:32:09 +00:00
joshmoz%gmail.com a38027e8fe get rid of kTitleBarHeight constant in cocoa widgets. b=347965 r=mano sr=pinkerton 2006-12-23 20:25:51 +00:00
mozilla.mano%sent.com 425b7c9aef Bug 364661 - [cocoa] nsDragService::IsDataFlavorSupported should not throw for unsupported data flavors. r=josh, sr=pink. 2006-12-23 20:09:43 +00:00
gijskruitbosch%gmail.com 5cb6806ff0 Bug 361781 - nsIDomInternalWindow::GetAttention on GTK2 doesn't behave "right" in all cases. (Second try)
r+sr=roc@ocallahan.org (Robert O'Callahan)
2006-12-20 09:05:19 +00:00
joshmoz%gmail.com f6b613b4e7 remove unused quickdraw code. b=364415 r=cl 2006-12-20 03:41:43 +00:00
joshmoz%gmail.com c3f68dbe1c nsChildView comment, whitespace, and includes cleanup, no actual code changes. makes the file much easier to read. r=smorgan 2006-12-20 02:13:57 +00:00
bzbarsky%mit.edu 72054faca4 Remove the GetScrollBarDimensions API from device contexts. Bug 364345, r+sr=roc 2006-12-20 02:04:00 +00:00
joshmoz%gmail.com 06a47aa4d6 followup to menubarless dialog fix. sometimes during startup it is normal to not have a native application menu yet. b=355138 2006-12-19 22:54:14 +00:00
joshmoz%gmail.com ffc51bbca3 Remove non-cairo gfx support from cocoa widgets. This isn't going to work soon anyway, camino can't build without cairo already, and it is a lot of clutter. Carbon widgets will still build with non-cairo gfx. b=364379 r=smorgan r=mento sr=pinkerton 2006-12-19 20:47:53 +00:00
joshmoz%gmail.com a02ce87de5 fix menu bar for menubarless dialogs. b=355138 r=hwaara r=mento sr=pinkerton 2006-12-19 19:26:41 +00:00
gijskruitbosch%gmail.com 68f1cf3bb8 Bug 361781 - Backing out due to orange on older boxes. 2006-12-19 12:07:10 +00:00
gijskruitbosch%gmail.com 2fe5c58d8a Bug 361781 - try nullchecking lib to fix orange. 2006-12-19 11:46:37 +00:00
gijskruitbosch%gmail.com 5ef1e33b1b Bug 361781 - nsIDomInternalWindow::GetAttention on GTK2 behaves non-optimal
r+sr=roc@ocallahan.org (Robert O'Callahan, Novell)
2006-12-19 11:01:12 +00:00
mozilla.mano%sent.com d3f1ffa62a Bug 362578 - 'autocheck' doesn't work in cocoa widget menus. r=josh, sr=pinkerton. 2006-12-18 20:14:47 +00:00
joshmoz%gmail.com 2ae672b230 don't use quartz/qd font prefs under cairo. b=363501 r=mento r=smorgan 2006-12-18 19:50:14 +00:00
joshmoz%gmail.com d43630ba4c remove unused code from cocoa cursor code. b=363629 r=cbarrett r=smorgan 2006-12-15 17:32:16 +00:00
hwaara%gmail.com c23c2de4e3 Make sure disabled buttons never get the default button look. r=josh, sr=pavlov, b=362820 2006-12-13 21:37:34 +00:00
mozilla.mano%sent.com 23ec0eb290 Bug 360211 - text fields are transparent in cocoa-cairo builds. r=josh, sr=pavlov. 2006-12-13 21:13:42 +00:00
mozilla%weilbacher.org b9522fa7ee [OS/2] Bug 358296: fix crash when closing filepicker with the system menu, r=mkaply 2006-12-12 22:24:52 +00:00
joshmoz%gmail.com 196aba5515 When a top-level window's parent is destroyed, the parent should set the parent pointer on its children to null. We do this in the other Mac nsIWidget impls, someone just forgot to do it in cocoa top-level windows. b=362952 r=mano r=smorgan 2006-12-12 18:55:24 +00:00
joshmoz%gmail.com 6fc4e63f30 different approach for fixing 363002. b=363002 r=mento 2006-12-11 21:40:32 +00:00
gerv%gerv.net caae487a24 Bug 236613: change to MPL/LGPL/GPL tri-license. 2006-12-11 09:45:41 +00:00
joshmoz%gmail.com d90417e60a Some keys like arrow keys send double command events to NSView's performKeyEquivalent:, one for key up and one for key down. This doesn't make sense for us, so only handle key down command events. b=363005 r=cbarrett r=froodian r=cl 2006-12-11 05:31:33 +00:00
kjh-5727%comcast.net 8ef6d01e4d Bug 360485 - Factor out nsIDeviceContextSpecFactory. Part B: deleted files. r=pavlov, sr=roc. 2006-12-10 13:02:12 +00:00
kjh-5727%comcast.net c4eea82d93 Bug 360485 - OS/2 build bustage fix. Patch by Andy Williams <abwillis1@gmail.com>. 2006-12-10 12:47:13 +00:00
mozilla%weilbacher.org 4deb44606c [OS/2] Bug 351246: Load Mozilla into Highmem on OS/2. Part 1, changes to OS/2 only core code. r=abwillis1, sr=mkaply 2006-12-10 08:53:03 +00:00
kjh-5727%comcast.net 5f49ed61b9 Bug 360485 - Factor out nsIDeviceContextSpecFactory. Part 1: changed files. r=pavlov, sr=roc. 2006-12-09 17:18:56 +00:00
joshmoz%gmail.com ce3bf498d2 merge nsToolkit and nsToolkitBase in cocoa widgets. b=363117 r=mento sr=pinkerton 2006-12-08 08:29:46 +00:00
mats.palmgren%bredband.net 04d6967c4d Syncing with branch fix for bug 363054: Ctrl-Shift Keyboard Shortcuts broken (linux). r=zeniko sr=pavlov 2006-12-08 03:18:29 +00:00
joshmoz%gmail.com b37262ebab don't include nsMimeMapper.h in the cocoa drag service, it is unused and causes problems compiling trunk on 10.5. r=mento 2006-12-07 19:16:08 +00:00
smontagu%smontagu.org cc5c4bf596 Compiler bustage fix 2006-12-07 05:10:12 +00:00
joshmoz%gmail.com ac7175d07b copy nsLookAndFeel to cocoa dir so we don't depend on widget/mac, we can use cocoa, and our impl can diverge from mac widgets. remove cocoa ifdefs, de-tab files. b=362999 r=smorgan sr=pinkerton 2006-12-06 22:31:17 +00:00
mnyromyr%tprac.de 8bace7602b Bug 351108: Tooltips in OS X need to not be banana-yellow; p=<stefanh@bluebottle.com>, r=josh, sr=pinkerton - "too....much....free....time..." 2006-12-06 22:19:45 +00:00
smontagu%smontagu.org abc8374f34 Make alert notifications popup over the left end of the taskbar on right-to-left desktops. Bug 132733, r=ere, sr=neil 2006-12-06 20:52:09 +00:00
joshmoz%gmail.com eb8ce31513 fix "Some Cmd+Shift+letter shortcuts are broken". This is a big step towards fixing menuless dialogs as well. b=355817 r=mento sr=pinkerton 2006-12-06 17:04:13 +00:00
mkaply%us.ibm.com a5088e17e2 OS/2build break 2006-12-06 16:14:41 +00:00
joshmoz%gmail.com 82e851b011 (MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_3) is never true any more on trunk. r=smorgan 2006-12-06 00:14:47 +00:00
joshmoz%gmail.com 9b79590b09 Treat control-click on mac as a right click. b=362812 r=mano sr=pink 2006-12-05 18:38:17 +00:00
mats.palmgren%bredband.net 0ed0241be0 Fix regression from bug 286622. r=cbiesinger sr=dveditz 2006-12-04 23:47:34 +00:00
emaijala%kolumbus.fi ae0091f3b4 Fix for bug 362162: copy image to other app and crash on exit
r+sr=pavlov
2006-12-03 10:10:30 +00:00
stuart.morgan%alumni.case.edu 3cd18026cf Bug 362488: Copied images are byte-swapped on Intel. r=josh 2006-12-02 04:54:26 +00:00
Olli.Pettay%helsinki.fi 268521297c Trying to fix Thunderbird bustage, Bug 360731 2006-12-01 14:40:05 +00:00
Olli.Pettay%helsinki.fi 5c3a11f4f4 Bug 360731, Back and Forward buttons on mouse no longer work, also Bug 330938, r=emaijala, sr=roc 2006-12-01 11:09:53 +00:00
joshmoz%gmail.com 1b93ffb172 fix submenus in context menus on mac os x. b=350165 r=smorgan sr=pav 2006-11-30 05:39:40 +00:00
pavlov%pavlov.net 105a014990 fixing linux printing bustage 2006-11-30 02:12:03 +00:00
pavlov%pavlov.net c3a0763e5f don't implement nsIPrintingContext in cairo builds 2006-11-30 01:57:15 +00:00
pavlov%pavlov.net 9c613f0e7a missed file 2006-11-30 00:04:33 +00:00
pavlov%pavlov.net f0eb225e80 printing on linux bug 323928. r=vlad 2006-11-29 23:40:16 +00:00
joshmoz%gmail.com c7d84bb473 crashes clicking on menubar while popup displayed (OS X 10.3 only) [@ FadeMenuWindows]. cocoa widgets fix. b=351230 r=mento 2006-11-29 23:06:11 +00:00
joshmoz%gmail.com 941bfa8e75 Fix tabs on Mac OS X 10.3 under cairo.
Fix things so we don't depend on including local system headers. We should never do that because we should be using only sdk headers.

Remove a bunch of camino-specific hacks so they could compile. Everything should work for Camino now.

b=362014 r=smorgan sr=pinkerton
2006-11-28 23:07:13 +00:00
pavlov%pavlov.net 21165fdebb cocoa-cairo printing. bug 359124. r=vlad 2006-11-28 21:10:05 +00:00
mats.palmgren%bredband.net b0a2cbb089 Use the unshifted charCode when the Shift key and other modifiers are down (for accesskey handling). b=351310 r=zeniko sr=pavlov 2006-11-28 11:58:29 +00:00
stuart.morgan%alumni.case.edu bbb4e51415 Camino only - yet more hacking around bug 362014 to support all Camino's tinderbox configurations 2006-11-28 01:33:34 +00:00
joshmoz%gmail.com 2df6c792d2 crashes clicking on menubar while popup displayed (OS X 10.3 only) [@ FadeMenuWindows]. b=351230 r=mento sr=pav 2006-11-28 00:58:40 +00:00
pavlov%pavlov.net ee85b33908 bug 362015. r=vlad. makes us use a region for drawing to avoid painting too much. 2006-11-28 00:11:42 +00:00
stuart.morgan%alumni.case.edu b0e90c0c2c Camino only - more hacking around build failures caused by bug 362014 2006-11-28 00:03:43 +00:00
stuart.morgan%alumni.case.edu 14f11d794b Camino only - hack around build failures (see bug 362014). r=mento 2006-11-27 23:47:52 +00:00
joshmoz%gmail.com 5595314928 NS_NATIVE_GRAPHIC return value for mac top-level windows is nonsense. b=361439 r=hwaara sr=pinkerton 2006-11-27 18:08:30 +00:00
mats.palmgren%bredband.net f3f7cd3036 Use the unshifted charCode when the Shift key and other modifiers are down (for accesskey handling). p=zeniko b=351310 r=me 2006-11-24 02:10:50 +00:00
Olli.Pettay%helsinki.fi 202a84603b Bug 361376, Right click on an item in the Add-Ons dialog produces a context menu on the left hand side of the dialog, r=ere, sr=roc 2006-11-23 04:52:53 +00:00
joshmoz%gmail.com 357561e4da allow directory creation when saving files/attachments. patch by Hiro. b=360948 r=josh sr=pinkerton (re-landing) 2006-11-22 17:35:52 +00:00
joshmoz%gmail.com b1747c372d back out 360948, tree closed 2006-11-22 07:31:54 +00:00
joshmoz%gmail.com 03e776671c allow directory creation when saving files/attachments. patch by Hiro. b=360948 r=josh sr=pinkerton 2006-11-22 07:29:12 +00:00
pavlov%pavlov.net c568550d42 fixing cocoa-cairo plugins. bug 35732. 6r=vlad. 2006-11-22 00:48:57 +00:00
joshmoz%gmail.com 5b26f3bb1f handle horizontal scrollbar height metric in mac look and feel. b=360860 r=hwaara sr=pinkerton 2006-11-21 17:41:10 +00:00
mozilla%weilbacher.org 461f3baae0 [OS/2] Bug 342239: Fix startup problem when MOZ_NO_REMOTE is set, r/sr=mkaply 2006-11-20 22:20:51 +00:00
joshmoz%gmail.com c4c268e43b fix warnings, simple code cleanup. no bug. r=smorgan 2006-11-20 05:37:49 +00:00
emaijala%kolumbus.fi 5a964181db Additional fix for bug 324131: Include mouse button states in NS_MOUSE_EXIT
message.
r/sr=roc
2006-11-19 21:13:25 +00:00
hwaara%gmail.com f7c0b484be array of pending redraws may leak. r=smorgan, josh, b=360649 2006-11-19 13:59:46 +00:00
emaijala%kolumbus.fi 0f7f6f3502 Fix for bug 324131: Persisting tooltip on desktop after minimizing
r/sr=roc
2006-11-18 03:09:53 +00:00
hwaara%gmail.com 80dbde10e5 Make the "Choose application..." dialogs work on Cocoa. r=josh, b=356521 2006-11-17 22:25:06 +00:00
dougt%meer.net 37d9e7922d Vista - Sets the current process as dpi aware. r=vlad 2006-11-17 19:42:04 +00:00
hwaara%gmail.com 3c3b9dd92b "XUL menu only hilights items on mouseover the first time opened". r=josh, sr=pavlov, b=356528 2006-11-17 09:27:22 +00:00
Olli.Pettay%helsinki.fi c9ba81d50e Still trying to fix mac builds, bug Bug 354694 2006-11-17 00:02:49 +00:00
Olli.Pettay%helsinki.fi 3edc2849cb Trying to fix mac builds, bug Bug 354694 2006-11-16 23:34:09 +00:00
Olli.Pettay%helsinki.fi d212dd6b88 Trying to fix mac builds, bug Bug 354694 2006-11-16 23:30:54 +00:00
Olli.Pettay%helsinki.fi 8b6f4c022e Consolidate NS_MOUSE_***_UP/DOWN/CLICK/DBLCLICK events, r=jst,roc,josh,sergei_d,emaijala,mkaply 2006-11-16 21:35:39 +00:00
emaijala%kolumbus.fi 89ba4414d7 Patch for bug 359518: Gmail , |empty trash now| selects a lot of text before deleting the messages
r/sr=roc
2006-11-16 18:22:19 +00:00
mats.palmgren%bredband.net ed37e48bb9 Fix a crash related to the hidden window menu bar. Remove obsolete #ifdef XP_MAC. b=358607 r=josh 2006-11-16 03:25:55 +00:00
neil%parkwaycc.co.uk 418d4ae4e5 Fix for invalid active window assertion b=265383 r=ere sr=roc 2006-11-15 12:05:56 +00:00
hwaara%gmail.com 4eb5ec5a73 Create new mozAccessible class that takes care of text-specific notifications and attributes. r=surkov, b=354447
Create simplified subclass action elements such as checkboxes, buttons and radiobuttons. This makes them speak in voiceover, and also makes Google.com work (to some extent). r=surkov, b=357805

Make mac accessible wraps able to know that some roles are "flat". It means we can restrict certain roles to be childless. For example, a button that has a text child makes no sense on mac (and also breaks things). Also make fetching the children array speedier using nsTArray. r=ginn, b=357804

Add lots of new attributes to mozAccessible, improve performance of it and much more. r=surkov, r=josh for widget changes, b=358381
2006-11-15 11:08:14 +00:00
bzbarsky%mit.edu b37af4e57a Part of fix for bug 359341 that somehow didn't make it in the first time. r+sr=roc 2006-11-14 22:32:40 +00:00
bzbarsky%mit.edu 5a8b3013c7 Fix leaks in thebes and canvas code due to nsIWidget and nsIRenderingContext
being badly documented and not using already_AddRefed when they should.  Bug
359341, r=pavlov, sr=roc
2006-11-13 21:31:53 +00:00
emaijala%kolumbus.fi e80d3b3302 Patch for bug 311709: Main browser window stuck in resize
r=neil
sr=roc
2006-11-13 12:20:20 +00:00
joshmoz%gmail.com 2fc50a28a8 fix select widget rendering when using thebes/cairo. b=360214 r=mento sr=pav 2006-11-10 21:03:27 +00:00
dbaron%dbaron.org dc590c75f1 Only call gtk_window_present on top-level windows. b=330006 r+sr=roc 2006-11-10 00:48:02 +00:00
pavlov%pavlov.net c8e33c6c45 bug 360013. draw using the region rather than the union rect. r=josh sr=vlad 2006-11-09 22:58:11 +00:00
joshmoz%gmail.com 967f88502a Selection is not erased when Find Next from the Find window causes the page to scroll. b=311304 p=smorgan r=sfraser sr=pinkerton 2006-11-09 14:00:08 +00:00
kjh-5727%comcast.net ef11761b04 Bug 230157 - nsDeviceContextSpecG prefs issues. Patch by Ryan Jones <sciguyryan+bugzilla@gmail.com>. r+sr=roc. 2006-11-06 19:09:39 +00:00
cvshook%sicking.cc f5194fd473 Bug 358106: Make ranges use nsIMutationObserver rather than their own notification system. r/sr=jst 2006-11-03 21:51:01 +00:00
pavlov%pavlov.net cf33d376df fixing custom cursor crash bug 332713. r=biesi sr=vlad 2006-11-02 21:25:14 +00:00
joshmoz%gmail.com 9c5f3c36e1 fix regression from bug 356078, some menu items appearing with default title. b=357153 r=hwaara 2006-11-02 10:48:11 +00:00
timeless%mozdev.org 46d2b15871 Bug 106386 Correct misspellings in source code
r=glennrp@gmail.com, bclary@bclary.com rs=brendan
2006-11-01 23:02:18 +00:00
hwaara%gmail.com 0cf6970925 Fix misplaced release from bug 358563. r=josh 2006-11-01 11:21:20 +00:00
hwaara%gmail.com 621d5e29e4 Fix leak of EventRef when firing menuitem command, and fix leak of empty string. Some general cleanup from CF -> Carbon. r=josh, b=358563 2006-10-31 10:29:30 +00:00
joshmoz%gmail.com aa6fd6a6cf bidi impl for cocoa widgets. b=299228 r=mano sr=pinkerton 2006-10-31 10:13:17 +00:00
masayuki%d-toybox.com 2042b9c0f9 Bug 357568 The composition/preedit string of IM is not committed by mouse click if the editor is content of the web pages 2006-10-29 05:47:22 +00:00
neil%parkwaycc.co.uk 9f6c2a9b15 Windows version of bug 97811 use bullets as password masking chars r=ere sr=roc 2006-10-26 22:32:30 +00:00
joshmoz%gmail.com 971ab33afc use static variables and class methods for resource loading. b=358165 r=hwaara 2006-10-26 12:26:52 +00:00
joshmoz%gmail.com 457a7bb799 remove dependencies on nsMacNativeUnicodeConverter and nsMacResources. b=358165 r=hwaara 2006-10-26 11:58:09 +00:00
joshmoz%gmail.com 07a857bf4e cocoa drag and drop implementation. b=332913 r=smorgan sr=pinkerton 2006-10-25 22:45:22 +00:00
joshmoz%gmail.com 5f2ef762ea followup for bug 354954, address more review comments. 2006-10-25 20:56:32 +00:00
joshmoz%gmail.com c678f2c614 fix "Save As" functionality in cocoa widgets, also add save type options in save dialog. b=354954 r=smorgan sr=pav 2006-10-25 20:47:14 +00:00
masayuki%d-toybox.com 586c39ce5a Bug 355971 [10.4] cannot type Japanese in fields r=josh 2006-10-25 11:49:49 +00:00
hwaara%gmail.com 096528640d Make mac password textfields use a unicode bullet char, instead of asterisk. r=josh, b=97811 2006-10-24 10:52:32 +00:00
caillon%redhat.com 9d1d420c3f Bug 97811.
Add nsILookAndFeel::GetPasswordCharacter() to allow toolkits to specify their platform password character.
Implement this for GTK+ 2 by grabbing the property from GtkEntry.
Make editor ask nsILookAndFeel for the platform password character.
r+sr=roc
2006-10-23 20:48:05 +00:00
joshmoz%gmail.com ee5b63147a remove dead code. no bug. r=smorgan 2006-10-23 20:31:53 +00:00
cbiesinger%web.de 2126b80dfa Bug 357616 Remove remaining traces of nsIPref from widget/
r+sr=roc
2006-10-23 15:29:09 +00:00
joshmoz%gmail.com f183b6a702 cleanup. b=356528 r=mento sr=pav 2006-10-19 23:19:50 +00:00
pavlov%pavlov.net bd162fbaf7 implement beep. r=josh 2006-10-19 21:10:25 +00:00
pavlov%pavlov.net 50242832e6 cocoa nsSound impl. bug 357307. r=vlad 2006-10-19 21:05:54 +00:00
neil%parkwaycc.co.uk 3ee1ef853e Bug 347513 Windows are erroneously becoming topmost r=ere sr=roc 2006-10-19 20:01:11 +00:00
vladimir%pobox.com 364a6a3459 b=357307, nsSound for cairo-cocoa builds [bandaid dummy nssound impl], r=johs 2006-10-19 19:52:34 +00:00
redfive%acm.org 4e71dcf716 bug357057 apply transperancy on window resize
proxy for skrulx@gmail.com
r/sr=roc
2006-10-19 01:22:21 +00:00
gavin%gavinsharp.com d9fe36a7d1 Back out bug 191400 to fix regressions (bug 356429, bug 356441) 2006-10-16 16:44:37 +00:00
timeless%mozdev.org ec43dba5a2 Bug 356182 Crash when resizing transparent window using xul:resizer [@ nsWindow::ResizeTransparencyBitmap]
patch by skrulx@gmail.com r=roc sr=roc
2006-10-16 12:13:54 +00:00
joshmoz%gmail.com 642ffa92fb implement SetSizeMode for top-level Cocoa windows. b=356219 r=mano sr=pinkerton 2006-10-13 20:27:56 +00:00
mats.palmgren%bredband.net e0b9c619d4 Fix early activation/focus problem on Windows, patch by Oliver Yeoh. b=220900 r=me r=robert sr=brendan 2006-10-11 17:30:01 +00:00
joshmoz%gmail.com 39136fb875 Disabled-state for menuitems with a command set is never updated. b=356080 r=mano sr=pinkerton 2006-10-11 15:53:24 +00:00
joshmoz%gmail.com 57a1991423 submenus are always enabled under cocoa widget menus. b=356078 r=mano sr=pinkerton 2006-10-10 21:15:45 +00:00
hwaara%gmail.com 1115a7ce7f Make filepicker understand "*" filter as "all files" in the OS X filepicker. b=355894 r=josh 2006-10-10 20:14:27 +00:00
gavin%gavinsharp.com 1727070bc1 Fix mistake from the patch for bug 243215, found by jlurz24@gmail.com 2006-10-10 14:29:49 +00:00
gavin%gavinsharp.com 73cb633be3 Bug 243215: use proper API calls instead of the registry to obtain system parameters, patch by Ryan Jones <sciguyryan+bugzilla@gmail.com>, r+sr=roc 2006-10-10 13:18:25 +00:00
gavin%gavinsharp.com 0394e3a0c6 Bug 191400: don't return DRAG_MOVE after html drag to browser window (return DRAG_NONE instead, to prevent dataloss), patch by Son Le <son.le0@gmail.com>, r=dean_tessman, sr=roc 2006-10-10 13:09:02 +00:00
joshmoz%gmail.com 9a8a1eda77 Better enum names for last checkin, bug 346883. 2006-10-06 17:56:47 +00:00
joshmoz%gmail.com 76e8dfc747 can only open preferences once in cocoa firefox via mouse. b=346883 r=mento sr=pinkerton 2006-10-06 17:50:47 +00:00
Olli.Pettay%helsinki.fi 9420558128 Bug 344986, Simplify nsEventListenerManager, r+sr=sicking+jst (relanding) 2006-10-06 05:24:02 +00:00
joshmoz%gmail.com 3de686bedc don't pass byte order marks into gecko when pulling unicode strings from the system clipboard. b=355311 r=mento sr=pinkerton 2006-10-05 23:15:11 +00:00
mhammond%skippinet.com.au 43a8cdaf19 [Bug 348426] Python extensions fail to build with libxul
r=benjamin@smedbergs.us, sr=jst
2006-10-05 10:44:03 +00:00
mozilla.mano%sent.com 41d24c853f Bug 355354 - [Mac] native-styling for html content should be enabled only in Camino builds. r=josh, sr=dbaron. 2006-10-05 07:05:58 +00:00
joshmoz%gmail.com fa8cd74d6f opening new blank tab "flashes" the pinstripe background before showing white. b=354863 r=mento sr=pinkerton 2006-10-04 20:03:59 +00:00
joshmoz%gmail.com e627057181 send z-level events when appropriate. among other things this fixes external link load behavior. b=355091 r=mento rs=pinkerton 2006-10-03 20:38:38 +00:00
pedemont%us.ibm.com 5d079eb8f8 Bug 351479 - Missed equivalent fix in Cocoa file. This should fix XULRunner tbox bustage. r=joshmoz. 2006-10-03 15:08:03 +00:00
joshmoz%gmail.com d3ddba45c1 This might fix some bustage, but I'm not sure how likely that is. In any case we should not be including cocoa from the nsClipboard header file. Followup for 332912. 2006-10-03 00:00:18 +00:00
joshmoz%gmail.com 920e6a5af5 cocoa implementation of nsIClipboard. b=332912 r=smorgan sr=pav 2006-10-02 20:28:40 +00:00
mozilla%weilbacher.org 81dc9da85d [OS/2] Bug 351474: No reaction to WM_QUIT, r=mkaply 2006-10-02 08:11:37 +00:00
hwaara%gmail.com 4f88892c3d Remove comment that is now addressed. b=354288 2006-09-27 08:04:03 +00:00
hwaara%gmail.com 8376393938 Use a cached weak reference to a childview's corresponding accessible, to improve performance.
r=josh, b=354288
2006-09-27 07:53:07 +00:00
mattwillis%gmail.com ea1b2bcb00 bug 346318 - Stop fading out popups on 10.4+ so datepicker works. r=joshaas,mento 2006-09-25 18:45:21 +00:00
mkaply%us.ibm.com ed4eddb5d4 bug 353873 - build bustage 2006-09-25 17:14:57 +00:00
sergei_d%fi.tartu.ee 1a195a0846 Bug 353960,nsScreenManagerBeOS broken, p=doug@sheltonfamily.org, r=sergei_d. BeOS-only change 2006-09-25 13:30:23 +00:00
timeless%mozdev.org 8dd725cdce Bug 321279 Drag+drop of link to location bar broken, anchor node text gets included
patch by ted.mielczarek@gmail.com r=neil sr=roc
2006-09-25 12:12:43 +00:00
joshmoz%gmail.com 4b56a02099 fix spelling mistakes, no bug. r=bent sr=pink 2006-09-22 17:08:17 +00:00
timeless%mozdev.org 493b4b18cd Bug 353686 Firefox crashes when gtk_key_theme (gconf) changes [@ nsLookAndFeel::InitColors]
patch by ispiked@gmail.com r=dbaron sr=dbaron
thanks to mclasen@redhat.com for the report
2006-09-22 07:24:24 +00:00
hwaara%gmail.com 7a95915e2c (Last fix was for bug 350018.) 2006-09-21 16:25:01 +00:00
hwaara%gmail.com 894c4a4cec Take account of the fact that NSView's convertRect:toView:nil does not respect that our custom view (ChildView) is flipped. We do this by adding the height of the view's rect, to correctly place the view's origin in the top-left.
This fixes WidgetToScreen() and in effect makes nsIFrame::GetScreenRect() and nsIFrame::GetScreenRectExternal() behave correctly on cocoa widgets.
r=josh, sr=pinkerton
2006-09-21 16:22:44 +00:00
vladimir%pobox.com 0e0cc83741 build fix for gtk1 for 344323 2006-09-20 22:01:16 +00:00
vladimir%pobox.com 80e42601ba b=344323, allow nsCocoaWindow instances to be displayed on secondary monitors [correctly determine the screen for a given window under Cocoa], sr=stuart 2006-09-20 21:08:24 +00:00
martijn.martijn%gmail.com dd78e2b9c0 Bug 352936 - Download manager window not focused properly when already open and using Do this automatically, patch by Adam Guthrie, r+sr=roc 2006-09-20 19:16:19 +00:00
martijn.martijn%gmail.com d26cfa8f62 Bug 350766 - Need to move scrollbar width/height code into widget/, patch by Adam Guthrie, r+sr=roc 2006-09-20 19:12:06 +00:00
hwaara%gmail.com 8bd6cd94b4 Make ChildView use the new |isRoot| method to see if its associated mozAccessible is the root accessible. b=352327, r=josh 2006-09-19 08:44:03 +00:00
dbaron%dbaron.org af1c0a6a6b Pick up dynamic changes in screen size (although some other things still cache them per-window). b=256646 r+sr=roc 2006-09-18 23:37:21 +00:00
bzbarsky%mit.edu 9e96ce4079 Initialize both x and y, not just y. Bug 334782, patch by Bruno 'Aqualon'
Escherl <aqualon@aquachan.de>, r+sr=roc
2006-09-15 19:55:09 +00:00
pavlov%pavlov.net 22b21deaf6 reverting changes from bug 347208 due to regression 357208 2006-09-14 22:39:58 +00:00
joshmoz%gmail.com dda64c23fb unimplemented functions shouldn't return NS_OK (mac menu code). b=294317 r=hwaara 2006-09-14 17:47:24 +00:00
pedemont%us.ibm.com 3804955158 Bug 351479 - Make nsIChangeObserver and nsIChangeManager be non-scriptable. r=joshmoz 2006-09-14 15:33:53 +00:00
hwaara%gmail.com 7712a19aee Address additional review comments for bug 342146. Remove DispatchAccessibleEvent(), and fix some spacing nits. r=mento 2006-09-14 09:29:28 +00:00
pavlov%pavlov.net 08f0ea13d6 fixing cocoa widget painting too often bug 34708. r=mento sr=vlad 2006-09-13 21:45:47 +00:00
scott%scott-macgregor.org 8d329e6a55 Bug #223909 --> widget support for copying and pasting windows clipboard images.Add code to decode windows bitmaps from the clipboard, encoding them into jpegs using the new encoding APIs and passing them back to clipboard consumers as nsIInputStreams.
r=pav
sr=vlad
2006-09-13 19:52:44 +00:00
joshmoz%gmail.com 42d7142b7b make popup windows slightly transparent in Cocoa widgets. b=351656 2006-09-13 17:26:58 +00:00
hwaara%gmail.com d8424ef3c7 #DEBUG-only change. r=josh 2006-09-13 16:07:14 +00:00
flamingice%sourmilk.net b8f73f5f01 Bug 297636, crash on dnd to self-closing window, r+sr=roc 2006-09-12 03:22:00 +00:00
joshmoz%gmail.com 96613c0808 fix up some ugly bracing for clarity. 2006-09-11 17:09:47 +00:00
hwaara%gmail.com 1c6b969cf5 Hookup cocoa widgets to new accessibility support. r=josh, b=342146
Off by default, and cocoa-only.
2006-09-11 15:47:35 +00:00
sayrer%gmail.com da7c598cf6 Bug 348669. use delete[]. r+sr=biesi 2006-09-10 22:42:19 +00:00
sayrer%gmail.com 664c3c7226 Bug 348669. use delete, not nsCRT::free. Thanks to Alfred Kayser <alfredkayser@nl.ibm.com> for spotting this. r+sr=biesi 2006-09-10 19:17:10 +00:00
cbiesinger%web.de 18a14d01d3 Bug 352049 Kill the font download dialog
r=smontagu sr=bz
2006-09-10 19:15:09 +00:00
Olli.Pettay%helsinki.fi 302031f738 Back out Bug 344986 to fix tp regression 2006-09-10 11:53:55 +00:00
Olli.Pettay%helsinki.fi 72a64308b9 Bug 344986, Simplify nsEventListenerManager, r=sicking, sr=jst 2006-09-09 17:28:57 +00:00
masayuki%d-toybox.com a27a1c2b4c Bug 347875 Support WM_MOUSEHWHEEL for tilt wheel mouse. the patch based on the patch of Masatoshi Kimura (:emk) <VYV03354@nifty.ne.jp>. r=ere+Kimura-san, sr=roc 2006-09-08 06:04:44 +00:00
sayrer%gmail.com 9395f31ee3 bug 348669. Remove inappropriate nsCRT::free usage. r=timeless, sr=dbaron 2006-09-08 04:35:17 +00:00
hwaara%gmail.com 669fb20ece * Share some code to flip a bottom-left (cocoa) point to a top-left screen point.
* Rename some existing utility functions to clarify that no coordinate conversion is done.
r=josh, b=350018
2006-09-07 18:53:59 +00:00
joshmoz%gmail.com b20e41e8c4 reduce some logging in debug builds. b=349651 2006-09-06 17:35:02 +00:00
Olli.Pettay%helsinki.fi 64e491c833 Bug 351036, Combine NS_IMAGE_ERROR and NS_SCRIPT_ERROR, r+sr=jst 2006-09-02 10:00:26 +00:00
ginn.chen%sun.com 55ce289e98 Bug 349522 all dialogs fires no a11y events
patch by evan.yan at sun.com r=arronlev
2006-09-01 09:33:12 +00:00
mark%moxienet.com 4c6acdfe3b 350647 Tinderbox orange, can't launch trunk universal suite builds on 10.4 ppc, link order needs fixing. Move system libs after Mozilla libs. r=bsmedberg 2006-08-31 21:24:43 +00:00
Olli.Pettay%helsinki.fi a42613e4f6 Bug 350846, Combine NS_***_LOAD events, r+sr=jst 2006-08-31 19:33:01 +00:00
enndeakin%sympatico.ca 4e649bfc71 Bug 348614, support dropmarker theming, r=roc 2006-08-31 18:51:18 +00:00
vladimir%pobox.com 9571eb2e31 10.3.9 cocoa hitheme fix 2006-08-30 23:35:41 +00:00
vladimir%pobox.com 0b0af5db8b b=348645, part of cocoa-cairo native theme stuff, just enough to get cairo builds working, r=me 2006-08-30 22:06:44 +00:00
vladimir%pobox.com 38f00a50f6 b=350763, add IsFirstTab/IsLastTab predicates to native theme xpwidget code, r=stuart 2006-08-30 21:47:16 +00:00
ginn.chen%sun.com d115062c9f Bug 332660 GTK file picker as used in Firefox is not accessibile for GOK
r=aaronleventhal sr=roc
2006-08-30 05:19:06 +00:00
mark%moxienet.com 9f633cdda0 349189 Can't change Page Setup from portrait to landscape on x86 Mac. (Other Page Setup changes might have been a problem on ppc Macs, too.) Encode length of frozen page setup data to avoid decoding too much when thawing. r=josh sr=pink 2006-08-29 19:01:31 +00:00
mark%moxienet.com 4704c916ed 345388 Crashes frequently on 10.3, often related to manipulating popup windows. Crashes [@ CoreGraphics.203.30.0 + 0x13ceb0] [@ nsImageMac::DrawToImage] [@ CGImageGetData] [@ CGImageEPSRepRelease] due to memory corruption. Don't fade out pop-ups to hide them on 10.3. r=josh 2006-08-29 18:00:32 +00:00
masayuki%d-toybox.com e09105ffab Bug 349727 random crash due to trashed nsWindow::mIMEData r=masaki.katakai, sr=roc 2006-08-29 16:05:49 +00:00
mark%moxienet.com dc2469abcc Tree closed, backing out 2006-08-29 15:31:07 +00:00
mark%moxienet.com d4fbdca261 345388 Crashes frequently on 10.3, often related to manipulating popup windows. Crashes [@ CoreGraphics.203.30.0 + 0x13ceb0] [@ nsImageMac::DrawToImage] [@ CGImageGetData] [@ CGImageEPSRepRelease] due to memory corruption. Don't fade out pop-ups to hide them on 10.3. r=josh 2006-08-29 15:28:33 +00:00
timeless%mozdev.org 6d112f0859 Bug 106386 Correct misspellings in source code
r=bernd rs=brendan
2006-08-28 20:17:01 +00:00
mark%moxienet.com edbdeffd4b 347626 Touchpad (two-finger) scrolling too fast in trees, lists, and web apps. Disable pixel-scrolling until we can come up with a better plan. r=roc sr=roc 2006-08-28 15:31:07 +00:00
joshmoz%gmail.com af1859d5a0 do native widget visibility check in addition to gecko widget, use that when deciding if plugin views are visible. b=350140 r=mento 2006-08-25 20:36:18 +00:00
pedemont%us.ibm.com a759f14f5b Bug 350080 - make nsPIWidgetMac non-scriptable. r=mento/josh 2006-08-24 21:05:49 +00:00
jst%mozilla.jstenback.com fafe836f5a Fixing bug 349790. Make the file picker not fail if some optional function symbols can't be found in the GTK libraries on the system. r+sr=roc@ocallahan.org. 2006-08-24 20:21:50 +00:00
ginn.chen%sun.com 2ab89c3bde Bug 347983 [atk]Build properly when libatk < 1.12.1 on build platform
r=aaronlev, bsd, Frank Hecker
2006-08-24 03:22:00 +00:00
mark%moxienet.com c4ca5ed6ec 339346 Proper CJK input in Flash impossible (NS_KEY_DOWN events sent during IME input). Watch the TSM document during keydown. If it doesn't belong to the window, send events to TSM before dispatching keydown to give plugins a crack at the data. Send keydowns if TSM doesn't handle the event. r=josh sr=pink 2006-08-22 20:04:11 +00:00
mark%moxienet.com 9adc1883b9 348398 Double-clicking deselected tree item in background window opens previously selected item. Kill double-clicks when activating or deactivating a window, or on keypresses or text input. r=josh sr=pink 2006-08-22 19:48:36 +00:00
joshmoz%gmail.com 6739ff99a6 clean up nsDeleteObserver, fix comment. no actual code changes. 2006-08-22 15:56:41 +00:00
timeless%mozdev.org 7a76f300c2 Bug 203307 Implement drag/drop via IStream interface
fix 64bit longs
r=cls
2006-08-20 09:20:23 +00:00
joshmoz%gmail.com e3a5021823 we should check for changes to the label on menu item nodes so if people are messing with that via js we pick it up. fixes menu item labels in Places. b=347672 r=mento 2006-08-17 21:21:57 +00:00
pavlov%pavlov.net bf2b049668 fixing copy image on windows. bug 329564. r=vlad 2006-08-17 19:10:40 +00:00
flamingice%sourmilk.net dc3cd411d5 Bug 68804: Properly parse WAV files, r+sr=roc 2006-08-17 16:52:41 +00:00
timeless%mozdev.org 16e85ae52a Bug 203307 Implement drag/drop via IStream interface
patch by kovalchuk77@list.ru r=roc sr=roc
2006-08-15 07:16:10 +00:00