mkaply%us.ibm.com
2b88fb6b29
No idea where this one came from - OS/2 bustage - use strlen/strcpy rather than PL_strlen/PL_strcpy
2003-03-15 05:08:53 +00:00
dougt%netscape.com
0d2808c511
Create a new xpcom obsolete library (and component library).
...
Moved nsFileSpec and related classes into this obsolete library.
Moved nsRegistry and related libreg functionality into the obsolete library.
Updated many callers using the obsolete nsFile spec to use nsIFile and Necko to do file IO.
Combined the following DLLs (source -> dest)
uriloader -> docshell
shistory -> docshell
jsurl -> jsdom
gkview -> gklayout
Moved nsAdapterEnumerator out of xpcom/ds and into mailnews, since they're the only consumer
Modifed the xpt_link tool so that you can specify a �only include� cid list that can mask CID�s that you are not interested in.
Added build options:
Prevent the building of xpinstall (--disable-xpinstall)
Prevent the building js component loader (--disable-jsloader)
A build option to only build a single profile (--enable-single-profile)
A build flag to only built the required xpfe components (--disable-xpfe-components).
Removal or hiding of unused functions and classes including nsEscape*, nsDequeIterator, nsRecyclingAllocatorImpl, nsDiscriminatedUnion, nsOpaqueKey, nsCRT::strlen, NS_NewCommandLineService
Bug 194240, r/sr = darin, alec.
2003-03-15 01:04:32 +00:00
sfraser%netscape.com
eab5d38cb2
Make lots of static data const. Bug 74803. r=dbaron, sr=alecf
2003-02-26 01:15:36 +00:00
timeless%mozdev.org
fc3928b29e
Bug 191712 nsDateTimeFormatUnix returns an uninitialized value in an error case
...
r=smontagu sr=alecf
2003-02-23 13:38:46 +00:00
timeless%mozdev.org
56b84050c7
Bug 191712 nsDateTimeFormatUnix returns an uninitialized value in an error case
...
r=smontagu sr=alecf
2003-02-23 04:41:16 +00:00
dbaron%dbaron.org
3ea0dc57d4
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
2003-01-08 21:07:51 +00:00
dbaron%dbaron.org
b0e4b70c41
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
2003-01-08 20:50:04 +00:00
caillon%returnzero.com
6d92f9bd32
184257 - Updating pref callers. r=timeless sr=bzbarsky
2003-01-08 08:40:41 +00:00
seawood%netscape.com
d5efcdfb6d
Start installing GRE libraries & components into a separate dist/gre directory as part of the default build.
...
Bug #186241 r=dougt
2002-12-28 01:15:07 +00:00
syd%netscape.com
ac2e7ea5eb
Fix case on some files for mach o builds on UFS. r=seawood, sr=sfraser.
...
http://bugzilla.mozilla.org/show_bug.cgi?id=182425
2002-12-02 15:37:55 +00:00
smontagu%netscape.com
6f737a0018
Remove unnecessary ToNewCString() allocation. Bug 181314, r=jaggernaut, sr=bzbarsky
2002-11-22 23:44:42 +00:00
morse%netscape.com
74150c415a
bug 174189, fix flawfinder warning, r=harishd, sr=dveditz
2002-11-09 00:45:53 +00:00
seawood%netscape.com
57e08a3f3a
Define WIN32_LEAN_AND_MEAN globally for win32 builds.
...
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #172898 r=cls a=asa
2002-10-17 06:47:01 +00:00
mkaply%us.ibm.com
76f5a05971
OS/2 bustage 1
2002-09-25 14:16:08 +00:00
seawood%netscape.com
61c2c7d26e
Let's try that again
2002-09-25 12:30:24 +00:00
seawood%netscape.com
3ab9c7df65
Include OS2 specific headers. Attemting to fix tinderbox bustage
2002-09-25 06:31:30 +00:00
seawood%netscape.com
2c2236ad22
BeOS should use Unix/POSIX locale
2002-09-25 05:45:23 +00:00
ccarlen%netscape.com
68b47612a9
Fixing Mach-0 bustage
2002-09-25 01:45:31 +00:00
alecf%netscape.com
7b2abfdb4f
fix MachO bustage - MachO should be using mac locale, not unix
2002-09-25 00:52:16 +00:00
alecf%netscape.com
3f94459667
removing files no longer part of build due to bug 169498
2002-09-24 22:09:32 +00:00
alecf%netscape.com
31f48ac541
bug 169498 - combine i18n libraries into one. sr=bryner, r=ftang
2002-09-24 21:50:05 +00:00
alecf%netscape.com
e74cbfb1e7
add per-platform locale #includes
...
not part of build yet
2002-09-19 06:17:31 +00:00
alecf%netscape.com
8fa8387ee0
final not-part-of-build changes for bug 169498
...
add final constructors and fix the combined module to cover all 5 modules
2002-09-18 20:44:38 +00:00
alecf%netscape.com
2f8c53674d
add more constructor headers for bug 1169498, still not part of build
2002-09-18 20:24:40 +00:00
dougt%netscape.com
68faeb5241
166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com
2002-09-07 17:13:19 +00:00
seawood%netscape.com
8e930f4610
Use shared prefix files instead of old module specific ones.
...
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #162186 r=cls
2002-08-14 23:07:41 +00:00
seawood%netscape.com
322da773fb
Removing old nmake build makefiles. Bug #158528 r=pavlov
2002-08-10 07:55:43 +00:00
seawood%netscape.com
301b1a4ca8
Remove unused defines:
...
_IMPL_NS_HTML
_IMPL_NS_RDF
_IMPL_NS_WEB
USE_NSREG
Patches for removing above defines contributed by Stephen Walker <walk84@yahoo.com>.
Bug #125118 r=cls sr=bryner
Bug #160397 r=cls sr=bryner
Bug #160628 r=cls
Bug #160451 r=cls sr=bryner
_IMPL_NS_VIEW
Patches for removing above define contributed by Brian Ryner <bryner@netscape.com>
Bug #160416 r=cls
2002-08-07 06:08:00 +00:00
bryner%netscape.com
7dafb891cc
Removing unused NS_DOM/_IMPL_NS_DOM and NS_INTL/_IMPL_NS_INTL defines (bugs 160248 and 160253). Patch for 160248 by walk84@yahoo.com, r=me&cls; patch for 160253 by me, r=cls.
2002-07-31 20:53:46 +00:00
bryner%netscape.com
005712586f
Make MachO mac build use Mac locale code (bug 158266). r=pinkerton, sr=sfraser, a=asa.
2002-07-25 00:28:29 +00:00
dbaron%fas.harvard.edu
6d2263f19b
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
2002-06-26 03:38:55 +00:00
alecf%netscape.com
7bf8b60881
fix for bug 148180 - untangle intl dependencies by removing redundant code to load .properties files
...
instead, go through the string bundle service.
all intl libraries except the string bundle service are now free of necko dependencies
r=ftang, sr=jag
2002-06-23 16:05:35 +00:00
katakai%japan.sun.com
98912adc03
bug 152260
...
AMPM order needs to be cared in time format
UNIX/Linux only: check AMPM order at strftime("%X")
r=yokoyama,sr=blizzard
2002-06-19 02:32:43 +00:00
yokoyama%netscape.com
64ac2accb9
Bug 139248
...
Patch to stop fontdownload dlg in mail/news
r=nhotta; sr=mscott checking in for smontagu
2002-05-17 22:58:46 +00:00
dougt%netscape.com
c683a217ab
Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756
2002-05-15 18:55:21 +00:00
seawood%netscape.com
c0ec608df6
Add 'make install' target to build. It's "MRE-friendly". (See http://www.mozilla.org/projects/embedding/MRE.html for details.)
...
Changes:
* Added EXTRA_COMPONENTS variable to build. Use it to automagically install files into the components dir.
* Added SYSINSTALL variable. Use it install files onto the system.
* Move mozilla-config generation from configure to makefiles
* mozilla-config will now generate paths based upon the MRE-based directory layout.
* Generate mozilla script from template
The installation heirarchy currently looks like:
$prefix -> /bin/mozilla
/bin/mozilla-config
/include/mozilla-ver/*
/lib/mozilla-ver (mozappdir)
/components
/res
/defaults
/chrome
There is preliminary build support for MRE dirs as well though the component manager hasn't had MRE support added yet.
$prefix -> /lib/mre/mre-ver (mredir)
/components
2002-04-25 02:52:44 +00:00
ftang%netscape.com
2c130687ab
fix bug 128323 crashing bug on mac os x collation code
...
r=nhotta sr=sfraser a=dbaron
2002-03-27 01:57:05 +00:00
nhotta%netscape.com
b75b528258
Changed to use x-western lang group for the error fallback,
...
patch by shanjian, bug 128338, r=smontage, sr=blizzard, a=scc.
2002-03-20 21:27:32 +00:00
alecf%netscape.com
b90e3425b4
Fix for bug 107575, files which didn't land the first time (I was working off the wrong patch file) r=dougt, sr=jag, a=scc
2002-03-19 07:26:32 +00:00
alecf%netscape.com
20fb555d31
not sure why these didn't land the first time. for my last checkin, bug 107575 sr=jag, r=dougt, a=scc
2002-03-19 07:20:29 +00:00
shanjian%netscape.com
aedbe81a48
#119013 Cookie expire times reported twice / bug in FormatDateTime routine
...
r=nhotta/mkaply sr=sspitzer a=asa
Added comment in idl file.
Changed kDateFormatLong from "%c" to "%x" for unix and os2
2002-03-09 00:01:59 +00:00
shanjian%netscape.com
dfc1c58861
Backout previous checkin. Previous check in is the patch for another bug. Sorry.
2002-03-04 21:51:22 +00:00
shanjian%netscape.com
4c74f25c0d
#125777 The default fonts for non-native system are incorrect
...
check preference setting font.name-list.* when setting default font in font preference UI.
r=nhotta, sr=alecf, a=asa
2002-03-04 21:06:25 +00:00
yokoyama%netscape.com
e263f7d7f4
Bug:127946
...
Add remaining accept-languages from Mozilla L10n projects
Files changed:
language.properties
languageNames.properties
/r=yokoyama, /a=asa
2002-03-02 00:58:27 +00:00
ftang%netscape.com
ea8c95073e
fix bug 107731. r=ftang sr=alecf a=shaver
...
turn on some language list
2002-02-22 22:11:11 +00:00
sspitzer%netscape.com
1ea54fa3cb
fix for #126677 . dates not showing up in thread pane
...
or message pane on windows. r/sr=bienvenu, a=leaf.
2002-02-20 18:24:47 +00:00
alecf%netscape.com
66e767c7b8
one part of fix for bug 107575 - clean up consumers of nsString::EqualsIgnoreCase and nsString::EqualsWithConversion, to be explicit about case-insensitive compares
...
r=timeless sr=jag
2002-02-19 22:49:12 +00:00
yokoyama%netscape.com
16e87c415e
Bug 126231
...
We didn't want to change the contract between gfx and FontPackageProxy.
but we moved the call fontEnum->HaveFontFor(aFontPackID, &have) from /gfx to /intl/locale
We need to strip the "lang:" from aFontPackID.
/r=ftang;/sr=brendan
2002-02-19 01:48:15 +00:00
cbiesinger%web.de
5acd362bab
bug 125667 r=ftang sr=blizzard
...
"Thai [th]" not in "Language of Web Contents" list
2002-02-17 10:24:01 +00:00
dbaron%fas.harvard.edu
59892aa65e
Remove more no-longer-needed nsComponentManager::RegisterComponent calls. Remove remnants of NS_IMPL_IDS macro, associated with long-gone NS_DECLARE_ID. b=125782 r=dougt rs=jag
2002-02-16 16:18:13 +00:00
yokoyama%netscape.com
070aefc208
Bug 119927:
...
Forgot to checkin for unix
2002-02-16 02:15:22 +00:00
yokoyama%netscape.com
5dae93ac3c
Bug 119927:
...
Instead of using the static variable in /gfx to maintain the state
of font download (eg. static BOOL gCheckJAFont = PR_FALSE;),
we use a nsFontPackageService::FontPackageHandled() API to allow
resetting of the font download.
/r=ftang; /sr=brendan
2002-02-16 01:39:56 +00:00
nhotta%netscape.com
2445d7563e
Changed a comparison part to check the key is cached, fixed an incorrect length passing for memcmp,
...
changed to store a length of the cached string,
bug 121281, r=ftang, sr=sfraser.
2002-02-15 00:15:32 +00:00
nhotta%netscape.com
4495f7de53
Changed the key length estimation function to create an actualy key if possible then cache the result to be
...
used in the key creation function,
bug 121281, r=ftang, sr=sfraser.
2002-02-12 22:17:19 +00:00
bzbarsky%mit.edu
97aad157b6
Relanding the Compare --> Equals conversion. a=mcafee
2002-02-10 15:49:46 +00:00
bzbarsky%mit.edu
98afc5ee0f
Testing performance impact of backout of what's left of the patch from
...
bug 115289. See bug 123947 for details. a=mcafee
2002-02-09 20:46:05 +00:00
bzbarsky%mit.edu
40d60f39ec
Convert Compare() to Equals() where possible now that we can do
...
case-insensitive Equals(). Bug 115289, r=alecf, sr=jag
2002-02-05 02:03:07 +00:00
cathleen%netscape.com
740d95a0a9
eliminates 107 nsCRT::memset calls to use memset instead. removed nsCRT::memset() function. bug 118135 r=dp sr=brendan
2002-02-05 01:41:13 +00:00
sfraser%netscape.com
d133d4956f
Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson
2002-01-30 21:14:20 +00:00
bzbarsky%mit.edu
68c2123b34
Bug 104480. "EqualsIgnoreCase(nsAutoString(foo)) is bad and should
...
die." r=alecf, sr=jag
2002-01-16 03:31:25 +00:00
cathleen%netscape.com
92d4fbf218
converted 271 references to nsCRT::memcpy to memcpy, bug 118135 r=dp
2002-01-12 03:18:55 +00:00
alecf%netscape.com
4bf946ec25
remove dead file - not used anywhere
2002-01-11 15:09:32 +00:00
nhotta%netscape.com
5a5b0787d8
Changed the collation option not to ignore punctuations, bug 110814, r=ftang, sr=sfraser.
2002-01-09 20:56:29 +00:00
seawood%netscape.com
45bfbf0658
Landing the rest of the win32 gmake changes:
...
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup
Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
mkaply%us.ibm.com
717bf7c04f
#115065
...
r=kaply, sr=blizzard
Fix OS/2 locale code to use proper date settings. Also some cleanup.
2001-12-18 01:17:16 +00:00
jaggernaut%netscape.com
da70a667c1
Fix OS2 bustage
2001-12-17 09:21:04 +00:00
jaggernaut%netscape.com
e44e7d9ec8
Bug 113228: Replace ns{C}String::To{Upper,Lower}Case with global versions. r=bzbarsky, sr=jst
2001-12-17 07:14:49 +00:00
jaggernaut%netscape.com
97b0530073
Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf
2001-12-16 11:58:03 +00:00
seawood%netscape.com
51fa852613
Make OS/2 use the win32 build changes and finish LIB_PREFIX substitution.
...
Thanks to Javier Pedemonte (pedemont@us.ibm.com ) for the patch.
Bug #58981 r=cls
2001-12-14 23:49:04 +00:00
ccarlen%netscape.com
95ce5e2693
Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser
2001-12-11 05:25:50 +00:00
ccarlen%netscape.com
f810f656cc
Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser
2001-12-11 05:10:45 +00:00
ccarlen%netscape.com
afffbda535
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 21:02:40 +00:00
ccarlen%netscape.com
baca6ece31
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 20:42:22 +00:00
nhotta%netscape.com
9e4b970167
Backout my last changes, need MacOSX change, need to change inline.
2001-12-06 21:36:44 +00:00
nhotta%netscape.com
5417231b23
Added ASCII key support, bug 110837, r=shanjian, sr=sspitzer.
2001-12-06 21:12:58 +00:00
alecf%netscape.com
f39a8c57c2
just adding MOZ_COUNT_CTOR/DTOR - no functional code
2001-11-27 06:19:36 +00:00
seawood%netscape.com
7733357d51
Rename 'install' build phase to 'libs'.
...
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
seawood%netscape.com
55fe97bff7
Renaming 'install' build phase to 'libs'
...
Bug #56601 r=pavlov
2001-11-21 08:55:59 +00:00
timeless%mac.com
060425ec59
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
jaggernaut%netscape.com
ee4f787321
Clean up REQUIRES lines. r/sr=alecf
2001-11-16 01:54:59 +00:00
bstell%netscape.com
228e9414f1
bug 102515: fix assertion from previous patch
...
checkin for mailto:andreas.otte@debitel.net,
r=bstell@netscape.com , sr=blizzard@mozilla.org
2001-11-14 22:40:47 +00:00
alecf%netscape.com
75dcad1127
REQUIRES cleanup
2001-11-02 06:30:34 +00:00
alecf%netscape.com
5f5504a919
fix unix bustage.. I can't keep up... :(
2001-11-01 23:15:15 +00:00
bstell%netscape.com
b72a5ca614
checkin for fcrozat@mandrakesoft.com
...
bug 102516 recognize @euro locales
r=bstell@netscape.com , sr=blizzard
2001-11-01 00:21:01 +00:00
alecf%netscape.com
0758129bf6
oops this should be getService not createInstance
2001-10-30 08:03:08 +00:00
mkaply%us.ibm.com
d9332adf71
OS/2 TB bustage - accidentally checked in wrong version
2001-10-29 17:57:08 +00:00
mkaply%us.ibm.com
1d00d92545
#107261
...
r=mkaply, sr=blizzard (Totally OS/2 only change)
OS/2 only - If creating the Unicode locale fails, just use en_US - this always works
Also fix a possible failure case only leak
2001-10-29 14:40:41 +00:00
mkaply%us.ibm.com
37b65e6200
#107261
...
r=mkaply, sr=blizzard
If creating the Unicode locale fails, just use en_US - this always works
2001-10-29 14:38:48 +00:00
mkaply%us.ibm.com
f283440d41
#107296
...
r=cls
Use SHARED_LIBRARY_LIBS so that dependent building works correctly
2001-10-29 14:31:33 +00:00
alecf%netscape.com
2620d4d937
fix some more stuff for bug 100214, sr=scc, r=jag
...
get rid of ToUpper() call, since it just calls into mCaseConversion anyway
2001-10-26 02:32:46 +00:00
jaggernaut%netscape.com
fd3b251e94
Attempt at fixing bustage for Mac OS X
2001-10-24 09:03:09 +00:00
jaggernaut%netscape.com
536285092a
BUg 103222: Spiff up nsICollation::CompareStrings string-fu, r=dbaron, sr=brendan
2001-10-24 08:15:57 +00:00
dougt%netscape.com
b5ba390898
Extraneous Symbol Removal. Patch by Jon Smirl jonsmirl@mediaone.net. r=dougt@netscape.com, sr=alecf@netscape.com. Bug 104172 , 104316 , 104420 , 104426 , 104461 , 104511 , 104527
2001-10-23 01:37:21 +00:00
ftang%netscape.com
7871c0cda4
fix bustage. somehow I can compile but tinderbox cannot.
2001-10-16 14:10:21 +00:00
ftang%netscape.com
6ef80c3db6
fix bug 95282. Add unicode based collation code for Mac OS X. r=nhotta sr=sfraser
2001-10-16 12:30:44 +00:00
dbaron%fas.harvard.edu
ed869c764e
Replace uses of overloaded |fputs| and most uses of |ns[C]String::ToCString|. b=104763 r=jag rs=scc
2001-10-16 03:53:44 +00:00
dbaron%fas.harvard.edu
a22072c008
Bug 69873: remove nsAutoCString. r=jag rs=scc
2001-10-12 02:57:59 +00:00
loadrunner%betak.net
b8094aa4c3
bug 97171, startup perf- remove the need of loading of langGroups.properties files at startup time to speed up startup performance, r=ftang, sr=waterson
2001-10-08 09:02:57 +00:00
jaggernaut%netscape.com
c39b98b2a4
Clean up REQUIRES lines.
2001-10-07 10:35:41 +00:00
jaggernaut%netscape.com
bbc4678735
Bug 95906: browser reorders bookmarks randomly. Patch by Brian Stell <bstell@netscape.com>, r=jag, sr=brendan, a=Asa.
2001-10-05 10:57:11 +00:00
alecf%netscape.com
154e22efc7
Rest of fix for bug 102004 and bug 102085 - move UI-specific i18n code into xpfe. r=ftang, sr=shaver
2001-10-02 21:30:28 +00:00
jaggernaut%netscape.com
ca6197295f
Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc
2001-09-29 08:28:41 +00:00
gerv%gerv.net
1c6c9ed7c8
License changes, take 2. Bug 98089. mozilla/include/, /mozilla/htmlparser/, /mozilla/intl/ (part 1).
2001-09-26 00:40:45 +00:00
gerv%gerv.net
1856815ff1
Oops.
2001-09-20 00:02:59 +00:00
scc%mozilla.org
bc444f528a
bug #98089 : ripped new license
2001-09-19 22:39:41 +00:00
jaggernaut%netscape.com
d1a7bfa843
One module per line for REQUIRES. r=/sr=alecf
2001-09-18 22:01:13 +00:00
jaggernaut%netscape.com
dc40187223
Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf
2001-09-18 13:41:47 +00:00
alecf%netscape.com
62424ee7b2
Final REQUIRES changes for bug 98371, adding support for MOZ_TRACK_MODULE_DEPS to win32. r=cls (and tested by cls!)
2001-09-17 19:06:35 +00:00
sfraser%netscape.com
141ff38c0f
Fix for bug 96160 -- null check the i18n resource before use. Checking in for ftang, r=yokoyama, sr=sfraser
2001-09-14 21:12:17 +00:00
alecf%netscape.com
68c4fc803a
add REQUIRES support to intl
...
b=98371 r=cls
2001-09-10 20:03:25 +00:00
yokoyama%netscape.com
56ab4db57b
Bug 96318:
...
Fixing accidental removal of nsIFontPackageService.
/r=ftang;/sr=waterson;/a=asa
2001-09-06 00:26:13 +00:00
dbaron%fas.harvard.edu
113ad642ae
Replace uses of deprecated NS_IMPL_ISUPPORTS and NS_IMPL_QUERYINTERFACE macros with NS_IMPL_{ISUPPORTS,QUERYINTERFACE}{1,0}. r=jag rs=brendan b=45797
2001-08-21 01:48:11 +00:00
waterson%netscape.com
a6403e9cd9
Oops. Cut too deep.
2001-08-17 19:40:45 +00:00
waterson%netscape.com
7922665a06
Bug 95780. Rename locale.dll back to nslocale.dll so installer doesn't freak out.
2001-08-17 18:00:14 +00:00
waterson%netscape.com
4a20f6941f
Stab at fixing OS/2 bustage.
2001-08-17 09:40:23 +00:00
waterson%netscape.com
d41a41e2d5
Bug 94831, redux. Fix windows static build stuff.
2001-08-17 08:38:26 +00:00
waterson%netscape.com
dc8b305eca
Bug 94831. Convert locale into a generic module. r/sr=nobody
2001-08-17 05:54:29 +00:00
waterson%netscape.com
95e757d81a
Bug 94831. Convert locale stuff to generic module. r/sr=nobody: I am the devil.
2001-08-17 05:52:48 +00:00
sfraser%netscape.com
4d87b83d18
Project cleanup, rs=scc. Fix one or more of access paths, linking with the correct startup library, and unnecessary linkage.
2001-08-17 01:16:19 +00:00
jaggernaut%netscape.com
e91f8a147e
Bug 86734: Remove NS_WITH_SERVICE. r=dbaron, rs=scc, a=asa
2001-07-25 07:54:28 +00:00
jaggernaut%netscape.com
cb0faab070
Bug 73353: clean up the REQUIRES lines in Makefiles.
2001-07-23 22:36:12 +00:00
mkaply%us.ibm.com
54194a8799
Strange OS/2 bustage that only happens on some machines
2001-07-03 16:57:55 +00:00
mkaply%us.ibm.com
b6b13b7517
Tab tricked me
2001-07-02 13:45:20 +00:00
mkaply%us.ibm.com
db933bb29c
OS/2 only - much better version of this Makefile that fixes EMX bustage
2001-07-02 13:02:41 +00:00
cls%seawood.org
327a0222d1
Wrap fprintfs in DEBUG ifdefs
...
Bug #78648 r=nhotta
2001-07-01 23:38:55 +00:00
cls%seawood.org
66d937045b
Landing static build changes for OS2
...
Thanks to Javier Pedemonte <pedemont@us.ibm.com> for the patch.
Bug #85283 r=mkaply r=waterson
2001-07-01 12:11:13 +00:00
jaggernaut%netscape.com
5a6317b8a5
Bug 88413: Remove |GetUnicode()| from nsString (and replace it with |get()|). r=dbaron, rs=scc.
...
This removes all call-sites I can currently fix. Tomorrow I'll try to get someone to checkin my changes to security/ and I'll get some help with the Netscape side of things.
nsString::GetUnicode()'s final death-blow will be dealt soon. Please keep this in mind as you add new code :-)
2001-06-30 11:02:25 +00:00
waterson%netscape.com
b74d6e1c8b
Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs.
2001-06-20 20:21:49 +00:00
nhotta%netscape.com
3e09e43e2b
Replaced strcpy by memcpy in order to avoid copying nul terminator which the key might not have a room for it
...
(which causes the buffer overrun), r=ftang, sr=sfraser, a=asa.
2001-06-19 22:28:11 +00:00
cls%seawood.org
bf5fb48486
Replaced NO_SHARED_LIB & NO_STATIC_LIB with BUILD_SHARED_LIBS, BUILD_STATIC_LIBS, FORCE_STATIC_LIB & FORCE_SHARED_LIB. Added FORCE_USE_PIC.
...
Changes allow us to have a finer control over which parts of the tree are built with PIC. Part of the static build branch landing.
Bug #46775 r=mcafee a=leaf
2001-06-18 22:10:38 +00:00
jst%netscape.com
77aeecc056
scc checking in from jst's account. bug #75220 : sr=jst, rs=brendan. renaming |nsPromiseC?Concatenation| to |nsDependentC?Concatenation|; |nsPromiseC?Substring| to |nsDependentC?Substring|; |nsLiteralC?String| and |nsLocalC?String| to |nsDependentC?String|, as these new names better reflect clients obligations to instances.
2001-05-19 11:27:30 +00:00
nhotta%netscape.com
8e6de5d054
Changed strtok to nsCRT::strtok, check in for drepper@cygnus.com, bug 81589, r=nhotta, sr=blizzard.
2001-05-18 21:41:48 +00:00
cls%seawood.org
bc083891a7
Update intermodule dependencies to fix senna bustage
2001-05-15 20:53:59 +00:00
nhotta%netscape.com
d259a58547
using nhotta's account: yokoyama: bug fix for 69121. /r=ftang; /sr=brendan
2001-05-15 17:56:22 +00:00
yokoyama%netscape.com
1aaf8b9d4b
bug: 80746: /r=ftang; /sr=brendan
2001-05-15 17:55:21 +00:00
cls%seawood.org
00f28396a9
Set EXPORT_LIBRARY=1 in all pertinent Makefile.ins. Allows us to build the final link list as we traverse the tree. Bug #46775
2001-04-28 19:48:12 +00:00
shaver%mozilla.org
a0daa1645d
75152: Remove GetVersionNumber stub in favour of upcoming, less-invasive
...
preloader strategy. r=jag, sr=attinasi.
2001-04-11 14:23:13 +00:00
dprice%netscape.com
8c0b9eaf97
65845 - new order files
2001-04-05 06:02:32 +00:00
rickg%netscape.com
169a621d42
preloader update. r=peterl, sr=attinasi
2001-04-03 22:58:59 +00:00
disttsc%bart.nl
f4edb65ad4
bug 73339: Remove NS_ConvertToString (just another name for NS_ConvertASCIItoUCS2) from the tree. r=jst, sr=scc
2001-03-27 11:17:17 +00:00
disttsc%bart.nl
f595ed19f3
Clean up REQUIRES lines. r=cls
2001-03-25 22:59:27 +00:00
nhotta%netscape.com
b769c9aa44
Changed to duplciate tm record to avoid the memory to be disturbed by following usage of localtime(),
...
r=bstell,jelwell, sr=erik.
2001-03-23 23:38:14 +00:00
dprice%netscape.com
edb387e49c
71057 sr=waterson new order files. NOT PART OF THE REGULAR BUILD
2001-03-13 10:47:37 +00:00
nhotta%netscape.com
1bb45c48ea
Enabled Lithuanian, Latvian, Estonian, Hebrew, Esperanto, bug 62578, r=tao, sr=erik.
2001-03-08 22:47:41 +00:00
disttsc%bart.nl
8b43034cef
Change implicit conversion from
...
|NS_ConvertUTF8toUCS2|
|NS_ConvertASCIItoUCS2|
|NS_ConvertUCS2toUTF8|
|ns[C]LiteralString|
|ns[C]PromiseFlatString|
to explicit |get()|.
Add |get()| to |nsString|, remove implicit conversion operators where possible, add NS_WARNING where not (yet!).
Bug=53057, r=alecf, sr=scc
2001-03-08 08:05:05 +00:00
disttsc%bart.nl
277181c660
Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc
2001-03-02 09:26:57 +00:00
erik%netscape.com
6e87dc4b26
checkin for bstell@netscape.com:
...
bug 61108, r=ftang@netscape.com , sr=brendan@mozilla.org
make the (Unix) XP locale parse return the XP version
rework the locale string parsing code to handle variable
length language codes
2001-03-01 01:06:30 +00:00
erik%netscape.com
b5886eca60
checkin for bstell@netscape.com:
...
bug 61108, r=ftang@netscape.com , sr=brendan@mozilla.org
we now store both the XP and Unix platform specific local
the the platform locale is under <tag>##PLATFORM
eg: save the XP locale under
NSILOCALE_TIME
and save the platform locale under
NSILOCALE_TIME##PLATFORM
2001-03-01 01:03:23 +00:00
erik%netscape.com
fc234c55f3
checkin for bstell@netscape.com:
...
bug 61108, r=ftang@netscape.com , sr=brendan@mozilla.org
we now store both the XP and Unix platform specific local
the the platform locale is under <tag>##PLATFORM
eg: save the XP locale under
NSILOCALE_COLLATE
and save the platform locale under
NSILOCALE_COLLATE##PLATFORM
2001-03-01 01:01:10 +00:00
erik%netscape.com
f47d426ea2
checkin for bstell@netscape.com:
...
bug 61108, r=ftang@netscape.com , sr=brendan@mozilla.org
store both the XP and Unix platform specific local
save the platform locale under <tag>##PLATFORM
eg: save the XP locale under
NSILOCALE_COLLATE
and save the platform locale under
NSILOCALE_COLLATE##PLATFORM
2001-03-01 00:58:35 +00:00