Граф коммитов

645 Коммитов

Автор SHA1 Сообщение Дата
nhotta%netscape.com e0457e3491 Added unescape function which takes a charset to uconv,
changed uriloader to use the uconv unescape to handle unescape non Ascii URI correctly.
bug 155569, r=ftang, sr=bzbarsky.
2002-08-12 19:23:22 +00:00
alecf%netscape.com 398c128889 fix for bug 157993 - combine all unicode converters into a single library, and share GetMaxLength() implementation between all converters that can support it.
r=ftang, sr=blizzard
2002-08-12 19:16:16 +00:00
timeless%mac.com 450e723217 Bug 155373 no locales in BeOS - should be set to UTF-8
code by sergei_d@fi.tartu.ee
nsBeOSCharset.cpp r=timeless sr=blizzard (ports)
Makefile.in r=cls
2002-08-11 20:44:03 +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
alecf%netscape.com f7ad4265ef bug 157624 - prep for freezing nsISupports* primitives by renaming the string classes appropriately
nsISupportsString  -> nsISupportsCString
nsISupportsWString -> nsISupportsString
r=dougt, sr=jag
2002-08-06 00:53:19 +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
jshin%mailaps.org e5d04772a8 bug 133216 - make multibyte decoder more robust for invalid octet sequence.
r=yokoyama, sr=alecf, a=asa
2002-07-14 10:45:54 +00:00
alecf%netscape.com 5f2d1b47c1 final fix for bug 125617 - make the charset detectors use the category manager rather than the registry
and make extensible bundles use the category manager as well
r=dougt, sr=dveditz
2002-07-09 00:07:09 +00:00
timeless%mac.com b84f2f7168 Bug 155349 WARNING: the property cp1256 already exists
r=caillon sr=tor
2002-07-05 19:12:06 +00:00
katakai%japan.sun.com 5ee9278410 bug 152790
tis620-2 is not defined as th language group
added tis620-2=th into charsetData.properties
r=ftang,sr=sfraser
2002-06-25 23:37:38 +00:00
alecf%netscape.com 509463ed3f fix pending OS/2 bustage 2002-06-23 17:08:31 +00:00
alecf%netscape.com fddda0acfb argh, fix pending mac bustage 2002-06-23 17:07:54 +00:00
alecf%netscape.com 32f29bdd6f fix unix bustage 2002-06-23 17:04:46 +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
alecf%netscape.com eed8e408de fix for bug 125617 - use the category manager instead of the registry to keep our list of encoders/decoders
r=dougt, sr=dveditz
2002-06-22 21:08:00 +00:00
katakai%japan.sun.com 6d824dcba9 bug 146287
Solaris specific mime names are not supported in Mozilla/Netscape Mail
Added some lines for chinese and TIS-620 for iso8859-11
r=ftang, sr=alecf, a=rjesup@wgate.com
2002-06-01 01:01:08 +00:00
shanjian%netscape.com 0d8cf68441 #148026 We should return error when default locale is used for unix platform charset
Replace error return code by success return code for unix platform charset getter.
r=bryner, sr=darin
2002-05-30 03:23:38 +00:00
jdunn%netscape.com 2ac0a67617 HP-UX requires STDC to be defined
# 146265
r=cls@seawood.org
sr=jaggernaut@netscape.com
2002-05-23 10:41:36 +00:00
nhotta%netscape.com 42a0ab781d Implement kPlatformCharsetSel_KeyboardInput for MacOS,
bug 141248, r=ftang, sr=brendan.
2002-05-21 22:55:25 +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
mkaply%us.ibm.com 4a9e130d27 #114891
r=nhotta, sr=blizzard, a=rjesup
New enum for specifying charset of 4.x prefs.js
2002-05-14 04:19:29 +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
dbaron%fas.harvard.edu 241f60a176 Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa 2002-03-23 21:42:00 +00:00
jshin%mailaps.org b564f46b7f Bug 128587 : Fix a typo in uScanDecomposedHangulCommon() to make
EUC-KR/ISO-2022-KR decoders work correctly with 8byte-seq. representation
of Hangul syllables. r=yokoyama, sr=alecf, a=scc
2002-03-22 14:32:28 +00:00
timeless%mac.com dec943eb10 Bug 106386 rid source of misspellings
r=db48x sr=blake a=asa
2002-03-19 04:30:17 +00:00
shanjian%netscape.com be3ce0079b #128825 Browser crash if I view an image
Adjust destLen (remaining buffer length) as buffer is consumed. This way we
will know when we will run out of buffer.
r=ftang, sr=jst, a=shaver
2002-03-14 00:36:55 +00:00
yokoyama%netscape.com b237fe40aa bug: 126744
Fixing bustage of gb18030 Decoder
/r=ftang; /a=asa
2002-03-11 23:00:43 +00:00
ftang%netscape.com 2dc21da03e fix bug 9519 r=ftang sr=brendan a=roc+moz
make uconv code port to 32 bits clean for arm arch
thansk  jeroen.dobbelaere@acunia.com
2002-03-08 01:12:33 +00:00
darin%netscape.com f1a6738b6c fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa 2002-03-06 07:48:55 +00:00
ftang%netscape.com 05a0cd5fe8 fix bug 126744 change the platform charset for simp chinese and korean to
GB18030 and x-windows-949
r=yokoyama/jsin sr=alecf a=alecf
2002-03-01 23:55:41 +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
cathleen%netscape.com c0186aa8b9 eliminate nsCRT::strlen for char* strings (part 2), bug 124536 r=dp sr=brendan 2002-02-19 07:43:41 +00:00
shanjian%netscape.com dace0e4179 #119970 Add uk_UA.KOI8-U locale to unixcharset.properties
Thanks to Joe Marcus Clarke for preparing the patch.
r=shanjian, sr=brendan
2002-02-19 03:24:30 +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
alecf%netscape.com 132a073c05 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
yokoyama%netscape.com fe45ee7e7d Bug 125061
Adding gb_2312 to charsetalias.properties file
/r=nhotta
2002-02-14 00:59:46 +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
colin%theblakes.com 226cf3ceae Add sdeckanji for OpenVMS. b=122203. r=yokoyama 2002-02-07 23:23:33 +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
sfraser%netscape.com d133d4956f Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson 2002-01-30 21:14:20 +00:00
cathleen%netscape.com 486c0d47f9 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
seawood%netscape.com e56e20b1dc 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
shanjian%netscape.com 1517ddd0b2 #102595 nsUnicodeToUTF8 does not handle surrogate pair correctly
r=bstell, sr=brendan
2002-01-15 01:04:24 +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
shanjian%netscape.com 5758322170 #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 fd11867e1b #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 f9cdb89652 fix bug 116143 . make cp1252 conversion round trip. r=shanjian sr=brendan 2002-01-04 00:38:18 +00:00
shanjian%netscape.com 2ab4890a6d #101295 Under bg_BG locale, title are not displayed correctly.
r=ftang, sr=brendan
2001-12-27 21:15:20 +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
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
pete%alphanumerica.com 2b3c0e448a 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
mkaply%us.ibm.com b4b39e9631 Get OS/2 building - we need GetDefaultCharsetForLocale 2001-12-08 17:56:48 +00:00
jaggernaut%netscape.com a6fc84e4ec Attempt at fixing OS/2 bustage 2001-12-08 15:16:23 +00:00
yokoyama%netscape.com f592983723 Bug 110486
Removing NSGetFactory from UCONV
/r=shanjian; /sr=brendan
2001-12-08 00:25:28 +00:00
leaf%mozilla.org 8310ba80d7 remove cppsrcs defines from makefile.win files, bug 102459, sr=cls r=dbaron 2001-12-05 03:43:29 +00:00
alecf%netscape.com f350bfb23b add nsConverterInputStream to factory now that all 3 platforms are updated 2001-11-30 22:58:36 +00:00
alecf%netscape.com 94c1b65a41 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
yokoyama%netscape.com bd68de744c Bug 112240
Add shift-jis alias
in a properties file
/r=shanjian
2001-11-29 00:24:13 +00:00
nhotta%netscape.com d94f9cdbdd Removing unused files, check in for ftang, bug 108112, r=nhotta. 2001-11-21 23:45:26 +00:00
nhotta%netscape.com 128b626579 Adding Georgian charset GEOSTD8, contributed by giasher@wanex.net, bug 107533, r=ftang, rs=brendan. 2001-11-21 23:40:05 +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
yokoyama%netscape.com 1c8e8f1f3d 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 3b99a0da62 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 8cd8d91750 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
loadrunner%betak.net b3fffe7919 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
mkaply%us.ibm.com 105569b7bf #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
seawood%netscape.com 0b8d38b7f6 Don't explicitly add $(srcdir) and let VPATH do its thing. Fixes packages built in objdirs. 2001-10-25 03:35:01 +00:00
jaggernaut%netscape.com 31693ca5f9 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
loadrunner%betak.net ca2ba5f6c5 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 c8469b7ac5 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 5b0883d265 99186 Remove acceptlanguage.properties from the build, r=tao, sr=blizzard 2001-10-20 04:55:21 +00:00
loadrunner%betak.net a9bf48f606 bug 99186, Remove acceptlanguage.properties from the build, r=tao, sr=blizzard 2001-10-19 21:53:14 +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
jshin%mailaps.org 7db51122d8 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
alecf%netscape.com bd048504df 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
alecf%netscape.com 32b4d8b632 remove old nsCharsetMenu, bug 102004
r=ftang, sr=shaver
2001-10-11 19:05:29 +00:00
nhotta%netscape.com a267dba9f7 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
dbaron%fas.harvard.edu 0b281a2ef6 Reduce construction of (expensive) nsAutoString objects at performance hotspots. r=jag sr=waterson b=102756 2001-10-10 05:00:36 +00:00
jaggernaut%netscape.com c39b98b2a4 Clean up REQUIRES lines. 2001-10-07 10:35:41 +00:00
alecf%netscape.com cde602de28 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 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
bzbarsky%mit.edu 27a85339ae 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 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
yokoyama%netscape.com 9939444f4f 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
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
simon%softel.co.il 029ede14b4 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 68c4fc803a add REQUIRES support to intl
b=98371 r=cls
2001-09-10 20:03:25 +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 95e757d81a Bug 94831. Convert locale stuff to generic module. r/sr=nobody: I am the devil. 2001-08-17 05:52:48 +00:00
waterson%netscape.com 9abf7984af Bug 71248. Convert content, layout, parser, and uconv to generic modules so that they can be linked into a meta-module. r=cathleen, sr=brendan 2001-08-07 02:55:54 +00:00
yokoyama%netscape.com d9d429cc55 Bug:54857
a new ScriptableUnicodeConverter IDL
/r=nhotta,/sr=blizzard
2001-08-01 22:36:54 +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
yokoyama%netscape.com adc7fb47c6 bug 91193:
Menu for Universal Charset Detector shows as chardet.Universal_charset_detector
/r,sr=ftang,  properties file change only.
2001-07-20 20:26:32 +00:00
yokoyama%netscape.com 045ce88d6b Bug 88944 for jshin. r=ftang sr=blizzard@mozilla.org
adding converter support for x-windows-949 and x-johab
2001-07-18 21:49:21 +00:00
dbaron%fas.harvard.edu aa4fec2b67 Header include dependency cleanup. b=64023 r=jag rs=brendan 2001-07-16 02:40:48 +00:00
yokoyama%netscape.com bc50f1133e Bug 75707: Some BIG5 characters can not be displayed properly in Solaris Trunk
add a boolean value to valid the med
checking in for ftang
2001-07-13 20:42:34 +00:00
mkaply%us.ibm.com e60d8707f2 #85873
r=mkaply, sr=blizzard
OS/2 only - code from jblanco to fix codepage mapping issues in migrating bookmarks
2001-07-04 04:42:51 +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
scc%mozilla.org a8fb409c6e bug #85271: sr=waterson, r={beard, jag, dbaron}, a=asa. Eliminate features of |nsXPIDLC?String| that keep it out of the string hierarchy (i.e., using assigment to rebind ownership, static |Copy| members, and |getter_Shares|), fixing some leaks in the process. 2001-06-17 05:23:38 +00:00
bstell%netscape.com f27ee9c3f0 bug 76238, r=ftang, rs=bstell
add baltic as a lanugage group to font prefs
2001-05-23 02:09:33 +00:00
bstell%netscape.com 4cf1c3af34 bug 82075, r=ftang, rs=bstell
add charset aliases for gbk, cns11643, iso8859-{1-15}, sun_eu_greek, 5601, ansi-1251
2001-05-23 02:04:15 +00:00
yokoyama%netscape.com 401a58582b Bug 7=81786:
Clone Encoder/Decoder list before feeding to app::Init()
/r=ftang; /sr=scc
2001-05-23 00:12:51 +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 d113d69b0d Added support for ISO-2022-JP-2 to ISO-2022-JP decoder, check in for watanabe@komadori.planet.sci.kobe-u.ac.jp,
r=nhotta, sr=blizzard.
2001-05-17 21:40:01 +00:00
yokoyama%netscape.com f0d72f1ae6 Bug # 74815: First patch
Instead of getting the encoder/decoder list every
Browser/Mail/Composer/Other::Init(),
declared a member data so that we only need to
query the Registry once and keep them around
/r=ftang; /sr=brendan
2001-05-17 19:01:19 +00:00
yokoyama%netscape.com ba16f25c78 bugfix for 80329; /r=sfraser; /sr=brendan 2001-05-17 00:02:21 +00:00
ftang%netscape.com 7b51b26a9b fix bug 73710. rewrite the multi table conversion routine to support overlap range
for HKSCS and EUC-TW
rs=ftang
2001-05-16 12:40:14 +00:00
ftang%netscape.com 8d0cf5c0b8 back out the change for 80725 since it case 81001and 81004
rb=ftang
2001-05-16 12:37:36 +00:00
ftang%netscape.com 4b89ac4b2e fix bug 80725. change GB2312 to gb18030 support
property file change rs
2001-05-15 12:54:23 +00:00
sfraser%netscape.com 9b6f545dbc Fix the root cause of bug 80722 (crash creating new profile); copy/paste error in a previous checkin. Blocker fix. 2001-05-15 00:33:04 +00:00
jfrancis%netscape.com 405b7bb541 fixing kandrot build bustage 2001-05-14 08:23:07 +00:00
kandrot%netscape.com 44e66f0ae1 Check in for Ron Guilmette's static build. r=nhotta, sr=waterson bug #46775 2001-05-14 06:30:56 +00:00
bstell%netscape.com 9760cb41ba bug 77300, r=ftang, rs=bstell (see Brendan's comments in the bug report)
alias "646" and "ANSI_X3.4-1968" to ascii
2001-05-12 03:48:43 +00:00
ftang%netscape.com 2c3595cab7 fix bug 79276
r=bstell sr=blizzard
add additional charset naem for gb18030
should not impact the build
2001-05-11 13:54:56 +00:00
ftang%netscape.com 96e90c7b30 add additional charset name
fix bug 79387
r=bstll sr=blizzard
properties file additional. Should not impact the build
2001-05-11 13:41:20 +00:00
loadrunner%betak.net 71c38cb7b7 bug 77588, r=nhotta, ftang, sr=blizzard 2001-05-10 02:51:35 +00:00
ftang%netscape.com 9a005cdb6c blizzard ask me fix tab in the sr comment of 79273. Here is the change which only change tab and space
I use VC++ and 1. Select all 2. Edit:Advanced:Format Selection while Tools:Options.. Tabs set to 2/2 Smart
2001-05-09 11:57:56 +00:00
ftang%netscape.com 8ab765e049 fix 79273
add GB18030 4 byte support into the unicode conversion engine.
r=bstell sr=blizzard@mozilla.org
2001-05-09 11:32:22 +00:00
ftang%netscape.com 72e13eb90d fix 75814. add HKSCS langgroup
r=nhotta
sr=blizzard
2001-05-08 00:41:08 +00:00
waterson%netscape.com be1dc4cf08 Bug 77209. Get rid of unused module instance counting in order to eliminate duplicate global symbols. r=erik, sr=shaver 2001-05-06 02:27:33 +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
mkaply%us.ibm.com b7e34466bf #74741
r=bstell, sr=erik
Hide unused internal Bidi encodings
2001-04-26 19:08:17 +00:00
valeski%netscape.com b3d3cd902d r=tao, sr=alecf. cleanup of string bundle service. see bug 74512 for details. 2001-04-13 11:31:03 +00:00
cls%seawood.org 2687cd5c5f Add check for <nl_types.h> as OpenBSD 2.5 requires that you include <nl_types.h> when including <langinfo.h> but does not do it automatically 2001-04-13 08:54:52 +00:00
cls%seawood.org 857e11c362 Add an explicit check for CODESET to fix OpenBSD bustage. r=bstell@netscape.com 2001-04-13 06:41:17 +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
erik%netscape.com 76c403122f checkin for bstell@netscape.com:
bug 54000; r=cls, sr=blizzard
enable nl_langinfo(CODESET) compiling
2001-04-05 02:29:59 +00:00
erik%netscape.com 970b6f402e checkin for bstell@netscape.com:
bug 54000; r=cls, sr=blizzard
define _XOPEN_SOURCE so older versions of Linux define CODESET
2001-04-04 22:51:36 +00:00
rickg%netscape.com 169a621d42 preloader update. r=peterl, sr=attinasi 2001-04-03 22:58:59 +00:00
timeless%mac.com 2c2be369b7 temp patch to fix build bustage r=bstell
CODEPAGE is not defined (perhaps we don't have glibc2.1 on some tinders?)
so i'm disabling the code that would try to use it.
2001-04-03 08:45:05 +00:00
erik%netscape.com 4b4df0478e checkin for bstell@netscape.com:
bug 54000; r=ftang@netscape.com, sr=erik@netscape.com
(part of nl_langinfo(CODESET);)
add comment noting where to add line to include a charset remapping file
2001-04-03 06:06:59 +00:00
erik%netscape.com 98defabbc2 checkin for bstell@netscape.com:
bug 54000; r=ftang@netscape.com, sr=erik@netscape.com
(part of nl_langinfo(CODESET);)
this is a sample nl_langinfo(CODESET) to gecko charset remapping file
2001-04-03 06:06:24 +00:00
erik%netscape.com 58f5e38313 checkin for bstell@netscape.com:
bug 54000; r=ftang@netscape.com, sr=erik@netscape.com
(part of nl_langinfo(CODESET);)
add comment saying this file is deprecated
2001-04-03 06:05:47 +00:00
erik%netscape.com 9a12a8c928 checkin for bstell@netscape.com:
bug 54000; r=ftang@netscape.com, sr=erik@netscape.com
get charset using ns_langinfo(CODESET)
(instead of mapping setlocale(LC_LCTYPE, nsnull);)
2001-04-03 06:05:05 +00:00
erik%netscape.com 1c8ba03cf0 checkin for bstell@netscape.com:
bug 54000; r=ftang@netscape.com, sr=erik@netscape.com
(part of nl_langinfo(CODESET);)
add DidLoad() method to indicate the file was loaded
2001-04-03 06:00:01 +00:00
erik%netscape.com 3432eb859b checkin for bstell@netscape.com:
bug 54000; r=ftang@netscape.com, sr=erik@netscape.com
(part of nl_langinfo(CODESET);)
add DidLoad() method to indicate the properties file was loaded
2001-04-03 05:59:44 +00:00
ftang%netscape.com 52e065b906 fix 71489
Add johab document encoding support
Currently the convert from johab to unicode part is #if 0 since
we didn't have a way to test it.
r=bstell sr=erik
2001-03-30 03:03:14 +00:00
ftang%netscape.com 2a8aad795d add lang group for x-johab
fix 71489
r=bstell sr=erik
2001-03-30 02:53:55 +00:00
nhotta%netscape.com d3813ba3f1 Changed to use nsIObserver for pref change notification, added notification for mail edit menu, bug 72180, r=ftang, sr=erik. 2001-03-28 21:17:22 +00:00
nhotta%netscape.com 966c68a02e Adding a new converter for HKSCS (contribution from Gavin.Ho@compaq.com), bug 25226, r=nhotta, ftang, sr=erik. 2001-03-27 23:51:58 +00:00
disttsc%bart.nl f595ed19f3 Clean up REQUIRES lines. r=cls 2001-03-25 22:59:27 +00:00
cls%seawood.org 3ad0896b51 Do NOT use C++-style comments in a C file. It causes builds to fail on some compilers. Fixing cement tinderbox bustage 2001-03-22 00:08:48 +00:00
shanjian%netscape.com bffde03348 #64235, 25037 illegal 0xA0 code point in Multibyte charset break parser
r=ftang, sr=erik
uscan.c
nsUnicodeDecodeHelper.cpp
nsGB2312ToUnicodeV2.cpp
nsGBKToUnicode.cpp
nsJapaneseToUnicode.cpp
2001-03-21 22:46:25 +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
shaver%mozilla.org fcf7cd0d9f 67699: all your nsIClassInfo is belong to us
- teach nsGenericFactory about nsIClassInfo, and nsIClassInfo.idl to the
  builds
- add a heaping serving of macro love for classes that want to support it
- convert many modules to use nsGenericModule the new way
- handful of warning and modeline fixes
- nsSample and some XPConnect test classes now have nsIClassInfo support for
  testing
2001-03-12 20:43:02 +00:00
ftang%netscape.com c5025f2e7d fix 70601. r=bstell sr=erik
thanks slava@maze.ambernet.kiev.ua help to find this bug and verify it.
2001-03-09 13:23:02 +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
maolson%earthlink.net 94ae521151 fix 68876 - Fix sort ordering in View -> Character Coding -> Auto-Detect
r=timeless, a=ben
2001-03-06 08:32:59 +00:00
mkaply%us.ibm.com 85469ed840 No bug
r=mkaply, a=blizzard
Typo in IBM866 charset
2001-03-06 02:47:21 +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
yokoyama%netscape.com 24d3fdce2a Fix for 67520; /r=ftang , /sr=brendan@mozilla.org 2001-03-01 03:22:52 +00:00
erik%netscape.com 82a68d45e8 checkin for bstell@netscape.com:
bug 61422, r=ftang@netscape.com, sr=brendan@mozilla.org
In the font preference menu only show one plane of a cns font
since it is really just one font split into sub-planes
ie: show cns11643-1 but not both cns11643-1 and cns11643-2.
2001-03-01 00:32:54 +00:00
nhotta%netscape.com f6462d8c12 For menu item sorting, changed to store collation keys instead of creating them for each comparison, bug 64146, r=ftang, sr=erik. 2001-02-27 23:31:20 +00:00
dprice%netscape.com 199c935b04 # 65845 sr=waterson, new order files will greatly reduce the number of link warnings. 2001-02-27 04:38:19 +00:00
disttsc%bart.nl a6f2f5861a 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
ftang%netscape.com 7389b14d79 check in for smontagu@il.ibm.com b=62777 r=ftang/waterson(for all.js) sr=erik
Add charset name for IBMBIDI landing. Add pref for IBMBIDI landing
2001-02-14 23:45:58 +00:00
dprice%netscape.com 997fb091c7 65845 first cut of the order files 2001-02-13 02:48:02 +00:00
yokoyama%netscape.com 609201dce3 checkin for bstell: bug 60826: add a GBK converter that indicated that
the X fonts are missing the ascii glyphs; r=ftang; sr=erik
2001-02-12 22:52:56 +00:00
yokoyama%netscape.com caae22b524 Fix for 67978; invalid reg key
/a=leaf, 408-391-7842 in case you need to contact me.
2001-02-07 20:10:01 +00:00
yokoyama%netscape.com 835fe9ea71 Fix for 65685; /r=valeski, /sr=ftang 2001-02-07 01:21:55 +00:00
yokoyama%netscape.com f6972dcca3 Fix for 65685; /r=valeski, /sr=ftang 2001-02-06 23:54:12 +00:00
ftang%netscape.com e08b3040df fix bug 51753 , 58473 and 51975 . all typing issue. 2001-01-31 01:00:51 +00:00
dbaron%fas.harvard.edu 6a1cef6f9a Remove trailing semicolons after all uses of MOZ_DECL_CTOR_COUNTER to quiet build warnings on Mac. b=60415 a=brendan@mozilla.org 2001-01-27 23:06:33 +00:00
ftang%netscape.com 3f181aba1d fix bug 61031. fix typo to make CE run. r=nhotta sr=sfraser 2001-01-19 01:34:13 +00:00
mkaply%us.ibm.com 0e4b9c9923 #62335
r=jkobal, a=blizzard
Code from mkaply - proper mapping of OS/2 codepages to charsets
2000-12-18 20:27:19 +00:00
tao%netscape.com d1d9243029 55328: Cannot input korean!!, (patch from jshin@pantheon.yale.edu)
r=nhotta,sr=erik
2000-12-14 23:40:36 +00:00
cls%seawood.org 66a18fcbbf Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org 2000-11-20 07:16:06 +00:00
alecf%netscape.com b12bf93a66 #45797 - fix consumers of NS_IMPL_ISUPPORTS
r=dveditz a=self
2000-11-17 08:06:12 +00:00
warren%netscape.com cd56c0575b Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
warren%netscape.com 9a6d92a433 Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson 2000-10-27 22:43:51 +00:00
erik%netscape.com eb6e201707 bug 54507; r=ftang; a=buster; complete the charset -> lang group table to
get the right fonts in layout (and to solve the assertion problem)
2000-10-04 22:10:13 +00:00
warren%netscape.com 181bb2dcb2 Landing jar packaging from jar_restructuring_branch. r=hyatt,dprice,sfraser,dveditz,vishy,sgehani 2000-09-20 19:35:24 +00:00
rayw%netscape.com 0257791053 Bug 37275, Changing value of all progids, and changing everywhere a progid
is mentioned to mention a contractid, including in identifiers.

r=warren
2000-09-13 23:57:52 +00:00
jdunn%netscape.com 7312330f97 Specify that the base class is indeed 'public' since some compilers (AIX)
assumes 'private'.  I ok'd each of these with the appropriate module
owners (see bug)

r= scc@mozilla.org & brendan@mozilla.org + everyone listed in bug
#= 52254
2000-09-13 13:50:30 +00:00
cata%netscape.com 2ed53a6c76 Fix for bug #49102 a=ftang r=ftang 2000-09-12 21:45:59 +00:00
cata%netscape.com 9bbc8fc13b Fix for bug #45356 and lots of clean-up. 2000-09-08 23:45:56 +00:00
cata%netscape.com d9a3ef6b01 Fix for bug #47347 r=ftang a=ftang. 2000-09-06 02:30:28 +00:00
cata%netscape.com a0b88e8a8c Fix for bug #47341 r=ftang a=ftang. 2000-09-05 23:54:59 +00:00
cata%netscape.com 45b495d6f7 Fixing a couple of warnings on Mac. 2000-08-29 23:29:58 +00:00
cata%netscape.com 1b3d97c7f4 Fix for bug #38645 a=ftang, r=nhotta. 2000-08-29 23:22:09 +00:00
nhotta%netscape.com 88e393b16f Disabled caching for encoders since they hold states, bug 48284, r=cata,ftang. 2000-08-11 20:13:31 +00:00
cata%netscape.com 8dbca0b044 Fix for bug #28104. r=nhotta, a=ftang. 2000-08-08 22:45:36 +00:00
cata%netscape.com 530af01ae8 Fix for bug #28983. a=ftang, r=nhotta. 2000-08-04 23:30:36 +00:00
cata%netscape.com 8455fb918d Fix for bug #28112 cache not persistent in charset menu, r=nhotta, a=ftang. 2000-08-02 21:54:18 +00:00
warren%netscape.com da15eda254 Getting jar files in shape. Mostly works on unix, status bar missing (not in build yet). 2000-08-02 06:48:45 +00:00
ftang%netscape.com 736c891380 add one space to add check in comment for last check in
fix bug 49790. r=tao move intl.charetmenu.* pref to property file
2000-07-19 06:30:52 +00:00
ftang%netscape.com 19770aec9e *** empty log message *** 2000-07-19 06:24:47 +00:00
warren%netscape.com de3523d540 Added nsIRDFDataSource::HasArcIn/HasArcOut. Changed nsXULTemplateBuilder.cpp to use it (ifdef'd for now). Speed up folder loading by about 24%. r=waterson,alecf 2000-07-19 03:58:25 +00:00