Commit Graph

89617 Commits

Author SHA1 Message Date
jaggernaut%netscape.com
c39b98b2a4 Clean up REQUIRES lines. 2001-10-07 10:35:41 +00:00
jaggernaut%netscape.com
aa3ec222c2 Bug 97067: focus changes windows when background window finally loads. patch by saari, slightly modified by me, r=jag,ben, sr/rs=hyatt (sr on the original patch) 2001-10-07 10:23:32 +00:00
jaggernaut%netscape.com
86c2bc826c Replace "Error creating browser instance" with more helpful debug messages. 2001-10-07 10:05:33 +00:00
hyatt%netscape.com
80ff494561 Fix for 78344. r=blake, sr=ben 2001-10-07 06:32:36 +00:00
bzbarsky%mit.edu
71405e70d7 Make tabs crop title on "end", not in center. Bug 103450, patch from
Andrew <simm0@ii.net>, r=me, sr=hyatt
2001-10-07 04:26:08 +00:00
seawood%netscape.com
ccf594f1ae Update standalone xpcom build list 2001-10-07 04:03:57 +00:00
mkaply%us.ibm.com
7d54afcb24 #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
fbf9dc20b1 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
64ca52215e 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
d033717456 fix for 101746. r=dbaron, sr=waterson 2001-10-07 00:19:01 +00:00
jake%acutex.net
b351c9eaa8 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
d3add5c518 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
3a841419a5 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
46b7e2a3a0 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
90ef6cf6a4 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
41fa6a4409 Automated update 2001-10-06 20:13:25 +00:00
seawood%netscape.com
3ad0b50e64 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
8b54109985 Doc type fix, r=kiko 2001-10-06 19:04:08 +00:00
jake%acutex.net
f503702088 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
4ec7dfc9b4 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
da6f0e24d3 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
2502cf69ae 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
d2dbb55e40 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
43e0ec2ab9 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
a88fa8fca1 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
3ec9e0aaec adding null check to fix orangeness. 2001-10-06 08:19:44 +00:00
brendan%mozilla.org
95df849df8 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
23968baa57 Bug 103054: remove dead code: profile/Acct and profile/Acctidl, r=varada. 2001-10-06 07:35:22 +00:00
jaggernaut%netscape.com
bc1d266e9f Bug 103054: remove dead code: profile/Acct and profile/Acctidl. 2001-10-06 07:26:37 +00:00
dbaron%fas.harvard.edu
1d85b97e69 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
097704bd05 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
cf26bf2717 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
999c08932d more code cleanup for #103412. avoid unnecessary conversions, fix warning.
r/sr=sspitzer
2001-10-06 05:16:25 +00:00
sspitzer%netscape.com
600b2f6854 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
3e5cd6994a fix for bug 92248. r=bryner sr=jst 2001-10-06 05:08:42 +00:00
pavlov%netscape.com
eae061c13e fix for bug 92248 r=bryner sr=jst 2001-10-06 05:08:16 +00:00
zach%zachlipton.com
8d4abc6e4a 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
ad816e444f Adding xptcinvoke code for the MIPS O32 ABI. r=pavlov sr=brendan 2001-10-06 03:45:29 +00:00
zach%zachlipton.com
e2a1e61fca 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
696289dad4 more addressbook leaks r=naving sr=sspitzer 99135 103014 and others 2001-10-06 03:13:54 +00:00
bienvenu%netscape.com
c95eec7a0f fix 50K memory leak on certain messages r=ducarroz, sr=sspitzer 103023 2001-10-06 02:48:27 +00:00
stephend%netscape.com
6c2084a07e 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
1afae88457 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
a121079796 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
1898fb6cc6 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
a79a977cf3 Bug 102227: Crash in LDAP autocomplete addressing, r=dmose,sr=bienvenu,patch=leif 2001-10-06 01:19:14 +00:00
bienvenu%netscape.com
b1c5a18204 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
eff1e38d5e fix leak of all folders table r=naving, sr=sspitzer 103077 2001-10-06 01:09:46 +00:00
bienvenu%netscape.com
b281c2ae1b fix memory leak of mdbEnv and m_dbFolderInfo r=naving, sr=sspitzer 103003 2001-10-06 01:06:28 +00:00
sspitzer%netscape.com
7c15ae749f 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