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

1924 Коммитов

Автор SHA1 Сообщение Дата
akkana%netscape.com 5e4338d580 6085, middle mouse should load link in new window (r=alecf,puetzk@iastate.edu);
24571, middle-mouse paste should be pref-able (r=mcafee);
plus nonmodal pref window (r=pavlov).
2000-03-14 02:56:48 +00:00
erik%netscape.com 4370e1e837 bug 30539; added default fonts for Central European; r=none 2000-03-12 22:33:40 +00:00
rickg%netscape.com 4791ab3e8f removed calls to deprecated string methods 2000-03-12 09:14:14 +00:00
rhp%netscape.com bf5e206002 Adding default pref to mailnews.js - Bug #: 29752 - reviewer: rhp (external contribution) 2000-03-12 01:53:04 +00:00
morse%netscape.com 72a8ee9dda have wallet functions enabled by default instead of vice versa, bug 27027 2000-03-12 00:09:49 +00:00
morse%netscape.com 83683576cf generalize per-site permissions, r=norris 2000-03-11 20:09:57 +00:00
morse%netscape.com 30bf6cd24c generalize per-site permissions, r=norris 2000-03-11 20:02:45 +00:00
norris%netscape.com b06e55722c Files:
caps/idl/nsICertificatePrincipal.idl
	caps/idl/nsIPrincipal.idl
	caps/src/nsBasePrincipal.cpp
Implement the ability to manipulate multiple capabilties simultaneously.
r=mstoltz@netscape.com

Files:
	caps/src/nsCodebasePrincipal.cpp
Codebase equality should be based upon origin, not full path.
r=mstoltz@netscape.com

Files:
	caps/src/nsScriptSecurityManager.cpp
Change URI checking to deny based upon scheme rather than allow based upon
scheme for greater flexibility.
r=mstoltz@netscape.com

Files:
	dom/public/nsDOMPropEnums.h
	dom/public/nsDOMPropNames.h
	dom/src/base/nsGlobalWindow.cpp
	modules/libpref/src/init/all.js
Fix bug 20469 Seeing JS functions and global variables from arbitrary host
r=vidur@netscape.com

Files:
	dom/src/base/nsJSUtils.cpp
	dom/src/base/nsJSUtils.h
	dom/src/base/nsJSEnvironment.cpp
	dom/tools/JSStubGen.cpp
	layout/base/src/nsDocument.cpp
	layout/html/content/src/nsGenericHTMLElement.cpp
Improve performance by removing NS_WITH_SERVICE call for every DOM access.
Propagate XPCOM failure codes out properly.
r=vidur@netscape.com

Files:
	layout/html/document/src/nsFrameFrame.cpp
Fix 27387 Circumventing Same Origin security policy using setAttribute
r=vidur@netscape.com
2000-03-11 06:32:42 +00:00
tbogard%aol.net 330b688b8e ContentViewer Initialization now take an nsIWidget instead of a native window. Set status using the nsIWebBrowserChrome interface instead of the old nsIBrowserWindow interface. 2000-03-11 01:25:34 +00:00
mccabe%netscape.com 7956d87f43 Fix to 30547
JavaScript error alert popups are now controlled by the "javascript.error.alerts" pref, initially defaulting to false.

In response to to various emails and newsgroup pressure.

