Commit Graph

581 Commits

Author SHA1 Message Date
alecf%netscape.com
dca8d028ee first time adding nsIPrefListener - not part of build 2000-03-03 20:18:17 +00:00
ben%netscape.com
1da67ff961 search appearance tweaks, single click hookup, default search engine hookup (b=26887, 29591, 28103) r=german@netscape.com, waterson@netscape.com (pref hookup) a=jar@netscape.com 2000-03-02 06:34:54 +00:00
valeski%netscape.com
87a209cca8 29164. adding milestone to mozilla build 2000-02-29 20:44:54 +00:00
sspitzer%netscape.com
ef1e91d682 fix for #27984, r=alecf, a=rickg. implement GetLastPageVisited. also, for now, don't stuff the url in the history db (or use it for GetLastPageVisited) if it is not http: or https:. There is a bug here, we call AddPage() too often and with url that should not be in the history db. this makes history usuable for beta, and prevents mailnews, about:blank, javascript:, file: and chrome: urls from getting in the history db. 2000-02-29 00:28:43 +00:00
mkaply%us.ibm.com
55c94ae84a # 25555
r= sspitzer@netscape.com
OS/2 changes for Mozilla - add #ifdef, change #ifdef
2000-02-28 15:07:12 +00:00
leaf%mozilla.org
61f179a0c3 backing myself out, this should be on a branch. 2000-02-27 10:22:24 +00:00
leaf%mozilla.org
2c93c57cc9 branch cleanup (start page, nspr branch used for pull) 2000-02-27 10:18:24 +00:00
sspitzer%netscape.com
a6ef17ab45 fix for #29287, r=alecf, a=jar. set defaults for the copies and folder prefs. 2000-02-26 07:42:09 +00:00
sspitzer%netscape.com
ababf4a10f fix for #28911, r=alecf, a=jar. avoid loading in unnecessary dlls at startup. 2000-02-26 04:05:00 +00:00
erik%netscape.com
cc693f0c5e bug 18136; adding the default font sizes for the various language groups
so that the font prefs UI and layout engine get the appropriate values;
r=pierre; a=rickg
2000-02-25 23:03:47 +00:00
hangas%netscape.com
99011cea8f Fix for PDT+ bug 23091 (Messages pref panel).submitted by mozilla@bucksch.org r=hangas a=phil 2000-02-25 01:55:17 +00:00
pierre%netscape.com
6875bf641b Bug 18136/21950 "Fixing the font size mess". Implemented Todd Farhner's system in nsStyleUtil. Disabled the font size rounding code on Windows (see bug 24005). r=erik, a=rickg 2000-02-24 12:51:28 +00:00
mcafee%netscape.com
4a79d7baf0 Backing out my fix for hiding the IRC menu (28192) r=slamm,shaver,hyatt a=jevering 2000-02-24 00:13:17 +00:00
valeski%netscape.com
64e77f9be7 28782. a=jar. no longer used 2000-02-23 22:48:52 +00:00
gagan%netscape.com
d4293a9bc7 r=valeski,rjc a=jar. Fixes for the following bugs-
bug 1582 - HTTP Referer header problem.
This is now resolved with a preference (network.sendRefererHeader)
If set to 0 no referrer header is sent (ever) If set to 1 the
referrer header is sent only in cases of user link-clicks and if
set to 2 is sent from image requests as well.

bug 17158 - No Proxies For wasn't implemented.
This was not being read correctly and I also moved and cleaned up
the parsing function to nsProtocolProxyService (thereby also
killing bug 27728)

bug 24642 - http://www.win98central.com/#437 was crashing.
bug 26686 - crash in nsHTTPRequest destructor.
Both of these crashes were because of the nsHTTPRequest being
unconditionally released in the destructor of nsHTTPChannel. Although the main problem remains, I have made it a non-crasher now.

