Commit Graph

5863 Commits

Author SHA1 Message Date
neil%parkwaycc.co.uk
eb6481c0ea Bug 133439 don't clear OLE clipboard if we're going to set new data anyway, patch by Ludvig Strigeus <bugzilla@strigeus.com> r=jag sr=me a=dveditz
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@195688 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-28 21:16:41 +00:00
masayuki%d-toybox.com
2a4bf282a3 Bug 179056 "Check for new message every" stops after hibernate. patch by Masatoshi Kimura (emk) <VYV03354@nifty.ne.jp> r=ere+sfraser, sr=roc, a=dveditz
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@195346 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-25 09:34:10 +00:00
wr%rosenauer.org
7358407c10 Bug 289897 - huge memory leak when klipper is running, p=roc, s+sr=darin, a=dveditz
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@195242 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-24 06:14:18 +00:00
ginn.chen%sun.com
0052d60f23 Bug 333134 Accessibility still leaking when AT used
widget/src/windows part
patch by aaronleventhal r=me sr=dbaron a=dveditz


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@195237 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-24 05:39:29 +00:00
bzbarsky%mit.edu
d61c975c08 Up the minimal GTK version for us to use the GTK2 filepicker, to avoid crash
bugs in it. Bug 310137, r+sr=roc, a=dveditz


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@195107 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-21 21:43:42 +00:00
mark%moxienet.com
ec79194aec 294476 Impossible to give keyboard focus to minimized windows raised by opening a URL from another app. Activate windows being restored. Also fixes: popup windows not rolled up when windows are minimized with command-M; minimized windows sometimes retain focus even though they're hiding in the dock. r=josh sr=smfr a/1.8.0=dveditz
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@190792 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-22 03:30:07 +00:00
masayuki%d-toybox.com
7a761f0de8 Bug 296687 TSM (IME) candidate window is displayed at wrong position (too below). patch by Katsuhiro MIHARA <katsuhiromihara@goo.jp> r=josh, sr=sfraser, a=dveditz
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@190351 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-17 15:38:59 +00:00
mark%moxienet.com
606e42c88f 318283 Hangs when autofill popup menu should shrink [Mac 10.2]. On 10.2, defer window resizes until after an update. r=josh sr=smfr a/1.8.0=dveditz
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@190238 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-16 20:29:34 +00:00
mkaply%us.ibm.com
87605cce47 #319072
r=mkaply, sr=mkaply (OS/2 only), a=mkaply (OS/2 only)
Patch from Peter Weilbacher - tab drag/drop doesn't work on the branch


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@189819 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-13 15:04:34 +00:00
uriber%gmail.com
017b6b35de Bug 315837 - [Mac] Keys which should produce multiple characters only produce one. r=mano sr=smfr a=dveditz
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@187124 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-07 15:53:34 +00:00
bzbarsky%mit.edu
3b6fd27e29 Bug 312154, Start script does not take care of running instance on solaris sparc. benjamin: first-review+ Patch by leon.sha@sun.com, a=dveditz
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@187053 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-06 03:19:48 +00:00
mark%moxienet.com
439bc27919 313988 Positioned <select> drop-down doesn't work on 10.3. Calculate structure-to-content offset by using the already-known content rect instead of the one returned by GetWindowBounds, because its values are incorrect on Panther. r=josh sr=pink a/1.8.0.1,1.8.1=dveditz
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@186909 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-04 15:05:39 +00:00
mark%moxienet.com
348d26b623 314856 Mousewheel scrolling is too fast on OS X, especially 10.4.3. Don't scale mousewheel deltas, instead relying on system acceleration. Acceleration is provided at least as early as 10.2, which is our minimum, so there. r=josh sr=pink a/1.8.0.1,1.8.1=dveditz
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@186908 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-04 15:03:47 +00:00
mark%moxienet.com
c7ebcbffa9 311399 Crash [@ SetOrigin] during rendering context destruction. Remove QD save/restore from rendering context, it was placed there as a workaround for scrollbar functional and aesthetic bugs. Add OS event handler to fix aesthetic problems, and check for bad states to work around functional problems. r=josh sr=smfr a/1.8.0.1,1.8.1=dveditz
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@186906 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-04 15:01:59 +00:00
dbaron%dbaron.org
8a576bda94 Be more conservative in detecting GTK theme changes. b=305970 r=caillon sr=bryner a=drivers
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@186347 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-21 01:38:20 +00:00
(no author)
d368a405db This commit was manufactured by cvs2svn to create branch
'MOZILLA_1_8_0_BRANCH'.

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@185757 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-07 05:54:01 +00:00
(no author)
d1331130a2 This commit was manufactured by cvs2svn to create branch
'MOZILLA_1_8_0_BRANCH'.

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@182227 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-14 02:57:26 +00:00
smfr%smfr.org
f20ddcb52e Camino only:
Fix bug 308865: allow SpellCatcher X shorthands to work by fixing Cocoa IME to send all key events through -interpretKeyEvents so that input methods get to see them, and filtering out those that Gecko has handled in -doCommandBySelector. r=mento.


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@182172 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-13 17:00:38 +00:00
mark%moxienet.com
988e6a0d31 Bug 311618, Crash [@ QDFlushPortBuffer]. Replumb the flush manager as an XPCOM service so that other components can cancel scheduled flushes when ports are going away. Away goes trouble down the drain. Camino/koko-widget only. r=pink sr=smfr a/1.8=asa
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@182170 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-13 16:48:16 +00:00
smfr%smfr.org
5a9f45f1e6 Camino only:
Fix camino bug 311683. The earlier fix for bug 297343 introduced a short delay before the dispatch of focus/activate events on window activation. It turns out that this was bad, as you could end up with two windows which continually each come to the front ("duelling windows"). This patch makes things synchronous again, but fixes the original bug by exposing a category on NSWindow in the widget code that allows the embedder to know if a SetFocus() call is coming as a result of window activation. r=mento


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@182096 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-12 17:47:20 +00:00
cmp%mozilla.org
cdea6a4bfd Implement native theme rendering for Windows XP menus, &c. Patch by James
Ross <silver@warwickcompsoc.co.uk>.  Bug 243078, attachment 197534.
r=dougt, r=mconnor, sr=neil.parkwaycc.co.uk


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@182060 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-12 04:07:12 +00:00
smfr%smfr.org
da76714edc Camino only: fix bug 308471: implement -firstRectForCharacterRange so that the IME inline input window shows up in the correct location. r=pinkerton
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@181802 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-08 00:20:33 +00:00
smfr%smfr.org
9d612f5ca6 Camino only: Branch fix for bug 297343, and the fallout bug 311049. When told that the window is getting or losing key status, inform Gecko in a delayed manner so that when Gecko calls out to our SetFocus() method, we can rely on the window state to know whether we have to make the window key. This avoids re-entrant -makeKeyAndOrderFront: calls, which cause white flashes when showing. r=mento. Includes Cocoa widget warning cleanup.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@181675 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-05 20:58:55 +00:00
mkaply%us.ibm.com
fee256cfab OS/2 fallout from 281709 - build bustage
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@181591 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-04 18:08:05 +00:00
mrbkap%gmail.com
3533164f24 bug 310293: Cannot open menus after workspace change. Patch from Sergei Dolgov <sergei_d@fi.tartu.ee>. r=thesuckiestemail@yahoo.se a=asa. BeOS only.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@181571 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-04 06:31:19 +00:00
mrbkap%gmail.com
611b530ec3 Bustage fix for branch-only checking for bug 281709
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@181569 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-04 06:00:41 +00:00
mrbkap%gmail.com
bd3dfa2efb bug 281709: Show a drop shadow under top-level popup menus in Windows XP. Add a new function to smooth out differences in what IsVisible means on different platforms. r=pav sr=brendan a=mscott/brendan. This checkin is BRANCH ONLY pending a more correct/cleaner fix on the trunk.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@181562 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-04 05:37:49 +00:00
mark%moxienet.com
cf190f042e Bug 304089, maximum window size during resize is too large, windows go offscreen and under the dock. Set maximum bounds carefully. r=mano r=josh sr=smfr a/1.8=asa
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@181337 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-30 21:59:37 +00:00
mark%moxienet.com
65ae843849 Bug 310379, crash [@nsMacEventHandler::Scroll]. Check for !widgetToScroll. r=mano sr=smfr a/1.8=asa
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@181218 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-29 20:11:49 +00:00
neil%parkwaycc.co.uk
c1ec4149ed Supplementary patch to bug 305384 to fix alerts on GTK1 r+sr=roc a=asa
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@181149 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-28 15:52:33 +00:00
mark%moxienet.com
f68689d75d Bug 309822, scroll wheel doesn't scroll list boxes and more [Mac] after bug 255415. Use event.point instead of event.refPoint on the branch. r=mano sr=smfr a/1.8=asa
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@181063 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-27 18:56:26 +00:00
timeless%mozdev.org
27433eaa9e Bug 129310 BeOS Scrolling needs to be rewritten
patch by sergei_d@fi.tartu.ee r=tqh a=mtschrep


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@181028 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-27 04:48:48 +00:00
bzbarsky%mit.edu
1b5504523a Fix bug 114929. Patch by Dan Dickerman <dandickerman@speakeasy.net>,
r=bzbarsky, sr=shaver, a=asa


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@180957 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-26 13:40:27 +00:00
mark%moxienet.com
d621fdd83b Bug 301338, sheets prevent their parent windows from updating. Don't clip out top-level windows. r=josh sr=smfr a/1.8=asa
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@180901 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-23 22:51:17 +00:00
mark%moxienet.com
072990a143 Bug 171680, modifier keys have no effect on mouse wheel (Mac). Handle modifier keys for scrollwheel events. Bug 255415, scroll wheel doesn't scroll the right scrollable thing until the mouse is moved. Walk the widget hierarchy to find out what's under the mouse. r=mano sr=smfr a/1.8=asa
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@180812 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-22 18:42:29 +00:00
mark%moxienet.com
fab465c4d1 Bug 309395, scrollwheel doesn't work in non-toplevel window. Install the scroll event handler on appropriate window types. r=mano sr=smfr a/1.8=asa
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@180798 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-22 14:57:12 +00:00
jruderman%hmc.edu
ca6da997f5 Bug 296823 [BEOS] nsWindow::SetTitle should check if mView is NULL. Patch by Doug Shelton. Checking in as requested by Niels Reedijk. r=sergei_d, a=schrep. BeOS-port only, no sr required.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@180791 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-22 05:44:56 +00:00
joshmoz%gmail.com
423c729f69 don't play system beep during GetAttention(). b=307323 r=mano sr=smfr a=asa
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@180069 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-12 23:36:44 +00:00
mozilla.mano%sent.com
7f9b9a6c4d Bug 266769 - parent window isn't movable / draggable when sheet is open. patch from Ari <the_great_spam_bin@yahoo.com>, r=mento, sr=smfr, a=asa.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@180064 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-12 23:24:57 +00:00
scott%scott-macgregor.org
2717784173 Bug #194632 --> notification preference to use a self-defined wav-file does not function well on Mac OS X
Patch by Jon Baumgartner