a=jar
2000-03-07 07:41:29 +00:00
jeff.dyer%compilercompany.com 4a9f5121b6 Fix for #16438 (r=stanley.ho@eng.sun.com). Adds functionality to allow wrapped JSObjects
to be unwrapped. The complete resolution of this bug requires the implementation
of the unwrap function in JPI.
2000-03-07 02:41:11 +00:00
alecf%netscape.com 5bf700d9b5 first cut at new prefservice. forward the root prefbranch to an internal member variable
not part of build
2000-03-07 01:14:22 +00:00
alecf%netscape.com b8e155c550 first cut at prefbranches, use the old PREF_* api for now
not part of build
2000-03-07 01:13:28 +00:00
alecf%netscape.com cd8e4f0a56 add nsIPrefService, update nsIPrefBranch to add some functions I missed (not part of build) 2000-03-07 01:01:48 +00:00
dougt%netscape.com 50770e485a Making the debug target include the debug prefix file. Checkin for warren. 2000-03-06 00:59:54 +00:00
warren%netscape.com 2ec79be810 Adding pluginDebugPrefix.h 2000-03-06 00:53:47 +00:00
warren%netscape.com 6175369ec4 Attempt to fix the mac bustage. NS_CurrentThread is only defined for debug builds. 2000-03-05 23:16:28 +00:00
warren%netscape.com 7e37f4f478 Bug 21556: Making linux be thread-safe. Making tons of classes implement threadsafe AddRef/Release. a=jar 2000-03-05 21:26:01 +00:00
sspitzer%netscape.com 87c19c5bb3 my half of the fix for bug #29861. define defaults for
the throbber urls.  r=blizzard, a=jevering
2000-03-04 22:48:53 +00:00
rjc%netscape.com e5e23a7868 New search URL from Netcenter (mldavis)... approval from Jar to check this in immediately. 2000-03-04 03:07:15 +00:00
alecf%netscape.com 62ccb45633 add files for pref revamp
(not part of seamonkey build)
2000-03-04 01:45:51 +00:00
edburns%acm.org e12dfc3c77 a=edburns
r=idk
bug=14337
2000-03-04 00:34:55 +00:00
alecf%netscape.com f700b0b4af first time adding nsIPrefListener - not part of build 2000-03-03 20:18:17 +00:00
edburns%acm.org 7a008662e7 r=alecf
a=edburns
bug=25931
2000-03-03 01:53:52 +00:00
av%netscape.com a3a9e8ac53 Fix for 27755 on behalf of stanley.ho@eng.Sun.COM, r=av, a=rickg 2000-03-03 00:53:45 +00:00
edburns%acm.org 53c67d47e4 r=bruce
a=edburns
bug=9854
2000-03-03 00:38:29 +00:00
tbogard%aol.net 5c166f4fd5 nsIPref is no longer passed around through inits on webshell, content viewers and presContext. In places where it is needed, it can be retrieved from the service manager. I removed a number of the getters and setters for prefs as the prefs will be the same from the service manager so we don't need getters. r=waterson a=rickg 2000-03-02 07:13:02 +00:00
ben%netscape.com 5b76c26e70 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
mkaply%us.ibm.com b51a05d6f5 # 25555
r= dveditz@netscape.com
OS/2 changes for Mozilla - add #ifdef, change #ifdef
2000-03-01 15:50:24 +00:00
mkaply%us.ibm.com 470bf419fa # 25555
r= pnunn@netscape.com
OS/2 changes for Mozilla - add #ifdef, change #ifdef
2000-02-29 21:47:25 +00:00
mkaply%us.ibm.com 49d75c51a4 # 25555
r= pnunn@netscape.com
OS/2 changes for Mozilla - add #ifdef, change #ifdef
2000-02-29 21:41:41 +00:00
valeski%netscape.com a9b50b98f6 29164. adding milestone to mozilla build 2000-02-29 20:44:54 +00:00
sspitzer%netscape.com 2caabd834c 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 d689696ce7 # 25555
r= sspitzer@netscape.com
OS/2 changes for Mozilla - add #ifdef, change #ifdef
2000-02-28 15:07:12 +00:00
mkaply%us.ibm.com 14c16b4215 # 25555
r= beard@netscape.com
OS/2 changes for Mozilla - add #ifdef, change #ifdef
2000-02-28 15:00:30 +00:00
dveditz%netscape.com 50ee7a6305 fixes bug 29414, all files installed read-only on Win32, r=sgehani 2000-02-28 07:22:23 +00:00
leaf%mozilla.org 114fedf699 backing myself out, this should be on a branch. 2000-02-27 10:22:24 +00:00
leaf%mozilla.org 5e26379127 branch cleanup (start page, nspr branch used for pull) 2000-02-27 10:18:24 +00:00
sspitzer%netscape.com 85f2e240e8 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 e0646e210e 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 6ad751df7a 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 985a3556f5 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 55d42bb3b3 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 b3d438505c 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 e87a5a1f90 28782. a=jar. no longer used 2000-02-23 22:48:52 +00:00
gagan%netscape.com d605467cb7 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
pnunn%netscape.com dc2a8b1f5d bug#28289 & bug#28667. memleaks on gifdecoder and strdups. r:dp, danm a:jar 2000-02-23 02:24:01 +00:00
mcafee%netscape.com 63b2f41311 Adding pref to hide IRC menu (28192) r=matt,hyatt a=jar 2000-02-23 01:38:52 +00:00
bruce%cybersight.com de5295e2e4 Fix for a memory leak. a=waterson,r=dougt 2000-02-22 23:47:25 +00:00
cata%netscape.com f56cbd5ec5 Changing default pref value. r=naoki, a=bobj, bug #24027 2000-02-21 23:12:22 +00:00
sgehani%netscape.com 55e0b512a0 Restore file mode for Win32/Unix when installing.
b = 9148
r = dveditz
a = jar
2000-02-21 20:19:16 +00:00
dveditz%netscape.com 74d0f231ed Bug 23941 speed up install on Mac, r=cathleen, a=jar;
Bug 12817 no Autoreg (in optimized builds) unless xpinstall detects flag indicating install has happened or build number changed, r=dp, a=jar;
Bug 23859 add wstring API to nsIRegistry for profile manager/i18n, r=gayatrib, a=jar;
2000-02-20 03:12:59 +00:00
pnunn%netscape.com 906057235c bug#28289. fix leak. pnunn. r:danm, ok:jevering. 2000-02-18 23:11:48 +00:00
pnunn%netscape.com 3735a150e8 bug#28289. fix leak. pnunn r:danm, ok:jevering 2000-02-18 23:10:19 +00:00
attinasi%netscape.com e07a4d0eed Typo in printf fixed. r=dcone 2000-02-18 20:57:16 +00:00
attinasi%netscape.com ec181ee680 Added support for millisecond granularity in the stopwatch. r=nisheeth a=rickg 2000-02-18 18:51:39 +00:00
attinasi%netscape.com 73d08ed9cc Added RealTimeInMilliseconds method to allow better granularity in timing. r=nisheeth a=rickg 2000-02-18 18:50:28 +00:00
sspitzer%netscape.com b4614b164b 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 4c64a96673 bug 27027, remove wallet, r=matt, a=jar 2000-02-17 21:27:51 +00:00
sspitzer%netscape.com 5bf5f2cf43 fix for #24916, implement the "first time startup page" r=alecf, a=jevering 2000-02-17 02:27:21 +00:00
alecf%netscape.com 220119e88b fix C++ comments 2000-02-16 09:48:26 +00:00
dveditz%netscape.com e45961fd08 Bug 23306 and parts ofbug 12817 speedup 2000-02-16 08:06:13 +00:00
dveditz%netscape.com dc71859afb registry speed ups (part of 12817) 2000-02-16 07:45:20 +00:00
nhotta%netscape.com e2001111e5 Added mailnews.send_default_charset, bug 23540, r=cata. 2000-02-16 07:39:29 +00:00
beard%netscape.com a44f129f6f bug 20185 [PDT+], use nsViewManager2 by default. r=sfraser 2000-02-16 06:19:12 +00:00
cata%netscape.com b68751a2d0 Add default pref value for the Charset Detector. r=none (one-liner) 2000-02-16 04:59:54 +00:00
av%netscape.com f44a7d620c Fixin bug 15210 -- using more specific call CreatePluginInstance
instead of CreateInstance, r=idk@eng.sun.com
2000-02-15 23:24:10 +00:00
racham%netscape.com b340921851 Fixed bugs 23390, 27459. Adding required prefs. r=gayatrib 2000-02-15 22:47:35 +00:00
pnunn%netscape.com bc06f2be6c bug# 27172. pnunn r:neeti. restore mime type after delay callback. 2000-02-15 22:04:55 +00:00
dveditz%netscape.com efb14f3cb4 fixing mac and unix bustage 2000-02-15 02:29:53 +00:00
dveditz%netscape.com b63a6438b1 New wstring nsIRegistry interface, bug 23859;
new version registry name for mozilla, bug 10533;
log now created by install wizards too, bug 26309;
downloaded file cleanup moved into manager, bug 24249;
scaffolding for bug 12817 and 12361 (conditional autoreg)
2000-02-15 01:32:12 +00:00
brade%netscape.com 8fbc57442e found another lurker that should have been checked in last week (default prefs) 2000-02-14 14:52:50 +00:00
dougt%netscape.com 9afbbd49ad 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
buster%netscape.com 312923c091 fixing build bustage 2000-02-14 03:41:45 +00:00
mstoltz%netscape.com e1dbf7cf89 Changed GetOwner() to read owner from underlying nsJAR rather than saving it locally. SetOwner() now does nothing. bug=7270 r=norris 2000-02-14 01:59:09 +00:00
mstoltz%netscape.com 2b172ce6f4 Crasher fixes and optimizations to jar signature verification. bug=7270 r=norris 2000-02-14 01:57:01 +00:00
morse%netscape.com d801064755 remove wallet, bug 27027, r=dp 2000-02-13 19:55:05 +00:00
drapeau%eng.sun.com 5c2a878c21 Fix for 7783 (r=marklin@eng.sun.com): Removed extraneous #include
statements, including the "pprthred.h" semi-private header.
2000-02-13 09:07:30 +00:00
morse%netscape.com 76cb6d2758 fix bug 26672, move files from peoplestage to mozilla.org, r=sspitzer 2000-02-12 19:51:59 +00:00
erik%netscape.com f006c294e2 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
pnunn%netscape.com a6493d1060 bug# 21036: Change imglib reload policies to work with necko load attributes. pnunn, r:neeti,dp. 2000-02-12 01:51:57 +00:00
av%netscape.com b683bf9ab4 Fixing 27469, r=waqar 2000-02-12 01:43:02 +00:00
matt%netscape.com 85b170b550 part of my last check in r=don 2000-02-11 05:04:18 +00:00
norris%netscape.com 8fe3d34730 Fix 18439 windows.status allows reading links
r=mstoltz
2000-02-11 04:18:39 +00:00
attinasi%netscape.com 30ee8aaf25 added three new methods to allow Enabling, Disabling and querying the state of the timer. r=nisheeth b=25406 2000-02-11 01:19:23 +00:00
slamm%netscape.com 7f36d66a3b Add sidebar panel list url (bug 26073). 2000-02-11 01:17:39 +00:00
valeski%netscape.com d26a527af4 24679. removing the milestone from the UA string 2000-02-11 00:57:02 +00:00
attinasi%netscape.com b9144dd1bb Backing out accidental changes. 2000-02-10 20:35:41 +00:00
attinasi%netscape.com 77ad924104 added three new methods to allow Enabling, Disabling and querying the state of the timer. r=nisheeth b=25406 2000-02-10 19:21:54 +00:00
valeski%netscape.com 6ecf97612e getting the rest of necko to use the mimetypes file. also added protection for UA string setup 2000-02-09 05:04:52 +00:00
dp%netscape.com 74be603308 Bg 26937, bug 26759 Enforcing close of the registry before open of a
different registry file. r=dveditz
2000-02-08 21:50:54 +00:00
dp%netscape.com 0f41b5e237 Bug 26937 Added ApplicationRegistry. r=dveditz 2000-02-08 21:49:40 +00:00
valeski%netscape.com c7e7366314 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
av%netscape.com a3656ae9bc Cleaning up. No changes in executable code. 2000-02-08 01:31:16 +00:00
scc%netscape.com 5e041e830f Pro5 update 2000-02-07 23:06:04 +00:00
ben%netscape.com 4fa9c52734 provide default pref for modal about window showing. r=bryner 2000-02-06 22:37:01 +00:00
davidm%netscape.com fe41e25299 Bug 25949 update access paths for codewarrior update. 2000-02-06 04:38:30 +00:00
av%netscape.com e6ea1170b8 Fixing 26639, r=serge 2000-02-06 01:57:35 +00:00
sspitzer%netscape.com 1368378b97 use and XPIDLCString and prevent a leak. r=alecf 2000-02-05 08:24:07 +00:00
sspitzer%netscape.com 2ba08fc8fb 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