Commit Graph

86134 Commits

Author SHA1 Message Date
ddrinan%netscape.com
18974de8f4 Bug 85720 - domestic DES 56-bit cipher pref. r=ssaux,sr=blizzard 2001-08-02 23:46:30 +00:00
heikki%netscape.com
79b4d15bce Bug 90530, make it possible to set content-type header. Patch from garths@oeone.com. r=heikki, sr=jst. 2001-08-02 23:45:47 +00:00
bryner%netscape.com
c9336f384f Removing unused native combobox implementation. Not part of the build. r=cls. 2001-08-02 23:22:18 +00:00
cls%seawood.org
0c2bfb80b7 Adding support for repeating timers under BeOS (should also make anim gifs work now).
Bug #78069 r=VYA04230
2001-08-02 23:19:26 +00:00
beard%netscape.com
8c8a234a28 removed ContextualMenuLib to fix build bustage, r=peterv 2001-08-02 22:44:22 +00:00
beard%netscape.com
656ced4555 added ContextualMenuLib to fix build bustage. r=peterv 2001-08-02 22:43:37 +00:00
ssu%netscape.com
6c93d5248c fixing bug 93327 - Win32 installer cannot CRC check .exe files. r=dveditz, sr=mscott. affects windows platforms only 2001-08-02 22:02:48 +00:00
cmanske%netscape.com
b9db929818 Fixed busted Page Properties dialog, b=86706, r=brade, sr=kin 2001-08-02 22:00:59 +00:00
cmanske%netscape.com
c4dc65db9d Fixed 'Current Navigator window' problems in OpenLocation dialog when used from Composer, b=91979, r=brade, sr=blake 2001-08-02 21:57:42 +00:00
chuang%netscape.com
b201cef7d7 Bug 91594 Consistent crash for me when trying to add address card, r=ducarroz, sr=mscott 2001-08-02 21:42:59 +00:00
brendan%mozilla.org
5627dc3547 Mike Epstein's patch to make MAX_INTERP_LEVEL predefinable (93176, r=rogerl, sr=brendan) 2001-08-02 21:31:00 +00:00
mcgreer%netscape.com
f78082d28d fix DSA key gen 2001-08-02 21:06:38 +00:00
mcgreer%netscape.com
9ee2624f53 changes to make FIPS mode work 2001-08-02 21:04:14 +00:00
bnesse%netscape.com
7a05d18145 Fix for bug 93305. Remove unnecessary prefs code. r=dbaron, sr=attinasi. 2001-08-02 20:48:04 +00:00
kin%netscape.com
9f92e6bc3a Fix for bug #93109: Orphaned #endif's in IDLs crashes xpidl during build
Removed bogus #endif statements in:

    mozilla/editor/idl/nsIEditorIMESupport.idl
    mozilla/editor/idl/nsITableEditor.idl
    mozilla/editor/txmgr/idl/nsITransactionManager.idl

sr=waterson@netscape.com
2001-08-02 20:34:54 +00:00
mstoltz%netscape.com
1b5e7659c9 82495 - Support for the view-source protocol in CheckLoadURI
87887 - don't call InitPolicies or InitPrincipals if there are no prefs to process
83902 - Use weak reference to pref branch to avoid reference cycle
91619 - was leaking a char* - use nsXPIDLCString instead
86932 - Add support for per-site JS disabling to CanExecuteScripts
all bugs r=jesse, sr=dougt
2001-08-02 20:32:48 +00:00
chak%netscape.com
26539376e9 Fix for #92798 - Asserts in nsParser.cpp when registering JS components
r=valseki, sr=blizzard
2001-08-02 20:31:54 +00:00
kin%netscape.com
ff5cb98d51 Fix for bug #93147: NotReached Assertions when selecting text widget in a table
Modified nsHTMLEditor::GetInlinePropertyBase() to bail out of iterator
loop if current node is the body.

