Commit Graph

48158 Commits

Author SHA1 Message Date
cls%seawood.org
5639c8cf47 Use the builtin AC_LANG_ functions rather than overriding CC & CFLAGS when testing for non-C language feature. Partial fix for bug #20254 1999-12-03 07:24:18 +00:00
ramiro%fateware.com
260b97a3c4 Update the paint flashing and event debuggin code. The problem was that it
was leaking an nsIPref thing for "efficiency" reasons (actually, the truth
is I was just lazy when I wrote the code, but dont tell my mom)  The fix was
to register pref changed callbacks to avoid having to keep an nsIPref alive
and thus avoiding some memory leaks which were adding noise to the leak logs.
r=pavlov.
1999-12-03 07:23:22 +00:00
cls%seawood.org
7bd4d643b1 Use the builtin AC_LANG_ functions rather than overriding CC & CFLAGS when testing for non-C language features. Partial fix for bug #20254 1999-12-03 07:20:14 +00:00
valeski%netscape.com
940d90a9cd r=sdagley. 20669. we were sending a cookie header for *every* url request; empty for urls that didn't have a cookie associated with them. Now we only set cookies when we have one to set 1999-12-03 07:01:23 +00:00
bryner%uiuc.edu
b058c98ccd Make sure to use NS_RELEASE for XPCOM objects. This fixes some leaks of nsFileSpecImpl. r=morse. 1999-12-03 06:46:07 +00:00
bienvenu%netscape.com
4d6f4037a2 fix crash creating top level imap folder r=rhp, 20349 1999-12-03 06:31:08 +00:00
rginda%netscape.com
92b8ee0132 -- CHATZILLA CHANGES ONLY --
* test3-handlers.js
  Map function keys to available views

* test3-readprefs.js
  Removed debugging output.

* test3-static.js
  Wiring for fn key->view mapping
  Tweak smiley regexp to require spaces on each side.
  Ignore view change if new view == current view
  Apply munger rules on TOPIC messages in addition to PRIVMSG and ACTIONs
1999-12-03 06:24:29 +00:00
brendan%mozilla.org
87f3583410 Mac doesn't have ctype.h, or something. 1999-12-03 06:11:54 +00:00
jefft%netscape.com
a4a163266a fixed bug 12929 & bug 20415 - imap rename/delete/move folder should reset the connection to authenticated state; imap empty trash didn't delete subfolders; r=bienvenu 1999-12-03 05:59:57 +00:00
alecf%netscape.com
71fc6df33e add a bunch of IDLDoc comments for component testing
no reviewer because these are just comments
1999-12-03 04:46:49 +00:00
brendan%mozilla.org
8c97186a42 Use .get() for comptr==rawptr comparisons, for weak-minded compilers. 1999-12-03 04:45:36 +00:00
bryner%uiuc.edu
da3b9f953e Remove two more unused defines, UNIX_EMBED and X_PLUGINS. r=cls. 1999-12-03 04:29:53 +00:00
rhp%netscape.com
0882624c4a Fix for emoticon bug - Bug #20644 - r: alecf 1999-12-03 04:07:53 +00:00
alecf%netscape.com
36e9c23dd2 remove an unused header (no reviewer) - speeds up dependancy builds 1999-12-03 03:46:47 +00:00
brendan%mozilla.org
d44c35ee1b - Doc-comments for nsIScriptContext methods I added or modified.
- Rename nsIScriptContext::CompileFunction to CompileEventHandler, and add BindCompiledEventHandler, to reflect function name restrictions and help brutal sharing.
- Add adjunct-interface nsIScriptEventHandlerOwner to nsIScriptObjectOwner.h; this interface is queried for by nsEventListenerManger.cpp to test and fill the XUL prototype event handler "cache".
- PR_LOG JS warnings, and look in javascript.options.{strict,werror} for those options.  
- Implement nsIScriptEventHandlerOwner in nsXULElement, keeping pointers to pre-compiled event handlers in nsXULPrototypeAttribute.
 
(bug 13218, r=waterson@netscape.com,vidur@netscape.com)
1999-12-03 03:40:30 +00:00
fur%netscape.com
4f385605be Fix build bustage on Linux 1999-12-03 02:59:37 +00:00
rogerl%netscape.com
93db42fecd Switch to ECMA error. 1999-12-03 02:58:29 +00:00
warren%netscape.com
b6282abafe Fix for downloaded jar files. Now they appear to work, except we aren't checking the cache to see if they already exist. r=gayatrib 1999-12-03 02:22:48 +00:00
rjc%netscape.com
bc9e4c4d31 Fix bug # 17385: calling ServiceManager::GetService() can fail for windows that aren't local due to security, so wrap the call inside of a "try" block. 1999-12-03 02:22:16 +00:00
warren%netscape.com
277a68344f Added missing addref. r=gayatrib 1999-12-03 02:22:02 +00:00
edburns%acm.org
f4ca2206f2 r=marklin%eng.sun.com
a=edburns
bug=20659

Make BrowserControl vend a Canvas instead of
BrowserControlCanvas vending a BrowserControl.

