nhotta%netscape.com
8eb127731e
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
874c54280c
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
0a050283a4
#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
cee1814098
Fix OS2 bustage
2001-12-17 09:21:04 +00:00
jaggernaut%netscape.com
7936b26225
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
6ab111155d
Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf
2001-12-16 11:58:03 +00:00
seawood%netscape.com
3738d752bc
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
5be3015148
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
31d6aca7e7
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
eec09f1b7d
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
d360173601
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
f0d38bf80d
Backout my last changes, need MacOSX change, need to change inline.
2001-12-06 21:36:44 +00:00
nhotta%netscape.com
2b9c07f79f
Added ASCII key support, bug 110837, r=shanjian, sr=sspitzer.
2001-12-06 21:12:58 +00:00
alecf%netscape.com
c4475fb016
just adding MOZ_COUNT_CTOR/DTOR - no functional code
2001-11-27 06:19:36 +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
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
jaggernaut%netscape.com
9a2d10888f
Clean up REQUIRES lines. r/sr=alecf
2001-11-16 01:54:59 +00:00
bstell%netscape.com
e50acc5da7
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
9e3499664b
REQUIRES cleanup
2001-11-02 06:30:34 +00:00
alecf%netscape.com
d738ec4141
fix unix bustage.. I can't keep up... :(
2001-11-01 23:15:15 +00:00
bstell%netscape.com
3d4597dc3a
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
326f5a7696
oops this should be getService not createInstance
2001-10-30 08:03:08 +00:00
mkaply%us.ibm.com
09a80767cc
OS/2 TB bustage - accidentally checked in wrong version
2001-10-29 17:57:08 +00:00
mkaply%us.ibm.com
3d2d12073e
#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
49d4e40c09
#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
32d95be0f5
#107296
...
r=cls
Use SHARED_LIBRARY_LIBS so that dependent building works correctly
2001-10-29 14:31:33 +00:00
alecf%netscape.com
62ecde7383
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
2f4eac7c83
Attempt at fixing bustage for Mac OS X
2001-10-24 09:03:09 +00:00
jaggernaut%netscape.com
570994b279
BUg 103222: Spiff up nsICollation::CompareStrings string-fu, r=dbaron, sr=brendan
2001-10-24 08:15:57 +00:00
dougt%netscape.com
5fe12c09e7
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
84f2798435
fix bustage. somehow I can compile but tinderbox cannot.
2001-10-16 14:10:21 +00:00
ftang%netscape.com
f32e210d7a
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
34fc404be7
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
2dcf82b72b
Bug 69873: remove nsAutoCString. r=jag rs=scc
2001-10-12 02:57:59 +00:00
loadrunner%betak.net
19ee307ca2
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
25694acfa3
Clean up REQUIRES lines.
2001-10-07 10:35:41 +00:00
jaggernaut%netscape.com
6d2f091e05
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
a77042a8e0
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
fdc4078bc4
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
e61b2be88e
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
2a80f3fea9
Oops.
2001-09-20 00:02:59 +00:00
scc%mozilla.org
da68f3ed78
bug #98089 : ripped new license
2001-09-19 22:39:41 +00:00
jaggernaut%netscape.com
e25262c61f
One module per line for REQUIRES. r=/sr=alecf
2001-09-18 22:01:13 +00:00
jaggernaut%netscape.com
3826eb9902
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
cf9912aa80
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
057578065b
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
8b23f45a94
add REQUIRES support to intl
...
b=98371 r=cls
2001-09-10 20:03:25 +00:00
yokoyama%netscape.com
64d31162d6
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
716f9f4695
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
9b51c834ba
Oops. Cut too deep.
2001-08-17 19:40:45 +00:00
waterson%netscape.com
7ddd9832c7
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
9f70212bc0
Stab at fixing OS/2 bustage.
2001-08-17 09:40:23 +00:00
waterson%netscape.com
8df0653138
Bug 94831, redux. Fix windows static build stuff.
2001-08-17 08:38:26 +00:00
waterson%netscape.com
03226fa5df
Bug 94831. Convert locale into a generic module. r/sr=nobody
2001-08-17 05:54:29 +00:00
waterson%netscape.com
844a26f337
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
3e6475c529
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
c14d9c09a1
Bug 86734: Remove NS_WITH_SERVICE. r=dbaron, rs=scc, a=asa
2001-07-25 07:54:28 +00:00
jaggernaut%netscape.com
4d73a251ab
Bug 73353: clean up the REQUIRES lines in Makefiles.
2001-07-23 22:36:12 +00:00
mkaply%us.ibm.com
d4483a76c6
Strange OS/2 bustage that only happens on some machines
2001-07-03 16:57:55 +00:00
mkaply%us.ibm.com
ec9b618803
Tab tricked me
2001-07-02 13:45:20 +00:00
mkaply%us.ibm.com
6383108f84
OS/2 only - much better version of this Makefile that fixes EMX bustage
2001-07-02 13:02:41 +00:00
cls%seawood.org
c3ad4e117a
Wrap fprintfs in DEBUG ifdefs
...
Bug #78648 r=nhotta
2001-07-01 23:38:55 +00:00
cls%seawood.org
52d7838acf
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
03ab87e4a1
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
0877b1a573
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
110aef2d20
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
80f526179f
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
f72e19a2c3
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
1e780d47f4
Changed strtok to nsCRT::strtok, check in for drepper@cygnus.com, bug 81589, r=nhotta, sr=blizzard.
2001-05-18 21:41:47 +00:00
cls%seawood.org
f232c8c483
Update intermodule dependencies to fix senna bustage
2001-05-15 20:53:59 +00:00
nhotta%netscape.com
a4b891569c
using nhotta's account: yokoyama: bug fix for 69121. /r=ftang; /sr=brendan
2001-05-15 17:56:22 +00:00
yokoyama%netscape.com
93a0976c9a
bug: 80746: /r=ftang; /sr=brendan
2001-05-15 17:55:21 +00:00
cls%seawood.org
25c6dc1c7e
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
dprice%netscape.com
3e31ab9946
65845 - new order files
2001-04-05 06:02:32 +00:00
disttsc%bart.nl
7dc7816cb0
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
6e48266508
Clean up REQUIRES lines. r=cls
2001-03-25 22:59:27 +00:00
nhotta%netscape.com
8ef8ea4abe
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
1b42d68e45
71057 sr=waterson new order files. NOT PART OF THE REGULAR BUILD
2001-03-13 10:47:37 +00:00
nhotta%netscape.com
e554323267
Enabled Lithuanian, Latvian, Estonian, Hebrew, Esperanto, bug 62578, r=tao, sr=erik.
2001-03-08 22:47:41 +00:00
disttsc%bart.nl
aebc676048
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
043186b34e
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
e359fb63dd
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
1a3e1c9ec4
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
792e22c993
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
65f13d3e3e
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
erik%netscape.com
42771d1b8a
checkin for bstell@netscape.com:
...
bug 61108, r=ftang@netscape.com , sr=brendan@mozilla.org
add a "zh" Chinese language group in addition to zh-CN or zn-TW
2001-03-01 00:52:28 +00:00
erik%netscape.com
1e450499fa
checkin for bstell@netscape.com:
...
bug 61108, r=ftang@netscape.com , sr=brendan@mozilla.org
add defines for language/country/extra/locale buffer lenghts
2001-03-01 00:49:31 +00:00
nhotta%netscape.com
5c700ba3f2
Moved collation setting from pref to property for localizability, bug 62015, r=tao, sr=erik.
2001-02-27 23:33:47 +00:00
dprice%netscape.com
5184a7104b
# 65845 sr=waterson, new order files will greatly reduce the number of link warnings.
2001-02-27 04:38:19 +00:00
nhotta%netscape.com
121582e335
Changed to cache unicode decoder, bug 68826, r=yokoyama, sr=erik.
2001-02-22 23:27:53 +00:00
nhotta%netscape.com
96ef48a5bc
Changed to use OS API to convert to unicode, bug 68826, r=yokoyama, sr=erik.
2001-02-22 23:27:11 +00:00
disttsc%bart.nl
744785129a
Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls
2001-02-22 09:35:51 +00:00
nhotta%netscape.com
e1c363dea7
Removed two functions from nsICollation which use nsString, r=mkaply@us.ibm.com, sr=sspitzer.
2001-02-16 22:10:35 +00:00
nhotta%netscape.com
32aaab8c54
Changed the class to cache unicode converter to avoid extra createinstances, bug 68075, r=yokoyama, sr=erik.
2001-02-14 00:02:45 +00:00
dprice%netscape.com
fc5a7ddbf1
65845 first cut of the order files
2001-02-13 02:48:02 +00:00
ftang%netscape.com
4e793f61f9
add nsFontPackage for font downloading trigger code. sr=erik
2001-02-06 12:40:23 +00:00
ftang%netscape.com
36ecec1143
add nsFontPackage.cpp to implement interface for font downloading sr=erik
2001-02-06 12:38:09 +00:00
ftang%netscape.com
73d39b1a05
add font download interfaces . sr=erik
2001-02-06 12:37:10 +00:00
ftang%netscape.com
bcb4be1fcb
add font download interface sr=erik
2001-02-06 12:35:41 +00:00