r=brade@netscape.com  sr=sfraser@netscape.com
2001-08-02 20:31:09 +00:00
peterv%netscape.com
62ef4ca538 Fix for bug 73936 (xsl:include/xsl:import/document() doesn't work). r=Pike/sicking, sr=jst. 2001-08-02 20:29:20 +00:00
waterson%netscape.com
c8136527c4 First checked in. Submitted by dp <dpsuresh@netscape.net>. r=dveditz, sr=waterson 2001-08-02 20:26:25 +00:00
javi%netscape.com
46087dde8d Fix for Bug 91978 Checking in for Eddy Kim
r=javi, sr=blake

Make some PSM prefs lockable.
2001-08-02 20:11:38 +00:00
kestes%walrus.com
8daf11530a Major bug in the untainting code. It seems that $1 is not cleared if
a pattern match fails.  I need to go and explicity add lots of if then else
clauses to ensure that variables are properly clean.  This unleashes a torrent of bugs.  Also split the check for valid filenames into two.  One checks
that each character is a valid character the other checks that
the directories which are pointed to are subdirectories of well known
 directories.
2001-08-02 20:11:03 +00:00
svn%xmlterm.org
10068ac925 --NOT PART OF DEFAULT BUILD--
XMLterm changes only.
Fixed xmlterm bustage due to build and nsIContentHandler changes (bug 91815).
Also modified xmlterm to handle terminal: protocol rather than telnet:,
to avoid conflict with telnet implementations (such as protozilla).
2001-08-02 20:08:15 +00:00
kestes%walrus.com
028b162763 fix bug in the untainting code by splitting the checks into two parts
one checks for valid characters in a filename the other checks
for both valid characters and valid directories as well.
2001-08-02 20:06:02 +00:00
kestes%walrus.com
9ac543bc59 fix bug in untainting code by splitting up the file checks into two pieces
one checks for legal characters and the other checks for legal characters AND
legal directories.
2001-08-02 20:04:25 +00:00
kestes%walrus.com
1c8abda2a8 version number had a space when the day of the month was less then 10,
now it has a zero.
2001-08-02 20:02:17 +00:00
darin%netscape.com
b2edd37885 Fixes bug 92637 "Hang / crash when double clicking on jpg attachments in news"
r=sspitzer, sr=mscott
2001-08-02 19:29:58 +00:00
darin%netscape.com
1b21109960 Fixes bug 88792 "redirection with no final \r\n not processed"
r=bbaetz, sr=dougt
2001-08-02 19:28:08 +00:00
darin%netscape.com
0c171e8c5e Fixes bug 93209 "should not discard the remainder of the packet after a 100 Continue response"
r=bbaetz, sr=dougt
2001-08-02 19:26:24 +00:00
morse%netscape.com
2b8885cf42 bug 92301, data in password manager dialog vanishes, r=vishy, sr=blake 2001-08-02 19:06:01 +00:00
mitesh%netscape.com
a62d6dce3f Fix for Bug 86688 and 92179
Memory clean up and added an interface
for nsAutoConfig object
r=bnesse and sr=sspitzer
2001-08-02 19:02:28 +00:00
morse%netscape.com
fd2075867d bug 92975, form manager items not appearing when database is encrypted, r=vishy, sr=blake 2001-08-02 18:52:31 +00:00
glazman%netscape.com
145fd781e4 BodyFixupRule was not updated nor recreated in case of stylesheet disabling; b=88681; r=pierre,hyatt; sr=attinasi 2001-08-02 14:34:55 +00:00
bienvenu%netscape.com
a7b7eee5a5 more work on syncing news read state between db and newsrc r=naving, sr=sspitzer 79130 2001-08-02 13:43:52 +00:00
bienvenu%netscape.com
6d26c1a704 back out fix for 92873 - it causes a crash sending messages 2001-08-02 13:40:19 +00:00
bienvenu%netscape.com
9b790b2228 make bonking offline toggle icon in compose window prompt to send unsent messages r=ducarroz, sr=sspitzer part of work for 83216 2001-08-02 13:37:42 +00:00
bienvenu%netscape.com
0e78490dff move offline js stuff to its own file r=ducarroz, sr=sspitzer part of work for 83216 2001-08-02 13:36:43 +00:00
brade%netscape.com
dac492d9ea removing old file 2001-08-02 13:32:50 +00:00
bienvenu%netscape.com
b6784c4c0c move offline js stuff to its own file r=ducarroz, sr=sspitzer part of work for 83216 2001-08-02 13:29:49 +00:00
bratell%lysator.liu.se
d391c71616 Bug 91669 - use AppendInt instead of sprintf to convert from number to nsString. r=dbaron, sr=attinasi 2001-08-02 12:12:53 +00:00
peterv%netscape.com
f73c539117 Trying to fix mac bustage by beard. Adding back ContextualMenu library. 2001-08-02 09:35:26 +00:00
sspitzer%netscape.com
42b07c1f68 remove dead code. #92114. fix by hwaara. sr=sspitzer 2001-08-02 07:39:34 +00:00
sspitzer%netscape.com
776918b13d remove dead code. #92960. rs=mscott 2001-08-02 07:24:35 +00:00
sspitzer%netscape.com
931752ef07 remove dead code. #92960. rs=mscott 2001-08-02 07:06:07 +00:00
sspitzer%netscape.com
59830ffa9e fix for #92621. invalidate the scroll bar when the search criteria changes
because that changes the number of results we are showing in the outliner.
r=mscott, sr=bienvenu
2001-08-02 06:59:54 +00:00
naving%netscape.com
35c4c2afc0 correct fix for the bustage caused earlier 2001-08-02 06:26:01 +00:00
jaggernaut%netscape.com
f57611732e Bug 13004: nsDOMEventsIIDs.cpp/.h should go.
Patch by jst, r=jag, sr=brendan.
2001-08-02 05:36:44 +00:00
naving%netscape.com
65ed87a708 fix the mac and linux bustage 2001-08-02 04:19:11 +00:00
sspitzer%netscape.com
b868a3fa3e fix for #93005. pre-flight the "attach a web page" dialog with "http://".
fix by stephend.  r=varada, sr=sspitzer
2001-08-02 03:44:47 +00:00
beard%netscape.com
501794abed factor out SIOUX console, use true UNIX console on Mac OS X. b=86550, r=pinkerton, sr=scc 2001-08-02 03:32:14 +00:00