sgehani%netscape.com
462f21b1e5
No longer delete core file if it existed before running the installer: now only deleted if downloaded. Also, cleaned up the terminal window UI.
Only affects the standalone Install Wizard app, not the browser or mail.
[r=ssu, a=chofmann]
1999-11-04 08:23:55 +00:00
jefft%netscape.com
de0bfb010f
partial fix for bug 12345 - unable to forward message; check for valid url before calling msg_pick_real_name() to prevent crashing; r=rhp, a=chofmann
1999-11-04 06:25:36 +00:00
beard%netscape.com
41c65765a6
moved System.exit() to end of main.
1999-11-04 06:15:55 +00:00
beard%netscape.com
66d18685e7
moved System.exit() to end of main
1999-11-04 06:07:35 +00:00
beard%netscape.com
e16f106f06
JShell properties files.
1999-11-04 06:06:40 +00:00
beard%netscape.com
18d3a3d407
factored out common code to locate a source file on lxr or bonsai
1999-11-04 06:06:13 +00:00
beard%netscape.com
e8e34c2bce
communicates with cvsblame.cgi to assign blame to lines of a source file.
1999-11-04 06:05:52 +00:00
troy%netscape.com
f7bc2743c0
b=#17315. Changed DeletingFrameSubtree() to also look at the continuing
...
frames.
1999-11-04 05:23:11 +00:00
ducarroz%netscape.com
818e82215c
Fix for bug 17902. Fix various FCC problems as well error display. R=alecf, A=chofmann
1999-11-04 04:58:06 +00:00
sspitzer%netscape.com
55c3a9b47c
fix for #17597 . reply to a news article doesn't quote the body.
...
the problem was when we ran the nntp url to get the message we weren't
calling OnDataAvailabe() on the channel listener. the reason is the channel
listener only got poked when ActionDisplayArticle was set as the action on
the nntp url. but this wouldn't be the case when we got run from the Quoting backend. I added a new action, and made sure to set it when running the url from the quoting back end, and then made sure the nntp backend did the right thing.
r=alecf, a=chofmann
1999-11-04 04:31:09 +00:00
jj%netscape.com
eae84978a1
set installer target directory to "Mozilla Folder" and changed "bin" to "viewer" to reflect the Mac tree structure.
1999-11-04 03:01:29 +00:00
jj%netscape.com
d6c86ac910
. moved 'Component Registry' from [browser] to [install]
. removed 'default_prefs.js' and 'chrome:registry.rdf'
. added 'viewer:' in front of _each_ line (parser root change)
1999-11-04 03:01:25 +00:00
jj%netscape.com
5a3f4d9a55
fixed components lists for [Easy install] and variable names for module sizes.
1999-11-04 03:01:24 +00:00
beard%netscape.com
932ec344f4
bug #17847 , fix clobbering of mSlots->mAttributes in GetAttributes(). r=waterson, a=chofmann
1999-11-04 02:56:54 +00:00
slamm%netscape.com
f98b1c149e
Do run-length encoding for the raw data option. End revision records with a period. Buffer the raw data output.
1999-11-04 02:14:56 +00:00
hyatt%netscape.com
2da1dc5d17
Partial fix for 17848. Part 1 of 2. 2nd part will be checked in by hangas. r=hangas, a=brendan
1999-11-04 01:59:04 +00:00
waterson%netscape.com
a2dfa5b9b1
Bug 17024. Fix mClassList leak; add bloaty stats for nsClassList. r=hyatt a=chofmann
1999-11-04 01:50:47 +00:00
waterson%netscape.com
55489d1b93
Bug 15146. Don't eagerly create a <xul:menu>'s contents. r=hyatt a=brendan
1999-11-04 01:49:34 +00:00
waterson%netscape.com
1740ed5693
Bug 15146. Fix charset overlay template; don't force menus to be open; r=hyatt a=brendan
1999-11-04 01:48:46 +00:00
mccabe%netscape.com
97953ca6c3
Link fixes. Not part of the Mozilla build.
1999-11-04 00:35:31 +00:00
beard%netscape.com
a6530967ad
can handle multiple inputs, now using common FileLocator class to generate blame/lxr URLs.
1999-11-04 00:24:26 +00:00
beard%netscape.com
37e3216f2b
Uses CVS/Entries to determine the revision of a checked out file.
1999-11-04 00:10:12 +00:00
pinkerton%netscape.com
f187d9fd82
Fix bug 15276 by flushing the data to the clipboard right before app shuts down. (r=davidm).
1999-11-04 00:08:59 +00:00
rogerl%netscape.com
6ab8568b72
Removed - not an ECMA thing and supplanted by a different mechanism.
1999-11-04 00:01:00 +00:00
rogerl%netscape.com
5d229c958c
Fix back-reference parsing from going too far in source string
1999-11-04 00:00:14 +00:00
rogerl%netscape.com
dc6e27e8c1
Replaced Closure object with FunctionObject clone
1999-11-03 23:59:35 +00:00
rogerl%netscape.com
1c6d67c9a5
Removed NativeClosure
1999-11-03 23:58:51 +00:00
rogerl%netscape.com
c00cc220c6
Fix nested finally endless loop.
...
Replaced Closure object with FunctionObject clone.
1999-11-03 23:57:56 +00:00
rogerl%netscape.com
6bbeaa9db5
Add closure support
1999-11-03 23:56:28 +00:00
rogerl%netscape.com
dbb9b495e3
Removing NativeClosure
1999-11-03 23:55:59 +00:00
mcafee%netscape.com
f65cf8bb9e
ftp & http proxy settings got reversed in the UI (15165). r=slamm, a=chofmann.
1999-11-03 23:53:15 +00:00
nisheeth%netscape.com
02e8b01baf
r=harishd, a=chofmann. Fix for bugs 11992, 10563. New lines get reported in the XML document prolog. Now, JS errors in XML report correct line numbers.
1999-11-03 23:50:16 +00:00
slamm%netscape.com
b4e499bb4d
Add feature for beard and his leak soup tool. Return raw data if 'data=1' is added as a parameter. Cleaned up some code too.
1999-11-03 23:37:44 +00:00
mcafee%netscape.com
dede1e72a0
We were using the wrong pref to enable JS (14660). r=slamm, a=chofmann
1999-11-03 23:10:47 +00:00
hangas%netscape.com
6978081f5a
Fix for bug 16189, which allows undo/redo to be used in the thread pane of mail/news. r-jefft a=chofmann
1999-11-03 23:03:12 +00:00
rogerl%netscape.com
34b7dde9b9
Not a part of SeaMonkey Build
...
- new LiveConnect AIX4.3 makefile for server builds
1999-11-03 22:55:03 +00:00
varada%netscape.com
bd62dacf47
getting rid of root variable in che file
1999-11-03 22:44:24 +00:00
rhp%netscape.com
0102a67130
Fix for null pointer access - Bug #17597 - r: jefft - approved: chofmann
1999-11-03 22:35:04 +00:00
rhp%netscape.com
64477c52ff
Fix for null pointer access - Bug #17597 - r: jefft approved: chofmann
1999-11-03 22:34:30 +00:00
radha%netscape.com
a0e755871b
Fix for bug # 17893. Pass the url to nsISessionHistory::Add().Don't set
...
nsWebShell::mURL too early in the loading process.
r=law,nisheeth
1999-11-03 22:30:44 +00:00
varada%netscape.com
d474206441
getting rid of spaces in cck.ini
1999-11-03 22:27:29 +00:00
varada%netscape.com
c9212887f6
getting rid of spaces in the inifiles and changing titles
1999-11-03 22:27:06 +00:00
varada%netscape.com
2b96c69568
installing wizardmachine.ini inthe dist directory
1999-11-03 22:24:09 +00:00
varada%netscape.com
1f89dab580
This file will contain the nameof the application
1999-11-03 22:23:48 +00:00
varada%netscape.com
a5a4fa7709
message box in interpret
1999-11-03 22:22:54 +00:00
varada%netscape.com
ed4fc4bfa7
getting rid of root variable from the che files
1999-11-03 22:22:31 +00:00
rods%netscape.com
b9c4d5bce7
added two more tests
1999-11-03 22:14:42 +00:00
rods%netscape.com
2e1d871185
Initial checkin of test
1999-11-03 22:14:25 +00:00
kipp%netscape.com
2e252d2512
r=joki; fixed the ancient and venerable bug 1413 by noting that the code was using an optimization that wasn't always valid and that one that optimization wasn't valid, the slower path must be used...I commented the fix fairly solidly
1999-11-03 22:09:00 +00:00
akkana%netscape.com
c1a800f31c
Fix key event bustage: treat DOM_VK_RETURN and DOM_VK_ENTER equivalently. r=ftang,joki a=chofmann,leaf
1999-11-03 22:05:45 +00:00