waterson%netscape.com
|
9d4795faed
|
Bug 17024. Fix mClassList leak; add bloaty stats for nsClassList. r=hyatt a=chofmann
git-svn-id: svn://10.0.0.236/trunk@52765 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-04 01:50:47 +00:00 |
|
waterson%netscape.com
|
a65db3660c
|
Bug 15146. Don't eagerly create a <xul:menu>'s contents. r=hyatt a=brendan
git-svn-id: svn://10.0.0.236/trunk@52764 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-04 01:49:34 +00:00 |
|
waterson%netscape.com
|
744719ecdb
|
Bug 15146. Fix charset overlay template; don't force menus to be open; r=hyatt a=brendan
git-svn-id: svn://10.0.0.236/trunk@52763 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-04 01:48:46 +00:00 |
|
mccabe%netscape.com
|
46ecd1ff3b
|
Link fixes. Not part of the Mozilla build.
git-svn-id: svn://10.0.0.236/trunk@52762 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-04 00:35:31 +00:00 |
|
beard%netscape.com
|
396d175b3c
|
can handle multiple inputs, now using common FileLocator class to generate blame/lxr URLs.
git-svn-id: svn://10.0.0.236/trunk@52761 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-04 00:24:26 +00:00 |
|
beard%netscape.com
|
9cc1992ed4
|
Uses CVS/Entries to determine the revision of a checked out file.
git-svn-id: svn://10.0.0.236/trunk@52760 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-04 00:10:12 +00:00 |
|
pinkerton%netscape.com
|
b2e6d58834
|
Fix bug 15276 by flushing the data to the clipboard right before app shuts down. (r=davidm).
git-svn-id: svn://10.0.0.236/trunk@52759 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-04 00:08:59 +00:00 |
|
rogerl%netscape.com
|
388bc22458
|
Removed - not an ECMA thing and supplanted by a different mechanism.
git-svn-id: svn://10.0.0.236/trunk@52758 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-04 00:01:00 +00:00 |
|
rogerl%netscape.com
|
859165ee97
|
Fix back-reference parsing from going too far in source string
git-svn-id: svn://10.0.0.236/trunk@52757 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-04 00:00:14 +00:00 |
|
rogerl%netscape.com
|
ec90446de8
|
Replaced Closure object with FunctionObject clone
git-svn-id: svn://10.0.0.236/trunk@52756 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-03 23:59:35 +00:00 |
|
rogerl%netscape.com
|
74b9419214
|
Removed NativeClosure
git-svn-id: svn://10.0.0.236/trunk@52755 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-03 23:58:51 +00:00 |
|
rogerl%netscape.com
|
830d037821
|
Fix nested finally endless loop.
Replaced Closure object with FunctionObject clone.
git-svn-id: svn://10.0.0.236/trunk@52754 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-03 23:57:56 +00:00 |
|
rogerl%netscape.com
|
ee745b4cbf
|
Add closure support
git-svn-id: svn://10.0.0.236/trunk@52753 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-03 23:56:28 +00:00 |
|
rogerl%netscape.com
|
02ca74c760
|
Removing NativeClosure
git-svn-id: svn://10.0.0.236/trunk@52752 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-03 23:55:59 +00:00 |
|
mcafee%netscape.com
|
555440d16c
|
ftp & http proxy settings got reversed in the UI (15165). r=slamm, a=chofmann.
git-svn-id: svn://10.0.0.236/trunk@52751 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-03 23:53:15 +00:00 |
|
nisheeth%netscape.com
|
e3cf2c3428
|
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.
git-svn-id: svn://10.0.0.236/trunk@52750 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-03 23:50:16 +00:00 |
|
slamm%netscape.com
|
13a4379130
|
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.
git-svn-id: svn://10.0.0.236/trunk@52749 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-03 23:37:44 +00:00 |
|
mcafee%netscape.com
|
adc6cb1f75
|
We were using the wrong pref to enable JS (14660). r=slamm, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@52748 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-03 23:10:47 +00:00 |
|
hangas%netscape.com
|
99a452e913
|
Fix for bug 16189, which allows undo/redo to be used in the thread pane of mail/news. r-jefft a=chofmann
git-svn-id: svn://10.0.0.236/trunk@52746 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-03 23:03:12 +00:00 |
|
rogerl%netscape.com
|
aa1271a477
|
Not a part of SeaMonkey Build
- new LiveConnect AIX4.3 makefile for server builds
git-svn-id: svn://10.0.0.236/trunk@52745 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-03 22:55:03 +00:00 |
|
varada%netscape.com
|
5c09a71e2a
|
getting rid of root variable in che file
git-svn-id: svn://10.0.0.236/trunk@52744 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-03 22:44:24 +00:00 |
|
rhp%netscape.com
|
8276a693be
|
Fix for null pointer access - Bug #17597 - r: jefft - approved: chofmann
git-svn-id: svn://10.0.0.236/trunk@52743 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-03 22:35:04 +00:00 |
|
rhp%netscape.com
|
3f83ba7a62
|
Fix for null pointer access - Bug #17597 - r: jefft approved: chofmann
git-svn-id: svn://10.0.0.236/trunk@52742 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-03 22:34:30 +00:00 |
|
radha%netscape.com
|
8f70df6307
|
Fix for bug # 17893. Pass the url to nsISessionHistory::Add().Don't set
nsWebShell::mURL too early in the loading process.
r=law,nisheeth
git-svn-id: svn://10.0.0.236/trunk@52741 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-03 22:30:44 +00:00 |
|
varada%netscape.com
|
5908cc6076
|
getting rid of spaces in cck.ini
git-svn-id: svn://10.0.0.236/trunk@52740 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-03 22:27:29 +00:00 |
|
varada%netscape.com
|
777e334a14
|
getting rid of spaces in the inifiles and changing titles
git-svn-id: svn://10.0.0.236/trunk@52739 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-03 22:27:06 +00:00 |
|
varada%netscape.com
|
193096cba0
|
installing wizardmachine.ini inthe dist directory
git-svn-id: svn://10.0.0.236/trunk@52738 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-03 22:24:09 +00:00 |
|
varada%netscape.com
|
6663eb3602
|
This file will contain the nameof the application
git-svn-id: svn://10.0.0.236/trunk@52737 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-03 22:23:48 +00:00 |
|
varada%netscape.com
|
9d146034cd
|
message box in interpret
git-svn-id: svn://10.0.0.236/trunk@52736 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-03 22:22:54 +00:00 |
|
varada%netscape.com
|
c2f62d838f
|
getting rid of root variable from the che files
git-svn-id: svn://10.0.0.236/trunk@52735 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-03 22:22:31 +00:00 |
|
rods%netscape.com
|
c7fa28614d
|
added two more tests
git-svn-id: svn://10.0.0.236/trunk@52734 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-03 22:14:42 +00:00 |
|
rods%netscape.com
|
17f32ce4ba
|
Initial checkin of test
git-svn-id: svn://10.0.0.236/trunk@52733 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-03 22:14:25 +00:00 |
|
kipp%netscape.com
|
8fae81516b
|
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
git-svn-id: svn://10.0.0.236/trunk@52732 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-03 22:09:00 +00:00 |
|
akkana%netscape.com
|
7e907a0c91
|
Fix key event bustage: treat DOM_VK_RETURN and DOM_VK_ENTER equivalently. r=ftang,joki a=chofmann,leaf
git-svn-id: svn://10.0.0.236/trunk@52731 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-03 22:05:45 +00:00 |
|
kipp%netscape.com
|
44a7143485
|
updated document regardling block and line-layout operation; this is html documents that are not part of the build nor part of any install process, etc.
git-svn-id: svn://10.0.0.236/trunk@52730 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-03 21:11:37 +00:00 |
|
joki%netscape.com
|
68b221d555
|
Fixing dom event key set errors. bug 17887, a:chofmann
git-svn-id: svn://10.0.0.236/trunk@52729 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-03 20:53:13 +00:00 |
|
joki%netscape.com
|
e151377558
|
Reverting key set to previous version. Fixes 17887. a:chofmann r:brade.
git-svn-id: svn://10.0.0.236/trunk@52728 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-03 20:40:35 +00:00 |
|
endico%mozilla.org
|
0ee8ded981
|
fixed a bunch of typos. Also, handleCheckinMail.tc was replaced by handleCheckinMail.pl
git-svn-id: svn://10.0.0.236/trunk@52727 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-03 20:33:57 +00:00 |
|
blizzard%redhat.com
|
e72f94df90
|
patch to fix backspacing from quy@igelaus.com.au. a=choffman
git-svn-id: svn://10.0.0.236/trunk@52726 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-03 20:25:19 +00:00 |
|
alecf%netscape.com
|
b5de07e079
|
fix for blocker #17882
a=leaf
git-svn-id: svn://10.0.0.236/trunk@52723 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-03 19:47:17 +00:00 |
|
rogerl%netscape.com
|
9f777f2bad
|
Added defn of AIX4_3 to help fix dup typedef int8,int16 etc
git-svn-id: svn://10.0.0.236/trunk@52720 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-03 18:56:17 +00:00 |
|
slamm%netscape.com
|
8fc0df1c8f
|
Ignore a few more warnings caused by lame unix header files.
git-svn-id: svn://10.0.0.236/trunk@52719 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-03 18:52:13 +00:00 |
|
gagan%netscape.com
|
34d286f60f
|
Last of the leftover files... that didn't include the API change.
git-svn-id: svn://10.0.0.236/trunk@52716 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-03 09:33:03 +00:00 |
|
gagan%netscape.com
|
8dc7bd557e
|
Modified the call to match the new signature of CreateTransport. a=mcafee.
git-svn-id: svn://10.0.0.236/trunk@52715 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-03 08:52:04 +00:00 |
|
gagan%netscape.com
|
4ef759b3d4
|
Removed an extra free that cvs merge put in!
git-svn-id: svn://10.0.0.236/trunk@52714 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-03 08:21:37 +00:00 |
|
gagan%netscape.com
|
cb1a2aee98
|
Argh... speed kills. Removed this conflict that I accidently checked in.
git-svn-id: svn://10.0.0.236/trunk@52713 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-03 08:19:54 +00:00 |
|
gagan%netscape.com
|
8f3ae7048a
|
Fixes 11708,15477 and partial 14610. r=warren. We now pass a print host for displaying in status messages that is different than the hostname connecting to. Also added Keep-Alive support (turned on by user_pref("network.http.keep-alive",1))We also honor the "network.proxy.type" preference to turn the proxy use on and off.
git-svn-id: svn://10.0.0.236/trunk@52712 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-03 08:17:59 +00:00 |
|
gagan%netscape.com
|
4ac72526b1
|
Fixes 11708,15477 and partial 14610. r=warren. We now pass a print host for displaying in status messages that is different than the hostname connecting to. Also added Keep-Alive support (turned on by user_pref("network.http.keep-alive",1))
git-svn-id: svn://10.0.0.236/trunk@52711 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-03 08:14:38 +00:00 |
|
gagan%netscape.com
|
e67319abec
|
*** empty log message ***
git-svn-id: svn://10.0.0.236/trunk@52710 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-03 08:12:18 +00:00 |
|
gagan%netscape.com
|
6bf9a22c91
|
Added printHost parameter for use in status messages in cases where printHost is different than the connecting host (as in the case of proxies) Fixes bug 11708. r=warren.
git-svn-id: svn://10.0.0.236/trunk@52709 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-03 08:11:39 +00:00 |
|