stephend%netscape.com
91ffeb3fbc
Bug 103458. When typing new profile name, profile path should auto-update. Patch by James Green <jg@cyberstorm.demon.co.uk r=kiko, sr=blake
...
git-svn-id: svn://10.0.0.236/trunk@104749 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-06 22:47:48 +00:00
seawood%netscape.com
799084da5c
Removing cruft from allmakefiles.sh to stop configure from generating directories that have been cvs removed.
...
Thanks to Chris Waterson <waterson@netscape.com > for the patch.
bug #103265 r=cls sr=darin
git-svn-id: svn://10.0.0.236/trunk@104748 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-06 22:26:35 +00:00
jake%acutex.net
1ee80bca07
We also need to look for templates that are INCLUDEd in other templates.
...
No review needed for tests at this time. NOT PART OF BUILD
git-svn-id: svn://10.0.0.236/trunk@104747 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-06 21:37:22 +00:00
leaf%mozilla.org
51eefb6250
Automated update
...
git-svn-id: svn://10.0.0.236/trunk@104746 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-06 20:13:25 +00:00
seawood%netscape.com
7d432b263b
Change --enable-modules to --enable-standalone-modules to make it more descript.
...
Bug #99807 r=jag
git-svn-id: svn://10.0.0.236/trunk@104745 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-06 20:01:12 +00:00
bbaetz%cs.mcgill.ca
e9b19f48eb
Doc type fix, r=kiko
...
git-svn-id: svn://10.0.0.236/trunk@104741 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-06 19:04:08 +00:00
jake%acutex.net
80835a0679
Test that scans Bugzilla's code looking for used templates then checks to make sure that:
...
a) All the required templates exist
b) They all have good syntax
No review needed for tests at this time. NOT PART OF BUILD
git-svn-id: svn://10.0.0.236/trunk@104740 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-06 18:59:36 +00:00
bzbarsky%mit.edu
05cc80423d
Fix parsing of negative (illegal) values of border-spacing, padding, and
...
others. Bug 102344, r=dbaron, sr=attinasi
git-svn-id: svn://10.0.0.236/trunk@104738 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-06 15:13:23 +00:00
bernd.mielke%snafu.de
32b0792adb
Don't start printing when regression test are executed bug 99633 r=rods sr=attinasi
...
git-svn-id: svn://10.0.0.236/trunk@104737 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-06 14:07:28 +00:00
andreas.otte%primus-online.de
54069551f0
fix bug 32895 [Converting \ to / in urls on windows only (was: RFC 2396 $2.4.3 non-compliance?)] We no longer convert \ to / inside the core urlparser on windows only. Conversion from filepath to url still does. r=dougt@netscape.com sr=darin@netscape.com
...
git-svn-id: svn://10.0.0.236/trunk@104736 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-06 12:08:44 +00:00
seawood%netscape.com
f98fa06492
Skip setting the result of the regxpcom run since AliveTest assume the binary will run forever and regxpcom does not
...
git-svn-id: svn://10.0.0.236/trunk@104735 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-06 10:03:46 +00:00
seawood%netscape.com
6a82547cdf
Run regxpcom before tests to fix potential bustage caused by contractid changes since we do not autoreg opt builds
...
git-svn-id: svn://10.0.0.236/trunk@104734 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-06 09:12:29 +00:00
sspitzer%netscape.com
61062e45c8
fix for #103446 . improve folder pane perfomance by not calling
...
SetPrefFlags() *every time* GetSubFolders() is called.
that's really expensive (we copy all the urls from the identity) and we get
access prefs. not something we should do when painting.
r/sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@104733 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-06 08:38:19 +00:00
pavlov%netscape.com
3b6f9233b7
adding null check to fix orangeness.
...
git-svn-id: svn://10.0.0.236/trunk@104732 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-06 08:19:44 +00:00
brendan%mozilla.org
8ff485a9c1
Fix bogus return JS_FALSE without error report for empty flat string regexp match/replace (83293, r=rogerl, sr=shaver).
...
git-svn-id: svn://10.0.0.236/trunk@104731 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-06 08:07:43 +00:00
jaggernaut%netscape.com
075bab9fca
Bug 103054: remove dead code: profile/Acct and profile/Acctidl, r=varada.
...
git-svn-id: svn://10.0.0.236/trunk@104730 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-06 07:35:22 +00:00
jaggernaut%netscape.com
c5f3324458
Bug 103054: remove dead code: profile/Acct and profile/Acctidl.
...
git-svn-id: svn://10.0.0.236/trunk@104729 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-06 07:26:37 +00:00
dbaron%fas.harvard.edu
0c97766f81
Add JP_APPEND option to JPROF_FLAGS for profiling of startup. b=102014 r=jag sr=brendan
...
git-svn-id: svn://10.0.0.236/trunk@104728 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-06 06:37:41 +00:00
sspitzer%netscape.com
6ea469bcf4
more changes for #103412 . fix string usage in mailnews to avoid
...
unneeded copying, allocation and converting.
also, remove dead code. r/sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@104727 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-06 06:35:32 +00:00
sspitzer%netscape.com
5116445c4e
more code cleanup for #103412 . avoid unnecessary conversions in the account manager ds.
...
r/sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@104726 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-06 05:26:31 +00:00
sspitzer%netscape.com
074a50e105
more code cleanup for #103412 . avoid unnecessary conversions, fix warning.
...
r/sr=sspitzer
git-svn-id: svn://10.0.0.236/trunk@104725 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-06 05:16:25 +00:00
sspitzer%netscape.com
fc40817d30
code cleanup for #103412 . better string usage in the mail datasources
...
to prevent unneeeded allocations and copies. fix OnItemPropertyFlagChanged()
to check the property first to do as little as possible. r/sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@104724 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-06 05:11:51 +00:00
pavlov%netscape.com
679f5ed1eb
fix for bug 92248. r=bryner sr=jst
...
git-svn-id: svn://10.0.0.236/trunk@104722 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-06 05:08:42 +00:00
pavlov%netscape.com
38a84b009c
fix for bug 92248 r=bryner sr=jst
...
git-svn-id: svn://10.0.0.236/trunk@104721 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-06 05:08:16 +00:00
zach%zachlipton.com
b20d770736
Fixing issue where excluded files aren't excluded if they end in .pl or
...
.cgi.
git-svn-id: svn://10.0.0.236/trunk@104720 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-06 03:49:06 +00:00
pavlov%netscape.com
09d46c88ee
Adding xptcinvoke code for the MIPS O32 ABI. r=pavlov sr=brendan
...
git-svn-id: svn://10.0.0.236/trunk@104719 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-06 03:45:29 +00:00
zach%zachlipton.com
a045f6a3ce
Don't test importxml.pl since you need XML::Parser which is not required,
...
creating a false fail.
No review needed for tests. NOT PART OF BUILD
git-svn-id: svn://10.0.0.236/trunk@104718 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-06 03:25:43 +00:00
bienvenu%netscape.com
a3637d64bb
more addressbook leaks r=naving sr=sspitzer 99135 103014 and others
...
git-svn-id: svn://10.0.0.236/trunk@104717 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-06 03:13:54 +00:00
bienvenu%netscape.com
fbe0163c23
fix 50K memory leak on certain messages r=ducarroz, sr=sspitzer 103023
...
git-svn-id: svn://10.0.0.236/trunk@104716 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-06 02:48:27 +00:00
stephend%netscape.com
88d80633bd
Bug 103068. Remove tooltip on label for emoticons pref. r=dean_tessman@hotmail.com, sr=mscott@netscape.com (UI approved by jglick@netscape.com)
...
git-svn-id: svn://10.0.0.236/trunk@104715 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-06 02:37:17 +00:00
gerv%gerv.net
19065bb9bb
Bug 103223 - Site Nav Bar doesn't check target of load/unload events. Patch by sballard@netreach.net, r=gerv, sr=hyatt, a=asa.
...
git-svn-id: svn://10.0.0.236/trunk@104713 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-06 02:28:39 +00:00
gerv%gerv.net
0d39002c6a
Bug 103264 - Site Navigation Bar doesn't activate on the startup page. Patch by sballard@netreach.net, r=gerv, sr=hyatt, a=asa.Bug 103264 - Site Navigation Bar doesn't activate on the startup page. Patch by sballard@netreach.net, r=gerv, sr=hyatt, a=asa.Bug 103264 - Site Navigation Bar doesn't activate on the startup page. Patch by sballard@netreach.net, r=gerv, sr=hyatt, a=asa.Bug 103264 - Site Navigation Bar doesn't activate on the startup page. Patch by sballard@netreach.net, r=gerv, sr=hyatt, a=asa.Bug 103264 - Site Navigation Bar doesn't activate on the startup page. Patch by sballard@netreach.net, r=gerv, sr=hyatt, a=asa.Bug 103264 - Site Navigation Bar doesn't activate on the startup page. Patch by sballard@netreach.net, r=gerv, sr=hyatt, a=asa.Bug 103264 - Site Navigation Bar doesn't activate on the startup page. Patch by sballard@netreach.net, r=gerv, sr=hyatt, a=asa.Bug 103264 - Site Navigation Bar doesn't activate on the startup page. Patch by sballard@netreach.net, r=gerv, sr=hyatt, a=asa.Bug 103264 - Site Navigation Bar doesn't activate on the startup page. Patch by sballard@netreach.net, r=gerv, sr=hyatt, a=asa.Bug 103264 - Site Navigation Bar doesn't activate on the startup page. Patch by sballard@netreach.net, r=gerv, sr=hyatt, a=asa.
...
git-svn-id: svn://10.0.0.236/trunk@104712 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-06 02:27:28 +00:00
zach%zachlipton.com
ed06973963
Get rid of our which causes errors on 5.005.
...
No review needed for tests at this time. NOT PART OF BUILD
git-svn-id: svn://10.0.0.236/trunk@104711 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-06 01:23:38 +00:00
leif%netscape.com
deb288ebf0
Bug 102227: Crash in LDAP autocomplete addressing, r=dmose,sr=bienvenu,patch=leif
...
git-svn-id: svn://10.0.0.236/trunk@104710 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-06 01:19:14 +00:00
bienvenu%netscape.com
d520b6f829
fix a bunch of mork memory leaks r=naving, sr=sspitzer 99111 21114 and others
...
git-svn-id: svn://10.0.0.236/trunk@104709 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-06 01:16:24 +00:00
bienvenu%netscape.com
16deaa32c0
fix leak of all folders table r=naving, sr=sspitzer 103077
...
git-svn-id: svn://10.0.0.236/trunk@104708 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-06 01:09:46 +00:00
bienvenu%netscape.com
94d55e1b52
fix memory leak of mdbEnv and m_dbFolderInfo r=naving, sr=sspitzer 103003
...
git-svn-id: svn://10.0.0.236/trunk@104707 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-06 01:06:28 +00:00
sspitzer%netscape.com
10c311609d
fix for #103037 . preflight the message "save as file" dialog with
...
message.eml, and not "mail". also move this string to a string bundle
r/sr=bienvenu.
git-svn-id: svn://10.0.0.236/trunk@104706 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-06 01:04:32 +00:00
sspitzer%netscape.com
ad6576323b
fix for #102978
...
set up the folder pane datasource in the xul, not in the on load handler.
r=waterson, sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@104705 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-06 00:55:39 +00:00
bienvenu%netscape.com
716e3aa7b9
fix UMR r=naving, sr=sspitzer 103134
...
git-svn-id: svn://10.0.0.236/trunk@104704 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-06 00:53:01 +00:00
bienvenu%netscape.com
8f064cca42
fix many many address book leaks r=naving, sr=sspitzer 103077 and others
...
git-svn-id: svn://10.0.0.236/trunk@104703 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-06 00:50:17 +00:00
sspitzer%netscape.com
2402f79edf
fix for #103220 #94774 and #79103 . when the folder name changes, we need to notify
...
that #Name, #FolderTreeName and #FolderTreeSimpleName have changed.
also clean up the folder datasource to not copy strings when not necessary.
r=racham, sr=bienvenu.
git-svn-id: svn://10.0.0.236/trunk@104702 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-06 00:50:12 +00:00
bienvenu%netscape.com
aeaa1844c6
fix memory leak of dir servers, use contract id's, and fix UMR r=naving, sr=sspitzer 103134 66435
...
git-svn-id: svn://10.0.0.236/trunk@104701 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-06 00:46:49 +00:00
jpierre%netscape.com
5ed89505e1
Fix for 102251 . Just updating a comment
...
git-svn-id: svn://10.0.0.236/trunk@104700 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-06 00:16:56 +00:00
jpierre%netscape.com
4ce9c2c54f
Fix for 102251 . Implement 2-level locking for the SSL session cache to properly support SSL server applications using Windows NT fibers . Also optimize and enhance portability of locking primitives for single-process servers on all platforms by using a PRLock instead of cross-process locks . Reviewed by wtc
...
git-svn-id: svn://10.0.0.236/trunk@104699 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-06 00:14:33 +00:00
myk%mozilla.org
4d5caedf91
Fix for bug 76714: correctly nests the FORM and TABLE elements.
...
Patch by Gerv Markham <gerv@mozilla.org >.
r=myk@mozilla.org , no second review needed.
git-svn-id: svn://10.0.0.236/trunk@104697 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-06 00:03:00 +00:00
beard%netscape.com
33211d8470
[not part of build] added virtual destructor to NativeMessage.
...
git-svn-id: svn://10.0.0.236/trunk@104695 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-05 23:45:21 +00:00
karnaze%netscape.com
ce470ffc0e
new regression tests not affecting the build.
...
git-svn-id: svn://10.0.0.236/trunk@104690 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-05 23:16:06 +00:00
jake%acutex.net
261ab93139
Fix for bug 57821 - Empty regular expression causes a software error.
...
Patch by Nick Hibma <n_hibma@qubesoft.com >
r= jake@acutex.net
git-svn-id: svn://10.0.0.236/trunk@104688 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-05 23:06:08 +00:00
kestes%walrus.com
3030d44721
fix broken parsing and handing of --help --version
...
git-svn-id: svn://10.0.0.236/trunk@104687 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-05 22:42:12 +00:00