bug 27844 - HTTP breaks when only using FTP proxy.
This was happening because we were not resetting values of the
proxy when they are removed from the preference pane.
2000-02-23 21:17:17 +00:00
mcafee%netscape.com
f24a92a43b Adding pref to hide IRC menu (28192) r=matt,hyatt a=jar 2000-02-23 01:38:52 +00:00
cata%netscape.com
37db4e95e7 Changing default pref value. r=naoki, a=bobj, bug #24027 2000-02-21 23:12:22 +00:00
sspitzer%netscape.com
76e28a9dc5 fix for #14349, r=alecf,nhotta a=phil
migrate prefs that were in the system charset to utf8.
2000-02-18 03:42:56 +00:00
morse%netscape.com
c757236b97 bug 27027, remove wallet, r=matt, a=jar 2000-02-17 21:27:51 +00:00
sspitzer%netscape.com
4f37660d7e fix for #24916, implement the "first time startup page" r=alecf, a=jevering 2000-02-17 02:27:21 +00:00
nhotta%netscape.com
8ed6b9dab4 Added mailnews.send_default_charset, bug 23540, r=cata. 2000-02-16 07:39:29 +00:00
beard%netscape.com
65c6c8dd72 bug 20185 [PDT+], use nsViewManager2 by default. r=sfraser 2000-02-16 06:19:12 +00:00
cata%netscape.com
5b4291ddc1 Add default pref value for the Charset Detector. r=none (one-liner) 2000-02-16 04:59:54 +00:00
racham%netscape.com
efdd2288b6 Fixed bugs 23390, 27459. Adding required prefs. r=gayatrib 2000-02-15 22:47:35 +00:00
brade%netscape.com
69f48369a4 found another lurker that should have been checked in last week (default prefs) 2000-02-14 14:52:50 +00:00
dougt%netscape.com
2595b7940b forgot to remove timebomb preferences which are no longer used in mozilla.
read xpfe/components/timebomb/nsITimeBomb.idl for new preferences which
are honored.
r=dveditz  This is leftover cruft.
2000-02-14 06:18:00 +00:00
morse%netscape.com
0ed0132e13 remove wallet, bug 27027, r=dp 2000-02-13 19:55:05 +00:00
morse%netscape.com
2825a068a3 fix bug 26672, move files from peoplestage to mozilla.org, r=sspitzer 2000-02-12 19:51:59 +00:00
erik%netscape.com
41c4b4d248 bug 24005; wrap a pref around the font size rounding code, as discussed
by rickg, Eric Krock, buster, pierre and I; r=pierre
2000-02-12 17:28:41 +00:00
matt%netscape.com
c2b460a506 part of my last check in r=don 2000-02-11 05:04:18 +00:00
norris%netscape.com
5567200a75 Fix 18439 windows.status allows reading links
r=mstoltz
2000-02-11 04:18:39 +00:00
slamm%netscape.com
c0b5ea322c Add sidebar panel list url (bug 26073). 2000-02-11 01:17:39 +00:00
valeski%netscape.com
cc54866f08 24679. removing the milestone from the UA string 2000-02-11 00:57:02 +00:00
valeski%netscape.com
841cf3d745 10465. Adding User Agent components. locale=permanent, changeable by i18n and l10n. milestone=temporary until we have something automated 2000-02-08 05:54:11 +00:00
scc%netscape.com
73802d6f2e Pro5 update 2000-02-07 23:06:04 +00:00
ben%netscape.com
f3917d8ee8 provide default pref for modal about window showing. r=bryner 2000-02-06 22:37:01 +00:00
davidm%netscape.com
643d194472 Bug 25949 update access paths for codewarrior update. 2000-02-06 04:38:30 +00:00
sspitzer%netscape.com
1ce8b8478e use and XPIDLCString and prevent a leak. r=alecf 2000-02-05 08:24:07 +00:00
sspitzer%netscape.com
1b6f6f38ce make it so when we read in a prefs file, we call any callbacks.
we need this because if you go through the profile manager, and you have
pref call backs set up (like disabling the xul cache), the call backs won't
fire when you pick a profile.  r=alecf
2000-02-05 07:17:44 +00:00
cata%netscape.com
906f2c5982 Temporary splitting the charset menu, until scrollable menus become available. Bug #24029, r=ftang. 2000-02-04 01:28:55 +00:00
erik%netscape.com
fbed46ec6e bug 24172; added default font names for Japanese, Korean, Simplified
Chinese; removed old unneeded "intl" prefs; r=none
2000-02-04 00:20:02 +00:00
erik%netscape.com
5f277176b0 bug 24172; added Comic Sans MS for cursive; removed fantasy fonts; r=none 2000-02-04 00:05:00 +00:00
racham%netscape.com
a0d648e09d Fix for bug 23339. Adding the domain name pref to grab cookies value. r=gayatrib 2000-02-03 11:21:15 +00:00
alecf%netscape.com
69333716ca add defaults for biff so we don't get 0-length biff times by default
r=sspitzer
2000-02-03 08:11:52 +00:00
alecf%netscape.com
ce71d9ffac add news defaults so we dont download all articles by default
r=sspitzer,mscott
2000-02-03 06:33:29 +00:00
jefft%netscape.com
9ae0c201e0 fixed bug 24667, 22349, 23588, 24715 - default folders not working with Cyrus server; r=bienvenu, mscott 2000-02-03 04:35:45 +00:00
ftang%netscape.com
16a8c496ed r=erik. fix bug 7521. add default face name for different language group 2000-02-02 23:37:00 +00:00
cata%netscape.com
b8da73984d Adding 2 i18n prefs. r=ftang. bug #24027 2000-02-02 04:09:05 +00:00
chuang%netscape.com
8371b92b03 bug 25354 Address Book back end needs to support some extra columns, r=hangas 2000-02-01 02:41:31 +00:00
norris%netscape.com
71c03dd87a Fix 24563 Can not change window size with changing window innerHeight
r=mstoltz
2000-01-26 15:30:48 +00:00
sspitzer%netscape.com
b26f7b3d29 turning off my debug printfs. 2000-01-25 03:19:53 +00:00
norris%netscape.com
8507a58ec3 Files:
caps/include/nsScriptSecurityManager.h
	caps/src/nsScriptSecurityManager.cpp
	modules/libpref/src/init/all.js
Fix
24565 nsScriptSecurityManager::GetSecurityLevel() is a performance
24567 re-write DOM glue security checks to avoid NS_WITH_SERVICE()
r=waterson

Files:
	dom/src/base/nsGlobalWindow.cpp
	layout/base/src/nsDocument.cpp
	layout/base/src/nsGenericElement.cpp
Fix assertion failure for 1-character property names.


Files:
	dom/src/jsurl/nsJSProtocolHandler.cpp
	webshell/src/nsDocLoader.cpp
