Commit Graph

52657 Commits

Author SHA1 Message Date
tbogard%aol.net
4e6803a14f Fixed it so prompts could come up. Was missing the ability to QI properly. 2000-02-08 16:11:10 +00:00
tbogard%aol.net
1aa3d662b7 Now that the content viewer supports the SizeToContent, we can farm the work off onto it. r=hyatt 2000-02-08 15:55:46 +00:00
jefft%netscape.com
0c7c21b07d fixed bug 23322 -- [IMAP] freeze on folder/ in .mailboxlist; r=bienvenu 2000-02-08 15:49:52 +00:00
tbogard%aol.net
7f0033c302 SizeToContent now works properly within the new DocShell API world. r=hyatt 2000-02-08 15:49:14 +00:00
jefft%netscape.com
61244f6e68 fixed bug 23089 -- selecting undo after delete cause trash folder to load; r=bienvenu 2000-02-08 15:48:20 +00:00
brade%netscape.com
2329a4fc3f remove \n and <br> since they don't seem to be parsed correctly anymore (bug #25939) 2000-02-08 15:34:03 +00:00
tbogard%aol.net
f3607ae646 Removing forward declare of nsIBrowserWindow as that interface is on it's way out. 2000-02-08 15:13:47 +00:00
brade%netscape.com
f8197f80ed add 2nd Composer pref panel 2000-02-08 15:03:09 +00:00
brade%netscape.com
914e6e1d34 First Checked In. 2000-02-08 15:02:23 +00:00
brade%netscape.com
56fc9e0699 add second composer panel 2000-02-08 15:01:34 +00:00
brade%netscape.com
39ce88dbea strings for pref dialog mockup 2000-02-08 14:59:26 +00:00
brade%netscape.com
73da4f0748 cleanup panel a little bit; remove commented stuff (to be moved to another panel) 2000-02-08 14:29:53 +00:00
brade%netscape.com
a75ab7106f don't open new browser window when shift key is pressed (bug #25085); r=waterson 2000-02-08 14:28:52 +00:00
tbogard%aol.net
0748bd20c6 GetWebShell has been replaced by GetDocShell. You also can go directly from a docshell to a presShell without having to walk the content viewer etc. This should fix Linux bustage. 2000-02-08 14:22:19 +00:00
tbogard%aol.net
840c8350e1 GlobalWindow now calls up nsIDocShellTreeOwner rather than nsIBrowserWindow. GlobalWindow has mostly been re-organized as well as cleaned up to provide this new functionality. DocShellTreeOwners got implementations filled in and many bugs fixed. nsIScriptGlobalObject now talks in terms of docShells instead of webShells. Fixed a number of cases where people were walking through content viewers etc to get to a presShell and changed them to simply ask for the presShell from the docShell. GlobalWindow now deals completely in terms of docShells. r=vidur 2000-02-08 13:40:10 +00:00
rods%netscape.com
aa15488556 fixes memory leak.
b 26795 r=beard
2000-02-08 13:17:50 +00:00
jfrancis%netscape.com
c9505c0fa5 implementing font increase/decrease size for html editor (bug 18774) r=floppy moose 2000-02-08 12:53:34 +00:00
ssu%netscape.com
f51f453392 cleaning up the test code a bit. not part of the build system yet. 2000-02-08 12:10:24 +00:00
sspitzer%netscape.com
6ca7fcdb40 handle /v /help /? on windows.
handle --help --version on linux.

