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

2031 Коммитов

Автор SHA1 Сообщение Дата
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
cls%seawood.org 50038ae51a 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 f53f35ce1d 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 bb02bf6c28 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 d1a7bfa843 One module per line for REQUIRES. r=/sr=alecf 2001-09-18 22:01:13 +00:00
jaggernaut%netscape.com f8f3e80dd6 Bug 99876: [XUL Syntax] <spring/> --> <spacer/>, r=alecf, sr=hyatt. 2001-09-18 21:47:32 +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 3be5162a0a additional changes per cls for bug 98371 (REQUIRES support on Win32) 2001-09-17 19:14:31 +00:00
alecf%netscape.com 62424ee7b2 Final REQUIRES changes for bug 98371, adding support for MOZ_TRACK_MODULE_DEPS to win32. r=cls (and tested by cls!) 2001-09-17 19:06:35 +00:00
sfraser%netscape.com 141ff38c0f Fix for bug 96160 -- null check the i18n resource before use. Checking in for ftang, r=yokoyama, sr=sfraser 2001-09-14 21:12:17 +00:00
jaggernaut%netscape.com 30ace44624 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 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 dcd9a0a54f 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 56ab4db57b Bug 96318:
Fixing accidental removal of nsIFontPackageService.
/r=ftang;/sr=waterson;/a=asa
2001-09-06 00:26:13 +00:00
harishd%netscape.com e2b0e47202 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
mkaply%us.ibm.com c10a7a93f1 #92797
r=mkaply, sr=waterson, a=dbaron for drivers
Code from Maha Abou El-Rous - turn on cross platform Arabic Shaping
2001-08-25 12:52:30 +00:00
dbaron%fas.harvard.edu 113ad642ae Replace uses of deprecated NS_IMPL_ISUPPORTS and NS_IMPL_QUERYINTERFACE macros with NS_IMPL_{ISUPPORTS,QUERYINTERFACE}{1,0}. r=jag rs=brendan b=45797 2001-08-21 01:48:11 +00:00
waterson%netscape.com a6403e9cd9 Oops. Cut too deep. 2001-08-17 19:40:45 +00:00
waterson%netscape.com 7922665a06 Bug 95780. Rename locale.dll back to nslocale.dll so installer doesn't freak out. 2001-08-17 18:00:14 +00:00
waterson%netscape.com 4a20f6941f Stab at fixing OS/2 bustage. 2001-08-17 09:40:23 +00:00
waterson%netscape.com d41a41e2d5 Bug 94831, redux. Fix windows static build stuff. 2001-08-17 08:38:26 +00:00
waterson%netscape.com dc8b305eca Bug 94831. Convert locale into a generic module. r/sr=nobody 2001-08-17 05:54:29 +00:00
waterson%netscape.com 95e757d81a Bug 94831. Convert locale stuff to generic module. r/sr=nobody: I am the devil. 2001-08-17 05:52:48 +00:00
sfraser%netscape.com 55069a4b1a Project cleanup, rs=scc. Fix one or more of access paths, linking with the correct startup library, and unnecessary linkage. 2001-08-17 01:28:47 +00:00
sfraser%netscape.com 4d87b83d18 Project cleanup, rs=scc. Fix one or more of access paths, linking with the correct startup library, and unnecessary linkage. 2001-08-17 01:16:19 +00:00
shanjian%netscape.com 3efcaa0d46 #93269 Charset meta tag is ignored on view page source window when auto-detector is on
r= harishd sr=blizzard
2001-08-10 18:08:55 +00:00
loadrunner%betak.net 41bf2e10fe bug 91696, Meta tag does not work, r=shanjian , sr=vidur 2001-08-10 02:15:41 +00:00
shanjian%netscape.com cbd97d1ef0 #90581 Cyrillic is not autodetected by nsIStringCharsetDetector
r=nhotta sr=waterson
2001-08-07 19:08:00 +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
nhotta%netscape.com 008dc9ebe1 Added nsScriptableUConv.cpp, bug 54857. 2001-08-01 22:38:32 +00:00
nhotta%netscape.com 1ead08e002 Added nsIScriptableUConv.idl, bug 54857. 2001-08-01 22:37:21 +00:00
yokoyama%netscape.com d9d429cc55 Bug:54857
a new ScriptableUnicodeConverter IDL
/r=nhotta,/sr=blizzard
2001-08-01 22:36:54 +00:00
mkaply%us.ibm.com c0e818da11 Not part of build
Fix missed NS_ConvertToString -> NS_ConvertACIItoUCS2 in Arabic shaping so people don't get build breaks when they turn it on
2001-07-26 11:28:07 +00:00
jaggernaut%netscape.com e91f8a147e Bug 86734: Remove NS_WITH_SERVICE. r=dbaron, rs=scc, a=asa 2001-07-25 07:54:28 +00:00
jaggernaut%netscape.com cb0faab070 Bug 73353: clean up the REQUIRES lines in Makefiles. 2001-07-23 22:36:12 +00:00
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
nhotta%netscape.com 9d936affee Added two files to the project, bug 88944. 2001-07-18 21:49:08 +00:00
yokoyama%netscape.com 9a33dc64e9 Bug:88944
Adding Korean converter files first.
Check in for /ftang, /r=ftang, /sr-blizzard
2001-07-17 00:20:22 +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
nhotta%netscape.com a52d50df43 Changed simplified chinese encoders (GBK and GB2312) to include the unmapped character to length in case of NS_ERROR_UENC_NOMAPPING,
bug 90202, r=ftang, sr=blizzard.
2001-07-13 18:22:10 +00:00
timeless%mac.com 1fdeed80f7 Bugzilla Bug 70857 [XUL Syntax] Replace <boxDerivedTag align="horizontal|vertical"> with
<boxDerivedTag orient="horizontal|vertical">
patch by andersma@luther.edu r=timeless sr=blake
2001-07-09 18:41:07 +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
alecf%netscape.com aef9cd8fd0 back out my string bundle changes from yesterday to fix blockers
a=nhotta
2001-07-03 17:34:47 +00:00
mkaply%us.ibm.com 54194a8799 Strange OS/2 bustage that only happens on some machines 2001-07-03 16:57:55 +00:00
mkaply%us.ibm.com e9e539ff00 #88486
r=pavlov, sr=blizzard
Some pages crash in font code
2001-07-03 14:04:03 +00:00
jaggernaut%netscape.com dc448802d0 Re-doing GetUnicode() -> get() change inadvertently undone after merge-conflict. 2001-07-03 01:28:13 +00:00
alecf%netscape.com 63eaee927f fix for bug 62173 r=nhotta, sr=blizzard
when the locale changes, tell all the string bundles to empty themselves of their current strings
while I'm there, removing a defunct API
2001-07-03 00:17:15 +00:00
mkaply%us.ibm.com b6b13b7517 Tab tricked me 2001-07-02 13:45:20 +00:00
mkaply%us.ibm.com db933bb29c OS/2 only - much better version of this Makefile that fixes EMX bustage 2001-07-02 13:02:41 +00:00
cls%seawood.org 74128e2eb9 Renamed DEBUG_PRINTF to UCONV_DEBUG_PRINTF to avoid conflict in gfx/src/gtk that breaks some compilers (hpux).
Bug #78648
2001-07-02 01:17:30 +00:00
cls%seawood.org 327a0222d1 Wrap fprintfs in DEBUG ifdefs
Bug #78648 r=nhotta
2001-07-01 23:38:55 +00:00
cls%seawood.org 66d937045b Landing static build changes for OS2
Thanks to Javier Pedemonte <pedemont@us.ibm.com> for the patch.
Bug #85283 r=mkaply r=waterson
2001-07-01 12:11:13 +00:00
jaggernaut%netscape.com 5a6317b8a5 Bug 88413: Remove |GetUnicode()| from nsString (and replace it with |get()|). r=dbaron, rs=scc.
This removes all call-sites I can currently fix. Tomorrow I'll try to get someone to checkin my changes to security/ and I'll get some help with the Netscape side of things.

