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

56869 Коммитов

Автор SHA1 Сообщение Дата
sdv%sparc.spb.su fe663d8006 moved applet tests to tests/src/applets 2000-03-31 01:42:34 +00:00
cls%seawood.org 8ebbd67c39 Common makefile changes for OS/2. Bug #31845 2000-03-31 01:24:48 +00:00
sdv%sparc.spb.su 11a9d1af25 keeping track with Java DOM changes
r=idk@eng.sun.com
2000-03-31 01:22:00 +00:00
tbogard%aol.net 79db91104f Slight re-ordering of the destruction of the children. First we kill the content viewer then release our children. 2000-03-31 01:19:28 +00:00
rjc%netscape.com 2c8f992926 Need to link search service against timers (on Windows). 2000-03-31 01:08:18 +00:00
rjc%netscape.com ea113f728b Preparation for update/updateCheckDays support. Also, when creating a nsIChannel to get the HTML, set the VALIDATE_NEVER option so that, if data is in the cache, we'll just use it, don't bother checking the server. 2000-03-31 01:01:32 +00:00
rjc%netscape.com 93ef5ab6ac When using bookmark timers, set channel load attributes to always validate. 2000-03-31 00:58:02 +00:00
beard%netscape.com 8d72166d5d making icodegenerator work on Linux 2000-03-31 00:42:25 +00:00
jst%netscape.com e85facb819 Add null ptr checks to avoid crashing, this fixes #30372. r=av@netscape.com 2000-03-31 00:31:44 +00:00
mstoltz%netscape.com efa5624e14 Fixed bug 30915 using nsAggregatePrincipal. r=norris 2000-03-31 00:31:18 +00:00
rjc%netscape.com 93ee08c087 Small bookmark timer fix (I believe this was broken a while ago when repeating timers were implemented.) 2000-03-31 00:26:15 +00:00
tbogard%aol.net 8250367c11 Rely on the docshell for the implementation of destroy. 2000-03-31 00:15:55 +00:00
pavlov%netscape.com 913851ea3d fix for bug 31856 patch from stric@ing.umu.se 2000-03-31 00:15:18 +00:00
tbogard%aol.net 9e620e29bb Fully implement nsDocShell::Destroy() so that webShell can rely on it for it's implementation. 2000-03-31 00:15:17 +00:00
sdv%sparc.spb.su 18acde14ee added DOMAccessor.java patch 2000-03-31 00:11:36 +00:00
beard%netscape.com 5894b78c53 added icodegenerator.cpp 2000-03-31 00:09:24 +00:00
dmose%mozilla.org f0c9ee4898 Fixed perl warning which occurs if $ENV{"CONTENT_TYPE"} is not set. 2000-03-30 23:56:36 +00:00
sdv%sparc.spb.su 26937e21bf 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 79d0581135 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 a9b0f8493f fixing windows bustage 2000-03-30 23:39:26 +00:00
bienvenu%netscape.com aae571ade1 more work on imap delete model, r=putterman 16805 2000-03-30 23:08:53 +00:00
ruslan%netscape.com fb1e0141c1 Fix solaris build bustage, r=gordon 2000-03-30 23:07:04 +00:00
akkana%netscape.com 406070f02b Oops, fix a couple of build problems 2000-03-30 23:02:31 +00:00
akkana%netscape.com 5cfcfb4b82 Oops, fix a couple of build errors. 2000-03-30 22:58:49 +00:00
jfrancis%netscape.com f15ea6358d cleanup and small bug fixes 2000-03-30 22:57:19 +00:00
scc%netscape.com 85ed3b0e46 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 e6ae3320f8 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 62c3004d62 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 792421510b 28598: map \r and \r\n to \n in form textarea submissions 2000-03-30 22:49:59 +00:00
law%netscape.com 07055c7f68 New test to do I/O on multiple threads; not built yet 2000-03-30 22:49:36 +00:00
nhotta%netscape.com 8740e3d580 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 a02465af4a 24514, 33417: Make nsLookAndFeel pref'able instead of hardwired. 2000-03-30 22:42:40 +00:00
pnunn%netscape.com 4395e272e6 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 21182b1009 Add nsXPLookAndFeel class. 2000-03-30 22:39:50 +00:00
putterman%netscape.com 767402957b 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 4ac35be0c1 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 901052fd6e No charset conversion when the body is empty, r=rhp. 2000-03-30 22:37:59 +00:00
jband%netscape.com b7e17c9d8f fix a search-and-replace mistake that was hiding in an #ifdef 2000-03-30 22:37:29 +00:00
jst%netscape.com 01d3066654 Fixing bug #32839, HTMLButtonElement.type now returns the correct value. 2000-03-30 22:37:12 +00:00
akkana%netscape.com f2806908fc Let the user look-and-feel paramaters with prefs, bugs 24514 and 33417 2000-03-30 22:32:18 +00:00
akkana%netscape.com f8828e55bf 33785: Fix PasteAsCitedQuotation. r=jfrancis 2000-03-30 22:26:06 +00:00
ruslan%netscape.com 5b6e4d9089 Add a few new prefs for the future pipelining landing 2000-03-30 22:25:20 +00:00
ruslan%netscape.com 06052d9920 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 45a4daefea 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 70e003409f 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 1aa66b645c 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 b67b9dfdc6 Added CCKTool\CCKHelp folder 2000-03-30 18:55:53 +00:00
harishd%netscape.com 4f7adbaaeb 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 ddb2a0e497 Use the nsRenderingContextImpl as the Base Class for nsRenderingContextImpl. 2000-03-30 15:13:12 +00:00
dcone%netscape.com 85e172407c Put nsRenderingContextImpl.cpp into the build. 2000-03-30 15:11:01 +00:00