Fix 18653 "javascript:" URLs cross windows problems (probably regressi
r=nisheeth

Files:
	layout/events/src/nsEventListenerManager.cpp
Fix
23834 document.onkeypress allows sniffing keystrokes
24152 document.onclick shows links from other window
r=joki
2000-01-23 04:23:14 +00:00
pavlov%netscape.com
c0e2eb46bc add a default pref r=alecf 2000-01-19 01:15:22 +00:00
morse%netscape.com
de1e526b0a speed up download of wallet tables, r=dp 2000-01-19 01:14:53 +00:00
erik%netscape.com
7e108e017e bug 24172; added some default font names to this default Windows pref file;
r=cata
2000-01-18 23:03:11 +00:00
alecf%netscape.com
c6e7c4f9b7 fix for #21425
r=dp
add Get/SetDefaultUnicharPref() to API
2000-01-18 22:02:24 +00:00
sfraser%netscape.com
5b11c15980 Fix for bug 24232 -- ensure that we resolve aliases when loading defaulprefs files. r=alecf 2000-01-18 21:48:16 +00:00
brade%netscape.com
0f18b3d04a pref for mjudge (selection behavior) 2000-01-18 15:31:19 +00:00
sford3%swbell.net
b2c319eae7 Replace instances of nsTextFormater with nsTextFormatter, r=jst@citec.fi 2000-01-17 22:32:13 +00:00
erik%netscape.com
012a52cadf bug 8801; add default font name prefs for Unix; r=ftang 2000-01-15 16:38:35 +00:00
erik%netscape.com
f39bfbbc25 bug 8801; remove all the new font size prefs, since default value is now
the same for all generics (serif, monospace, etc) and it is set in the
C++ code; default size for East Asian languages may be set here in the
future; r=ftang
2000-01-15 16:32:11 +00:00
morse%netscape.com
f71937910e fix bugs 23037,23930,23912, r=dp 2000-01-15 10:03:22 +00:00
alecf%netscape.com
532cba7b20 add "valid" attribute to the identity and server to determine if we need to run through the account wizard at startup. part of fix for #23391
r=sspitzer
2000-01-15 03:06:39 +00:00
racham%netscape.com
45e92fe62b Fixing bug 14358. Adding product registration prefs. a=McAfee. 2000-01-14 08:26:41 +00:00
norris%netscape.com
87697c901f Work on 13838 missing property checks
r=mstoltz
2000-01-14 00:08:44 +00:00
gordon%netscape.com
c984eee3a8 Enabling memory cache. r=warren. 2000-01-13 23:56:39 +00:00
sspitzer%netscape.com
09bddcbd46 "news.notify.size" is not used anymore. 2000-01-13 04:05:51 +00:00
sspitzer%netscape.com
eb70358b99 fix for #23573
sort the non-special default js files in reverse alphabetical order before parsing them.
r=alecf
2000-01-12 00:53:38 +00:00
mcafee%netscape.com
baf0d6059d Consolidating custtoolbar prefs, multiple copies for each OS is bad. r=rjc 2000-01-12 00:45:13 +00:00
norris%netscape.com
ab39816cf4 Get IRCChat working without compromising security.
Fix bugs 20261, 23518
r=rginda,mstoltz
2000-01-11 22:02:06 +00:00
pp%ludusdesign.com
698852a4f4 Converting usage of ::GetIID() to NS_GET_IID().
Bug #20232, r=scc@netscape.com
2000-01-11 20:49:15 +00:00
sspitzer%netscape.com
d6ed91fe90 fix bug #23370 2000-01-11 10:01:31 +00:00
sspitzer%netscape.com
248e618bcb fix bug #23366 2000-01-11 09:57:50 +00:00
mcafee%netscape.com
45467c5e4f Removing old bogus 4.x prefs. r=sspitzer w/ help from alecf. 2000-01-08 19:50:34 +00:00
mcafee%netscape.com
f96506ddf4 DEBUG_mcafee debug info. r=pavlov 2000-01-08 03:28:04 +00:00
mcafee%netscape.com
731745f837 Ifdef-ing out LI pref stuff, this is not used. r=alecf 2000-01-08 01:56:50 +00:00
rgoodger%ihug.co.nz
d2a1efc951 adding some default prefs to accomodate the new prefwindow... 2000-01-07 08:49:41 +00:00
mcafee%netscape.com
2658ce362e ifdef-ing out LI (Location Independence) code that's not being used. There is intent to re-implement this later, hence the ifdef and not code-removal. r=alecf,neeti 2000-01-07 08:29:50 +00:00
sspitzer%netscape.com
b21a2e9a14 fix #21978. two changes: "Local Mail" is now "Local Folders"
and make it so the user *always* has a Local Folders account.
r=alecf
2000-01-07 06:09:47 +00:00
sspitzer%netscape.com
e397a910fc fix for javascript assertion in bug #23282 2000-01-06 22:24:27 +00:00
bryner%uiuc.edu
d83a9c65ee Implementing the mousewheel preferences. A new option has been added, "Use system default", which follows the OS
default (on Windows at least) for the number of lines to scroll.  I also changes the default actions for the modifier
keys slightly.
2000-01-06 06:22:00 +00:00
rjc%netscape.com
8fa5608f44 Set the default value of the "custtoolbar.personal_toolbar_folder" preference to be an empty string, due to how the bookmark's service now works. 2000-01-05 04:49:50 +00:00
warren%netscape.com
8ff1cacc76 Removed obsolete security stuff. 2000-01-04 22:19:45 +00:00
rjc%netscape.com
c7a74439e2 Even better. 1999-12-30 15:18:52 +00:00
rjc%netscape.com
5e34f13a14 Add search default preferences. 1999-12-30 14:37:26 +00:00
sspitzer%netscape.com
767b32eac9 fix for #22791. define a default for mail.forward_message_mode.
fix by=endico, r=sspitzer
1999-12-29 18:22:31 +00:00
mcafee%netscape.com
011025baf2 Adding pref for modeless pref window, still modal by default (21698) 1999-12-28 06:09:18 +00:00
rhp%netscape.com
6a52510db7 Part of fix for sending >72 character lines - Bug #: 22465 1999-12-25 21:49:50 +00:00
sspitzer%netscape.com
33107dab44 fix for #17665, allow the user to configure if they want to use
the newsgroup name abbreviations in the folder pane.
default is yes.  comment out some dumps.  make it so the account manager
can deal with radio inputs.
1999-12-24 08:57:54 +00:00
sspitzer%netscape.com
88ab0b9942 whoops, forgot to check in the default pref for #18118. 1999-12-23 22:09:29 +00:00
brade%netscape.com
16961c8f81 remove duplicate prefs 1999-12-23 15:36:54 +00:00
sspitzer%netscape.com
211cea2266 rename the prefs 1999-12-22 09:07:19 +00:00
sspitzer%netscape.com
98305b9226 fix the pref ui a little, fix a js exception, add a label to the spell
checking field set, add ui for emoticon to glyph conversion.  part 1 of fix
for #21649
1999-12-22 08:37:30 +00:00
rhp%netscape.com
084938f840 Changing a default mail pref 1999-12-21 16:17:31 +00:00
sdagley%netscape.com
fb68d8cab3 File Removed. 1999-12-20 23:40:22 +00:00
sdagley%netscape.com
67de20c951 Fix #15166 - Remove some 4.x prefs cruft from Mozilla. r=saari, a=chofmann 1999-12-20 23:37:20 +00:00
jefft%netscape.com
c102d5ff19 fixed bug 21714 - leave message on server = false (pop3) doesn't work; now default is set to false; r=mscott,bienvenu; a=chofmann 1999-12-20 14:51:10 +00:00
sspitzer%netscape.com
082b2a6254 changes from bryner@uiuc.edu for the mouse wheel configuration.
r=sspitzer bryner has a final tomorrow at U of I, and yet he hacks on mozilla.
all hail bryner!
1999-12-18 06:46:56 +00:00
mcafee%netscape.com
74bc92a97a Adding default for browser.cache.enable. r=syd, a=chofmann,jar 1999-12-14 07:33:01 +00:00
endico%mozilla.org
2ffb83f7ba change default mail start page to http://www.mozilla.org/mailnews/start.html r=sspitzer, a=brendan 1999-12-14 05:36:46 +00:00
jefft%netscape.com
01d9abbcda fixed bug 20312 -- [DOGFOOD] [PDT+] Mozilla Mail stalls on specified popmail spool; we failed in handling empty line & dot in the middle of a message; r=bienvenu,mscott a=chofmann 1999-12-10 23:42:44 +00:00
sspitzer%netscape.com
df493a11eb remove C++ style comments. 1999-12-09 01:59:34 +00:00
sspitzer%netscape.com
61ff494da7 fix for 15483. return an error when we are about to return the default value for a pref that hasn't been initialized. r=putterman. mail sent to netscape.public.mozilla.xpfe and to various XUL / JS authors who may be affected by this change. 1999-12-09 01:49:19 +00:00
briano%netscape.com
476514101a Build fix. This is a C file, so C++ comments are actually _wrong_ on platforms using competent native compilers. 1999-12-09 01:31:23 +00:00
waterson%netscape.com
d172827a24 Bug 20714. Get rid of prefs 'special' JSRuntime. Never, EVER cross the beams. r=brendan 1999-12-08 06:49:04 +00:00
erik%netscape.com
c073dbf20a bug 8801; adding defaults for the new font prefs; r=ftang 1999-12-07 23:25:50 +00:00
mscott%netscape.com
835790a98b *cringe* Bug #14928 --> throw the switch for uri loading! With this turned on, all urls which are run through
the webshell will now be run through the uri loader which knows how to dispatch urls based on content.

If any problems do arise, I'm ready to turn it back off again at a moment's notice.
1999-12-02 07:54:47 +00:00
alecf%netscape.com
5f6698699e add new unicode-friendly pref accessors
(prefs will be stored in UTF8)
preparation for #20405, r=nhotta
1999-12-02 01:18:24 +00:00
norris%netscape.com
d89d87531c Fix
20257 unable to edit existing images in editor due to JS error
	19933 JavaScript "window.location" core dumps in CAPS
Back out previous changes for enforcing security on listeners and go with a
simple restriction of access to the method for adding listeners.
r=mstoltz
1999-12-01 22:23:22 +00:00
alecf%netscape.com
26f34c1ded fix for #17961 - add defaults for some POP settings
r=sspitzer
1999-12-01 00:05:34 +00:00
pinkerton%netscape.com
7cda389c03 First Checked In. 1999-11-30 00:12:08 +00:00
warren%netscape.com
96ec037ac6 Eliminated the libs build pass. 1999-11-28 03:05:01 +00:00
evaughan%netscape.com
d39dc9f975 Turned gfx scrollbars on by default. -r Mcaffe 1999-11-24 00:21:12 +00:00
matt%netscape.com
c8638993dd adding offline prefs default for the prefs -r dp 1999-11-22 23:44:54 +00:00
dp%netscape.com
c36b6edecb - Converting to GenericModule
- Using NS_IMPL_ISUPPORTS1
- Removing a bunch of NS_DEFINE_IID
1999-11-20 07:34:03 +00:00
dp%netscape.com
eb2bc7aaf9 Adding pref classname 1999-11-20 07:33:09 +00:00
norris%netscape.com
24778bda71 Modify generated dom code to use a enum rather than a string for codesize
and efficiency.
Tighten checks on document properties and node properties. Should resolve
several bugs:
18965 document.firstChild vulnerability
19043 document.childNodes vulnerability
19044 document.lastChild vulnerability
r=mstoltz
1999-11-20 07:28:34 +00:00
cls%seawood.org
0ea4864d1d Removing dependency upon security/freenav module. r=alecf 1999-11-13 23:51:49 +00:00
sspitzer%netscape.com
70bc2b5e0f really fix the warning this time. 1999-11-13 03:49:30 +00:00
sspitzer%netscape.com
c60e6d440a fix warning by casting. r=slamm 1999-11-13 01:59:19 +00:00
slamm%netscape.com
0fc73fa43d Fix build warnings. r=sspitzer 1999-11-13 01:36:34 +00:00
norris%netscape.com
3bef1cd94e * Modify nsIPref to support security policy work.
r=neeti@netscape.com
* Close security holes by tightening prefs.
r=mstoltz@netscape.com
1999-11-12 02:50:18 +00:00
valeski%netscape.com
b474e20c80 default for keywords enabled field is false 1999-11-11 01:13:51 +00:00
valeski%netscape.com
d1048dde78 11869, r=dagley. added keyword related prefs (1 for enable/disable, and 1 for keyword URL). 1999-11-11 00:26:05 +00:00
cls%seawood.org
dcb3aa39d9 Replaced NO_SECURITY ifdef with MOZ_SECURITY one. This causes pref_VerifyLockFile to always return PR_TRUE rather than linking against the dummy secfree library. This replacement also removed the last dependency upon that dummy library so it will no longer be built (next patch). 1999-11-09 23:13:53 +00:00
dmose%mozilla.org
142ac52eaf updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
cls%seawood.org
bee74e223b Removed unused NECKO ifdefs.
a=leaf
1999-11-02 23:34:03 +00:00
tbogard%aol.net
10ded258a5 Changed NS_ENSURE_NOT to NS_ENSURE_FALSE to reflect API change. r=hyatt 1999-11-01 21:43:56 +00:00
brendan%mozilla.org
f81d5969c6 (13163, r=alecf, scc, waterson, others; names available on request)
- Fix most of bug 13163 (see TODO for rest).  This entails adding a version-string argument to nsIScriptContext::EvaluateString and passing it around lots of places in content sinks. 

- Fix leaks and confusion about mSecurityManager and mNameSpaceManager in nsJSEnvironment.cpp.  These still need to move from nsJSContext to nsGlobalWindow or thereabouts, jband and vidur are looking at that. 

- Added comments and expanded tabs in nsJSEnvironment.cpp, esp. to EvaluateString.  Also changed various nsresult vars to be named rv.  Also restored brace/style conformity to nsJSProtocolHandler.cpp. 

- Factored CompileFunction from AddScriptEventListener to pave the way for brutal sharing of compiled JS event handlers via JS_CloneFunctionObject. 

- Lots of nsCOMPtr uses added.  I'm using one for mNameSpaceManager.  Hold mSecurityManager as a service explicitly, on the other hand (awaiting scc's fix to allow comptrs for services), and release in nsJSContext's dtor (fixing a leak).  These two managers should be moved to the window object -- TODO item below. 