#23501  r=alecf
2000-02-08 12:10:22 +00:00
sspitzer%netscape.com
69ae01cc66 on windows, make /mail be the same as -mail
on linux, make --mail be the same as -mail
r=alecf #23501
2000-02-08 11:59:06 +00:00
ssu%netscape.com
583be1a076 Initial checkin of files to test xpinstall via xpistub entry point.
This is not hooked up to the build system yet.
Just checking in so I don't lose the new code.
2000-02-08 11:49:22 +00:00
warren%netscape.com
b7449ea004 Fix for code generation problem in VC6 optimized builds. Discovered with MOZ_PROFILE=1 and MOZ_DEBUG undefined. The variable 'dll' seems to get wiped out by the assignment of 'res' (aliased together). r=scc,dp 2000-02-08 11:45:40 +00:00
sfraser%netscape.com
a00088845d Script changes to fix some problems finding the location of the CodeWarrior IDE, using the file idepath.txt. r=scc 2000-02-08 09:41:52 +00:00
alecf%netscape.com
e21a07a269 switch to safer example text
r=sspitzer
for bug #23407
2000-02-08 09:39:45 +00:00
pinkerton%netscape.com
17e1584773 correctly handle when target is in a subdocument, such as context menus in a frameSet or on toolbars. fixes bugs 16388, 21223. r=hyatt. 2000-02-08 09:30:15 +00:00
alecf%netscape.com
ca329c0899 add html:labels for most checkboxes
r=sspitzer
2000-02-08 09:26:44 +00:00
alecf%netscape.com
ddaab73405 fix account manager to behave well for large fonts, by specifying iframe sizes in ems 2000-02-08 09:14:59 +00:00
mcafee%netscape.com
3b8345276d Set CVSROOT properly, remove unused BuildModule. 2000-02-08 08:55:14 +00:00
mcafee%netscape.com
5c6ce1fe7d CVSROOT is not used. 2000-02-08 08:53:58 +00:00
danm%netscape.com
ad40fd5e77 disable expose event coalescing while nsTimers are broken in modal windows. bug 26283. r:pavlov 2000-02-08 08:30:40 +00:00
sspitzer%netscape.com
fdb386092a start building the remote controller (to be used by X-remote some time soon).
the current implementation (remoteControl.js) is just a stub implementation
soon to be fixed.  r=alecf
2000-02-08 08:24:54 +00:00
sspitzer%netscape.com
c18708e851 more cleanup. 2000-02-08 07:40:57 +00:00
pavlov%netscape.com
3a8ef3d85e Flush mouse motion events to make scrolling snappier. r=beard 2000-02-08 07:33:18 +00:00
sspitzer%netscape.com
08024cb1ff adding new files and makefiles. implementing a stub for the remote controller
in JS.  not part of the build yet.
2000-02-08 07:32:20 +00:00
dp%netscape.com
27d5d590f9 Fixing build.
<valeskiAIM> dp: go baby go
2000-02-08 07:29:47 +00:00
valeski%netscape.com
eb41008e8e removing UA component methods from ioservice 2000-02-08 06:45:18 +00:00
valeski%netscape.com
ae97d62b62 fixing unix bustage 2000-02-08 06:43:01 +00:00
dp%netscape.com
e8881de410 Using weak refs for holding passwordSink. This prevents circular refs. r=scc 2000-02-08 06:37:59 +00:00
pepper%netscape.com
b99e521b45 Yet another slipup with local code. removed myself from contrib list. 2000-02-08 06:34:19 +00:00
dp%netscape.com
e08cdc92a1 Using NS_HTTP_STARTUP_CATEGORY for lazily startup cookies. 2000-02-08 06:34:05 +00:00
pepper%netscape.com
52ef5fea99 Removing myself as a contributor. I work here so it isn't needed. A slip up in the original checkin. 2000-02-08 06:32:25 +00:00
valeski%netscape.com
14bb29fed6 r-dougt, 10465. the IOService no longer handles the User AGent components. the http handler does 2000-02-08 06:27:34 +00:00
sfraser%netscape.com
538f890b73 Removed nsHTTPHandlerFactory.cpp for valeski. 2000-02-08 06:25:58 +00:00
valeski%netscape.com
f0d04d4e82 r=dougt. 10465. mail news now uses the HTTP handler service for user agent components 2000-02-08 06:24:07 +00:00
valeski%netscape.com
8c7e268b0a 10465, r=vidur. navigator js now uses the new HTTP service of user agent components. 2000-02-08 06:22:21 +00:00
pepper%netscape.com
dbc88c6280 Adding the generic remote public interface and makefiles. Not hooked up to the core build yet. r=sspitzer 2000-02-08 06:21:25 +00:00
ftang%netscape.com
873461dae8 fix 22921. reviewed by dp,cata,jbetak change module code to use macro 2000-02-08 06:21:17 +00:00
valeski%netscape.com
6de717d753 r=dougt. 10465. The http protocol handler now has the USer agent api hanging off of it. I also cleaned up the HTTP component so it is a clean service w/ a cid now. 2000-02-08 06:20:54 +00:00
sfraser%netscape.com
56fc0e6804 Adding nsIProxy.idl for valeski. 2000-02-08 06:16:30 +00:00
dp%netscape.com
a3e9d698ad Eliminate all trace of cookies from apprunner. It gets lazily created
when the first http connection is opened. r=gagan
2000-02-08 06:12:37 +00:00