dbaron%fas.harvard.edu
28e3f20330
Fix bustage.
2002-02-16 17:07:31 +00:00
dbaron%fas.harvard.edu
c253a00757
Removing files long since replaced by nsCaseConversionImp2.{h,cpp}. b=125776 r=ftang sr=alecf
2002-02-16 16:33:23 +00:00
dbaron%fas.harvard.edu
d376f6e5e2
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
0f7dab6e8b
Bug 119927:
...
Forgot to checkin for unix
2002-02-16 02:15:22 +00:00
yokoyama%netscape.com
af6a5bed20
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
alecf%netscape.com
fc2707491d
argh! mathml wasn't building on my windows box.. who knew?!
2002-02-15 15:15:33 +00:00
alecf%netscape.com
d28c184ed1
oops, forgot to land this file..
2002-02-15 15:12:23 +00:00
alecf%netscape.com
049ccdbdb9
bug 125055 - move uconv registration to table-based list of converters
...
shrinks dll and speeds up access
r=yokoyama, sr=blizzard
2002-02-15 15:03:39 +00:00
nhotta%netscape.com
b1d7c1bcea
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
harishd%netscape.com
beee5f30b8
** Patch provided by dougt ** Create parser-service category.b=107087, r=harishd, sr=alecf
2002-02-14 23:18:28 +00:00
nhotta%netscape.com
1cb9cea651
Added a mapping method to take PRUnichar* as an input string, bug 125077, r=ftang, sr=blizzard.
2002-02-14 22:16:16 +00:00
yokoyama%netscape.com
b50768b283
Bug 125061
...
Adding gb_2312 to charsetalias.properties file
/r=nhotta
2002-02-14 00:59:46 +00:00
ccarlen%netscape.com
785d2e93ee
Bug 115334 - removing .mcp files that are obsolete since conversion to XML. r=jj/sr=sfraser
2002-02-13 15:01:37 +00:00
ftang%netscape.com
fc599cd318
add stress test script for gb18030
...
not part of the build
2002-02-13 01:32:54 +00:00
ftang%netscape.com
e566ece040
fix bug 101998. Add surrogate conversion
...
r=shanjian sr=alecf
2002-02-13 01:31:54 +00:00
nhotta%netscape.com
12d7bad8aa
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
ccarlen%netscape.com
9285546c83
Bug 115334 - Removing .mcp files which are obsolete after XML conversion. r=jj/sr=sfraser
2002-02-12 15:41:41 +00:00
shanjian%netscape.com
ab29096262
#120348 crash in macro CCMAP_HAS_CHAR_EXT
...
rewrite CCMAP_HAS_CHAR_EXT macro
r=ftang, sr=attinasi
2002-02-12 05:01:42 +00:00
shanjian%netscape.com
5adcad4348
Reverse my last checkin because the comment is not there. (cvs ci does not
...
allow me abort, while I copy-n-paste, it accidentally copied a carriage return.)
2002-02-12 04:59:15 +00:00
shanjian%netscape.com
b1ecc45245
*** empty log message ***
2002-02-12 04:54:24 +00:00
bzbarsky%mit.edu
e3b541a10c
Relanding the Compare --> Equals conversion. a=mcafee
2002-02-10 15:49:46 +00:00
bzbarsky%mit.edu
260814c5be
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
mkaply%us.ibm.com
c7b1672d01
OS/2 bustage
2002-02-09 06:02:44 +00:00
cathleen%netscape.com
f85b558e6e
fix windows installer for static build, bug 124525 r=dp sr=sfraser
2002-02-09 03:06:00 +00:00
rbs%maths.uq.edu.au
3e72b71e39
bug 109826 - turn on MathML in default builds (Windows & Linux), r=cls, a=endico on behalf of staff@mozilla.org, a=shaver on behalf of drivers@mozilla.org
2002-02-08 08:32:32 +00:00
colin%theblakes.com
2119ef8137
Add sdeckanji for OpenVMS. b=122203. r=yokoyama
2002-02-07 23:23:33 +00:00
ccarlen%netscape.com
238b2f2205
Bug 96525 - Delay loading of strres dll when setting profile. r=tao@netscape.com/sr=alecf@betscape.com
2002-02-07 14:41:36 +00:00
bzbarsky%mit.edu
580e33204e
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
bf3e08eb5f
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
d285f8f560
Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson
2002-01-30 21:14:20 +00:00
alecf%netscape.com
b417379c8c
First part of fix for bug 107575 - remove nsString::FindChar because there is already an nsAString::FindChar, and remove the "ignore case" option in RFindChar
...
r=dougt, sr=jag
2002-01-30 06:04:29 +00:00
dougt%netscape.com
894fdcfaaf
1. Converts callers of nsIComponentManagerObsolete to use
...
nsIComponentRegistrar.
2. Converts callers of nsComponentManager::AutoRegister to use
nsIComponentRegistrar's autoRegistrar method.
3. Add nsIComponentRegistrar implmentation to nsComponentManagerImpl.
4. Rearrange nsComponentManager.cpp so that related methods are in the same
place.
5. Added a C-style function NS_GetComponentRegistrar so that getting the
registrar is easier in some places.
6. Added a nsISimpleEnumerator interface on PLDHashTableEnumeratorImpl. in
this way, the same base class can support both old style and new style
enumerations.
7. Fixed a nasty bug where unregistring factories will leave the contract id
hash with a dangling pointer. Now, when unregister is called we search the
contract id hash for entries which have the given doomned cid and remove them.
Bug 115853. r=dp@netscape.com , sr=rpotts@netscape.com
2002-01-29 21:22:13 +00:00
cathleen%netscape.com
2431b85ca9
remove memcpy function from nsCRT, eliminate 2 new nsCRT::memcpy callers
...
and fix up alighment problems from previous patch, bug 118135, sr=brenda r=dp
2002-01-26 00:04:45 +00:00
rbs%maths.uq.edu.au
86b96ba2fb
Fix MathML bug 118313 - GetBoundingMetrics is inaccurate in the face of whitespace. Avoid a troublesome whitespace glyph that has zero width
2002-01-25 05:57:27 +00:00
seawood%netscape.com
fa5df5e54c
Use dynamic library & xpidl_module names from nmake build for win32 gmake builds for compatibility.
...
bug #58981 sr=jag
2002-01-16 05:10:09 +00:00
bzbarsky%mit.edu
d974e9c1e6
Bug 104480. "EqualsIgnoreCase(nsAutoString(foo)) is bad and should
...
die." r=alecf, sr=jag
2002-01-16 03:31:25 +00:00
shanjian%netscape.com
a29625f963
#118000 support unicode plane 1 characters
...
r=ftang, sr=attinasi
nsCompressCharMap was modified to take ucs4 directly.
nsFontMetricsWin was modified to handle surrogate pair.
2002-01-16 00:15:58 +00:00
shanjian%netscape.com
3a005e5cda
#118000 support unicode plane 1 characters
...
r=ftang, sr=attinasi
this part fix the line breaker. Surrogate pair should be be separated.
2002-01-16 00:03:16 +00:00
rbs%maths.uq.edu.au
a6c16da8e0
Add transliteration for U+2146 (ⅆ) b=119664, r=shanjian, rs=waterson
2002-01-15 23:00:56 +00:00
shanjian%netscape.com
e519b372dc
#102595 nsUnicodeToUTF8 does not handle surrogate pair correctly
...
r=bstell, sr=brendan
2002-01-15 01:04:24 +00:00
cathleen%netscape.com
c2d19ad82a
converted 271 references to nsCRT::memcpy to memcpy, bug 118135 r=dp
2002-01-12 03:18:55 +00:00
alecf%netscape.com
a6947aff4b
remove dead file - not used anywhere
2002-01-11 15:09:32 +00:00
shanjian%netscape.com
57f0373d07
#118606 support opentype format 12 CMAP table
...
r=rbs, sr=attinasi
2002-01-10 22:06:58 +00:00
bstell%ix.netcom.com
7baafbeb9b
bug 116150 add NextNonEmptyCCMapPage and SetChars(PRUint16* aCCMap)
...
for FreeType2 font code
r=shanjian, sr=brendan
2002-01-10 00:01:38 +00:00
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
bzbarsky%mit.edu
e93309f629
Replace DEBUG_PRINTF with NS_WARNING/NS_ASSERTION. Bug 117440, patch by
...
Morten Nilsen <Morten@Nilsen.com>, r=timeless, sr=brendan
2002-01-09 18:49:43 +00:00
shanjian%netscape.com
3a9bdf5aac
#117957 Mozilla won't start if locale is set to value other than C or en_US
...
patch proposed by marcus@marcuscom.com
r=shanjian sr=brendan
2002-01-09 02:13:10 +00:00
shanjian%netscape.com
d7173de13c
#97173 remove the need of loading unixcharset.properties file at startup time.
...
r=bstell, sr=brendan
2002-01-09 02:03:31 +00:00
ftang%netscape.com
7b32780d00
fix bug 117098. fix it for all big endian machine. change the bad casting address code . r=smontagu sr=sfraser. also change oen variable name to make mac debugging easier.
2002-01-08 00:48:37 +00:00
ftang%netscape.com
99764fd20f
fix bug 116143 . make cp1252 conversion round trip. r=shanjian sr=brendan
2002-01-04 00:38:18 +00:00
ftang%netscape.com
6b041b6f76
fix bug 115519. r= shanjian sr= sfraser . make the convert return NS_OK
...
when it really did it's job.
2002-01-03 21:43:12 +00:00
shanjian%netscape.com
24c57637ea
#101295 Under bg_BG locale, title are not displayed correctly.
...
r=ftang, sr=brendan
2001-12-27 21:15:20 +00:00
shanjian%netscape.com
f76c0c6f15
#112793 fine tune frame charset mechanism
...
Besides charset, document now records charset source as well.
nsCharsetSource was replaced by PRInt32.
Some code relocation in nsHTMLDocument.cpp
r=yokoyama sr=waterson
2001-12-26 03:17:59 +00:00
timeless%mac.com
711739d601
Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
...
r='s from many people. sr=jst
2001-12-23 23:23:41 +00:00
jaggernaut%netscape.com
76d7d73ab7
Bug 115671: Add faster To{Upper,Lower}Case for nsASingleFragment{C}String, r=dbaron, sr=dveditz, and ns{C}String, r=bbaetz, sr=scc
2001-12-23 02:56:41 +00:00
yokoyama%netscape.com
5649dadd0c
Bug 104158
...
Fixing build bustage on non-ASCII OS
/r=yokoyama, /sr=jag
2001-12-21 22:58:17 +00:00
jaggernaut%netscape.com
bfbe42e412
Backing myself out to see if I'm the cause of btek going from 1245ms to 1251ms.
2001-12-20 06:12:49 +00:00
jaggernaut%netscape.com
10e4e8b173
Bug 115671: Add (faster) To{Upper,Lower}Case for nsASingleFragmentStrings. r=dbaron, sr=dveditz
2001-12-20 02:15:35 +00:00
dbaron%fas.harvard.edu
586a521563
Remove the many forms of NS_SetupRegistry since the classes registered are all now part of proper components. r=dougt, jag sr=rpotts b=81527
2001-12-20 02:09:49 +00:00
dougt%netscape.com
9a75bc4b8e
nsIComponentManager API Changes (bug 98553)
...
a) create a new nsIComponentManager with only four functions on it:
CreateInstance CreateInstanceByContractID GetClassInfo GetClassInfoByContractID.
b) rename the old nsIComponentManager to nsIComponentManagerObsolete.
c) fixes callers which use to access the nsIComponentManager for component
registration functionality. These callers will temporary use the
nsIComponentManagerObsolete interface.
d) Create a new API NS_GetComponentManager() which mirrors the
NS_GetServiceManager()
e) Perserves the old NS_GetGlobalComponentManager(). Note the cast usage.
r/sr = rpotts@netscape.com alecf@netscape.com brendan@mozilla.org
2001-12-19 00:12:41 +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
bryner%netscape.com
a74f931cdb
Backing out alecf's checkin for bug 115152 as it's causing a crash on exit on optimized builds (and keeping tinderbox orange).
2001-12-18 07:09:40 +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
alecf%netscape.com
9b8cd4a627
fix for bug 115152, lots of service-manager warnings on exit. r=nhotta, sr=darin
2001-12-17 22:24:25 +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
pete%alphanumerica.com
e0a236de47
b=114353, r=yokoyama, sr=jst, a=asa
...
fix for nsUNIXCharset.cpp assertions and
startup failure on FreeBSD
--pete
2001-12-14 14:40:50 +00:00
yokoyama%netscape.com
493f641f83
Bug 107074: Top crasher bug @ nsShiftJISToUnicode::Convert
...
Adding a boundary check for Unicode converter
check-in for shom@vinelinux.org
/r=nhotta,/sr=blizzard,/a=asa
2001-12-14 00:11:00 +00:00
ccarlen%netscape.com
de865879b2
Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser
2001-12-11 05:45:45 +00:00
ccarlen%netscape.com
9d32855606
Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser
2001-12-11 05:35:08 +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
b4f1e83674
Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser
2001-12-11 04:54:47 +00:00
ccarlen%netscape.com
1b00c70ee8
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 21:20:58 +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
ccarlen%netscape.com
2d15ad27bc
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 20:25:12 +00:00
mkaply%us.ibm.com
ff1fdaea2b
Get OS/2 building - we need GetDefaultCharsetForLocale
2001-12-08 17:56:48 +00:00
jaggernaut%netscape.com
d717935013
Attempt at fixing OS/2 bustage
2001-12-08 15:16:23 +00:00
jaggernaut%netscape.com
c892a468bd
BUg 113228: Replace nsC?String::To(Lower|Upper)Case with global To(Lower|Upper)Case. r=dbaron, sr=jst
2001-12-08 07:08:38 +00:00
yokoyama%netscape.com
6a916c8e79
Bug 110486
...
Removing NSGetFactory from UCONV
/r=shanjian; /sr=brendan
2001-12-08 00:25:28 +00:00
shanjian%netscape.com
7bdc78192b
#110843 support unicode beyond BMP plane in Compressed charmap
...
r=bstell sr=brendan
2001-12-06 23:10:32 +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
leaf%mozilla.org
99e99b9ff7
remove cppsrcs defines from makefile.win files, bug 102459, sr=cls r=dbaron
2001-12-05 03:43:29 +00:00
alecf%netscape.com
48ec5a5741
add nsConverterInputStream to factory now that all 3 platforms are updated
2001-11-30 22:58:36 +00:00
alecf%netscape.com
b97c3f6ef8
oops, export this file
2001-11-30 22:58:01 +00:00
alecf%netscape.com
6a1c30e7ef
Added files:
mozilla/intl/uconv/src/nsConverterInputStream.cpp
2001-11-30 22:57:55 +00:00
alecf%netscape.com
938730f121
other part of bug 11053, move ConverterInputStream into uconv from xpcom, sr=darin r=dougt
2001-11-30 22:50:27 +00:00
alecf%netscape.com
d3a51cab3c
bug 110531 and bug 108285 - move ConverterInputStream into uconv and out of xpcom. sr=darin, r=dougt
2001-11-30 22:48:47 +00:00
dbaron%fas.harvard.edu
60dae22732
Backing out shanjian at his request to fix Linux orange.
2001-11-30 01:57:24 +00:00
shanjian%netscape.com
22a8021ff9
#support unicode beyond BMP plane in Compressed charmap
...
r=bstell, sr=brendan
2001-11-30 00:41:20 +00:00
yokoyama%netscape.com
8e16515477
Bug 112240
...
Add shift-jis alias
in a properties file
/r=shanjian
2001-11-29 00:24:13 +00:00
cathleen%netscape.com
4c24eb719c
fix bustage in win32 static build, and also it's run-time err, unable to get
...
textService, bug 111062 r=dbaron sr=darin
2001-11-28 02:36:27 +00:00
alecf%netscape.com
ad306c5d35
just adding MOZ_COUNT_CTOR/DTOR - no functional changes
2001-11-27 06:27:13 +00:00
alecf%netscape.com
c4475fb016
just adding MOZ_COUNT_CTOR/DTOR - no functional code
2001-11-27 06:19:36 +00:00
nhotta%netscape.com
ab230b5142
Adding new files for Georgian charset GEOSTD8, bug 107533.
2001-11-26 22:58:02 +00:00
nhotta%netscape.com
d25487d391
Adding Georgian charset GEOSTD8, contributed by giasher@wanex.net, bug 107533, r=ftang, rs=brendan.
2001-11-26 22:57:11 +00:00