alecf%netscape.com
e4d4ba3ccb
Fix for bug 138299 - switch consumers of nsIWindowMediator service to use the non-RDF contractID, in preparation for bug 132175
...
r=danm, sr=jag
2002-04-30 01:36:59 +00:00
sdagley%netscape.com
f9557a0368
Fix #116079 - if a file with no extension is dragged to Mozilla and it has a file type of 'TEXT' treat it as text/plain rather than application/octet-stream. r=bryner, sr=hyatt
2002-04-29 07:01:44 +00:00
darin%netscape.com
1b1677bbe9
fixes bug 129279 "nsIFile unicode/utf8/ascii task"
...
r=dougt sr=alecf
2002-04-27 05:33:09 +00:00
sspitzer%netscape.com
a376f9f56c
fix for #137886 . Detect defunct previously migrated profiles and offer to re-migrate.
...
this is pref controlled, "profile.seconds_until_defunct. by default,
we'll never offer to remigrate. initial patch by ccarlen.
r=ccarlen,racham,sr=bienvenu
2002-04-26 01:37:04 +00:00
alecf%netscape.com
8c4c4971b7
remove convertISupportsToDOMWindow in order to clean up nsIWindowMediator
...
bug 138299 (preparation for bug 132175)
2002-04-22 14:02:48 +00:00
alecf%netscape.com
bb7f5b3bb8
add window mediator listener functionality for bug 132175
...
(not part of build)
2002-04-22 14:00:24 +00:00
dbaron%fas.harvard.edu
324f543007
Fix up and enable hierarchical :hover and remove the hacks that made :hover work for anchors without it. Pass mask rather than pseudo-class to ContentStatesChanged notifications. Optimize event state changes in the style system by passing state mask to HasStateDependentStyle and using it in HasStateDependentStyle implementations. b=5693 r=bryner, joki sr=hyatt
2002-04-11 03:49:30 +00:00
dp%netscape.com
2c6fb85dda
bug 125100 Undoing resident size trimming and heapmin. sr=alecf, r=blythe, a=asa
2002-04-09 04:03:39 +00:00
rjc%netscape.com
c43e101da1
Fix bug # 130234 - w95 startup crash (when low-mem?). r=pavlov sr=ben a=asa
2002-04-03 08:31:31 +00:00
dbaron%fas.harvard.edu
fd56358d37
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
2002-03-23 21:23:50 +00:00
mscott%netscape.com
40ff386cea
Bug #132643 --> add a new web browser chrome flag for a popup type. Set the native widget type to popup
...
if that's what the chrome flags say.
r=danm
sr=hewitt
a=asa
2002-03-22 19:22:05 +00:00
ccarlen%netscape.com
16b571cf5f
Bug 58533 - Can't open files with a '/' in name by double-clicking in Finder. r=rjc/sr=sfraser/a=asa
2002-03-22 15:03:17 +00:00
danm%netscape.com
313cdbd7d8
removing unused function InitializeDocshell. bug 130944 r=jst,timeless a=asa
2002-03-18 23:33:49 +00:00
dbradley%netscape.com
b8c6c039f2
Bug 126107 - Freeing mismatched memory in nsWindowMediator::GetWindowForResource - r=valeski, sr=alecf, a=asa
2002-03-18 02:10:14 +00:00
rjc%netscape.com
abcf3a5a9d
Fix bug # 129794 part deux: plug leak. r=shaver sr=ben a=asa
2002-03-13 23:33:35 +00:00
rjc%netscape.com
fe1df9a715
Backout fix for bug # 129794 due to orangeness. Will try again tomorrow.
2002-03-12 11:21:03 +00:00
rjc%netscape.com
84a17440f6
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
db20b759f9
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
57dd1d2753
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
ec00895936
- 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
c105bd4cfb
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
026dda9f95
fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa
2002-03-06 07:48:55 +00:00
ducarroz%netscape.com
35d4b4fddc
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
537443e2f0
implement new method topLevelWindowIsModal. bug 126786 r=hyatt,rginda a=asa
2002-02-28 23:25:14 +00:00
danm%netscape.com
9abfcdeeed
add method topLevelWindowIsModal. bug 126786 r=hyatt,rginda a=asa
2002-02-28 23:24:31 +00:00
danm%netscape.com
4b415b08ae
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
6d6431c6e6
implement new attribute nsIBaseWindow::enabled. bug 126786 r=hyatt,rginda a=asa
2002-02-28 23:22:55 +00:00
rjc%netscape.com
d0cbf839c8
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
f21f48083f
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
166addbb54
reimplement window scrollbar chrome attribute. bug 111524 r=hyatt,jst
2002-02-16 01:15:52 +00:00
timeless%mac.com
fac5a6bcea
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
847c6d06f1
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
a6507f991d
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
8cabeca21d
Bug 124698 don't CallQueryInterface(mDocShell = 0, &mWebShell)
...
r=bzbarsky,adamlock sr=alecf
2002-02-12 03:45:22 +00:00
endico%mozilla.org
136abbbacc
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
d958663061
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
6e54ff1d4e
Backing out to see if performance regression is fixed. a=endico
2002-02-10 00:00:06 +00:00
dp%netscape.com
a42f928113
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
4ab69b0c05
generally give windows a 'minimize' widget. bug 77020 r=ben,jag
2002-02-09 00:10:05 +00:00
danm%netscape.com
1572b8c579
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
70040e373a
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
7f58328d70
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
ce0e017df0
Bug 122809�Mismatched allocator/deallocator ToNewCString & delete[]
...
r=bzbarsky@mit.edu sr=jag
2002-02-04 14:37:01 +00:00
sfraser%netscape.com
d285f8f560
Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson
2002-01-30 21:14:20 +00:00
alecf%netscape.com
b417379c8c
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
aef095fb3d
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
894fdcfaaf
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
0d54e27adc
Fix smoketest blocker: 122228 by adding a null ptr check in GetHiddenDOMWindow
2002-01-28 18:52:24 +00:00
hyatt%netscape.com
e41873b326
Fix cocoa bustage in makefile.in, r=cls, sr=brendan
2002-01-25 00:53:38 +00:00
danm%netscape.com
4ada48a96a
in Destroy(), call appshellservice->Unregister a little earlier. bug 119549 r=ben,hyatt,law
2002-01-24 23:39:00 +00:00