r=pinkerton
sr=sfraser

a=asa


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@179708 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-06 18:26:32 +00:00
joshmoz%gmail.com
1bd6ad2473 Fix crash in nsFilePicker.cpp when too many file filters are used. Patch by Shane Caraveo from ActiveState. b=306351 r=josh sr=smfr a=asa
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@179487 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 19:18:04 +00:00
roc+%cs.cmu.edu
9afb4dc81b Bug 246560. Hack GTK2 plugin code so that plugins don't get substructurenotify events. This makes some plugins (Acroread 7) work without regressing other plugins. r+sr+a=brendan
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@179445 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-31 23:16:56 +00:00
scott%scott-macgregor.org
2ee2592948 Bug #223909 --> Land the aviary 1.0 changes for supporting copy and paste of windows clipboard images into HTML mail
compose onto the 1.8 branch. Changes were re-reviewed for 1.8 by various folks including module owners: stuart, biesi, glazman

a=asa


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@179004 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-25 22:35:49 +00:00
emaijala%kolumbus.fi
3f96da555a Fix for bug 297561: onmouseover , javascript alert shows twice
r+sr=roc
a=cbeard


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@178777 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-24 11:11:05 +00:00
smfr%smfr.org
a0d90900ab Fix bug 168378: make sure that we correctly set up the event coordinates in drop events. Camino only, r/sr=me
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@178770 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-24 04:41:11 +00:00
emaijala%kolumbus.fi
7f619ad112 Fix for bug 304955: Crash when scrolling through page [@ nsWindow::GetTopLevelWindow] (needed before landing the patch for bug 297561)
r+sr=roc
a=cbeard


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@178603 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-22 15:36:03 +00:00
emaijala%kolumbus.fi
c9879986dd Fix for bug 297563: Transparency doesn't seem to work in 16bit color depth
Patch by Dainis Jonitis
r=emaijala
sr=roc
a=asa


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@178602 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-22 15:30:25 +00:00
cbiesinger%web.de
9febcdccd9 bug 302821 correctly match LockLooper/UnlockLooper calls
patch by Doug Shelton <doug@sheltonfamily.org> r=tqh a=cbeard


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@178558 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-21 19:44:09 +00:00
bzbarsky%mit.edu
9306f0e3e8 Fix XRemoteClient leaks. Bug 295173, patch by Ferdinand
<ferdinandw+bmo@gmail.com>, r=caillon, a=asa


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@178248 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-19 15:17:11 +00:00
mats.palmgren%bredband.net
fff2c0d2c0 Truncate long TITLE strings to avoid crashing GTK/WM/X. b=167315 r+sr=bzbarsky a=asa
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@178012 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-18 08:11:23 +00:00