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

9664 Коммитов

Автор SHA1 Сообщение Дата
Matthew Gregan 311ae69045 Bug 469635 - Remove loading of libasound and installation of quiet error
handler since it's not serving any purpose.  Also fix failure handling case
when calling esd_open_sound.

--HG--
extra : rebase_source : 17f97c7fe10e5cdf13b781e1799affe464d99489
2009-02-22 14:19:30 +13:00
Arpad Borsos 7a0f9bfbc5 Bug 474369 - get rid of nsVoidArray; widget part; r+sr=roc 2009-02-23 02:05:24 +01:00
Makoto Kato c651d28217 Bug 226218 - 64bit safe code for mozilla/widget (AMD64). r=emaijala 2009-02-21 19:14:08 +09:00
Josh Aas cd0603762c Fix case where menu item icons can have a weak reference to a deleted native menu item. Hopefully fixes crash bugs 477475 and 435521. b=477475 r=smichaud sr=roc 2009-02-20 16:55:25 -05:00
Brad Lassey 56abfe0094 bug 474734 - Implement support for soft keyboard on windows ce r=dougt 2009-02-20 02:03:46 -05:00
Karl Tomlinson 7b79e2eaf4 b=469635 back out 03b4b372bacc, which had no effect 2009-02-20 18:41:45 +13:00
Karl Tomlinson 6792b3dc74 b=478816 check that gtk_drag_begin returns a non-NULL GdkDragContext r+sr=roc 2009-02-20 17:39:59 +13:00
Matthew Gregan 1612056e74 b=469635 Another attempt at silencing ALSA. Includes some debug logging to indicate what's happening. r+sr=roc 2009-02-19 17:04:35 +13:00
Karl Tomlinson b75cef2a5e b=451341 NULL checks on MozContainer widget pointers r=roc 2009-02-20 15:07:08 +13:00
Karl Tomlinson 5e2d6ed15e b=451341 make the pointer from MozDrawingarea to MozContainer a weak reference r=roc 2009-02-20 15:04:43 +13:00
L. David Baron 29fcfe954a Avoid making mXineramaIsActive depend on uninitialized numScreens. (Bug 477959) r+sr=roc 2009-02-19 09:48:37 -08:00
L. David Baron c936720f0a Back out all 8 changesets that I just landed (bugs 477959, 477961, 322475, 478899, 475215, 478156) again, because Talos Try server builds lie about which changesets they're testing. 2009-02-19 09:06:18 -08:00
L. David Baron bed2d3a53c Avoid making mXineramaIsActive depend on uninitialized numScreens. (Bug 477959) r+sr=roc 2009-02-19 07:29:27 -08:00
Jeremy D. Lea 55c57c0ab2 Bug 476726 - deCOMtaminate WidgetToScreen and ScreenToWidget; r+sr=roc
--HG--
extra : rebase_source : 4a35ccdcafbe8a0a9dded9f292a139b4679709e3
2009-02-18 16:11:49 -08:00
L. David Baron 3d090560b0 Revert (back out) the previous 11 changesets (bugs 477959, 477961, 477963, 477962, 322475, 478899, 475215, 478156), due to Mac talos orange with (as usual) no useful diagnostic. 2009-02-18 18:59:47 -08:00
L. David Baron 2c3ec0196b Avoid making mXineramaIsActive depend on uninitialized numScreens. (Bug 477959) r+sr=roc 2009-02-18 17:13:23 -08:00
Jim Mathies 49855603aa Windows mobile bustage fix for Bug 478147. 2009-02-18 18:17:15 -06:00
Jim Mathies 420a773ff6 Bug 478147 - Focus rect missing from checkboxes on Vista. r=vlad 2009-02-18 17:56:51 -06:00
Vladimir Vukicevic ffb73497d9 Bug 474825 - honor mozilla.widget.disable-native-theme preference. move preference check to the right place r=stuart 2009-02-18 10:38:37 -08:00
Masayuki Nakano 80fc6e44f1 Bug 478536 Crash by removing a scroll target in MozMouseScrollFailed event handler r+sr=roc 2009-02-18 00:55:53 +09:00
Neil Deakin 810c9a7d8c Bug 471848, flag for whether a drag was cancelled by the user, r+sr=roc 2009-02-17 10:51:12 -05:00
Olli Pettay 342ece17dc Bug 477863 - Give gesture events usable clientX/screenX values, r+sr=roc 2009-02-17 13:49:03 +02:00
Jim Mathies f939f29658 Bug 169582 - Window restores when changing desktop settings. r=emaijala 2009-02-16 16:25:48 -06:00
Steffen Imhof 39b73acecd Bug 464050 - Focus handling prevents text selection by mouse; r=vladimir 2009-02-16 16:27:18 +01:00
Karl Tomlinson 10ebdc9141 Bug 475343. If the region to paint is too complex, just use its bounding box. GTK changes. r=roc
--HG--
extra : rebase_source : a3f7af16b372ab6f9675071d591edbe37a71b2d5
2009-02-16 14:10:24 +13:00
Robert O'Callahan 87619079d3 Bug 475343. If the region to paint is too complex, just use its bounding box. Windows changes. r=vlad
--HG--
extra : rebase_source : 5e32f603aae07c2a751d31376ea0e2bf9f34cfb1
2009-02-16 14:09:11 +13:00
Robert O'Callahan cc705ac61c Bug 475343. If the region to paint is too complex, just use its bounding box. Mac changes. r=joshmoz
--HG--
extra : rebase_source : b5374a6b64d22b2284a32c0413129fd0d6e12427
2009-02-16 14:06:52 +13:00
Serge Gautherie 0d99859fec Backed out changeset: 719dca3419b5 2009-02-15 18:41:16 +01:00
Jeremy Lea 5ad3fa0eed Bug 476726 - deCOMtaminate WidgetToScreen and ScreenToWidget; r+sr=roc 2009-02-15 17:41:06 +01:00
Vladimir Vukicevic 24aee6b20d Add missing break statement; fixes win32 leak test tinderbox 2009-02-13 00:34:42 -08:00
Vladimir Vukicevic c02b509b7b b=477727; windows widget nsWindow WinCE/Windows Mobile separation fixes; r=dougt 2009-02-12 18:26:02 -08:00
Vladimir Vukicevic cd98c19719 b=478149; Fix up win32/WinCE window style handling; r=dougt 2009-02-12 18:26:02 -08:00
Masayuki Nakano 21d22e5508 Bug 442774 Wheel/touchpad scrolling gets stuck in frame, stop scrolling the web page as a whole r=Olli.pettay, sr=roc 2009-02-12 19:44:38 +09:00
Masayuki Nakano f54e744dcd backing-out the patch for bug 442774 2009-02-12 18:54:02 +09:00
Masayuki Nakano 383cd77023 Bug 442774 Wheel/touchpad scrolling gets stuck in frame, stop scrolling the web page as a whole r=Olli.pettay, sr=roc 2009-02-12 16:02:49 +09:00
Markus Stange 13562d075a Bug 469631 - Cocoa needs a correct combobox/editable menulist widget, r=dao r=josh sr=roc 2009-02-11 16:54:10 +01:00
Walter Meinl b007b3a3bb Bug 474187 - Qt port broken in widget follow up to bug448830 split nsIntRect. r=roc 2009-02-11 14:51:06 +01:00
Vladimir Vukicevic bc644f3d19 b=477727; remove calls to GetViewportOrgEx; r=stuart 2009-02-10 15:10:07 -08:00
Jim Chen b3c9d6eb8e Bug 88831 Support new IME API "Text Services Framework" from Office XP and Windows XP (relanding)
--HG--
rename : content/events/src/nsQueryContentEventHandler.cpp => content/events/src/nsContentEventHandler.cpp
rename : content/events/src/nsQueryContentEventHandler.h => content/events/src/nsContentEventHandler.h
2009-02-11 05:56:51 +09:00
Daniel Holbert f8f9766310 Bug 461047 follow-up patch - Fix a number of small issues from the nsStringArray to nsTArray<nsString> switchover, mostly related to signed vs unsigned array sizes. r+sr=roc 2009-02-10 12:39:43 -08:00
Masayuki Nakano e06e90e940 Backing out the patch of bug 442774. This might cause a timeout failure on test_keycodes.xul 2009-02-11 03:19:15 +09:00
Masayuki Nakano b80ec96efd Backing out the TSF patch of bug 88831. This might cause a timeout failure on test_keycodes.xul
--HG--
rename : content/events/src/nsContentEventHandler.cpp => content/events/src/nsQueryContentEventHandler.cpp
rename : content/events/src/nsContentEventHandler.h => content/events/src/nsQueryContentEventHandler.h
2009-02-11 03:02:05 +09:00
Oleg Romashin 2bfec6012d Bug 477586 - We should be able to disable NativeColors using in xpwidgets. 2009-02-10 14:25:00 -05:00
Masayuki Nakano 180811a021 Bug 442774 Wheel/touchpad scrolling gets stuck in frame, stop scrolling the web page as a whole r=Olli.Pettay, sr=roc 2009-02-10 20:17:37 +09:00
Jim Chen 8623f5fcc5 Bug 88831 Support new IME API "Text Services Framework" from Office XP and Windows XP r=masayuki+peterv, sr=roc
--HG--
rename : content/events/src/nsQueryContentEventHandler.cpp => content/events/src/nsContentEventHandler.cpp
rename : content/events/src/nsQueryContentEventHandler.h => content/events/src/nsContentEventHandler.h
2009-02-10 20:15:36 +09:00
Jim Mathies c83e5b5ed0 Bug 476705 - touch up patch for window state problem. 2009-02-09 15:39:55 -06:00
Doug Turner 23a41b99da Bug 476705 - Supporting sizemode=maximized on windows mobile. r/sr=stuart 2009-02-09 12:07:14 -08:00
L. David Baron 02c9a9592a Revert changeset fc8d54ab29a6 (Bug 88831, Support new IME API "Text Services Framework" from Office XP and Windows XP) due to failure (every time) of the new unit test it added (Test WinTSF) on the Windows tinderbox.
--HG--
rename : content/events/src/nsContentEventHandler.cpp => content/events/src/nsQueryContentEventHandler.cpp
rename : content/events/src/nsContentEventHandler.h => content/events/src/nsQueryContentEventHandler.h
2009-02-07 09:13:30 -08:00
Jim Chen c997843b00 Bug 88831 Support new IME API "Text Services Framework" from Office XP and Windows XP r=masayuki+peterv, sr=roc
--HG--
rename : content/events/src/nsQueryContentEventHandler.cpp => content/events/src/nsContentEventHandler.cpp
rename : content/events/src/nsQueryContentEventHandler.h => content/events/src/nsContentEventHandler.h
2009-02-07 18:52:59 +09:00
Steven Michaud 1e3a2341fb Do more to prevent NSTexturedBackgroundWindowMask style from making whole window draggable. b=476393 r=josh sr=roc 2009-02-06 11:36:04 -06:00
Steven Michaud 3ce4c2e968 Add comment explaining backout of bug 474491 -- no code changes. 2009-02-05 17:31:00 -06:00
Steven Michaud 4b42e837f2 Backed out changeset 53f4c4890ffc -- merge 2009-02-05 17:06:25 -06:00
Steven Michaud 2be527205f Backed out changeset 53f4c4890ffc (patch for bug 474491) because it triggered bug 477077. 2009-02-05 17:05:53 -06:00
Arpad Borsos 5a0cc7264d Bug 476805. Stop leak by avoiding double refs. r+sr=roc 2009-02-04 14:21:02 +01:00
Sylvain Pasche 097476bbae Bug 474878. Implement themed rendering of indeterminate checkboxes on Windows. r+sr=roc 2009-02-05 21:17:08 +13:00
Steven Michaud 0c56a952c0 NPP_SetWindow()'s window->clipRect.top off by 22 pixels in CoreGraphics mode. b=474491 r=josh sr=roc 2009-01-23 11:24:27 -06:00
Josh Aas 6b2a960dc3 Fix crash in Mac OS X native menus when attribute change notifications come in an order we don't expect. Allow for any attribute change notification order. b=433858 r=mstange sr=roc 2009-01-23 10:45:03 -05:00
Makoto Kato 7d46aaad0d Bug 472812 - Remove /mozilla/widget/src/windows/aimm.h. r=masayuki, sr=roc 2009-01-23 21:11:46 +09:00
Steven Michaud 10b0dc5fb0 [10.5] Crash [@ nsAppShell::~nsAppShell] when quitting Camino. b=471948 r=josh sr=roc 2009-02-02 15:23:42 -06:00
Arpad Borsos a7c1dec752 Bug 474116 - Clean up deprecated GTK symbols; r=(bsmedberg + roc) sr=roc 2009-02-02 18:49:58 +01:00
Edward Lee e4c58c88f8 Bug 476254 - Send a notification once a day when the user goes idle for some time. r=roc, sr=roc 2009-01-31 22:58:34 -06:00
Edward Lee 8d15eb61af Bug 476253 - Dynamically pick next polling time for IdleService (instead of polling every 5 sec). r=roc, sr=roc 2009-01-31 22:58:32 -06:00
Markus Stange 0918d00c11 Bug 399030 - Draw dropdowns with NSPopupButtonCell, r=josh sr=roc 2009-01-31 17:49:29 +01:00
Michael Ventnor 0161ab36bd Bug 474868. Implement native theme drawing for indeterminate checkboxes on Mac. r+sr=roc
--HG--
extra : rebase_source : 3c31773b8e7fe3d513ef2e624072ff279f4c3395
2009-01-30 20:19:41 +13:00
Ehsan Akhgari c10937e604 Bug 462106 - Clear the data copied to clipboard inside the private browsing mode after leaving it (2nd try); r,sr=roc 2009-01-30 11:43:17 +03:30
Steven Michaud 256dd180e8 Stop nsCocoaWindow::Show() from crashing on "Error (1000) creating CGSWindow" errors. b=470864 r=josh sr=roc 2009-01-29 15:57:59 -06:00
John Daggett 9b29a2e5cd Bug 425844 - fix up typo in comment 2009-01-29 18:04:53 +09:00
John Daggett fba6cf8cc8 Bug 425844 - restore menu state after page setup and print dialogs. r=josh 2009-01-29 17:46:23 +09:00
Doug Turner 21bba21b2c Bug 474825 - honor mozilla.widget.disable-native-theme preference on windows. r/sr=stuart 2009-01-28 15:39:13 -08:00
Doug Turner b4821a4987 Bug 473662 - disable tap-and-hold on windows mobile. r=emaijala sr=pavlov 2009-01-28 15:38:14 -08:00
Brad Lassey 3db9ea4b50 Bug 467371 - VERIFY in nsToolKit::Startup should check GetLastError() for ERROR_CLASS_ALREADY_EXISTS. r=dougt 2009-01-28 15:36:33 -08:00
Peter Van der Beken 4823fa1323 Backed out changeset 97907892496f (Bug 462106 - Clear the data copied to clipboard inside the private browsing mode after leaving it; r,sr=roc a=blocking-firefox3.1+) to fix orange. 2009-01-24 14:27:54 +01:00
Ehsan Akhgari 664a74e7db Bug 462106 - Clear the data copied to clipboard inside the private browsing mode after leaving it; r,sr=roc a=blocking-firefox3.1+ 2009-01-24 14:46:01 +03:30
Daniel Holbert 4301671b45 Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg 2009-01-21 22:55:08 -08:00
Fred Jendrzejewski 424883d380 Bug 466622. Replace nsCStringArray with nsTArray<nsCString> for more consistent code and fewer heap allocations. r+sr=roc,r=bsmedberg
--HG--
extra : rebase_source : b963bf5de9d9c445b14620479691482512e0faf2
2009-01-22 17:15:34 +13:00
Michael Ventnor b119ed9345 Bug 123836 - Implement indeterminate property on checkboxes and radio buttons - r=roc,jst sr=roc 2009-01-22 13:07:44 +13:00
Arpad Borsos e4a2e70daa Bug 471877 - Cleanup GTK includes; further cleanup + system-headers cleanup; r+sr=roc 2009-01-21 16:24:46 +01:00
Walter Meinl 79f294e59c [OS/2][BeOS] Bug 474365: unbreak build in widget/src/*/nsDeviceContextSpec*.cpp following bug 461047, r=weilbacher 2009-01-21 09:58:53 +01:00
Arpad Borsos 7978d2680b Bug 473452. Kill unused nsPrintdGTK. r+sr=roc 2009-01-19 22:08:47 +13:00
Steven Michaud 77280dc541 Fix crash (but not hang) when Gecko alert opens above Cocoa modal Save As dialog. b=468393 r=josh sr=roc 2009-01-23 14:46:35 -06:00
Fred Jendrzejewski d8f1bff747 Bug 461047 - Replace nsStringArray with nsTArray<nsString>. r+sr=roc 2009-01-18 21:14:14 +01:00
Markus Stange 80f9f25912 Bug 206636 - Throbbing default buttons, r=josh r=Enn sr=roc 2009-01-18 12:05:38 +01:00
Kai Liu 7a61003e36 Bug 240536 - resizer direction is to the right, when interface is RTL; r=roc,mano sr=roc 2009-01-18 13:58:19 +03:30
Josh Aas 2035851f7a Fix some alignment, whitespace only. b=464315 2009-01-17 17:48:41 -05:00
Josh Aas 48a80299b3 Make Mac OS X cursor code 64-bit ready. Remove all Carbon API dependencies. b=464315 r=mstange sr=roc 2009-01-17 14:23:43 -05:00
Michael Ventnor 276740b97d Bug 472772. Introduce a separate combobox-text color because some GTK themes need it. r+sr=roc
--HG--
extra : rebase_source : 6e53173e0443d70b36ccbb9e90b60d573ed595d6
2009-01-16 21:18:49 +13:00
Walter Meinl f09156eae0 [OS/2] Bug 473906: follow-up to Bug 448830 - Split nsInt(Rect|Size|Point|Margin), r=weilbacher 2009-01-17 10:08:00 +01:00
Robert O'Callahan 804cc7ee91 Backed out changeset 8019a959aade 2009-01-16 22:20:33 +13:00
Fred Jendrzejewski 065bde22f3 Bug 461047. Replace nsStringArray with nsTArray<nsString>. r+sr=roc
--HG--
extra : rebase_source : 7a20af24c97867efbb28dafa6a70ea1b4cf00e58
2009-01-16 20:51:04 +13:00
Reed Loden 2cfdc4867d Branch merge for bug 462441. 2009-01-16 01:01:10 -06:00
Reed Loden 141eb8f66c Bug 462441 - "Windows 7 default OS theme not recognized by windows-default-theme metric" [r=robarnold sr=roc] 2009-01-16 00:59:48 -06:00
Jeremy Lea ce80f69254 Bug 448830. Make nsIntRect/nsIntMargin/nsIntSize/nsIntPoint different types from nsRect/nsMargin/nsSize/nsPoint different types for better compile-type unit checking. r+sr=roc
--HG--
extra : rebase_source : a331a9e49fbc5931f546919281fcca7f008ab615
2009-01-15 16:27:09 +13:00
Doug Turner 6cc200565f Bug 468399. Use image surfaces on windows mobile for performance reasons. r=vlad 2009-01-14 16:19:39 -08:00
Steven Michaud 9ac38cf18c Fix null dereference at nsMenuItemIconX::OnStopRequest(). b=471101 r=josh sr=roc 2009-01-14 09:55:50 -06:00
Benjamin Smedberg 73a6fab34b Backed out changeset 4c4df6ed1b41 - Bug 396185 - Make nsIFrame not inherit from nsISupports due to mochitest failures... these appear to be crashes in nsGenericHTMLElement::GetEditorInternal. 2009-01-09 11:35:24 -05:00
Ginn Chen 9279109ced Bug 472635 Do nothing if im contexts don't match r=masayuki,masaki.katakai sr=roc 2009-01-14 15:10:52 +08:00
Markus Stange 51b077af5f Bug 473183 - Some controls don't accurately hit their drawRect on 10.4, r=josh 2009-01-12 20:25:43 +01:00
Markus Stange 8d743b612d Bug 472734 - Don't round the top left corner of submenus that open to the right, r=josh sr=roc 2009-01-12 20:23:51 +01:00
Markus Stange 78eb7119f2 Bug 468507 - Use DrawCellWithSnapping when drawing push buttons, r=josh sr=dbaron 2009-01-12 20:22:59 +01:00
Benjamin Smedberg 3498a5f86e Bug 396185 - Make nsIFrame derivatives and helper abstract classes use a different dynamic-cast system than nsISupports:
* we know all types frames may be cast to at compile time, so instead of extensible GUID IIDs, use a big enum (see nsQueryFrame::FrameIID)
* eliminate all vestiges of refcounting, since frames aren't refcounted

Some frames (SVG frames in particular) still implement nsISupports-derived interfaces, for example nsISVGValue. There is a FrameIID for nsISVGValue that lets you go from a frame to the XPCOM interface, but you can't query back.

r+sr=roc

nsITextControlFrame didn't have an IID the first time around, but this wasn't a compile error because nsITextControlFrame::kFrameIID inherited from nsIFormControlFrame::kFrameIID. I've added a static analysis pass to verify the correct behavior, since I can't figure out a way to make the compiler do it.

--HG--
extra : rebase_source : 4894a2ca0278e2ab92f27459db77165f8348cf41
2009-01-12 14:20:59 -05:00
Honza Bambas e3b1738f4f Bug 400568 - Keyboard Back/Forward keys sending VK_BROWSER_BACK/FORWARD go back/forward twice, r=emaijala, sr=ocallahan 2009-01-12 20:17:52 +01:00
Boris Zbarsky b1874783b6 Bug 472487. Use the default filename in modeOpen in the Mac filepicker (e.g. so that file inputs prefill the currently-selected file in the filepicker). r=josh, sr=roc 2009-01-12 10:43:27 -05:00
Phil Ringnalda bb3f5fe978 Fix spelling of uncommited since we remain committed to builds, even with a CLOSED TREE 2009-01-11 15:51:40 -08:00
Phil Ringnalda bfdbb82dcf Fix spelling of accomodate since we can accommodate more builds in the CLOSED TREE 2009-01-11 11:13:26 -08:00
Peter Weilbacher 0639285940 [OS/2] Bug 443112: sync README files of all three apps with information for Gecko 1.9.1; add Java version requirements and update web links
(OS/2 only, so does not affect a CLOSED TREE)
2009-01-10 13:31:01 +01:00
Benjamin Smedberg 802d1a10c7 Bug 396185 - Make nsIFrame derivatives and helper abstract classes use a different dynamic-cast system than nsISupports:
* we know all types frames may be cast to at compile time, so instead of extensible GUID IIDs, use a big enum (see nsQueryFrame::FrameIID)
* eliminate all vestiges of refcounting, since frames aren't refcounted

Some frames (SVG frames in particular) still implement nsISupports-derived interfaces, for example nsISVGValue. There is a FrameIID for nsISVGValue that lets you go from a frame to the XPCOM interface, but you can't query back.

r+sr=roc

This patch locally causes two REFTEST-UNEXPECTED-PASS for Bidi stuff. It's possible that I accidentally fixed a bug, but I'm not sure, so I'm going to wait for the tinderboxes to confirm my local results.
2008-11-05 14:25:30 -05:00
Dão Gottwald b09843231d Bug 471921 - use proper CSS instead of first-tab, last-tab and afterselected attributes. r=gavin 2009-01-09 10:57:57 +01:00
Michael Ventnor 117b7c880a Bug 472488. Need to pass correct directory as part of filename in gtk_file_chooser_set_filename. r+sr=roc 2009-01-09 13:30:57 +13:00
Michael Ventnor f36baa768c Bug 427488. Enable use of provided default filename for file open dialogs in GTK. r+sr=roc
--HG--
extra : rebase_source : ff4f6363e52c4dbda82d81bfbbbef43e5311e772
2009-01-08 21:16:13 +13:00
Steven Michaud a8a380b82d Delete event tap correctly. b=436897 r=josh sr=roc 2009-01-07 17:03:56 -06:00
timeless@mozdev.org 31bb1624c0 Bug 421229 - nsIFilePicker.fileURL comment is wrong, r=neil 2009-01-06 21:33:04 -08:00
Doug Turner fe5491699b Bug 464091 - Modify windows widget to work for windows ce. This should have been removed when I merged to the tip. Thanks :emk for pointing this out 2009-01-06 19:19:38 -08:00
Markus Stange 918fbe21a7 Bug 449442 - Change -moz-appearance: statusbar on Mac OS X to draw a dark chrome statusbar with a gradient. ui-r=faaborg r=josh sr=roc 2009-01-06 16:46:59 +01:00
Masayuki Nakano 55643df50e Bug 469164 Implement nsSound::PlaySystemSound of Cocoa r=josh, sr=roc 2009-01-06 23:57:22 +09:00
Doug Turner b2c41240a3 Bug 464091 - Modify windows widget to work for windows ce. r=emaijala / sr=pavlov 2009-01-05 10:17:44 -08:00
Dão Gottwald bbb863d309 Bug 471923 - kill tab-left-edge and tab-right-edge -moz-appearance values. r+sr=roc 2009-01-04 15:01:48 +01:00
Olli Pettay 474837c244 Bug 471883 - Gesture events should be dispatched to the element under mouse, not to document. r+sr=roc 2009-01-03 14:40:26 +02:00
Serge Gautherie 34c2cd7eda Bug 471877 - Cleanup GTK includes; bustage fix (= revert nsPrintDialogGTK.cpp and nsPrintSettingsGTK.h too) for
changeset 043671bf5dfc
Bug 471877 - Cleanup GTK includes; r+sr=roc
2009-01-03 09:43:24 +01:00
Serge Gautherie 05ffce309c Bug 471877 - Cleanup GTK includes; bustage fix (= revert nsDeviceContextSpecG.h) for
changeset 043671bf5dfc
Bug 471877 - Cleanup GTK includes; r+sr=roc
2009-01-03 09:25:40 +01:00
Arpad Borsos 880d20fa55 Bug 471877 - Cleanup GTK includes; r+sr=roc 2009-01-03 08:37:52 +01:00
Vladimir Vukicevic d926d77199 b=459648, crash in DragLeave while hovering over marquee and using ondragenter display none; r=enndeakin 2009-01-02 14:06:40 -08:00
Markus Stange d7b264c1de Bug 470711 - Newly modernized tabs look cut off if the last one is hidden, r=josh r+sr=roc 2009-01-02 22:02:50 +01:00
Jonathan Kew b57ba29776 Bug 466599 - wrap HTML on system pasteboard to provide charset metadata, fixes paste/drag into rich-text NSTextView destinations; r=(joshmoz + roc) sr=roc 2009-01-01 15:26:16 +01:00
Masatoshi Kimura a5a2d26fdd Bug 471471 - Narrow window class name is no longer used; r+sr=roc 2008-12-30 06:39:24 +01:00
Masayuki Nakano af8c207eed Bug 466408 [OSX] First use of dead keys always shows incorrect behavior r=smichaud, sr=roc 2008-12-27 13:41:35 +09:00
L. David Baron bac01a39da Make the Windows widget code report 24-bit color depth when the display driver reports 32, since it's the same number of bits per pixel. (Bug 466669) r=vlad 2008-12-23 09:06:56 -05:00
Michael Ventnor 89053850bf Bug 470165 - Cleanup the GTK nsFilePicker code; r+sr=roc 2008-12-21 02:33:04 +01:00
Joe Drew b6eec2ca8e Bug 393936 - nsIRequest::cancel() must not notify anything sync. Make removal from the loadgroup async, and add another call cancelAndForgetObserver() that removes the listener immediately (since some callsites expect that). Note, however, that this new method shouldn't be used in any new code; it exists only to support code that relied on the broken behaviour prior to this checkin. r=bzbarsky sr=vlad 2008-12-19 17:35:50 -05:00
Steven Michaud 81d714e6a0 Let the OS manage repaints on its own. b=459319 r=vlad,roc sr=roc 2008-12-18 15:37:16 -06:00
Peter Van der Beken 7c4448c263 Backed out changeset bdef726fb656 (Txul/Twinopen regression on Linux) 2008-12-18 10:58:18 +01:00
Oleg Romashin 91f22a27a1 Bug 469756 - GDK_EXTENSION_EVENTS_CURSOR option is not enabled for gdk window. r=roc. 2008-12-18 09:51:18 -05:00
Michael Ventnor 802181a07e Bug 469635. Try to find the right Alsa library to quieten. r+sr=roc 2008-12-18 16:47:41 +13:00
Michael Ventnor 3091de87b2 Bug 469635. Hold a reference to the Alsa library while we tell it to shut up, so that it doesn't get unloaded and forget about our request. r+sr=roc 2008-12-18 14:22:22 +13:00
Masayuki Nakano aa06a5b316 Bug 226784 Caret display problems with Korean input methods in Windows r=VYV03354+ere, sr=roc 2008-12-17 17:05:44 +09:00
Michael Ventnor 00576b552f Bug 469635. Silence ALSA warnings when there is no sound device. r+sr=roc
--HG--
extra : rebase_source : 81cb6c89ffffd534a478151a7aa450c42b36a469
2008-12-17 15:16:01 +13:00
Joe Drew 38f3c8196c Merge backout of bug 469756 for bug 469809. 2008-12-16 14:53:42 -05:00
Joe Drew 2343b1c1d4 Backed out changeset 0c0bf7bd8e7b for bug 469809 2008-12-16 14:52:42 -05:00
Steven Michaud b11401a74a Avoid dropped control-key events by making LastModifierState global. b=463802 r=masayuki,josh sr=roc 2008-12-16 10:50:19 -06:00
Oleg Romashin 9c3c12487c Bug 469756 - GDK_EXTENSION_EVENTS_ALL option is not enabled for gdk window. r=roc. 2008-12-16 10:46:01 -05:00
Tom Dyas 4ae82003d3 Support Mac OS X services. b=135268 r=josh sr=roc 2008-12-15 15:56:29 -05:00
Markus Stange 0976ba4536 Bug 469683 - Wrong context menu transparency, r=josh sr=roc 2008-12-15 21:27:30 +01:00
Markus Stange 56b3cd0414 Bug 469137 - Initialize topLevelWidget in nsBaseWidget::GetTopLevelWidget, r=roc. 2008-12-15 14:43:48 +01:00
Markus Stange aae2dff65e Crashtest for bug 460349, r=roc 2008-12-15 14:43:40 +01:00
Mats Palmgren d291115d15 Remove consecutive pending duplicate KeyPress events to the same window. b=301029 r=karlt sr=roc 2008-12-15 12:34:05 +01:00
Michael Ventnor cab5571267 Bug 419275 - "support for gnome's sounds" (Followup) [r+sr=roc] 2008-12-14 22:48:52 -08:00
Antonio Gomes b0c0f66983 Bug 460128 - "autocomplete suggestions will dynamically use form input, including password fields" [r+sr=roc] 2008-12-14 22:43:25 -08:00
Masayuki Nakano b3df92d76b Bug 272847 Text input via IME does not work in windowless Flash movie r=ere+josh, sr=roc 2008-12-15 12:54:54 +09:00
Chris Pearce 929f5e14ff Bug462570 - Change Network state and Ready state names in HTMLMediaElement to match spec - r=doublec sr=roc 2008-12-15 16:38:16 +13:00
Michael Ventnor 2f1fb16743 Bug 419275 - "support for gnome's sounds" [r+sr=roc] 2008-12-12 15:39:02 -08:00
Oleg Romashin d7a1c32e01 Bug 428988 - Expose mouse event pressure. r=Olli.Pettay, sr=roc. 2008-12-11 18:55:15 -05:00
Markus Stange b4d5306ce7 Bug 462233 - Checkboxes and radio buttons being squashed / stretched horizontally on Mac, r=josh r=bzbarsky sr=dbaron 2008-12-11 15:48:30 +01:00
Markus Stange d5c847df1a Bug 460899 - Change -moz-appearance: toolbar on Mac OS X to draw dark chrome toolbars, r=roc 2008-12-11 15:48:13 +01:00
Markus Stange a5dc4569b8 Bug 391984 - [10.5] Add roundness to context menus, r=josh sr=roc 2008-12-11 15:37:38 +01:00
Robert Sayre 4e9cec6bbf Merge 2008-12-11 02:43:25 -08:00
Robert Sayre be41dd2fc4 backout bug 428988, checked in on persistent orange. 2008-12-11 02:43:04 -08:00
Robert Sayre 665787ada2 Backout JOEDREW! patches for bug 89419 and bug 393936. Looks like they make mochitest leak. 2008-12-11 01:27:58 -08:00
Oleg Romashin ec25478838 Bug 428988 - Expose mouse event pressure. r=Olli.Pettay, sr=roc. 2008-12-11 03:04:46 -05:00
Joe Drew 75a9cd7d92 Bug 393936 - nsIRequest::cancel() must not notify anything sync. Make removal from the loadgroup async, and add another call cancelAndForgetObserver() that removes the listener immediately (since some callsites expect that). Note, however, that this new method shouldn't be used in any new code; it exists only to support code that relied on the broken behaviour prior to this checkin. r=bzbarsky sr=vlad 2008-12-10 16:25:34 -08:00
Steven Michaud bcf4768b4e Avoid crashing on non-fatal Objective-C exceptions caused by a 10.4-only Apple bug. b=461381 r=josh sr=roc 2008-12-10 15:42:00 -06:00
Masayuki Nakano d0f1d2ee30 Bug 83056 Add support for windows sounds to Menus r=enndeakin, sr=roc, ui=jboriss 2008-12-11 02:23:20 +09:00
Wolfgang Rosenauer bf7026dd65 Bug 468804 - casting to pointer explicitely in g_object_set_data() calls; r+sr=roc 2008-12-10 16:53:28 +01:00
Markus Stange 9a6be32faf Bug 468498 - Add color -moz-mac-disabledtoolbartext for disabled text in toolbars. r=roc 2008-12-09 17:48:51 +01:00
Masatoshi Kimura 1a8f0b575b Bug 468419. Fix loading of the application window icons on Windows. r+sr=roc 2008-12-09 13:36:13 +13:00
Masatoshi Kimura 62731f23b5 Bug 467038 - Get rid of nsWindow::DefaultWindowProc; r+sr=roc 2008-12-08 02:26:59 +01:00
Peter van Hardenberg 86949fb04b Bug 463493 - path of x-moz-file flavour on linux is url-encoded; r+sr=roc 2008-12-06 17:27:53 +01:00
Rob Arnold 18e863efdd Bug 457997 - autohiding glass panels don't display properly. r=vlad 2008-12-06 13:21:26 +01:00
Markus Stange 53d5c006d9 Bug 450800 - Add -moz-appearance: searchfield on Mac OS X; general NSCell drawing cleanup. r=smichaud sr=roc 2008-12-06 12:40:58 +01:00
Masayuki Nakano 45888ce436 Bug 424663 crashes [@ CalcCharacterPoisitionAtoW][@ imm32.dll@0x3e24] involving Chinese IME r=VYV03354+ere, sr=roc 2008-12-06 18:27:30 +09:00
Masayuki Nakano cf408c25a1 Bug 465461 esc key input does not restore IME state r=josh,sr=roc 2008-12-06 18:23:55 +09:00
Peter Weilbacher ccf6a9e48e [OS/2] Bug 460247: move the OS/2 README.txt files out of the locale directories (mozilla-central part), r=ted
--HG--
rename : browser/locales/en-US/os2/README.txt => widget/src/os2/README.firefox
2008-12-05 22:11:22 +01:00
Peter Weilbacher 63da61f52c Bug 448512: fix crash on quit on Linux (and Solaris) with active Xinerama, r=dbaron, sr=roc 2008-12-05 10:16:16 +01:00
Masayuki Nakano f877c67331 Bug 463209 No sound when message box is opened (alert/confirm) r=roc+neil, sr=roc, ui=jboriss 2008-12-05 16:29:17 +09:00
Steven Michaud 974689b99a Crashtest for bug 464589. b=464589 r=josh sr=roc 2008-12-04 11:12:19 -06:00
L. David Baron c6c21a15b0 Make FindBestWindow faster when there are a lot of windows (many of which may be Firefox windows). (Bug 467635) r+sr=roc 2008-12-04 08:09:53 -08:00
Steven Michaud fda32b8f49 Crash with bitmap buffer that's too large. b=464589 r=mstange,josh sr=roc 2008-12-03 10:38:59 -06:00
Neil Rashbrook f88e05386e Bug 462683 Better fix for invalid PRUint16* -> PRUnichar* conversion r=ere sr=roc 2008-12-03 12:22:14 +00:00
Michael Ventnor 79cfeea849 Bug 344023. Clamp offscreen buffer size to avoid crashes on huge windows. r+sr=roc 2008-12-03 14:18:58 +13:00
Josh Aas a98da0bc2e don't use method selectors unnecessarily in cursor code. b=464313 r=smichaud sr=roc a=beltzner 2008-11-28 17:43:29 -05:00
Gavin Sharp f994940c6b Bug 462887: document ignoreScrollFrame argument in nsLayoutUtils, rename it to ignoreRootScrollFrame, r=roc, sr=bzbarsky, a=beltzner 2008-11-28 14:53:33 -05:00
Michael Ventnor f43373c805 Bug 136941 - Filters from filepicker.properties should should have case insensitive test
r+sr=roc a1.9.1=beltzner
2008-11-27 20:09:50 -08:00
Markus Stange ea2f872ba4 Bug 458297 - Form widgets and scrollbar should not be grayed when clicking on menus or dock stacks. r=smichaud, sr=roc, a191=beltzner 2008-11-27 23:38:24 +01:00
Markus Stange 5aa649931a Bug 465348 - GrayText color is too dark on 10.5. r=josh, sr=roc, a191=beltzner 2008-11-27 23:30:12 +01:00
Markus Stange 20afddfa26 Bug 231313 - Change -moz-appearance: tab on Mac OS X to draw new-style tabs. r=roc, a191=beltzner 2008-11-27 23:16:13 +01:00
Markus Stange 1df74a8c19 Bug 465402 - Tree header cells shouldn't draw borders around them, only between each other. r+sr=roc, a191=beltzner 2008-11-27 23:14:54 +01:00
Masayuki Nakano f631be1bc9 Bug 294688 clicking on applet or flash after context menu opens, does not close context menu r=ere+roc, sr=roc, a=beltzner 2008-11-27 14:42:18 +09:00
Masayuki Nakano 689eecd385 backout the latest landing b=463209 2008-11-27 12:29:44 +09:00
Masayuki Nakano e0b35ba86e Bug 463209 No sound when message box is opened (alert/confirm/prompt/etc...) r+sr=roc, ui-jboriss, a=beltzner 2008-11-27 11:50:35 +09:00
Oleg Romashin 5b137189d5 Bug 459780 - X11 event compression isn't handling extension events on maemo. r=roc, a=approval1.9.1+ 2008-11-26 15:43:36 +02:00
Masayuki Nakano 90805a85a1 Bug 462658 Folder drop down in Bookmarks contextual dialog cannot be closed r=ere, sr=roc, a=beltzner 2008-11-18 15:15:24 +09:00
Jim Mathies a588e05c36 bug 440911: Add CF_HDROP support back into Windows drag and drop data object (dragging images to some applications, e.g. PhotoShop, fails); r=emaijala, approval1.9.1b2=beltzner 2008-11-14 14:23:02 -08:00
Stuart Morgan c36b3b74a2 Bug 156583: Stray QuickTime, Real, or Java plugin frame can appear after switching to another tab. r=smichaud, sr=roc, a1.9.1b2=beltzner 2008-11-14 10:24:16 +00:00
Josh Aas 69a95e9a47 Fix for bug 420363 (Scrollbars missing due to <meta http-equiv="MSThemeCompatible" content="no">). r=mstange, sr=bzbarsky, a=beltzner. 2008-11-13 17:52:32 +01:00
Steven Michaud 9f1689ee2b Extremely slow scrolling on OS X with CSS "overflow: auto" and large HTML page. b=428070 r=josh sr=roc a=beltzner. 2008-11-12 09:14:59 -06:00
Markus Stange 1631e76484 Bug 462245 - Remove override of +[NSGrayFrame drawBevel:...] because it's unnecessary and causes a crash with ShapeShifter on 10.4, r=josh sr=roc a=beltzner 2008-11-12 14:18:18 +01:00
Oleg Romashin 6b458a8712 Backed out changeset 23ac0ea522e8 due to old Gtk used on boxes and makes it burn 2008-11-12 10:10:55 -05:00
Oleg Romashin 38f13548ef Bug 459780 - X11 event compression isn't handling extension events on maemo. r=roc, a=beltzner 2008-11-12 09:58:06 -05:00
Masayuki Nakano 20f6ae4515 Bug 462995 Cannot type 2 or more characters from software keyboard r=josh+smichaud, sr=roc, a=beltzner 2008-11-12 15:35:00 +09:00
Graeme McCutcheon e75fbc9baf b=451204 new highlight color r+sr=roc r+a1.9.1b2=mconner 2008-11-11 11:10:25 +13:00
Rob Arnold 61d145a070 Bug 457997 - Autohiding glass panels don't display properly r=vlad,dao 2008-11-10 16:53:32 +01:00
Jesse Ruderman 4011dfe5c0 Add crashtest for bug 460387 2008-11-09 19:20:29 -08:00
Vladimir Vukicevic b01245a30f b=454473, win32 bookmarks toolbar repopulates after resize; r=robarnold, sr=dbaron 2008-11-06 18:32:28 -08:00
Steven Michaud 5bc38e450c 10.4-only top crash at [@ nsNativeThemeCocoa::DrawCellWithScaling]. b=458961 r=mstange,stuart.morgan sr=vlad a=vlad 2008-11-09 16:30:46 -06:00
Joe Drew e18c31f9da Merge backout 2008-11-07 15:02:36 -05:00
Joe Drew 82356d4615 Backed out changeset 6bedb1e92dd0 due to refcount leaks 2008-11-07 15:01:35 -05:00
Steven Michaud 1b633a175c Infinite loop (and stack overflow) on mouse-moved with ctrl-tab panel. b=463285 r=josh sr=vlad 2008-11-07 13:58:52 -06:00
Joe Drew 16d0ef182e Bug 393936 - Cancel() must not notify anything sync. Make removal from the loadgroup async, and add another call CancelAndForgetObserver() that removes the listener immediately (since some callsites expect that). r=bz, sr=pavlov, a=blocking1.9.1+ 2008-11-07 14:35:22 -05:00
Atul Varma 72e689a50c Bug 428096. Make clipboard and drag-and-drop import and export HTML on Mac. r=josh,sr=roc 2008-11-07 14:08:35 +13:00
Robert O'Callahan f27247750a Bug 458487 - 'Rework image snapping logic'. r=vlad+joedrew, sr=dbaron 2008-11-04 14:01:21 -08:00
Markus Stange 1b2252f6c6 Bug 462793 - Changing listbox selection with keyboard no longer scrolls to make the newly selected item visible, r+sr=roc 2008-11-04 15:38:16 +01:00
Phil Ringnalda 538c9fb42a Bug 461888 - Remove unused PACKAGE_FILE and PACKAGE_VARS and .pkg files, mozilla-central part, r=bsmedberg 2008-11-03 19:46:28 -08:00
Alexander Surkov 4b3262f0dc Bug 386978 - get rid FireToolkitEvent, r=aaronlev, sr=benjamin 2008-11-04 11:36:36 +08:00
Markus Stange 4398b659b8 Bug 459708 - Remove -moz-appearance values "radio-small" and "checkbox-small", r=roc 2008-11-03 14:12:59 +01:00
Alexander Surkov 02b803ed45 Bug 461920 - remove nsPIAccessNode, r=marcoz, aaronlev, sr=neil 2008-11-01 11:58:07 +08:00
Dave Townsend 3212e47122 Bug 461594: Interfaces changed without iid updates. r=josh, r=jst 2008-10-31 10:31:43 +00:00
Mook (sb) a3c8811bc4 Bug 442419 - allow custom max for progressmeter; r=enndeakin, sr=roc 2008-10-30 13:04:23 +03:30
Robert O'Callahan 821ebc1415 Fixing bustage 2008-10-29 22:48:16 -07:00
Josh Aas 9213c5adc9 support testing of lazy update behavior in native menu tests. b=446352 r=mstange sr=roc 2008-10-29 22:36:01 -07:00
Robert O'Callahan 7f65b0327b Bug 458928. Render windowed Windows plugins using PrintWindow when necessary, and use gfxWindowsNativeDrawing for windowless plugins so we can draw them correctly under all circumstances. r=vlad,sr=jst 2008-10-29 22:28:25 -07:00
Zack Weinberg 3147856cfd Bug 168117 - Need to implement nsIWidget::SetParent on the Mac; v4; r=(joshmoz + smichaud) sr=roc 2008-10-29 06:19:42 +01:00
Serge Gautherie 8f125f2d4a Bug 78388 - Fix uses of |new nsAutoString / nsCAutoString|; (Ev1c) <nsWindow.*>; r=emaijala sr=mats.palmgren 2008-10-29 03:02:59 +01:00
Gavin Sharp f86fcaed34 Fix warning introduced by bug 459604 2008-10-28 18:47:37 -04:00
Honza Bambas 796eaec927 Bug 455871 - [mac] Regression: drag & drop is not working at all after some-time of browser usage; fix, v2 + colorpicker test update; r+sr=roc 2008-10-28 05:44:29 +01:00
Jonathan Steele 64532f729b Bug 460310 - Remove Dead Code in nsWidgetSupport.cpp/h; r+sr=roc 2008-10-28 04:16:13 +01:00
Gavin Sharp f4d07ac65b Bug 459604: add an optional parameter to SendMouseEvent to ignore the scroll frame, r+sr=roc 2008-10-27 16:16:23 -04:00
Peter Weilbacher f79c495c38 [OS/2] Bug 454956: fix OS/2 build break with GCC 3.4.6 or newer, part 4: add prototype for nsDragWindowProc helper in nsDragService.cpp, r=wuno 2008-10-26 23:02:42 +01:00
Brad Lassey ba58fd695a Bug 461283 - Crash [@ fastcopy_I ] - printing broken r=vlad 2008-10-24 01:21:15 -04:00
tdyas@zecador.org a5addcf599 Bug 412486 - widget/event-detection support for multi-touch trackpad gestures, r=smaug,josh, sr=roc 2008-10-23 23:15:20 +03:00
Olli Pettay 5a044d8595 backout Bug 455871 2008-10-23 18:51:15 +03:00
Honza Bambas 64ef4b137f fix: drag & drop not working at all after some-time of browser usage. b=455871 r=josh sr=bz 2008-10-23 01:36:37 -04:00
Markus Stange ce5dbf53bc Bug 460349, r+sr=roc 2008-10-22 18:39:08 +02:00
Neil Rashbrook 7316c49063 Bug 456374 disabled attribute doesn't update native submenu r=josh sr=roc 2008-10-22 17:07:45 +01:00
Joshua Cranmer 2658347568 Bug 460979 - nsIdleServiceGTK.cpp crashes if no X display. r/sr=roc 2008-10-21 23:35:30 -04:00
Brad Lassey f320a4dafd Bug 459674: widget printing wide char fixes r=stuart sr=roc 2008-10-21 20:54:26 -04:00
Steven Michaud 5a509ba36a Typing focus lost when using any Midas buttons. b=314160 r=josh sr=vlad 2008-10-21 17:15:08 -05:00
Josh Aas de3f9404be Back out 168117, outdated reviews and patch. 2008-10-21 10:56:35 -04:00
Simon Fraser c395bba8bb Bug 168117 - "Need to implement nsIWidget::SetParent on the Mac" [r=pink sr=bryner] 2008-10-20 21:23:22 -05:00
Kathleen Brade 3bc9d4eed7 Add support for retrieving PNG images from Windows clipboard. Bug 444800 (r=jmathies, mcs; sr=roc) 2008-10-20 11:21:02 -04:00
Reed Loden d47dd0ea99 Branch merge for the backout of bug 459780. 2008-10-19 20:26:35 -05:00
Reed Loden 1a7503aa35 Backed out changeset f678aac23eae from bug 459780 because it caused the regression in bug 460643. 2008-10-19 20:25:26 -05:00
Reed Loden f2fc93aedd Possible fix to bustage from bug 459075. 2008-10-18 20:34:18 -05:00
John Daniels ba381b388a Bug 459075 - "Unnecessary nsCommonWidget class in GTK code" [r+sr=roc] 2008-10-18 20:13:27 -05:00
Masayuki Nakano 1c6a042dcf Bug 460556 tests for bug 460500 r+sr=roc 2008-10-18 17:37:59 +09:00
Masayuki Nakano fa24c1568e Bug 460500 Ctrl-Tab panel doesn't close when releasing the ctrl key r+sr=roc 2008-10-18 12:48:09 +09:00
Chris Toshok 8ea8955634 Bug 459780 - X11 event compression isn't handling extension events on maemo; r+sr=roc 2008-10-18 00:38:49 +02:00
Steven Michaud 1c6ed72529 Firefox hangs if Gecko-modal dialog opens under Cocoa-app-modal dialog. b=436473 r=josh sr=roc 2008-10-17 16:58:47 -05:00
Masayuki Nakano 36b09f73c2 Bug 459820 Need automated tests for Caps Lock key events r+sr=roc 2008-10-16 12:04:39 +09:00
Markus Stange b877d7abc3 Bug 456430 - Fix compiler warnings in widget/src/cocoa/ introduced by bug 439354, r=josh sr=roc 2008-10-15 15:01:10 +02:00
Markus Stange e00fee0e90 Bug 450944 - Implement -moz-window-shadow functionality on Mac OS X, r=hwaara sr=roc.
This patch turns on window shadows for transparent windows by default, so the identity popup and the "edit bookmarks" popup will get a shadow, too. ui-r=faaborg
2008-10-14 17:33:40 +02:00
Kathleen Brade 9167fa6368 Backing out bug 444800 2008-10-14 10:14:30 -04:00
Kathleen Brade 5be67a26fb Backing out bug 444800 2008-10-14 10:06:35 -04:00