Commit Graph

1284 Commits

Author SHA1 Message Date
rjc%netscape.com
f969952304 Fix bug # 129794 part deux: plug leak. r=shaver sr=ben a=asa 2002-03-13 23:33:35 +00:00
rjc%netscape.com
9a8f9501ef Backout fix for bug # 129794 due to orangeness. Will try again tomorrow. 2002-03-12 11:21:03 +00:00
rjc%netscape.com
a1558f7dd5 Typo. Fix bug # 129794: plug leak due to circular ownership. r=dp sr=ben a=roc+moz 2002-03-12 10:28:18 +00:00
rjc%netscape.com
d3f9d14f46 Fix bug # 129794: plug leak due to circular ownership. r=dp sr=ben a=roc+moz 2002-03-12 08:00:33 +00:00
rjc%netscape.com
d45cef4ce5 Fix bug # 104127: speed up window closing by 10 to 20%. r=danm sr=ben a=asa 2002-03-09 02:54:13 +00:00
bryner%netscape.com
d2229cbf68 - Implement the :checked CSS pseudoclass which maps to the "selected" property on option elements.
- Eliminate the _moz-option-selected attribute; move the actual selected state into the option content node.
- Change all users of _moz-option-selected to use :checked.
- Add a third parameter to nsIDocument[Observer]::ContentStatesChanged to indicate which pseudoclass changed, this is used for optimizing handling of :checked state changes.

Bug 128947, r=dbaron, sr=jst, a=asa.
2002-03-07 03:34:29 +00:00
danm%netscape.com
4cee8263b6 re-enable parent of modal window before making it invisible. bug 122765 (reopened version) r=bryner,jaggernaut a=asa 2002-03-06 22:26:58 +00:00
darin%netscape.com
f1a6738b6c fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa 2002-03-06 07:48:55 +00:00
ducarroz%netscape.com
f62c1a7727 Fix for bug 109081. IsEnable/GetEnable should return true by default and not false. That will avoid the regression 128659 caused by my previous checking for 109081. R=bryner, SR=blizzard, A=blizzard 2002-03-04 22:50:11 +00:00
danm%netscape.com
80e71bc725 implement new method topLevelWindowIsModal. bug 126786 r=hyatt,rginda a=asa 2002-02-28 23:25:14 +00:00
danm%netscape.com
988f6b1c3a add method topLevelWindowIsModal. bug 126786 r=hyatt,rginda a=asa 2002-02-28 23:24:31 +00:00
danm%netscape.com
7e3b432342 implement new attribute nsIBaseWindow::enabled and inform the appshellservice of modal windows. bug 126786 r=hyatt,rginda a=asa 2002-02-28 23:23:43 +00:00
danm%netscape.com
4050702da3 implement new attribute nsIBaseWindow::enabled. bug 126786 r=hyatt,rginda a=asa 2002-02-28 23:22:55 +00:00
rjc%netscape.com
d157ef3ec0 Fix bug # 125158: force focus on Mac OS X sheets. code from saari, r=bryner sr=hyatt 2002-02-20 05:42:24 +00:00
danm%netscape.com
aafc04e403 window scrollbar chrome attribute is no longer cached locally. bug 111524 r=hyatt,jst 2002-02-16 01:16:00 +00:00
danm%netscape.com
26591a8a01 reimplement window scrollbar chrome attribute. bug 111524 r=hyatt,jst 2002-02-16 01:15:52 +00:00
timeless%mac.com
74bcab176b Bug 125601�ABS()-->PR_ABS() && PR_ABS()-cleanup
patch by Roland.Mainz@informatik.med.uni-giessen.de r=timeless sr=sfraser
2002-02-15 01:01:06 +00:00
danm%netscape.com
9359a45df5 reorder parent activation on destroy to fix stacked dialog focus regression. bug 122765 r=bryner,hyatt 2002-02-12 23:55:54 +00:00
rjc%netscape.com
82d9f6fee3 Fix bug # 12459: nsWindowMediator optimizations (put it on a diet). r=tingley, verbal sr=ben 2002-02-12 22:48:44 +00:00
timeless%mac.com
b285e8ccaa Bug 124698 don't CallQueryInterface(mDocShell = 0, &mWebShell)
r=bzbarsky,adamlock sr=alecf
2002-02-12 03:45:22 +00:00
endico%mozilla.org
eb33259bdb re-applying danm's changes after finding out they weren't cause for startup time regression. bug 124570. (patches originally from bugs 107937 and 77020) 2002-02-10 07:12:16 +00:00
endico%mozilla.org
05857b5877 backing out danm's feb8 14:34 checkin to track down Ts regression. bug 124570 2002-02-10 01:29:46 +00:00
blakeross%telocity.com
ce89f3e1a4 Backing out to see if performance regression is fixed. a=endico 2002-02-10 00:00:06 +00:00
dp%netscape.com
011c38617d bug 123728 & bug 123729 heap compaction and resident size trimming
sr=brendan@mozilla.org, r=blythe@netscape.com
2002-02-09 07:01:11 +00:00
danm%netscape.com
718b095567 generally give windows a 'minimize' widget. bug 77020 r=ben,jag 2002-02-09 00:10:05 +00:00
danm%netscape.com
ac40c8981c persist sizemode more often, and particularly after a size change. bug 107937 r=ben,jag 2002-02-08 22:34:15 +00:00
locka%iol.ie
527087c717 Fix Linux crash on nsnull pointer as part of blocker 123572 r=danm a=radha sr=sfraser 2002-02-05 23:26:51 +00:00
locka%iol.ie
d1e0b4e3c3 Remove GetContentShellById from nsIWebShellWindow & impl as it's already defined in nsIXULWindow. b=122861 r=timeless@mac.com sr=jag@netscape.com 2002-02-05 12:41:47 +00:00
timeless%mac.com
c272988e28 Bug 122809�Mismatched allocator/deallocator ToNewCString & delete[]
r=bzbarsky@mit.edu sr=jag
2002-02-04 14:37:01 +00:00
sfraser%netscape.com
d133d4956f Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson 2002-01-30 21:14:20 +00:00
alecf%netscape.com
28b3772942 First part of fix for bug 107575 - remove nsString::FindChar because there is already an nsAString::FindChar, and remove the "ignore case" option in RFindChar
r=dougt, sr=jag
2002-01-30 06:04:29 +00:00
danm%netscape.com
87998027b0 deactivate root focus controller as well as your own while deactivating yourself. bug 122462 / bugscape 11864 code=saari,myself r=bryner,hyatt 2002-01-29 21:42:07 +00:00
dougt%netscape.com
c50ca402ad 1. Converts callers of nsIComponentManagerObsolete to use
nsIComponentRegistrar.

