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
dp%netscape.com
ea80098fbf
Adding function timer. Only for timeline
2001-11-26 22:26:39 +00:00
nhotta%netscape.com
0c53a57e4f
Adding Georgian charset GEOSTD8, contributed by giasher@wanex.net, bug 107533, r=ftang, rs=brendan.
2001-11-21 23:48:08 +00:00
nhotta%netscape.com
6c5d70b08e
Removing unused files, check in for ftang, bug 108112, r=nhotta.
2001-11-21 23:45:26 +00:00
nhotta%netscape.com
44799db9f9
Adding Georgian charset GEOSTD8, contributed by giasher@wanex.net, bug 107533, r=ftang, rs=brendan.
2001-11-21 23:40:05 +00:00
nhotta%netscape.com
7c6dcabcd1
Adding Georgian charset GEOSTD8, bug 107533, r=nhotta, sr=brendan.
2001-11-21 23:18:56 +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
shanjian%netscape.com
073bc38e35
#62929 psm charset detector should tolerate char '\0'
...
r=yokoyama sr=brendan
2001-11-21 00:58:48 +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
rbs%maths.uq.edu.au
7dbdc3d8ec
transliterate ⁡ b=106780 r=shanjian sr=waterson
2001-11-14 22:44:19 +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
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
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
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
bstell%netscape.com
a9cc400a76
bug 102133: fix 64 bit solaris crash
...
r=shanjian@netscape.com , sr=brendan@mozilla.org
2001-11-10 04:20:55 +00:00
tao%netscape.com
bef74eb6d0
report ui language and country code in test program (not part of client).
2001-11-09 22:57:30 +00:00
yokoyama%netscape.com
b1457cf946
Bug 108712
...
ISO-8859-16 and Korean (ISO-2022-KR) menu
appears in the wrong submenu.
/r=nhotta; /a=asa
2001-11-08 23:05:30 +00:00
yokoyama%netscape.com
0ca4154dbd
Bug 108712
...
ISO-8859-16 and Korean (ISO-2022-KR) menu
appears in the wrong submenu.
/r=nhotta; /a=asa
2001-11-08 22:57:29 +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
dbaron%fas.harvard.edu
c0623fdbcd
Add assertions that users of nsDependentC?String meet the requirements of nsAFlatC?String. Add nsDependentSingleFragmentC?Substring for users that don't. Additional cleanup after bug 100214. b=104651 r=jag sr=scc
2001-11-07 04:12:20 +00:00
loadrunner%betak.net
6a4a9bff4f
bug 97175 startup perf- remove the need of loading of charsetalias.properties files at startup, r=nhotta, sr=kin
2001-11-07 00:06:43 +00:00
alecf%netscape.com
2b832431c4
fix for bug 108314 - fix crash in nsStringBundle::GetSimpleEnumeration by loading the string bundle before starting the enumeration
...
sr=blake
(simple fix, no r= because I wanted to get this in before the smoktests monday)
2001-11-05 02:33:16 +00:00
jaggernaut%netscape.com
f16596bc75
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
2001-11-03 05:46:51 +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
alecf%netscape.com
50cf47c2a4
bug 76944 - lazy loading of string bundles.
...
While I'm there, do massive cleanup of string usage to avoid excess copying
also remove ns*AcceptLang on recommendation of tao
r=tao, sr=dveditz
2001-11-01 22:46:39 +00:00
mkaply%us.ibm.com
7ef3a33fd1
#95860
...
r=timeless, sr=blizzard
Add x-mac-hebrew and x-mac-arabic to charset lists so they actually work
2001-11-01 05:25:43 +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
mkaply%us.ibm.com
1b2bc0e330
#97235
...
r=mkaply,r=maha sr=blizzard
Code from Roozbeh Pournader - get extended Arabic letters to join so Persian works
2001-10-31 05:00:06 +00:00
dougt%netscape.com
1a5050445f
Moving nsISimpleEnumerator interface to new idl file. 99136, r=alecf@netscape.com sr=rpotts@netscape.com
2001-10-30 22:07:28 +00:00
alecf%netscape.com
1424f0401d
bump max string bundles in cache up to 16 from 10, since thats how many are created on startup
2001-10-30 08:48:49 +00:00
alecf%netscape.com
326f5a7696
oops this should be getService not createInstance
2001-10-30 08:03:08 +00:00
alecf%netscape.com
3d9cdf4e49
Back out my backout, now that mac seems to be fixed
2001-10-30 03:39:18 +00:00
alecf%netscape.com
a961df68cd
Back out my checkin because !(*@3 PSM is screwed.
2001-10-30 02:41:48 +00:00
alecf%netscape.com
567b9d0c84
bug 100214 - Remove string dependency on XPCOM routines that depend on unicharutil, r=jag sr=scc
2001-10-29 23:16:23 +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
sfraser%netscape.com
31a9f6853e
Clean up static linkage with unichar utils (bug 100214) for alecf. r=fm, sr=alecf
2001-10-26 23:34:53 +00:00
alecf%netscape.com
b1b8cad1cc
attempt to fix static build bustage
2001-10-26 20:10:44 +00:00
alecf%netscape.com
bef357d05e
Added files:
mozilla/intl/unicharutils/util/nsUnicharUtils.cpp
2001-10-26 03:37:38 +00:00
alecf%netscape.com
91f782f06b
final makefile.win changes for bug 100214, just adding some REQUIRES to be used soon
2001-10-26 03:18:09 +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
dougt%netscape.com
abb5f8b703
Freeze nsIMemory interface bug 99151 r=rpotts@netscape.com, sr=brendan@netscape.com
2001-10-26 00:09:22 +00:00
seawood%netscape.com
d4f40a1eca
Don't explicitly add $(srcdir) and let VPATH do its thing. Fixes packages built in objdirs.
2001-10-25 03:35:01 +00:00
nhotta%netscape.com
07901ffc2e
Changes for JA conversion tables, bug 54135, rs=ftang, rs=blizzard.
2001-10-24 23:57:50 +00:00
jaggernaut%netscape.com
8f26ef6202
Replace goto with if.
2001-10-24 09:29:54 +00:00
jaggernaut%netscape.com
029c9db977
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
2001-10-24 09:22:08 +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
shanjian%netscape.com
c0114a1447
#102706 change nsFontMetricsWin.cpp to use nsCompressedCharMap
...
r=rbs sr=attinasi
Most of the charmap were replaced by compressed charmap, only very few
left for direct operation. Some optimization also get in as problem
found when testing this patch.
2001-10-22 23:20:24 +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
f44a676b8c
bug 97174 startup perf- remove the need of loading of wincharset.properties files at startup time to speed up, r=nhotta, sr=sfraser
2001-10-22 21:52:16 +00:00
alecf%netscape.com
47893d851f
ack! how'd that get yanked? backing out part of my previous checkin, never should have landed
2001-10-22 21:25:14 +00:00
alecf%netscape.com
7899bc02f0
add ToUpperCase/ToLowerCase for PRUnichar - not used yet.. for bug 100214
2001-10-22 21:23:01 +00:00
alecf%netscape.com
8f4c5f1454
bug 100214 - add libunicharutil_s to all unix projects that require it, r=cls
2001-10-22 20:44:02 +00:00
loadrunner%betak.net
e337eac4e8
99186 Remove acceptlanguage.properties from the build, r=tao, sr=blizzard
2001-10-20 04:55:21 +00:00
alecf%netscape.com
65caaca07a
for bug 100214, add some PRUnichar case routines, #if 0'ed out
2001-10-19 22:51:11 +00:00
loadrunner%betak.net
6b88613c05
bug 99186, Remove acceptlanguage.properties from the build, r=tao, sr=blizzard
2001-10-19 21:53:14 +00:00
dougt%netscape.com
da7e1268bd
nsIObserver and nsIObserverService API freeze. r=rpotts@netscape.com, alecf@netscape.com. bug 99163
2001-10-19 20:52:59 +00:00
shanjian%netscape.com
6adad46381
#104518 CharDetNativeTest is not necessary
...
r=nhotta, sr=alecf
2001-10-16 14:23:44 +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
ftang%netscape.com
10ff159a07
fix 93985. add ISO-8859-16 . r=yokoyama sr=blizzard
2001-10-16 12:26:38 +00:00
ftang%netscape.com
1156f44116
add ISO-8859-16. create folder for different charsets
fix bug 93985
2001-10-16 12:25:55 +00:00
ftang%netscape.com
482d41c5d2
check in 93985. add ISO-8859-16 converter
...
r= yokoyama sr= blizzard (rs)
2001-10-16 12:06:22 +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
jshin%mailaps.org
f8fbd66d2b
r=yokoyama@netscape.com sr=brendan@mozilla.org
...
fix bug 7964 : Add ISO-2022-KR decoder (to Unicode) Korean emails.
Encoder is NOT included since ISO-2022-KR should not be used for
outgoing emails.
2001-10-13 07:27:30 +00:00
jshin%mailaps.org
0b2e73d509
r=yokoyama@netscape.com sr=brendan@mozilla.org
...
fix bug 7964 : Add ISO-2022-KR decoder (to Unicode) for
Korean emails. Encoder is NOT included since ISO-2022-KR should
not be used for outgoing emails.
2001-10-13 07:22:27 +00:00
alecf%netscape.com
511a787492
convert nsCRT::strn?cmp to Convert() for bug 100214, to depend on string rather than xpcom for case-insensitive unicode support. r=sspitzer for mail stuff, r=jag for everything else, sr=sfraser
2001-10-13 00:16:32 +00:00
dbaron%fas.harvard.edu
2dcf82b72b
Bug 69873: remove nsAutoCString. r=jag rs=scc
2001-10-12 02:57:59 +00:00
alecf%netscape.com
50acc36854
return the right count from write(), so that ToLower() actually terminates
...
(#if 0'ed out code)
2001-10-12 00:01:19 +00:00
alecf%netscape.com
17c923ff67
bug 104122 - add case-insensitive comparison to nsICaseCompare for speedy in-module string comparisons
...
r=jag, sr=shaver
2001-10-11 21:42:28 +00:00
alecf%netscape.com
084f1a375b
remove old nsCharsetMenu, bug 102004
...
r=ftang, sr=shaver
2001-10-11 19:05:29 +00:00
bnesse%netscape.com
460d50e292
Remove nsCharsetMenu.cpp from mac build. Bug 102004. r=ftang, sr=shaver. Checking in for alecf.
2001-10-11 19:00:50 +00:00
nhotta%netscape.com
99c2cffa3f
Moved .property file loading out from contructor, avoid loading .property file for some regions, bug 97172, r=ftang, sr=sfraser.
2001-10-11 18:35:50 +00:00
alecf%netscape.com
36a3612553
part of bug 100214 - turn on unicharutil_s on all platforms. r=cls (build-only change, and unicharutil_s is #if 0'd out)
2001-10-10 23:38:36 +00:00
dbaron%fas.harvard.edu
765eb60417
Reduce construction of (expensive) nsAutoString objects at performance hotspots. r=jag sr=waterson b=102756
2001-10-10 05:00:36 +00:00
alecf%netscape.com
d9c6cc4dce
oops, fix a typo in #if 0'ed out code
2001-10-09 23:43:25 +00:00
alecf%netscape.com
cb51588cc2
add 2nd operator() to prepare for future FindInReadable work in bug 100214
...
not part of build
2001-10-09 23:41:57 +00:00
alecf%netscape.com
7638e29ef4
#if 0 out some other code which will be turned on later
...
not part of build, will be reviewed for bug 100214
2001-10-08 22:16:22 +00:00
alecf%netscape.com
bba93b4903
more updates for bug 100214:
...
- #if 0 out nsUnicharUtils.h
- implement case insensitive string compare
- add nsUnicharUtils.h to mac build
(none of this actually part of the build)
2001-10-08 21:59:13 +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
b30717ea97
- add some cheesy implementations of FindInReadable
...
- move nsCaseInsensitiveStringComparator over
- fix some crashes
not part of build, will be reviewed for bug 100214
2001-10-03 01:55:09 +00:00
alecf%netscape.com
e269105c44
I don't know why this worked on my machine but not tinderbox.. removing old file reference
2001-10-02 22:09:09 +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
dbaron%fas.harvard.edu
0cc7ea34da
Bug 45797: replace remaining uses of deprecated macros NS_IMPL_QUERY_INTERFACE and friends with NS_IMPL_QUERY_INTERFACE1 and friends and remove the deprecated macros. r=jag sr=alecf
2001-10-02 03:18:08 +00:00
rbs%maths.uq.edu.au
1b8e0a3b1f
add transliterator to GfxWin, b=33498. r=shanjian, sr=waterson
2001-10-02 02:57:34 +00:00
alecf%netscape.com
6a7a6b4425
adding back dom for win32 bustage
2001-10-02 01:36:06 +00:00
alecf%netscape.com
07ce8ea6c9
huh, add back DOM on unix to fix requires bustage
2001-10-02 01:35:28 +00:00
alecf%netscape.com
8406185ae8
get rid of some dumb dependencies for bug 102290 r=jag, sr=darinf
2001-10-02 01:05:42 +00:00
yokoyama%netscape.com
11e6381048
Bug 102041
...
Don't use the return error code from mAlias->Equals()
/r=ftang/harishd; /sr=shaver; /ptd=jaime
2001-10-01 20:53:56 +00:00
alecf%netscape.com
c89731ea94
fix uconv depending on itself, r=cls part of bug 101761
2001-10-01 18:48:28 +00:00
bzbarsky%mit.edu
aeb875870c
Make nsICharsetAlias::GetPreferred() and nsICharsetAlias::Equals() take
...
nsAStrings instead of nsStrings. Bug 102096, r=ftang,jag. sr=shaver
2001-09-30 04:01:15 +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
harishd%netscape.com
99bd737981
96364 - Register html tag observers directly to parser service rather than nsObserverService. Doing so, reduces a lot of overhead. Also, the observers are now notified via sink. This eliminates the need for parser bundle.
...
r=dp,shanjian,sfraser, sr=rpotts.
2001-09-28 23:08:17 +00:00
alecf%netscape.com
856a576117
oops, this was supposed to go in yesterday as a part of bug 200214, r=jag, sr=sfraser
2001-09-28 23:00:09 +00:00
alecf%netscape.com
ec364347fb
add unix makefiles for unicharutil_s (not part of build!)
2001-09-26 21:06:46 +00:00
alecf%netscape.com
f8312491ce
first cut at case-insensitive wrappers for ns*Strings - not part of build
2001-09-26 20:53:57 +00:00
alecf%netscape.com
2060b904db
beginning of bug 100214 - eliminate encoding-insensitive nsCRT::str*cmp uses by properly converting to unicode. r=jag, sr=sfraser
2001-09-26 20:26:14 +00:00
alecf%netscape.com
ca1e0f0d4d
bug 101761 - clean up embed components so we can better understand REQUIRES r=cls
2001-09-26 20:17:35 +00:00
shanjian%netscape.com
f2df4bdfd6
#8664 Debug messages in terminal window on Linux Japanese build.
...
r=bstell sr=waterson
2001-09-26 02:38:34 +00:00
gerv%gerv.net
d7777fd8c3
License changes, take 2. Bug 98089. mozilla/intl/ (part 2).
2001-09-26 00:47:52 +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
1d745f3019
License changes, take 2. Bug 98089. mozilla/gfx/.
2001-09-26 00:16:04 +00:00
cls%seawood.org
35026a3e2b
Update REQUIRES for MOZ_MATHML & MOZ_SVG builds.
...
Thanks to jonsmirl@mediaone.net for the patch.
Bug #98371 r=cls
2001-09-22 13:34:38 +00:00
yokoyama%netscape.com
1c8b45f751
Bug 97224
...
Adding a Unicode byte check in the UTF8 converter.
Checking in for ftang.
/r=yokoyama, /sr=waterson
2001-09-22 00:18:39 +00:00
shanjian%netscape.com
a62e4f129a
#99666 page is displayed as blank in certain situation
...
r=harishd, sr=rpotts
2001-09-21 02:38:37 +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
cls%seawood.org
a08388d854
Compilers handle local declarations of 'int i' inside a for-loop differently so just declare it once at the top of the function.
2001-09-19 04:23:48 +00:00
bstell%netscape.com
92aa7f5139
bug 95518, r=yokoyama@netscape.com,r=Roland.Mainz@informatik.med.uni-giessen.de,
...
sr=brendan@mozilla.org ,
Compress font char maps by folding the empty spaces on top of each other.
2001-09-19 02:52:30 +00:00
bstell%netscape.com
b2ec2f83c5
bug 95518, r=yokoyama@netscape.com,r=Roland.Mainz@informatik.med.uni-giessen.de,
...
sr=brendan@mozilla.org ,
Define the size of a PRUint32 char map, aka: 8K char map
2001-09-19 02:49:05 +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
3098b78e27
Bug 99876: [XUL Syntax] <spring/> --> <spacer/>, r=alecf, sr=hyatt.
2001-09-18 21:47:32 +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
906d61bca8
additional changes per cls for bug 98371 (REQUIRES support on Win32)
2001-09-17 19:14:31 +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
jaggernaut%netscape.com
e055a4a2a4
Clean up REQUIRES lines, put content in its own module instead of in layout's, r=cls.
2001-09-12 12:48:23 +00:00
simon%softel.co.il
5589d7465e
Change the title of ISO-8859-8 encoding from Visual Hebrew to Hebrew Visual so that it appears with the other Hebrew encodings in the sorted list. Bug 84181, r=tao.
2001-09-12 06:32:16 +00:00
alecf%netscape.com
8b23f45a94
add REQUIRES support to intl
...
b=98371 r=cls
2001-09-10 20:03:25 +00:00
dbaron%fas.harvard.edu
e5077ef0df
Replace uses of deprecated NS_IMPL_ISUPPORTS and NS_IMPL_QUERYINTERFACE macros with NS_IMPL_{ISUPPORTS,QUERYINTERFACE}{1,0}. r=jag sr=alecf b=45797
2001-09-10 19:54:27 +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
harishd%netscape.com
29f2f618b6
96440 - Before reloading the document with the new charset we should completely shutoff the current load. nsMetaCharsetObserver::Notify() does indeed result in calling stopDocumentLoad() however it failed to ( accidently ) propagate the appropriate error message back to the parser. r=ftang,sr=kin,a=dbaron.
2001-08-27 23:22:52 +00:00