seawood%netscape.com
ab8d22f617
Update standalone xpcom build list
2001-10-07 04:03:57 +00:00
mkaply%us.ibm.com
4d5b22c85b
#84548
...
r=law, sr=blake
Look for 4294967295 as well as -1 with DDE-WWW_Activate to maintain compatibility with 4.x
2001-10-07 03:52:40 +00:00
mkaply%us.ibm.com
54cb68635f
No bug
...
r=pedemont, sr=blizzard
OS/2 only - bitmap fonts don't display at all if DPI is neither 96 nor 120
2001-10-07 03:48:05 +00:00
bzbarsky%mit.edu
ebc6a06360
Fix JS error opening view source. Checking in for timeless
...
<timeless@mac.com>, r=me, sr=darin
2001-10-07 00:51:36 +00:00
hyatt%netscape.com
6c26e570d8
fix for 101746. r=dbaron, sr=waterson
2001-10-07 00:19:01 +00:00
jake%acutex.net
442e125a9f
Allow compile tests for files that run in taint mode
...
No review needed for tests at this time. NOT PART OF BUILD
2001-10-06 23:22:48 +00:00
stephend%netscape.com
a4d19573cd
Bug 46812. File > Save As... should have A as accesskey, not S. Patch by James Green <jg@cyberstorm.demon.co.uk> r=bzbarsky, sr=brendan
2001-10-06 23:11:35 +00:00
stephend%netscape.com
bd93b275a6
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
2001-10-06 22:47:48 +00:00
seawood%netscape.com
6908bd9613
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
2001-10-06 22:26:35 +00:00
jake%acutex.net
5765f690cb
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
2001-10-06 21:37:22 +00:00
leaf%mozilla.org
e414131580
Automated update
2001-10-06 20:13:25 +00:00
seawood%netscape.com
acb8e89771
Change --enable-modules to --enable-standalone-modules to make it more descript.
...
Bug #99807 r=jag
2001-10-06 20:01:12 +00:00
bbaetz%cs.mcgill.ca
d1e7019522
Doc type fix, r=kiko
2001-10-06 19:04:08 +00:00
jake%acutex.net
7cfef16aad
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
2001-10-06 18:59:36 +00:00
bzbarsky%mit.edu
657005872b
Fix parsing of negative (illegal) values of border-spacing, padding, and
...
others. Bug 102344, r=dbaron, sr=attinasi
2001-10-06 15:13:23 +00:00
bernd.mielke%snafu.de
9c6fccd32c
Don't start printing when regression test are executed bug 99633 r=rods sr=attinasi
2001-10-06 14:07:28 +00:00
andreas.otte%primus-online.de
953dbaa3fa
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
2001-10-06 12:08:44 +00:00
seawood%netscape.com
118fe7c835
Skip setting the result of the regxpcom run since AliveTest assume the binary will run forever and regxpcom does not
2001-10-06 10:03:46 +00:00
seawood%netscape.com
6218b21501
Run regxpcom before tests to fix potential bustage caused by contractid changes since we do not autoreg opt builds
2001-10-06 09:12:29 +00:00
sspitzer%netscape.com
a94e43b9d0
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
2001-10-06 08:38:19 +00:00
pavlov%netscape.com
781fe5aa1e
adding null check to fix orangeness.
2001-10-06 08:19:44 +00:00
brendan%mozilla.org
3aa1438307
Fix bogus return JS_FALSE without error report for empty flat string regexp match/replace (83293, r=rogerl, sr=shaver).
2001-10-06 08:07:43 +00:00
jaggernaut%netscape.com
78aa788892
Bug 103054: remove dead code: profile/Acct and profile/Acctidl, r=varada.
2001-10-06 07:35:22 +00:00
jaggernaut%netscape.com
b7fc591bfe
Bug 103054: remove dead code: profile/Acct and profile/Acctidl.
2001-10-06 07:26:37 +00:00
dbaron%fas.harvard.edu
4dd151063c
Add JP_APPEND option to JPROF_FLAGS for profiling of startup. b=102014 r=jag sr=brendan
2001-10-06 06:37:41 +00:00
sspitzer%netscape.com
7dfa5a7872
more changes for #103412 . fix string usage in mailnews to avoid
...
unneeded copying, allocation and converting.
also, remove dead code. r/sr=bienvenu
2001-10-06 06:35:32 +00:00
sspitzer%netscape.com
830033bc5e
more code cleanup for #103412 . avoid unnecessary conversions in the account manager ds.
...
r/sr=bienvenu
2001-10-06 05:26:31 +00:00
sspitzer%netscape.com
1946737841
more code cleanup for #103412 . avoid unnecessary conversions, fix warning.
...
r/sr=sspitzer
2001-10-06 05:16:25 +00:00
sspitzer%netscape.com
ae1461d440
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
2001-10-06 05:11:51 +00:00
pavlov%netscape.com
b8b11370c0
fix for bug 92248. r=bryner sr=jst
2001-10-06 05:08:42 +00:00
pavlov%netscape.com
e15f4f6c5d
fix for bug 92248 r=bryner sr=jst
2001-10-06 05:08:16 +00:00
zach%zachlipton.com
f284bf6dda
Fixing issue where excluded files aren't excluded if they end in .pl or
...
.cgi.
2001-10-06 03:49:06 +00:00
pavlov%netscape.com
bd14b34ee0
Adding xptcinvoke code for the MIPS O32 ABI. r=pavlov sr=brendan
2001-10-06 03:45:29 +00:00
zach%zachlipton.com
1bc30500f7
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
2001-10-06 03:25:43 +00:00
bienvenu%netscape.com
1ed8b5d419
more addressbook leaks r=naving sr=sspitzer 99135 103014 and others
2001-10-06 03:13:54 +00:00
bienvenu%netscape.com
726d25a69b
fix 50K memory leak on certain messages r=ducarroz, sr=sspitzer 103023
2001-10-06 02:48:27 +00:00
stephend%netscape.com
af157983f7
Bug 103068. Remove tooltip on label for emoticons pref. r=dean_tessman@hotmail.com, sr=mscott@netscape.com (UI approved by jglick@netscape.com)
2001-10-06 02:37:17 +00:00
gerv%gerv.net
b636c15b05
Bug 103223 - Site Nav Bar doesn't check target of load/unload events. Patch by sballard@netreach.net, r=gerv, sr=hyatt, a=asa.
2001-10-06 02:28:39 +00:00
gerv%gerv.net
0053869ab4
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.
2001-10-06 02:27:28 +00:00
zach%zachlipton.com
f8fd2021ed
Get rid of our which causes errors on 5.005.
...
No review needed for tests at this time. NOT PART OF BUILD
2001-10-06 01:23:38 +00:00
leif%netscape.com
924e60b5db
Bug 102227: Crash in LDAP autocomplete addressing, r=dmose,sr=bienvenu,patch=leif
2001-10-06 01:19:14 +00:00
bienvenu%netscape.com
057da89510
fix a bunch of mork memory leaks r=naving, sr=sspitzer 99111 21114 and others
2001-10-06 01:16:24 +00:00
bienvenu%netscape.com
acbb1f4644
fix leak of all folders table r=naving, sr=sspitzer 103077
2001-10-06 01:09:46 +00:00
bienvenu%netscape.com
74079cbf0b
fix memory leak of mdbEnv and m_dbFolderInfo r=naving, sr=sspitzer 103003
2001-10-06 01:06:28 +00:00
sspitzer%netscape.com
ec1d505b1a
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.
2001-10-06 01:04:32 +00:00
sspitzer%netscape.com
37e9005538
fix for #102978
...
set up the folder pane datasource in the xul, not in the on load handler.
r=waterson, sr=bienvenu
2001-10-06 00:55:39 +00:00
bienvenu%netscape.com
07a85ec465
fix UMR r=naving, sr=sspitzer 103134
2001-10-06 00:53:01 +00:00
bienvenu%netscape.com
a15dde34d7
fix many many address book leaks r=naving, sr=sspitzer 103077 and others
2001-10-06 00:50:17 +00:00
sspitzer%netscape.com
5364171133
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.
2001-10-06 00:50:12 +00:00
bienvenu%netscape.com
0c477329b1
fix memory leak of dir servers, use contract id's, and fix UMR r=naving, sr=sspitzer 103134 66435
2001-10-06 00:46:49 +00:00