2. Converts callers of nsComponentManager::AutoRegister to use
nsIComponentRegistrar's autoRegistrar method.

3. Add nsIComponentRegistrar implmentation to nsComponentManagerImpl.

4. Rearrange nsComponentManager.cpp so that related methods are in the same
place.

5. Added a C-style function NS_GetComponentRegistrar so that getting the
registrar is easier in some places.

6. Added a nsISimpleEnumerator interface on PLDHashTableEnumeratorImpl.  in
this way, the same base class can support both old style and new style
enumerations.

7. Fixed a nasty bug where unregistring factories will leave the contract id
hash with a dangling pointer.  Now, when unregister is called we search the
contract id hash for entries which have the given doomned cid and remove them.


Bug 115853.  r=dp@netscape.com, sr=rpotts@netscape.com
2002-01-29 21:22:13 +00:00
mscott%netscape.com
d5840ea744 Fix smoketest blocker: 122228 by adding a null ptr check in GetHiddenDOMWindow 2002-01-28 18:52:24 +00:00
hyatt%netscape.com
e02a48b60f Fix cocoa bustage in makefile.in, r=cls, sr=brendan 2002-01-25 00:53:38 +00:00
danm%netscape.com
983250a9b6 in Destroy(), call appshellservice->Unregister a little earlier. bug 119549 r=ben,hyatt,law 2002-01-24 23:39:00 +00:00
danm%netscape.com
367d14dd42 center on parent window falls back to centering on the screen if the parent window is being torn down. (crash) bug 120430 r=hyatt,saari 2002-01-24 22:30:39 +00:00
pinkerton%netscape.com
7180e5e8d1 allow --enable-default-toolkit=cocoa in makefiles and default toolkit can now be overridden on platform that don't use X11. r=cls/sr=hyatt. bug#121496 2002-01-24 15:11:18 +00:00
darin%netscape.com
fef33d20aa fixes mach-o bustage r=rjc,cls 2002-01-24 09:24:01 +00:00
danm%netscape.com
10aefd0792 removing unused ShowModally method. code=mbosch@lorentz.leidenuniv.nl r=me 2002-01-24 03:54:49 +00:00
rjc%netscape.com
d459d5fae9 Fix build bustage. (Missing #ifdef) 2002-01-24 02:08:30 +00:00
rjc%netscape.com
d0292937d7 Fix bug # 83643: Mac OS X sheets. r=pinkerton sr=ben 2002-01-24 01:17:48 +00:00
law%netscape.com
d44d2bf147 Bug 88123 (and 85860): re-use command line handling code in nsAppRunner when starting a second time on Win32; r=sgehani, sr=blake 2002-01-16 06:48:14 +00:00
timeless%mac.com
e28652dc42 Bug 118105 [Xlib] XPFE code does not treat Xlib toolkit like GTK+ toolkit
patch by Roland.Mainz@informatik.med.uni-giessen.de r=timeless sr=jag
2002-01-16 05:30:26 +00:00
bryner%netscape.com
5491e0a08e Fix for focus crash bugs 107844, 104297, and 109645. Make sure the window doesn't get deleted out from under us. r=saari, sr=blizzard. 2002-01-16 03:36:50 +00:00
danm%netscape.com
72db156f1f support nsIEmbeddingSiteWindow and gut nsIESW::SetFocus. bug 57841 r=hyatt,saari 2002-01-16 00:11:29 +00:00
danm%netscape.com
b2d35f706e support nsIEmbeddingSiteWindow. bug 57841 r=hyatt,saari 2002-01-16 00:11:06 +00:00
cathleen%netscape.com
92d4fbf218 converted 271 references to nsCRT::memcpy to memcpy, bug 118135 r=dp 2002-01-12 03:18:55 +00:00
danm%netscape.com
15bf11bfd3 constrain windows centered on a parent window to be onscreen. bug 119332 r=ben,hyatt 2002-01-11 01:53:23 +00:00
danm%netscape.com
109c9d6e38 restore persistent (maximized) size state after position and size are restored. bug 119006 r=ben,hyatt 2002-01-11 01:08:49 +00:00