- Hold JSRuntimeService along with JSRuntime for live of nsJSEnvironment, fix for shaver. 

- Fix window.setTimeout etc. so the filename and line number of the timeout expr is propagated.  This meant factoring nsJSUtils.cpp code. 

- Fix all content sinks to use the same, and up-to-date JavaScript version parsing (whether for script type or for old language attribute); also fix SplitMimeType clones to strip whitespace. 

- With waterson, fix bug in brutal-sharing version of XUL content sink: script src= should not evaluate the inline content of its tag.
1999-10-31 00:43:30 +00:00
sspitzer%netscape.com
c614d3d7c0 fix for #8717. performance is good enough to bump this back to 500.
still more work to be done, as this is a per-server pref now, I think.
1999-10-29 04:49:41 +00:00
sspitzer%netscape.com
b14d0a9695 fix for #17285 and #17397. r=mscott.
properly migrate pop and nntp servers from 4.x that were not on the default ports (110 and 119, respectively).
also, set the default port pref to be -1, so that if we don't set the port, it gets set to -1.
1999-10-27 22:44:34 +00:00
bienvenu%netscape.com
f0ddb93dbc fix memory leak of default pref dir file spec r=sspitzer 1999-10-20 18:42:30 +00:00
norris%netscape.com
ac9a073c8b 7261 Connect XPConnect visibility filter to query principals
Reviewed by mstoltz.
1999-10-19 20:28:24 +00:00
sspitzer%netscape.com
81220a5314 other part of fix for #15235. fix send later. r=alecf 1999-10-19 01:24:25 +00:00
sspitzer%netscape.com
3ac84e0b8d fix for #16259, r=alecf. use the right line endings on the mac. now, instead of putting the LINEBREAK in every string, and then
writing every string to the stream, we do the line ending when we write to the stream.
1999-10-18 22:38:53 +00:00
norris%netscape.com
83273d29bf Fix 7254 Implement DOM security
Reviewed by mstoltz@netscape.com
1999-10-12 22:55:25 +00:00
evaughan%netscape.com
f3a2112f38 Integrated Gfx scrollbars. 1999-10-12 00:16:06 +00:00
norris%netscape.com
b34db65450 Enable URI checks for web JavaScript.
Fixes bug 11462 "Need checks for setting URLs"
Reviewed by mstoltz.
1999-10-07 20:56:49 +00:00
beard%netscape.com
9eae33066d changed from directly using "MSL DropInRuntime.Lib" to using "NSComponentStartup.o" to enable GC leak detector. r=smfr 1999-10-03 20:46:23 +00:00
dp%netscape.com
65d1fd6d5a Converting to nsIModule as a prelude to fixing memory leaks.
bug# 14034 r=neeti
1999-10-01 06:51:55 +00:00
mcafee%netscape.com
9f0d86a5b3 Default for network.proxy.type=3 is undefined, using 1, direct internet connection. r=akkana 1999-09-28 01:27:32 +00:00
sspitzer%netscape.com
37d3c7c600 got the logic backwards... 1999-09-28 01:20:48 +00:00
sspitzer%netscape.com
75af0e9ea8 fix crasher caused by calling ResetPrefs() more than once, which should be legal. 1999-09-28 01:08:03 +00:00
neeti%netscape.com
3abee225ec read user.js on startup after prefs.js is read. #12423 1999-09-21 18:59:41 +00:00
warren%netscape.com
1586ede91e freed gSavedLine in prefapi 1999-09-20 20:52:48 +00:00
beard%netscape.com
3bec7d3a15 Fixed a memory corrupting bug in PREF_copyTree. strtok would continue scanning off the end of the current string, modifying subsequent non-string blocks, if they contained a ';' before a '\0' byte. 1999-09-20 00:08:48 +00:00
sfraser%netscape.com
8b085ecf53 First Checked In. 1999-09-17 23:29:19 +00:00
sfraser%netscape.com
f8a226db72 Remove .js files that are now exported by other MANIFEST files. 1999-09-17 23:28:42 +00:00
neeti%netscape.com
20aedd5817 moved *.js files from components to bin/defaults/pref 1999-09-17 23:27:15 +00:00
warren%netscape.com
dbb2a8fdac Squelched leak. 1999-09-17 21:02:34 +00:00
briano%netscape.com
3086b53626 Replaced the C++ comments with C comments, since this is a C file after all.... 1999-09-17 20:13:53 +00:00
alecf%netscape.com
4e56d39a03 remove assertions (and put comments for future NS_ASSERTIONs for when I finally change this to a C++ file)
fixes #13734
1999-09-17 07:35:34 +00:00
chuang%netscape.com
9b5ba0b0f0 Fix bug 13992 Personal address book shows up more than one time 1999-09-16 21:12:32 +00:00
chuang%netscape.com
917956e5b3 Fic bug 13992 Personal address book shows up more than one time 1999-09-16 20:48:52 +00:00
sspitzer%netscape.com
bdf359ce6b remove the default prefs for conference and netcrapper. 1999-09-16 06:44:35 +00:00
ducarroz%netscape.com
b853afd7a7 Fix for bug 13778, GetFilePrefs now accept also a native path to let users write manually their prefs 1999-09-15 14:51:40 +00:00
norris%netscape.com
0865f1cdaa Create preferences for security checks.
Add new methods on nsIScriptSecurityManager for capabilities.
Fix 13739 MLK: nsScriptSecurityManager::CreateCodebasePrincipal
Fix 11666 Eliminate plvector (was: [infinite loop] bugs - plvector.c)
1999-09-15 04:05:43 +00:00
alecf%netscape.com
0aef50bca8 define the PROGID and declare the enums in IDL 1999-09-14 04:09:28 +00:00
briano%netscape.com
775e13bce8 General cleanup. 1999-09-14 02:51:42 +00:00
mcafee%netscape.com
f3cd9ba86e Turing on gfx widgets with default pref. 1999-09-13 22:21:28 +00:00
sspitzer%netscape.com
66a06004ba fix warnings. 1999-09-13 08:12:31 +00:00
sspitzer%netscape.com
7a52aab453 adding the default value for mail.server_type back.
if the user was using pop in 4.x, this defaults to 0.
a ton of code depends on it being 0, and not undefined.
alecf removed it, using it as a way to tell if we needed to migrate the prefs
or not.  Instead, I'm using other prefs to do that.
see nsMsgAccountManager::ProceedWithMigration() for the logic.
1999-09-11 19:14:15 +00:00
sspitzer%netscape.com
87957ce0af mailnews/base/src/nsMsgAccountManager.cpp 1999-09-11 19:10:30 +00:00
alecf%netscape.com
c69bd02e2f remove mail.server_type so that the account manager can tell if we're starting a fresh profile or upgrading from 4.x 1999-09-11 01:54:49 +00:00
alecf%netscape.com
f62beefae6 make prefs a component on windows 1999-09-11 01:26:37 +00:00
alecf%netscape.com
298d8ed7c8 make prefs a component on unix 1999-09-09 04:21:21 +00:00
sspitzer%netscape.com
a2622774f3 removing these defaults. they are not used in 5.0. now we have mail.root.imap, mail.root.pop3, mail.root.none, mail.root.nntp. there is also a mail.newsrc_root. part of the work for #13305 1999-09-08 22:12:00 +00:00
morse%netscape.com
2f29951965 fetch wallet files from netcenter 1999-09-07 18:28:50 +00:00
cyeh%netscape.com
1729151e74 Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people. 1999-09-01 01:24:51 +00:00
ramiro%netscape.com
18b5e04d18 Cleanup linkin of mozdbm. 1999-08-31 14:31:50 +00:00
morse%netscape.com
954bf7212f fetch server location from a pref 1999-08-31 02:48:28 +00:00
norris%netscape.com
d8507f844e * clean up nsScriptSecurityManager
* remove nsJSSecurityManager
* save principals in nsIChannels and nsIDocuments
1999-08-29 21:58:42 +00:00
neeti%netscape.com
b9758e25ce implemented ResetPrefs feature 1999-08-28 05:19:29 +00:00
sspitzer%netscape.com
1654cf2872 fix for #12556. change homepage back to www.mozilla.org now that bug #7417 is fixed 1999-08-27 06:09:25 +00:00
vidur%netscape.com
ac58d4a6f3 Added nsIPref::GetPrefType. 1999-08-27 06:05:04 +00:00
neeti%netscape.com
8a390ae229 Implemented special processing required to handle # in prefs.js,
write out prefs file with #, fixed memory leak bug 10629
1999-08-26 12:54:52 +00:00
brendan%mozilla.org
defeffaabd Massive spankage to capitalize C++ method and attribute name bindings, per
Architecture Item 6.3 (news://news.mozilla.org/37BA89CF.3823D6F9%40meer.net).
1999-08-25 05:26:25 +00:00
mccabe%netscape.com
d98f4dca1d First cut at removing manual declaration of interface methods in implementation classes and replacing with xpidl-generated NS_DECL_NSIFOO macro.
Hopefully this'll help turn the copy-n-paste tide towards using this macro.
1999-08-21 08:54:47 +00:00
bienvenu%netscape.com
2df575014f add history ab 1999-08-20 23:28:48 +00:00
mscott%netscape.com
b2303cf44d Fix for Bug #12151 on behalf of sspitzer. 1999-08-20 22:59:16 +00:00
arielb%netscape.com
1b252b2e3b includes updates to codbase matching security checks currently turned off
but in place.  redefined the script security manager in caps and it is
now generating codebase principals.
1999-08-20 09:51:02 +00:00
cls%seawood.org
c2bdb85bf4 Removed all references to obsolete OBJDIR variable.
Removed various sections of config.mk & rules.mk that were only used by OBJDIR or by a non-autoconf build.
1999-08-20 06:52:59 +00:00
sspitzer%netscape.com
b49cd9147d remove my old, temporary code to generate a prefs.js file with some default mail-news prefs. we don't need this anymore. fixes #12064 1999-08-19 06:28:39 +00:00
ramiro%netscape.com
ee33c47ded Link in secfree dynamically only where needed. 1999-08-17 15:46:57 +00:00
mccabe%netscape.com
2a403483de Changes to the xpidl compiler -
Error if an interface is declared [scriptable], but contains methods that can't be scripted because they refer to native-declared types, unless the method is declared [noscript].

This change is intended to make it easier to determine when an interface is not scriptable, and to make it easier to see what changes need to be made to make it scriptable.

As many of the .idl files in the tree defined [scriptable] interfaces that contained non-scriptable methods, I've sprinkled [noscript] throughout.  As the interfaces weren't scriptable anyway, this shouldn't change their visibility to javascript.
1999-08-10 12:18:01 +00:00
sspitzer%netscape.com
0283731baf since #7417 is fixed, we can set the default mailnews start page to something realistic, like the 4.5 start page. this fixes bug #7087 1999-08-07 02:00:19 +00:00
putterman%netscape.com
41946a72a1 Added pref for mailnews sidebar starting out open. 1999-08-06 23:43:04 +00:00
neeti%netscape.com
28c948b2a0 fix for bug 9853 1999-07-30 23:56:51 +00:00
warren%netscape.com
24b326c717 Fix for prefs crash. 1999-07-30 17:51:21 +00:00
warren%netscape.com
ac884511c5 Fixed leak. 1999-07-30 08:00:45 +00:00
sspitzer%netscape.com
17a4c1fb71 change the nsIDirectoryIterator::Init interface to match the nsDirectoryIterator ctor: two paramenters, a file spec and a bool for resolveSymlinks. pass in PR_TRUE in the pref and component manager code. this fixes the problem where prefs wouldn't get loaded on the mac! 1999-07-27 23:33:54 +00:00
sspitzer%netscape.com
3fb2c848ca other header in compose feature, from dmose@netscape.com and endico@netscape.com. 1999-07-27 01:11:10 +00:00
sspitzer%netscape.com
4d8b244df6 fix #10320 1999-07-23 01:08:09 +00:00
sspitzer%netscape.com
acf424873e fix for #10127. create a default for the mail.update_compose_title_as_you_type pref 1999-07-19 20:50:22 +00:00
sspitzer%netscape.com
0920387097 changes to support the news pretty name abbreviation feature.
not turn on yet.
thanks to Oleg Rekutin <rekusha@asan.com> for contributing this code.
1999-07-06 23:06:42 +00:00
sspitzer%netscape.com
3b27a5149e don't create these values. rely on the default prefs for that. 1999-07-06 22:42:48 +00:00
racham%netscape.com
2a9b148974 Adding netcenter Preg pref 1999-07-05 01:21:30 +00:00
sspitzer%netscape.com
59413cec7e fix warnings 1999-07-03 00:39:28 +00:00
dveditz%netscape.com
d3f47f37f5 makefile cleanups 1999-07-02 13:40:18 +00:00
ramiro%netscape.com
f41e67c622 Separate the widget and gfx toolkits into two variables.
Instead of MOZ_TOOLKIT, we now have MOZ_WIDGET_TOOLKIT and MOZ_GFX_TOOLKIT.
There is also a new configure flag, --enable-gfx-toolkit which does what its
name implies.
The configure script should continue to work as before.
1999-07-02 13:06:48 +00:00
sspitzer%netscape.com
3ce64189d8 fix for #9143. make the default start page the home page. remove that browser.startup.splash crap. make the default home page http://www.mozillazine.org/ for now. 1999-07-02 06:39:40 +00:00
ducarroz%netscape.com
e447512cc8 Add default value for compose_html 1999-07-01 21:52:26 +00:00
warren%netscape.com
bd73f68e8b Renamed OnStartBinding/OnStopBinding to OnStartRequest/OnStopRequest (removing the redundant ones from necko). Numerous necko fixes. Necko now using nsIPrompt interface instead of nsINetSupport. 1999-07-01 19:30:20 +00:00
mcafee%netscape.com
328bd2d7f7 BeOS changes 1999-06-29 11:36:21 +00:00
ducarroz%netscape.com
8d7f41b9f3 replace pref "mail.identity.<idn>.send_html" by "mail.identity.id1.compose_html". replace pref "mail.identity.<idn>.wrap_column" by "mail.wraplength" 1999-06-25 21:47:43 +00:00
mcafee%netscape.com
8a84e0812a BeOS landing; thanks to Duncan Wilcox (duncan@be.com) for these changes. 1999-06-25 11:08:07 +00:00
sspitzer%netscape.com
91b07396b6 change default to 50 until performance is fixed 1999-06-23 00:00:28 +00:00
mcmullen%netscape.com
8eb9d86984 Removing the use of the convenient factory method for nsIFileSpec, since I'm about to remove that, too. 1999-06-22 03:48:26 +00:00
putterman%netscape.com
2a2e122254 Added mail.showMessengerPerformance pref. 1999-06-21 23:25:33 +00:00
sspitzer%netscape.com
3c966d4e31 fix for #8360. Get "mailnews.start_page.enabled" and "mailnews.start_page.url" to work. 1999-06-21 02:25:34 +00:00
sspitzer%netscape.com
ee23c114e0 make the default of of the "browser.startup.page" be 3, so that we use
the new "browser.startup.splash" pref.

set the default for "browser.startup.splash" to be http://www.mozillazine.org, until
bug #7417 gets fixed.
1999-06-19 21:08:02 +00:00
mcmullen%netscape.com
ca918925e3 Fixing the broken situation when no prefs file exists. Since there is a problem with stream closing after nsFileStream(nsIFileSpec*), cleaning up this code so that we dont write/read/init/write the prefs. Now we simply init/write. Part of a fix for bug #8237. r=slamm@netscape.com, a=chofmann@netscape.com 1999-06-18 22:11:35 +00:00
syd%netscape.com
870b976c1d Add browser.ncols and browser.installcmap preferences 1999-06-16 03:18:44 +00:00
putterman%netscape.com
ce04376897 Close the filespec's stream so we don't keep appending to pref file. Approved by
mcmullen.
1999-06-15 23:19:58 +00:00
putterman%netscape.com
445d98aec7 Fix for 8197. Can't read pref file. Approved by leaf and reviewed by mscott. 1999-06-15 18:39:33 +00:00
mcmullen%netscape.com
0ad0748949 Alias resolution makes directory iteration tricky: You can't use SetLeafName to convert one sibling to another. Fixing parsing of pref-init files, which broke when I fixed aliases a while back. 1999-06-15 10:42:05 +00:00
mcmullen%netscape.com
d9fb726225 Fix windows bustage. 1999-06-15 09:35:20 +00:00
mcmullen%netscape.com
b7a85eefd7 Using nsIFileSpec, leaks and stuff now become possible. Fixing one problem... 1999-06-15 09:09:17 +00:00
mcmullen%netscape.com
5fa0c23185 My fix collided with somebody else's. Fixing it the way I want it. 1999-06-15 06:30:33 +00:00
mcafee%netscape.com
00a2b10e79 Moving worked declaration to the beginning of function to get around goto error. Fixes linux bustage. 1999-06-15 06:24:34 +00:00
mcafee%netscape.com
c268f90bb2 Fixing some of the Linux breakage. 1999-06-15 06:22:35 +00:00
mcmullen%netscape.com
c3b4ad2f1a Changed to use nsIFileSpec 1999-06-15 05:25:28 +00:00
mcmullen%netscape.com
2c34002258 Use nsIFileSpec. Also added ReadUserPrefs() method. 1999-06-15 05:17:55 +00:00
sspitzer%netscape.com
3fb23d25c5 set the default nntp server to "news.mozilla.org". I'll change it back to "news" before beta. (see bug #8053) 1999-06-12 18:38:53 +00:00
mcmullen%netscape.com
d302ce6bda Has been idlized 1999-06-11 19:48:21 +00:00
mcmullen%netscape.com
63a54ecded Fix the typo in the name of unix.js, and fix the asserts. 1999-06-08 23:31:15 +00:00
leaf%mozilla.org
4f8255a881 adding blank file per tina ornduff 1999-06-07 21:47:13 +00:00
mcmullen%netscape.com
fc2b5aa247 Fix one last case of uint (and I had removed the typedef, breaking photon). Approved leaf. 1999-06-04 17:43:37 +00:00
briano%netscape.com
2ea33f3fda Fixed the Unix builds. DON'T USE C++ COMMENTS IN C FILES. 1999-06-03 22:30:39 +00:00
chuang%netscape.com
6c3f0848ea Add directory default preferences 1999-06-03 22:27:31 +00:00
ducarroz%netscape.com
ab82d97ee8 remove nsIPref.h as it know generated and installed by xpidl. 1999-06-03 21:35:41 +00:00
chuang%netscape.com
45f30a6bad Port PREF_CreateChildList and PREF_NextChild into nsIpref. 1999-06-03 21:25:25 +00:00
sspitzer%netscape.com
2265a55784 cast to remove compiler warnings. use PL_strlen() instead of strlen()
rename index to indx to prevent shadow warnings on Linux.
1999-06-03 20:15:38 +00:00
mcmullen%netscape.com
4b0ff2c414 Patches for OpenVMS and conversions to nsQuickSort(). Thanks to Colin Blake and James Lewis Nance (resp) 1999-06-03 18:15:53 +00:00
ducarroz%netscape.com
380e76a803 First Checked In. 1999-06-03 00:40:55 +00:00
mcmullen%netscape.com
c60580068f Implemented xp default prefs 1999-06-03 00:40:08 +00:00
mcmullen%netscape.com
516773d925 Implemented XP default prefs 1999-06-03 00:34:20 +00:00
mcmullen%netscape.com
1b08628883 Implemented XP default prefs. 1999-06-03 00:31:40 +00:00
mcmullen%netscape.com
83906283f6 Removed some "obsolete" functions. 1999-06-03 00:30:21 +00:00
mcmullen%netscape.com
cdf62475fb Using XP technique for default prefs now. 1999-06-03 00:27:44 +00:00
mcmullen%netscape.com
ccf298582b Remove the resources from this file. Now moving to an XP solution. 1999-06-03 00:27:04 +00:00
mcmullen%netscape.com
c2088731b7 First Checked In. 1999-06-02 01:59:23 +00:00
bruce%cybersight.com
b9b3764aef The include guard name changed with the conversion of nsIPref to xpidl. This file needed to be updated for that. Should fix the OSF/1 build. 1999-05-30 18:48:56 +00:00
alecf%netscape.com
a82e7a2474 I forgot to make this interface scriptable 1999-05-28 23:04:19 +00:00
alecf%netscape.com
4490935384 oops, missed a few more size_t's 1999-05-28 22:30:30 +00:00
alecf%netscape.com
b572703073 fix mac bustage - missed this size_t when switching to XPIDL syntax 1999-05-28 22:29:53 +00:00
alecf%netscape.com
0e88a73b33 turn on XPConnect for nsIPref 1999-05-28 22:03:40 +00:00
alecf%netscape.com
e51ba21892 make nsIPref scriptable, and turn on XPIDL compiling on unix
(windows is on the way)
1999-05-28 22:01:07 +00:00
sspitzer%netscape.com
d32d2146af make unix like the other platforms (use ImapMail as the imap mail dir) 1999-05-28 05:20:32 +00:00
sspitzer%netscape.com
38098098b8 remove my comment 1999-05-28 03:36:04 +00:00