nsString::GetUnicode()'s final death-blow will be dealt soon. Please keep this in mind as you add new code :-)
2001-06-30 11:02:25 +00:00
bstell%netscape.com 2f2a6f08cb bug 16688, r=ftang@netscape.com, sr=blizzard@mozilla.org
support macro for:
  if fixed length conversion buffer too short malloc
2001-06-29 07:10:45 +00:00
dbaron%fas.harvard.edu d15b507c8b Back out earlier change so that we again treat hyphen as numeric terminator rather than neutral (and conform to the Unicode Bidi algorithm rather than be compatible with IE). b=73251 r=simon@softel.co.il sr=hyatt 2001-06-29 03:20:09 +00:00
waterson%netscape.com b74d6e1c8b Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs. 2001-06-20 20:21:49 +00:00
nhotta%netscape.com 3e09e43e2b Replaced strcpy by memcpy in order to avoid copying nul terminator which the key might not have a room for it
(which causes the buffer overrun), r=ftang, sr=sfraser, a=asa.
2001-06-19 22:28:11 +00:00
cls%seawood.org bf5fb48486 Replaced NO_SHARED_LIB & NO_STATIC_LIB with BUILD_SHARED_LIBS, BUILD_STATIC_LIBS, FORCE_STATIC_LIB & FORCE_SHARED_LIB. Added FORCE_USE_PIC.
Changes allow us to have a finer control over which parts of the tree are built with PIC.  Part of the static build branch landing.
Bug #46775 r=mcafee a=leaf
2001-06-18 22:10:38 +00:00
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
cls%seawood.org a0acb7980c Remove redundant symbols from intl for static builds.
Bug #46775 r=yokoyama sr=blizzard a=asa
2001-06-17 01:00:47 +00:00
yokoyama%netscape.com fd9f1e5097 bug 81486: Mac Romanian and cns plan 7 unicode converters do not work
Correcting typo errors for class names
r=ftang sr/a=blizzard
2001-06-06 00:45:48 +00:00
nhotta%netscape.com f86be747a1 Added support for a range 0xFAxx - 0xFCxx of CP932, check in for shom@vinelinux.org, bug 82678, r=ftang, sr=blizzard, a=asa. 2001-06-05 00:04:09 +00:00
ftang%netscape.com dceaef5680 fix 82666. r=nhotta sr=blizzard a=blizzard
add one more char for GB18030
2001-06-04 23:59:16 +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
ccarlen%netscape.com b7d55f3e7e Bug 38626 - Remove references to nsFileLocations. r=valeski/sr=alecf 2001-05-21 22:36:18 +00:00
ftang%netscape.com a110a92bba fix bug 81894. rs. clear ASCII porting for gb18030.2000-0 X11 font encoding as we did in nsUnicodeToGBKNoAscii 2001-05-21 13:28:57 +00:00
jst%netscape.com 77aeecc056 scc checking in from jst's account. bug #75220: sr=jst, rs=brendan. renaming |nsPromiseC?Concatenation| to |nsDependentC?Concatenation|; |nsPromiseC?Substring| to |nsDependentC?Substring|; |nsLiteralC?String| and |nsLocalC?String| to |nsDependentC?String|, as these new names better reflect clients obligations to instances. 2001-05-19 11:27:30 +00:00
nhotta%netscape.com 8e6de5d054 Changed strtok to nsCRT::strtok, check in for drepper@cygnus.com, bug 81589, r=nhotta, sr=blizzard. 2001-05-18 21:41:48 +00:00
ftang%netscape.com 5a8b886ccc fix 81200. r=bstell sr=kin
add more checking for fallback conversion to work around
result code
2001-05-18 00:31:18 +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
shanjian%netscape.com 06a97c9df0 #60908 changing character-coding-->auto-detect appears to leak memory
r=ftang sr=be
Replaced owning com prt with raw ptr (weak ref).
2001-05-17 18:24:27 +00:00
bstell%netscape.com 8d5263d4cf bug 79607, r=ftang, sr=vidur
for the embedding API: add get/set charset
2001-05-17 02:09:12 +00:00
sfraser%netscape.com 358e29372d Checking in for bstell: added nsIDocCharset, bug 79608 2001-05-17 02:07:12 +00:00
bstell%netscape.com 69932f2f58 bug 79608, r=ftang, sr=vidur
for Embedding API: add get/set charset
2001-05-17 01:48:41 +00:00
bstell%netscape.com cbaa351482 bug 79608, r=ftang, sr=vidur
for Embedding API add get/set charset
2001-05-17 01:46:22 +00:00
yokoyama%netscape.com ba16f25c78 bugfix for 80329; /r=sfraser; /sr=brendan 2001-05-17 00:02:21 +00:00
ftang%netscape.com 6e8cc84f80 fix 80725
rs=ftang subclass GB2312ToUnicodeV2 from GB18030 converter to solve the issue.
2001-05-16 12:43:49 +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
cls%seawood.org bc083891a7 Update intermodule dependencies to fix senna bustage 2001-05-15 20:53:59 +00:00
nhotta%netscape.com d259a58547 using nhotta's account: yokoyama: bug fix for 69121. /r=ftang; /sr=brendan 2001-05-15 17:56:22 +00:00
yokoyama%netscape.com 1aaf8b9d4b bug: 80746: /r=ftang; /sr=brendan 2001-05-15 17:55:21 +00:00
ftang%netscape.com 4b89ac4b2e fix bug 80725. change GB2312 to gb18030 support
property file change rs
2001-05-15 12:54:23 +00:00
ftang%netscape.com 07caef679b fix 80772. add nsGBKConvUtil.cpp 2001-05-15 12:53:05 +00:00
ftang%netscape.com d58e92eb5d fix 80772. r=bstell clean up ucvcn and add gb18030 2001-05-15 12:52:29 +00:00
ftang%netscape.com 95e705dbed add new file for bug 80772
r=bstell a=ftang
2001-05-15 12:33:38 +00:00
ftang%netscape.com 1c7d8d92a5 add new macro. fix bug 80772. r/sr=notyet 2001-05-15 12:31:30 +00:00
ftang%netscape.com c823b14493 fix 80158 check in for simon@softel.co.il
r=ftang sr=blizzard
2001-05-15 12:23:34 +00:00
ftang%netscape.com b1ed844bfe fix bug 80156. check in for simon@softel.co.il
r=ftang sr=blizzard remove unnecessary stuff.
2001-05-15 12:18:09 +00:00
ftang%netscape.com 23dfe09732 fix 80111. remove ASCII from the X11 Johab font encoding converter
r=bstell sr=blizzard
2001-05-15 12:11:00 +00:00
shanjian%netscape.com 4d47d85abc #78483 this Shift-JIS page is treated as UTF-16
r = yokoyama, sr=brendan
2001-05-15 03:58:56 +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
darin%netscape.com b26d5adb54 Http branch landing: changes to other files (bug 76866) r=gagan,sr=dougt,a=chofmann 2001-05-11 21:05:08 +00:00
ftang%netscape.com 6131e86653 fix bug 73251. r=ftang sr=blizzard
author = simon@softel.co.il
chagne bidi property table
2001-05-11 14:42:29 +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
ftang%netscape.com 7b3e061946 update cp936map.h
fix bug 79276.
r=bstell sr=blizzard
2001-05-11 13:38:01 +00:00
ftang%netscape.com d1b1d11d6b fix bug 79276. Additional uf and ut file for GB18030
not part of the build yet. Should not hurt build
r=bstell sr=blizzard
2001-05-11 13:37:05 +00:00
nhotta%netscape.com af8bb74c09 Changed nsMetaCharsetObserver to support support <meta charset="xxx">, bug 72847, r=ftang, sr=blizzard. 2001-05-11 00:29:11 +00:00
mkaply%us.ibm.com 0075467108 senna REQUIRES bustage from Bidi 2001-05-10 11:52:24 +00:00
loadrunner%betak.net 71c38cb7b7 bug 77588, r=nhotta, ftang, sr=blizzard 2001-05-10 02:51:35 +00:00
ftang%netscape.com 04c54eda0c fix bug 79275
r=bstell sr=blizzard
add tools to compare CP936 tables and GB18030 tables and split into files
modify the cp936tocdx.pl to take different input file and remoe UDC rangne since we
already do that in gengb18030tables.pl
2001-05-09 12:15:50 +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 c872c09c83 fix 75982 to prepare bidi landing
r=leaf sr=erik
check in for erik@netscape.com
2001-05-09 11:20:46 +00:00
shanjian%netscape.com 942de9ecfd #59882 several byte range should not be excluded from SJIS state machine
r = naoki, ftang   sr=waterson
Those range are legal in MAC's definition.
2001-05-09 04:39:04 +00:00
rbs%maths.uq.edu.au ad22a693b8 Correct a faulty mapping 2001-05-08 08:31:48 +00:00
ftang%netscape.com 9ef7b577a4 fix bug 75814. add hkscs support
r=nhotta
sr=blizzard
2001-05-08 00:44:30 +00:00
ftang%netscape.com 72e13eb90d fix 75814. add HKSCS langgroup
r=nhotta
sr=blizzard
2001-05-08 00:41:08 +00:00
ftang%netscape.com a99dc055a5 fix bug 75814. r=nhotta sr=blizzard add nsUnicodeToHKSCS.cpp 2001-05-08 00:39:46 +00:00
ftang%netscape.com fd45f149bb fix bug 75814. make it build on window and unix first
r=nhotta sr=blizzard
2001-05-08 00:35:20 +00:00
ftang%netscape.com bdb04a8256 fix bug 75814
r=nhotta sr=blizzard
new file check in first.
2001-05-08 00:34:06 +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
kandrot%netscape.com afdac97c93 Check in for Ron Guilmette. r=shaver, sr=waterson. For intl r=nhotta. Changes for NS_IMPL_NSGETMODULE. bug #46775. 2001-05-05 05:33:37 +00:00
alecf%netscape.com 4cd76a35e4 work on lazily-loaded string bundles - don't load a bundle until the first string is requested - reduces startup time! only in effect if STRRES_ASYNC environment variable is set
bug 76944 sr=erik, r=valeski
2001-05-03 20:21:18 +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
valeski%netscape.com b9bbf9e515 fixing runtime bustage. lowercasing idl 2001-04-28 00:02:29 +00:00
valeski%netscape.com 00bca056ef mozilla diffs r=tao, sr=alecf, commercial diffs r=syd, sr=syd/shaver. lower-casing JS calls to createBundle. removing un-used nsILocale param from nsIStringBundle::CreateBundle(). 76332 2001-04-27 21:30:24 +00:00
sfraser%netscape.com 245d4eb76f Backing out valeski 2001-04-27 05:53:22 +00:00
valeski%netscape.com 54db7dffa3 mozilla tree r=tao, sr=alecf. commercial tree r=syd, sr=syd/shaver. lowercasing the first char in JS method calls to createBundle. removing the dead locale parameter in the CreateBundle() method call. 76332 2001-04-27 04:16:22 +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
yokoyama%netscape.com 4241189e14 Fix for 76152: /r=bstell; /sr=brendan 2001-04-22 22:45:30 +00:00
disttsc%bart.nl c7f411cf13 Fix senna bustage (MOZ_TRACK_MODULE_DEPS) 2001-04-14 01:42:54 +00:00
yokoyama%netscape.com 926aac3073 Partial fix for 66020: /r=valeski; /sr=alecf 2001-04-14 00:31:09 +00:00
ftang%netscape.com aea77c9bc7 not part of the build.
fix the name
2001-04-13 13:34:55 +00:00
ftang%netscape.com c9b62fb118 not part of the build yet. add tools to generate #define so we can
remove some unnecessary class in nsUCvXXXSupport.h,cpp
2001-04-13 13:11:31 +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
yokoyama%netscape.com 2333d6b171 Fix for 67576; /r=valeski; /sr=brendan@mozilla.org 2001-04-12 02:06:02 +00:00
ftang%netscape.com 147b398f3e fix 74941. clean up massy code in the header and cpp files 2001-04-11 23:52:46 +00:00
ftang%netscape.com 9b73e0ddeb fix 65773. r=yokoyama sr=sfraser add cid for mac converters 2001-04-11 23:43:26 +00:00
ftang%netscape.com f2c385ea73 fix bug 65773. add mac convertes to the project 2001-04-11 23:41:41 +00:00
ftang%netscape.com 0aedb3ac71 fix bug 65773 r=yokoyama sr=sfraser
add mac table and unix/window makefile
2001-04-11 23:39:43 +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
darin%netscape.com 00a7e27ee6 Necko API changes, bug 74221. r=valeski, sr=rpotts. 2001-04-10 06:01:08 +00:00
ftang%netscape.com 8a89c6e3d2 not part of the build yet.
4 bytes GB18030 mapping table in special index form
2001-04-09 22:07:00 +00:00
ftang%netscape.com 56f61cfc16 not part of the build
modify the perl script so
1. it will generate npl
2. it will generate instruction in the file
3. map correctly for the EUDC according to MS document
2001-04-09 22:04:55 +00:00
ftang%netscape.com 20944249af not part of the build
make the table generation tool depend on the global flag
2001-04-09 22:01:11 +00:00
erik%netscape.com 11204f0e6d trivial change (just adding a comma at the end of the list for the next
person who comes along)
2001-04-09 21:11:19 +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
ftang%netscape.com 8bedffa6f5 remove obsoleted code. fix bug 74727 2001-04-04 22:49:04 +00:00
ftang%netscape.com e8068405bf remove obsoleted files 2001-04-04 22:42:57 +00:00
ftang%netscape.com 410c8c9bb1 fix bug 74727. remove dead code 2001-04-04 22:36:47 +00:00
ftang%netscape.com eb92735f22 fix 74727
r=yokoyama@netscape.com
remove dead code
2001-04-04 22:36:30 +00:00
ftang%netscape.com 79b013ae7c remove dead cpp files 2001-04-04 22:35:25 +00:00
ftang%netscape.com 9da640fc78 fix 74730. r=yokoyama@netscape.com
remove dead code
remove dead cpp file from the build
2001-04-04 22:34:45 +00:00
ftang%netscape.com 595dc4f7b4 add table generation tool to the build Not part of the build
fix bug 67374
2001-04-04 22:32:54 +00:00
ftang%netscape.com 9f8a711a2c not part of the build yet. fix bug 65773 r=nobodyyet sr=nobodyyet 2001-04-04 14:36:53 +00:00
nhotta%netscape.com 3dfc5ae553 Changed to use strncmp instead of strcmp for Content-Type value comparison, bug 74573, r=ftang, sr=erik. 2001-04-04 03:34:57 +00:00
rickg%netscape.com 169a621d42 preloader update. r=peterl, sr=attinasi 2001-04-03 22:58:59 +00:00
ftang%netscape.com e69627a851 fix 71762.r=bstell sr=erik. add non standard jis0208 mapping 2001-04-03 19:30:33 +00:00
peterv%netscape.com eb7383ad4c Adding two files (nsUnicodeToTeXCMMIttf.cpp and nsUnicodeToTeXCMSYttf.cpp) to keep MathML building on Mac. Not part of default build. 2001-04-03 12:06:13 +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 afaa96209e checkin for bstell@netscape.com:
bug 54000; r=ftang@netscape.com, sr=erik@netscape.com
(part of nl_langinfo(CODESET);)
add NS_ERROR_USING_FALLBACK_LOCALE
2001-04-03 06:03:59 +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
disttsc%bart.nl 1260a1f0a0 Convert hkscs.ut from DOS mode to UNIX mode (newline fu) to make Cement happy. 2001-03-31 01:11:45 +00:00
cls%seawood.org fb33ee7302 dos2unix: converting file intl/uconv/ucvtw/hkscs.uf to UNIX format ... 2001-03-31 00:36:19 +00:00
cls%seawood.org e8fed4fe4e Start adding gfx2 headers to REQUIRES 2001-03-30 10:27:42 +00:00
ftang%netscape.com df58f9f45c fix 71197
r=bstell sr=erik
split JIS0208 to two mapping
One for standard JIS0208 mapping one for the CP932 extension (non standard)
2001-03-30 03:16:10 +00:00
ftang%netscape.com 80e2c87282 fix 71489
r=bstell sr=erik
add Unicode to Johab encoding to the module
2001-03-30 03:11:21 +00:00
ftang%netscape.com b23c323507 add nsUnicodeToJohab.cpp into the mac build system fix bug 71489 r=bstell sr=erik 2001-03-30 03:09:40 +00:00
ftang%netscape.com a0c1d9d630 fix 71489
add nsUnicodeToJohab.cpp to the window build system
r=bstell sr=erik
2001-03-30 03:09:00 +00:00
ftang%netscape.com aed0f71665 fix 71489
add nsUnicodeToJohab.cpp to the unix build system
2001-03-30 03:07:33 +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
ftang%netscape.com c2e2fddec1 add new cid for Johab encoding
fix 71489
r=bstell sr=erik
2001-03-30 02:52:37 +00:00
ftang%netscape.com ced98edd81 add Johab converter to fix bug 71489
r=bstell sr=erik
Not part of the build yet.
2001-03-30 02:51:24 +00:00
ftang%netscape.com ead74911d0 fix bug 71197
r=bstell sr=erik
add new mapping for non-standard jis0208 extension
2001-03-30 02:49:34 +00:00
ftang%netscape.com 1f0a9fe626 remove the non standard jis0208 mapping and split into jis0208ext.uf
r=bstell sr=erik, bug 71197
2001-03-30 02:47:41 +00:00
ftang%netscape.com 6baa194535 fix 71197
Machine generate code for non standard jis0208 code point (from cp 932)
r=bstell sr=erik
not part of the build yet
2001-03-30 02:46:40 +00:00
ftang%netscape.com 210abcac66 bug 70028 sr=erik r=ftang check in for smontagur@il.ibm.com add methods for arabic shaping with the unreview code turn off in #ifdef add to mac build system 2001-03-30 02:14:14 +00:00
ftang%netscape.com 0ca19b4644 bug 70028. add arabic shaping methods with unreview code turn off by default. add to mac build system 2001-03-30 02:12:46 +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 18f5b2731c Adding a new converter for HKSCS (contribution from Gavin.Ho@compaq.com), bug 25226, r=nhotta, ftang, sr=erik. 2001-03-28 00:13:45 +00:00
nhotta%netscape.com f5981be777 Adding a new converter for HKSCS (contribution from Gavin.Ho@compaq.com), bug 25226, r=nhotta, ftang, sr=erik. 2001-03-28 00:05:21 +00:00
nhotta%netscape.com 7277688f38 Adding a new converter for HKSCS, contribution from Gavin.Ho@compaq.com (not part of the build), bug 25226, r=nhotta, ftang, sr=erik. 2001-03-27 23:56:12 +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
nhotta%netscape.com 3e33aa869e Adding a new converter for HKSCS (not part of the build), bug 25226, r=nhotta, ftang, sr=erik. 2001-03-27 23:38:31 +00:00
rbs%maths.uq.edu.au fe1a4659e5 fix bustage - typo 2001-03-27 14:05:49 +00:00
rbs%maths.uq.edu.au c117d8ec4e Follow up to bug 72161 - sync:ing ucvmath with the painstaking datasets needed for the MathFont Property Files 2001-03-27 12:41:48 +00:00
disttsc%bart.nl f4edb65ad4 bug 73339: Remove NS_ConvertToString (just another name for NS_ConvertASCIItoUCS2) from the tree. r=jst, sr=scc 2001-03-27 11:17:17 +00:00
disttsc%bart.nl f595ed19f3 Clean up REQUIRES lines. r=cls 2001-03-25 22:59:27 +00:00