Граф коммитов

56851 Коммитов

Автор SHA1 Сообщение Дата
beard%netscape.com b329cb0167 added icodegenerator.cpp 2000-03-31 00:09:24 +00:00
dmose%mozilla.org 37f93153ab Fixed perl warning which occurs if $ENV{"CONTENT_TYPE"} is not set. 2000-03-30 23:56:36 +00:00
sdv%sparc.spb.su 71962f8e25 A major update:
- reduces a number of c++<--> java calls
- added NULL checks
- made DOMAccessor to be secure
- added util and tests packages
- wrote test applets
- updated README
2000-03-30 23:52:19 +00:00
sspitzer%netscape.com 16939f7f71 fix for #33968. r=mscott. only open a new three pane when double clicking on a folder or newsgroups.
don't do it when double clicking on a server.
2000-03-30 23:42:15 +00:00
jfrancis%netscape.com 0f7d036df5 fixing windows bustage 2000-03-30 23:39:26 +00:00
bienvenu%netscape.com 105bfa389c more work on imap delete model, r=putterman 16805 2000-03-30 23:08:53 +00:00
ruslan%netscape.com c945914479 Fix solaris build bustage, r=gordon 2000-03-30 23:07:04 +00:00
akkana%netscape.com 2c5bafea41 Oops, fix a couple of build problems 2000-03-30 23:02:31 +00:00
akkana%netscape.com f164389e30 Oops, fix a couple of build errors. 2000-03-30 22:58:49 +00:00
jfrancis%netscape.com 1393a8f6a2 cleanup and small bug fixes 2000-03-30 22:57:19 +00:00
scc%netscape.com 74ccce056f incremental changes. We're getting closer. These files are not yet part of the build. 2000-03-30 22:53:41 +00:00
scc%netscape.com 42d9401c3e adjustments to the string interfaces that should have no effect in the non-|NEW_STRING_APIS| case (yes, I built all changes to verify) 2000-03-30 22:51:51 +00:00
alecf%netscape.com c3b39881e4 consolidate nsIMsgMailSession and nsIFolderListener by simply making nsMsgMailSession implement nsIFolderListener instead of having it's own API. r=scottip 2000-03-30 22:50:54 +00:00
akkana%netscape.com 7621cc570e 28598: map \r and \r\n to \n in form textarea submissions 2000-03-30 22:49:59 +00:00
law%netscape.com b2a88c3c2b New test to do I/O on multiple threads; not built yet 2000-03-30 22:49:36 +00:00
nhotta%netscape.com 7d7bf0eb27 Changed to use correct content type for conversion to avoid unnecessary entity creation, bug 33455, r=rhp. 2000-03-30 22:45:05 +00:00
akkana%netscape.com 27ab8ecb35 24514, 33417: Make nsLookAndFeel pref'able instead of hardwired. 2000-03-30 22:42:40 +00:00
pnunn%netscape.com b8a28651cb bug#33452, line 476, remove extraneous frame notification. r: troy, tested on NT, linux
bug332697, line 1563, Use net context of last image req for reconnect. r: neeti, tested on NT, linux.
	pnunn.
