curt%netscape.com
|
89b5bfc36f
|
Passes parameters correctly for install.Execute() and file.Execute().
Fixes Bug #104152.
|
2001-11-26 20:46:41 +00:00 |
curt%netscape.com
|
42048fc764
|
Cleaning up more obsolete files.
|
2001-11-26 18:11:32 +00:00 |
timeless%mac.com
|
7873addd19
|
Bugzilla Bug 107823 change nsIFile
to use 'Modified' instead of 'Modification'
r=akkana sr=brendan
|
2001-11-26 08:05:05 +00:00 |
bzbarsky%mit.edu
|
0b19fcf775
|
Use <> for system headers, not "". This should help prevent Sun WSU2
compiler bustage. Bug 111574, patch from Roland Mainz
(<Roland.Mainz@informatik.med.uni-giessen.de>), r=bzbarsky, sr=bienvenu
|
2001-11-23 22:36:54 +00:00 |
seawood%netscape.com
|
d8927fcc61
|
Rename 'install' build phase to 'libs'.
Bug #56601 r=pavlov
|
2001-11-21 09:49:41 +00:00 |
seawood%netscape.com
|
9850f387af
|
Renaming 'install' build phase to 'libs'
Bug #56601 r=pavlov
|
2001-11-21 08:55:59 +00:00 |
mscott%netscape.com
|
592ef6f3a0
|
Bug #109923 --> register messenger-smime chrome
|
2001-11-19 22:01:49 +00:00 |
dprice%netscape.com
|
65c0c69a39
|
r=dveditz sr=mscott fixes 105781
-checking for a null channel where there should not be one
|
2001-11-19 09:13:37 +00:00 |
timeless%mac.com
|
dfa8594725
|
Bugzilla Bug 110080 change !NS_SUCCEEDED(status) to NS_FAILED(status)
s/!NS_SUCCEEDED/NS_FAILED/g;s/!NS_FAILED/NS_SUCCEEDED/g;
r=dougt sr=hewitt
|
2001-11-19 06:45:00 +00:00 |
dveditz%netscape.com
|
e373235cfc
|
topcrash bug 78442 during xpinstall.
patch thanks to jband@netscape.com, r=syd, sr=dveditz
|
2001-11-19 04:23:47 +00:00 |
ssu%netscape.com
|
41afa9dc1d
|
fixing bug 108530 - Setup.exe error on install, mozilla launches with full screen empty page. r=curt sr=dveditz
|
2001-11-17 06:21:11 +00:00 |
mscott%netscape.com
|
68a5ea64f3
|
Try registering the smime chrome the right way.....chrome in mail.jst and the locale in
langenus.jst
|
2001-11-16 02:56:30 +00:00 |
jaggernaut%netscape.com
|
9a2d10888f
|
Clean up REQUIRES lines. r/sr=alecf
|
2001-11-16 01:54:59 +00:00 |
mscott%netscape.com
|
d8934e6880
|
attemp to fix mailnews compose window perf regression: Bug #110355
backout my packaging change from last night.
a=loan
|
2001-11-16 00:20:37 +00:00 |
ssu%netscape.com
|
e38a7456a6
|
fixing blocker bug 108530 - Setup.exe error on install, mozilla launches with full screen empty page
|
2001-11-15 23:27:55 +00:00 |
locka%iol.ie
|
bd936656b7
|
Remove sample chrome embed.jar from unix browser package and rename to avoid confusion with the real embed.jar used in the embedding dist. b=87622 r=blizzard@mozilla.org sr=dveditz@netscape.com
|
2001-11-15 12:23:57 +00:00 |
alecf%netscape.com
|
52cd89e71b
|
win32 REQUIRES cleanup
|
2001-11-15 03:49:13 +00:00 |
mscott%netscape.com
|
f4a632bbec
|
Register smime chrome.
|
2001-11-15 01:29:33 +00:00 |
jaggernaut%netscape.com
|
790c58aae5
|
Bug 98213: Make data members of nsStr protected and clean up code. r=dbaron, sr=alecf
|
2001-11-14 12:35:52 +00:00 |
bryner%netscape.com
|
9fb675b1bc
|
Adding libfileview.so and filepicker.xpt, for bug 82854.
|
2001-11-14 08:25:03 +00:00 |
mscott%netscape.com
|
b0045cbe30
|
Bug #109923 --> register chrome in the installer for messenger-smime
|
2001-11-14 06:17:18 +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 |
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
|
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 |
curt%netscape.com
|
5380b9965b
|
Moved upgradeClean ahead of file copy.
|
2001-11-10 00:41:16 +00:00 |
dbaron%fas.harvard.edu
|
261f76a8ba
|
Ensure that string literals are used as |const char*| rather than |char*|. r=jag sr=brendan b=107052
|
2001-11-07 06:24:10 +00:00 |
hyatt%netscape.com
|
482a029e83
|
Bug 18502 remainder of checkin. Turning it on on the Mac. r/sr=pav,jband
|
2001-11-04 02:17:11 +00:00 |
hyatt%netscape.com
|
92dff5e7ec
|
Fix for 18502, Christian Biesinger's BMP decoder and my ICO decoder. r/sr=pavlov,jband
|
2001-11-03 07:10:51 +00:00 |
blakeross%telocity.com
|
ef455cc861
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
|
2001-11-03 04:17:02 +00:00 |
seawood%netscape.com
|
c79715ed1b
|
Backing out fix for remote mach-o builds as it left mach-o builds fragile.
Add TK_CFLAGS back to default CFLAGS/CXXFLAGS.
Bug #107696
|
2001-11-03 03:29:05 +00:00 |
mscott%netscape.com
|
86355fd351
|
packaging changes for the mac for smime
|
2001-11-03 00:54:00 +00:00 |
ssu%netscape.com
|
e1fc1bd20b
|
forgot to disable the creation of the mail shortcut in the quicklaunch bar as part of the fix to bug 28172
|
2001-11-03 00:45:41 +00:00 |
mscott%netscape.com
|
c5e111e42f
|
Bug #106507 --> add new files to the packaging lists for linux and windows.
|
2001-11-03 00:39:05 +00:00 |
ssu%netscape.com
|
691796d9ef
|
fixing bug 28172 - Add shortcut to launch bar. r=sgehani, sr=mscott
|
2001-11-03 00:34:17 +00:00 |
bryner%netscape.com
|
3137bad325
|
libcmt.so is from psm1 and no longer exists, removing it. r=dveditz.
|
2001-11-02 23:58:10 +00:00 |
jj%netscape.com
|
f2a5a9a57f
|
fix for bug #106566: updated 'vers' 2 resource to 0.9.5+ (installer)
|
2001-11-02 02:00:16 +00:00 |
alecf%netscape.com
|
b0e440595f
|
argh, this was left over cruft from my tree
|
2001-11-02 00:17:29 +00:00 |
alecf%netscape.com
|
425c802b56
|
fix for bug 76944 - cleanup as a result of string bundle cleanup
r=tao, sr=dveditz
|
2001-11-01 22:42:28 +00:00 |
seawood%netscape.com
|
6daf60f372
|
Since '-framework Carbon' causes binaries to require console access to run, do not link using that flag by default. Otherwise, remote builds & non-console tinderboxes will break. Mac OSX Mach-O only.
Bug #107696 r=mozbot
|
2001-11-01 00:54:48 +00:00 |
pete%alphanumerica.com
|
41da234dd2
|
b=107823, r=ccarlen, sr=brendan
--pete
|
2001-11-01 00:11:15 +00:00 |
jaggernaut%netscape.com
|
3b3426d0ea
|
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
|
2001-10-28 08:33:51 +00:00 |
seawood%netscape.com
|
93a92132d7
|
Landing the rest of the mach-o OSX changes.
Bug #75653 r=cls sr=waterson
|
2001-10-27 07:38:18 +00:00 |
dbaron%fas.harvard.edu
|
f56bfe4127
|
Fix member initializer re-ordered warnings by re-ordering member initializers. r=jag rs=waterson b=105974
|
2001-10-25 03:21:53 +00:00 |
dprice%netscape.com
|
a8b13dfdaf
|
fix 42433 r=dveditz sr=mscott
File.DirCreate now returns success if dir already exists
|
2001-10-23 22:35:11 +00:00 |
curt%scruznet.com
|
a9e3165363
|
Enables Okay button so dialog can be closed.
Fixes bug #53224.
|
2001-10-23 06:00:37 +00:00 |
curt%scruznet.com
|
f40151f6e4
|
Enables the pause button. Fixes bug #84595.
|
2001-10-23 05:49:20 +00:00 |
gerv%gerv.net
|
a1f894b8f7
|
Bug 101431 - making chromelist.txt happen again. Enable it on Unix, and add it to the relevant packaging manifests. r=cls.
|
2001-10-23 02:40:24 +00:00 |
jj%netscape.com
|
bbbdca1ca7
|
landing fix for bugscape 10608 (added oji.shlb in [browser] module) on the trunk.
|
2001-10-23 00:35:45 +00:00 |
dougt%netscape.com
|
fdb581ad21
|
99163 - removing nsObserverService.h includes. Also fixing 106090, extra methods on nsObserverService. r=shaver@mozilla.org, sr=jband@netscape.com
|
2001-10-22 22:01:27 +00:00 |
loadrunner%betak.net
|
703e2f8929
|
bug 99186, Remove acceptlanguage.properties from the build, r=tao, sr=blizzard
|
2001-10-19 23:18:32 +00:00 |