cathleen%netscape.com
12e47be3cf
clean up last traces of nsCRT::strlen(char* s), bug 124536 r=dp, sr=brendan
2002-06-04 23:05:39 +00:00
bryner%netscape.com
f04bac4791
Fixing mach-o static build - made a function static in nsAppShellService so that it doesn't conflict with global symbols; add TK_LIBS (-framework Carbon) to the link line for mozilla-bin for both carbon and cocoa builds. r=cls, rs=brendan.
2002-06-03 23:53:31 +00:00
danm%netscape.com
665ec3003d
reverting part of rev 1.54 that caused a regression. code=jrgm r=jag,me
2002-06-01 00:49:46 +00:00
danm%netscape.com
ff3b58670c
scrollbar visibility is no longer reflected in mChromeFlags. bug 130174 r=bryner,jag,jst
2002-06-01 00:00:12 +00:00
danm%netscape.com
79b4d62767
disable window size persistence before chrome is loaded. bug 116610 r=bryner,jag
2002-05-29 23:21:35 +00:00
danm%netscape.com
49ff0be08e
persist min/max state only if normal or maximized. bug 72558 r=bryner,jag
2002-05-29 23:19:07 +00:00
rpotts%netscape.com
4d4116d281
bug #46856 (r=valeski, sr=darin). API Changes to nsIWebProgress/nsIWebProgressListener)
2002-05-16 20:57:37 +00:00
dougt%netscape.com
e96df2ad1b
Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756
2002-05-15 18:55:21 +00:00
danm%netscape.com
39c1a814d5
death to remaining compiler warnings. removed a dead function. inspired by bug 126488
2002-05-13 22:00:21 +00:00
danm%netscape.com
1489a3ec71
death to compiler warnings. bug 126488 code=ayn2@cornell.edu r=me,scc
2002-05-13 21:43:15 +00:00
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