2000-03-30 22:39:53 +00:00
akkana%netscape.com 912cc27e24 Add nsXPLookAndFeel class. 2000-03-30 22:39:50 +00:00
putterman%netscape.com 354eaa2141 r=bienvenu. Clear new flags when switching folders or when getting messages. Sort by Order Received.
fix 33745 where Save As dialog wasn't coming up for saving messages.
2000-03-30 22:38:45 +00:00
tbogard%aol.net 5bfd3cc997 nsIDocShell::LoadURI now takes a nsIDocShellLoadInfo parameter to do fancier loads which include replacing current history slots and passing in a referrer. In the future more things may be set on the nsIDocShellLoadInfo interface. This allows us to not have to add a new parameter for every new type of load info that might be needed in different loads. 2000-03-30 22:38:32 +00:00
nhotta%netscape.com a1e10d91af No charset conversion when the body is empty, r=rhp. 2000-03-30 22:37:59 +00:00
jband%netscape.com dd8457f599 fix a search-and-replace mistake that was hiding in an #ifdef 2000-03-30 22:37:29 +00:00
jst%netscape.com 65dd7a92c5 Fixing bug #32839, HTMLButtonElement.type now returns the correct value. 2000-03-30 22:37:12 +00:00
akkana%netscape.com f93e3d28de Let the user look-and-feel paramaters with prefs, bugs 24514 and 33417 2000-03-30 22:32:18 +00:00
akkana%netscape.com e0a038fc6b 33785: Fix PasteAsCitedQuotation. r=jfrancis 2000-03-30 22:26:06 +00:00
ruslan%netscape.com 07c03943f1 Add a few new prefs for the future pipelining landing 2000-03-30 22:25:20 +00:00
ruslan%netscape.com 3ac8a0fde2 Preparing for pipelining landing: keep the list of server capabilities now.
Make prefs reader more intelligent. Don't cache pages with security info
for now to let daugh to get through his bugs; Make proxy.keep-alive/
proxy.pipelining to be prefs as well; p/r=warren
2000-03-30 22:24:29 +00:00
valeski%netscape.com e258827764 29858. special case a */* content type returned from the server. we want to treat it as unknown and ask the user what to do. 2000-03-30 22:24:07 +00:00
gordon%netscape.com cd830cb9cd Fix for bug 33569 "MLK: nsDNSLookup::InitiateLookup()". Added a missing nsAllocator::Free(). r = saari. 2000-03-30 22:22:47 +00:00
tomk%mitre.org 16a56620b3 Changed toChar to toCharArray in String and MozillaString. Also provided is a
version of the function which creates its own char* buffer.  These classes are
part of TransforMIIX and are not part of the automatic build process for the
rest of Mozilla.
2000-03-30 20:47:34 +00:00
petitta%netscape.com cab533ed28 Added CCKTool\CCKHelp folder 2000-03-30 18:55:53 +00:00
harishd%netscape.com 3eeb9bda7b Backing out a change to make the regression test happy.
wonder why it is failing in the first place. My guess is that...
something wrong with the test itself.
2000-03-30 17:13:22 +00:00
dcone%netscape.com 4f0ddf5181 Use the nsRenderingContextImpl as the Base Class for nsRenderingContextImpl. 2000-03-30 15:13:12 +00:00
dcone%netscape.com a362a415ad Put nsRenderingContextImpl.cpp into the build. 2000-03-30 15:11:01 +00:00
dcone%netscape.com bc802be2bd Put nsRenderingContextImpl in Manifest. 2000-03-30 15:09:03 +00:00
bienvenu%netscape.com df11eb998a work on imap delete model, r=jefft,putterman 16805 2000-03-30 15:04:28 +00:00
dcone%netscape.com b762972da8 Added some methods for Tiling backgrounds. 2000-03-30 15:01:41 +00:00
dcone%netscape.com 868e269c9e Added some methods for tiling. 2000-03-30 15:00:45 +00:00
alecf%netscape.com f3b4013983 rearrange checkboxes to match spec
r=sspitzer
2000-03-30 14:59:44 +00:00
alecf%netscape.com 9a6a163fc9 add smtp dtds to unix build r=sspitzer 2000-03-30 14:58:59 +00:00
alecf%netscape.com 3cbbe40e03 further tweaks to smtp server editor
r=sspitzer
2000-03-30 14:58:36 +00:00
alecf%netscape.com 701e217705 add advanced button and smtp server list to build
r=sspitzer
2000-03-30 14:57:37 +00:00
alecf%netscape.com cb8d0db144 add string for servers marked as "default" (not used yet) 2000-03-30 14:56:30 +00:00
alecf%netscape.com 041ea6a179 add smtp strings (not part of build) and add one "Advanced" string to the smtp server panel 2000-03-30 14:54:53 +00:00
tbogard%aol.net 10bf011db2 Added a CreateLoadInfo to nsIDocShell to facilitate creating a loadInfo object without having to go through xpcom. This also allows the docshell to do any setup it may need to do. 2000-03-30 12:52:02 +00:00
tbogard%aol.net 1a7f1dba0d added files: mozilla/docshell/base/nsDocShellLoadInfo.cpp 2000-03-30 12:39:47 +00:00
tbogard%aol.net cbaf389627 Finished implementing nsDocShellLoadInfo and hooked up to the build. 2000-03-30 12:38:18 +00:00
tbogard%aol.net 1d5fc1a3fe First checkin of the docShellLoadInfo objects. 2000-03-30 12:32:18 +00:00
tbogard%aol.net ccb815cf1b added files: mozilla/docshell/base/nsIDocShellLoadInfo.idl 2000-03-30 12:31:21 +00:00