This change has nothing to do with mozilla.  It's pure java.
1999-12-03 01:55:31 +00:00
fur%netscape.com
4a9b290d72 More infrastructure work in support of bug #8305 (Implement
cache).  Added several nsHTTPResponse methods dealing with
header parsing and manipulation of date-containing header fields.
(None of these methods are yet invoked.)
1999-12-03 01:51:07 +00:00
fur%netscape.com
c434d9514d Quash warning 1999-12-03 01:45:22 +00:00
fur%netscape.com
316fe1fcf8 Added missing HTTP header atoms 1999-12-03 01:44:38 +00:00
robinf%netscape.com
3468e9f45b Fixing bug 17739 1999-12-03 01:21:47 +00:00
danm%netscape.com
37efc8b384 fix inGoAway event to dispatch the corresponding nsGUIEvent directly to the top-level window. fixes bug 20538. pinkerton suggested the change. 1999-12-03 01:14:57 +00:00
pnunn%netscape.com
be7ce59599 bug#15585. cleanup. pn. 1999-12-03 01:07:49 +00:00
mcafee%netscape.com
f02cf432e5 Debug printfs 1999-12-03 01:01:25 +00:00
pnunn%netscape.com
7b8efcb0cb bug#15585. changes so logging macros don't generate warngings. pn. 1999-12-03 01:01:16 +00:00
pnunn%netscape.com
34e4a55e8c bug#15585. changes so logging macros don't generate warnings. pn. 1999-12-03 00:54:25 +00:00
pnunn%netscape.com
5e1e25ec58 bug#15585. changes so logging macros don't generate warngings. pn. 1999-12-03 00:53:11 +00:00
dougt%netscape.com
a47d66d673 Fix for 20652. 1999-12-03 00:50:42 +00:00
briano%netscape.com
1bb481b989 Automated update 1999-12-03 00:45:42 +00:00
dougt%netscape.com
35ef56f04a updating to new interface and design. 1999-12-03 00:44:01 +00:00
rickg%netscape.com
5e501b9d48 inadvertently left debug #ifdefs in 1999-12-03 00:43:36 +00:00
dougt%netscape.com
f317ac5ba4 removing nsFileUtils. 1999-12-03 00:43:35 +00:00
wtc%netscape.com
7c6011f114 Checked in patch for OpenVMS contributed by Colin Blake. 1999-12-03 00:42:18 +00:00
wtc%netscape.com
4a958eb247 Bugzilla bug #17040: compile with -ansi -D__POSIX_SOURCE -D_BSD_SOURCE
-D_SVID_SOURCE on all CPU architectures.
1999-12-03 00:39:54 +00:00
dougt%netscape.com
6798955ef2 Removing Dir enumerator as it will be part of nsIFile
removing nsFileUtils.
Changing the name of nsIFile children to directoryEntries
removing nsIFile trucate.
Rewrote large parts of nsIFileImplWin to use native APIs.

not part of build
1999-12-03 00:39:31 +00:00
rickg%netscape.com
ba0b558f0c fixed bug 20229; r=beard. Special thanks to patrick for his persistence with leaks. 1999-12-03 00:33:17 +00:00
petitta%netscape.com
32bac7b709 Changed Delivery location 1999-12-03 00:31:09 +00:00
rickg%netscape.com
95441de478 fixed PDT+19121; r=kmcclusk 1999-12-03 00:30:29 +00:00
drapeau%eng.sun.com
b12618788f Fix for bug 18899 ('Make "--enable-oji" as part of the default Mozilla
Build').  Modified files that conditionally compiled in support for
OJI, replacing with code that looks for OJI as an XPCOM service, and
failing gracefully if the OJI XPCOM service is not found.  The four
files modified by this fix are the only active ones; other modules
that conditionally compile in support for OJI appear to be dead code.

r=drapeau@eng.sun.com.  Fix contributed by Jayashri Visvanathan
(visvan@eng.sun.com).
1999-12-03 00:26:09 +00:00
petitta%netscape.com
a84ec3fd96 Changed Delivery location 1999-12-03 00:25:43 +00:00
petitta%netscape.com
ad6c0803e9 Build Mods 1999-12-03 00:19:37 +00:00
alecf%netscape.com
58cce0ec60 more cleanup from stuff sitting in my tree: remove xp_core.h dependancy from mime by switching to new nsString routines
r=rhp
1999-12-03 00:12:49 +00:00
ssu%netscape.com
cf241e154a fixing bug #20623. commercial installer is no longer 4mb. This is not part of tinderbox. would affect only windows platforms. 1999-12-03 00:12:27 +00:00
ducarroz%netscape.com
9975a03aae Fix for bug 20554. As tree cells are now boxes, We need to set/get the value attribute instead of creating a text node under it. R=putterman 1999-12-03 00:12:23 +00:00
rogerl%netscape.com
42ee9bb786 Don't let Undefined prototype be assigned to new objects, revert to Object
instead. Also, detect Undefined prototype in hasInstance and bail.
1999-12-03 00:10:36 +00:00
alecf%netscape.com
56753538ce fix unicode support for prettyName, #20405
retrieve name from prefs using CopyUnicharPref()
r=sspitzer
1999-12-03 00:10:00 +00:00