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

1900 Коммитов

Автор SHA1 Сообщение Дата
ruslan%netscape.com 560fee6a37 Add more comments to all.js for upcoming http 1.1 preferences 2000-03-24 03:25:08 +00:00
matt%netscape.com d10cf2f9a2 Adding bug for change in java pref 6894 2000-03-23 23:07:20 +00:00
av%netscape.com 454b1c3fff Fixing mismatching delete's found by Purify, r=waqar 2000-03-23 00:45:49 +00:00
bienvenu%netscape.com cdb1ad9f16 add pref for max mpod depth 2000-03-22 21:53:26 +00:00
mstoltz%netscape.com 09063d8e1a removed files: mozilla/modules/libjar/nsJARStubs.cpp 2000-03-21 04:23:39 +00:00
norris%netscape.com 537881b1fb Added signed script support in Mozilla. bug=7270 r=norris (this is mstoltz's checkin) 2000-03-21 04:21:28 +00:00
norris%netscape.com d29a2d385d Added aggregate principal support. r=norris. (This is mstoltz's checkin) 2000-03-21 04:17:37 +00:00
pnunn%netscape.com 138124e7b9 bug#32378. fix memleak. r:bruce@cybersight.com. 2000-03-20 23:30:26 +00:00
pnunn%netscape.com cec90f8a83 No bug#. Changes so generic factory code is used. r: pavlov 2000-03-20 23:29:21 +00:00
nhotta%netscape.com 7c60538a3d Removed obsolete prefs from all.js, bug 28854, r=cata. 2000-03-20 23:11:18 +00:00
morse%netscape.com 1a1096028b backout last checkin since it was breaking other platforms 2000-03-20 18:44:06 +00:00
morse%netscape.com 14e4134ba5 implement test for detecting foreign images 2000-03-19 16:58:35 +00:00
norris%netscape.com 437a7174ea Fix a number of security bugs. (I can't see the numbers at home because
they have restricted visibility.)
r=mstoltz
2000-03-18 17:48:12 +00:00
ruslan%netscape.com a57d2256d5 Add extra comments on new keep-alive preferences 2000-03-18 08:25:01 +00:00
pnunn%netscape.com 1b3c67d6cf bug#31664: chkin for troy. r:pnunn. 2000-03-18 01:09:39 +00:00
dougt%netscape.com 612badb3a9 Adding GetSecurityInfo to the nsIChannel. bug 29646. r=warren. 2000-03-17 22:06:32 +00:00
neeti%netscape.com 3af932b178 fix for 29853 in trunk, r=dp,Animated ads are stopping after one loop, and are then being reloaded from the server 2000-03-17 21:51:31 +00:00
pavlov%netscape.com 75c08d7bd3 make the NS_GetFactory stuff use generic factory code instead of doing it all by hand r=dp 2000-03-16 23:42:23 +00:00
chuang%netscape.com 146f0ea997 Bug 18476 History ABook is not created for a New Profile until you have closed and reopened Seamonkey 2000-03-16 23:15:37 +00:00
morse%netscape.com 3f175cc0c6 turn on image management, r=norris 2000-03-16 15:34:52 +00:00
sspitzer%netscape.com 120ccd69b4 fix for #31057. using prefs, you can turn off the confirm and alerts you get when you
cancel a news message.  suresh needs this for his automatic tinderbox test.
r=mscott
2000-03-15 02:47:53 +00:00
rhp%netscape.com 77ad4f848b Changes to fix many bugs including quoting style size - vcard I18N fixes - compose fixes - etc - Bug #: 12505 25610 29806 30048 30744 31207 31589 2000-03-15 01:47:36 +00:00
av%netscape.com 7909266590 Fix for 29688, ignorin Java plugin found in 4.x installation; r=stanley.ho@eng.sun.com, a=rickg 2000-03-15 01:27:30 +00:00
pavlov%netscape.com ac10c73936 fix mac bustage 2000-03-14 07:42:31 +00:00
pavlov%netscape.com bee1edf015 add defined(RHAPSODY) around the XP_MAC lines 2000-03-14 06:16:13 +00:00
ruslan%netscape.com cb2bf3872d Add comments to all.js for http1.1 preferences 2000-03-14 03:56:18 +00:00
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