dbaron%fas.harvard.edu
8d8b05c4b4
FizillaMach: Make the Quit menu item work by checking the command attribute in nsMenuBarX::ExecuteCommand as in nsMenuItemX::DoCommand. b=107212 r=pinkerton sr=sfraser
2001-11-14 01:53:33 +00:00
dbaron%fas.harvard.edu
f7d59fe1a7
FizillaMach: Further refine the XP_MACOSX / MOZ_WIDGET_TOOLKIT=mac ifdefs. b=109165 r=pinkerton sr=sfraser
2001-11-14 01:48:17 +00:00
av%netscape.com
c6f11f36ba
109973 -- SDK sample code, passing plugin creation parameters to the plugin instance, not part of the build
2001-11-14 01:47:28 +00:00
dbaron%fas.harvard.edu
df7f6c5a77
FizillaMach: Create MozillaDebug.app for DEBUG builds rather than Mozilla.app. b=109939 r=pinkerton sr=sfraser
2001-11-14 01:45:03 +00:00
leaf%mozilla.org
460588df4b
Automated update
2001-11-14 01:43:06 +00:00
seawood%netscape.com
05c30b84ee
Add hooks for building calendar. r=bryner
2001-11-14 01:40:53 +00:00
dbaron%fas.harvard.edu
e033409445
Reduce string copying by using |operator+| to form dependent concatenations. b=106153 r=jag sr=hyatt
2001-11-14 01:38:55 +00:00
dbaron%fas.harvard.edu
1e0c08dcfb
Reduce allocations by using the buffering in nsXMLContentSink. b=106153 r=jag sr=hyatt
2001-11-14 01:37:43 +00:00
wtc%netscape.com
d7553f1ced
Bugzilla bug 109389: changed the PLEvent event receiver window class
...
name to say "XPCOM" instead of "NSPR". r=dougt. sr=alecf.
2001-11-14 01:37:41 +00:00
timeless%mac.com
6dbfc3b58c
Bugzilla Bug 87792 Fix accesskeys based on new flexibility
...
patch by slate@gwu.edu r=aaronl sr=ben
2001-11-14 01:37:35 +00:00
sspitzer%netscape.com
8b50437f89
fix for #108264 , problems with autosubscribe dialog on linux.
...
fix for #68303 and #109537 . problems with auto-subscribe / auto-unsubscribe when newsgroup has non-ASCII chars in the name.
patches by hwaara. r/sr=sspitzer,alecf
2001-11-14 01:37:28 +00:00
bzbarsky%mit.edu
0dce65ed23
Use NS_LITERAL_STRING instead of NS_ConvertASCIItoUCS2 where possible
...
(i.e. where the string is a literal). Bug 104159, r=jag, sr=alecf
2001-11-14 01:33:42 +00:00
rangansen%netscape.com
626daef1eb
bug# 109072 ; s-kaie ; sr=hewitt Fixing the blank cert details tab problem
2001-11-14 01:32:21 +00:00
wtc%netscape.com
fcc52c8feb
Bugzilla bug 104645: Fixed compiler warnings. Improved compiler warning
...
fixes. r=mcafee.
Modified files: src/h_page.c src/hash.c tests/lots.c
2001-11-14 01:31:11 +00:00
alecf%netscape.com
4ce960a311
REQUIRES cleanup
2001-11-14 01:28:24 +00:00
leaf%mozilla.org
48ff35dbd3
Automated update
2001-11-14 01:28:01 +00:00
smontagu%netscape.com
2839d2a5e8
Change the definition of IS_ARABIC_ALPHABETIC to correct the display of Persian and Urdu numerals. Bug 82347, r=mkaply, sr=kin
2001-11-14 01:26:21 +00:00
seawood%netscape.com
db34ed0d4a
Remove reference to defunct libIDL homepage.
...
Bug #109901
2001-11-14 01:24:19 +00:00
seawood%netscape.com
699de99e2a
Generate proper tarball name for cross-compile builds. Use target name instead of build name.
2001-11-14 01:22:10 +00:00
sfraser%netscape.com
f97068fa67
Fix for blocker bug 109893. Comment out line that adds the plugins folder to the XPT search paths, to avoid errors when trying to look in MRJPlugin.jar for .xpt files on Mac. r=jband/a=sleestack
2001-11-14 01:14:08 +00:00
smeredith%netscape.com
1de89b777b
Merged SeamonkeyCCK_6_2_BRANCH with trunk.
2001-11-14 00:23:13 +00:00
bryner%netscape.com
7450bd55e1
Fixing smoketest blocker 109870 - crashes when favicon doesn't exist. r=dbaron ,sr=hyatt.
2001-11-13 23:35:12 +00:00
jpierre%netscape.com
03547abceb
Fix OS/2 build
2001-11-13 21:38:54 +00:00
sfraser%netscape.com
3c1bf08de0
Fix for blocker bug 109893; update packages-mac after I changed gfx/widget to be component DLLs. r=pink, sr=alecf
2001-11-13 19:47:31 +00:00
pschwartau%netscape.com
5e7026b24c
Adding another case to test.
2001-11-13 19:46:27 +00:00
mikep%oeone.com
b49ed4555c
Fixed bug 109262, alarms resetting their unit values.
2001-11-13 19:45:11 +00:00
dinglis%qnx.com
c73a5644df
-not part of build -
...
fixed crash when creating a scriptable Region
2001-11-13 19:25:32 +00:00
gerv%gerv.net
545feb9f44
Fix license headers and make attachment changed page look like bug changed page. Bug 99518 and 98110. r-myk, no second review.
2001-11-13 17:24:24 +00:00
mikep%oeone.com
b3b1b73a15
Changes made to get the calendar working under the nightlies because of XUL changes.
2001-11-13 16:39:15 +00:00
dinglis%qnx.com
30687c6192
- not part of build -
...
fix up bustage.
2001-11-13 15:49:51 +00:00
jaggernaut%netscape.com
665f9f9052
Bug 15050, bug 109650: if user starts typing after page load kicks off, but before it replaces the url, don't overwrite what the user just typed, but do update the rest of the UI, doh!, and make sure switching tabs does replace what the user typed. r=ben, sr=hewitt.
2001-11-13 09:00:22 +00:00
hyatt%netscape.com
4d95884d35
Turn on favicons in Mozilla. r=glazou, bryner, sr=ben,hewitt, bug 109843
2001-11-13 08:55:23 +00:00
seawood%netscape.com
ac32bccad3
Use separate shell process for cvs pulls so that 'make -n -f client.mk' doesn't attempt to pull from cvs.
...
Bug #71200
2001-11-13 08:38:56 +00:00
dbaron%fas.harvard.edu
1a55605c30
Adding newline to end of file to fix HP bustage.
2001-11-13 07:59:24 +00:00
bryner%netscape.com
f1c727ffc4
Adding support for building calendar by having MOZ_CALENDAR=1 set. r=cls.
2001-11-13 07:57:31 +00:00
seawood%netscape.com
7283be27a9
Update mail meta modules list to handle smime.
...
Bug #109432 r=bryner
2001-11-13 07:48:26 +00:00
rpotts%netscape.com
74f195e39f
bug #106558 (r=darin) again! make sure that all initial stream errors prevent the creation of a content viewer!
2001-11-13 07:47:22 +00:00
bstell%netscape.com
f681efff7a
follow up for bug 102113, per Brendan's request
...
change the name from dummy to align, no other change
2001-11-13 07:36:38 +00:00
hyatt%netscape.com
b90f0e572a
Fix handledomevent to work with custom eventts in XUL. r=jag, sr=hewitt, bug 109831
2001-11-13 07:00:21 +00:00
alecf%netscape.com
6482a2f0ec
remove some DEBUG_alecf's - no bug, not affecting anything...
2001-11-13 05:46:51 +00:00
dbaron%fas.harvard.edu
b56c09d10f
Adding / removing files for hyatt. b=106153
2001-11-13 04:19:47 +00:00
hyatt%netscape.com
465e6e150b
Fix for 106153, don't build a content model for XBL's implementation. r=bryner, sr=ben
2001-11-13 04:09:56 +00:00
hyatt%netscape.com
ee9c51654a
106153. convert property to field in XBL. r=bryner, sr=ben
2001-11-13 04:08:55 +00:00
sonja.mirtitsch%sun.com
312f2e82be
made cronsafe (I hope)
2001-11-13 03:28:52 +00:00
sspitzer%netscape.com
ba7e49facb
more work on #73868 . converting ab from tree to outliner. NOT PART OF THE BUILD.
2001-11-13 02:13:58 +00:00
kirk.erickson%sun.com
5bea4cf7cd
Resolves 107777 - selfserv needs log stats mode
2001-11-13 02:13:19 +00:00
seawood%netscape.com
afb2a69136
Link against xinerama libs in static build if xinerama is enabled.
...
Bug #109245 r=lidl@pix.net
2001-11-13 01:48:29 +00:00
sonja.mirtitsch%sun.com
9cd1a2dc6e
attempt to copy the qa results to mozilla.
...
this version untars with a script on mozilla, last one filled up my homedirectory
umask 000
cd /home/ftp/pub/security/nss
gunzip all.tar.gz
tar xf all.tar
rm all.tar.gz all.tar
ls -l
2001-11-13 01:30:21 +00:00
shanjian%netscape.com
312b0ac8cd
#108012 text measurment on win xp have problem with unicode while word-spacing and letter-spacing is present
...
r= smontagu sr=attinasi
2001-11-13 00:51:22 +00:00
av%netscape.com
293685ede3
Bug 109041 -- adding call to NPP_SetWindow for windowless plugins on paint event, patch by dbrittain@superscape.com, r=av, sr=beard
2001-11-13 00:30:44 +00:00