jaggernaut%netscape.com
f008bc2bad
Bug 25886: Get rid of a bunch of unused NS_DEFINE_IID, NS_DEFINE_CID. r=caillon, sr=dbaron
2003-07-20 07:47:59 +00:00
jshin%mailaps.org
bc0822750e
bug 200732 : crash on utf8 locales on HP-UX (r=shafalus, sr=blizzard)
2003-07-19 01:40:50 +00:00
alecf%flett.org
f8a4e98ca2
first cut at a native windows version of uconv
...
not part of build!
2003-07-15 20:59:02 +00:00
jaggernaut%netscape.com
bf82a649b9
Bug 212272: Switch some Substring users over to String(Begins|Ends)With. r=dwitte, sr=bzbarsky
2003-07-14 07:37:39 +00:00
jaggernaut%netscape.com
20004e3489
Bug 73353: clean up MODULE/REQUIRES story. r=cls, sr=bryner
2003-07-13 22:29:00 +00:00
smontagu%netscape.com
ff77187661
Map Big5 UDC to Unicode PUA. Bugs 9686 and 181725, author=anthony@thizlinux.com and mcsmurf@gmx.net, r=smontagu, blanket rs=roc+moz for autogenerated conversion table updates.
2003-07-11 21:43:04 +00:00
jaggernaut%netscape.com
e952bdfab9
Bug 212114: FormatStatusMessage broken for aStatusArg with more than two args. r=darin, sr=dbaron
2003-07-09 05:08:25 +00:00
dbaron%dbaron.org
cd3ad5b185
Remove unused files. b=211173 r=smontagu sr=bryner
2003-07-09 00:07:25 +00:00
smontagu%netscape.com
e8d1963ec9
Update some charset mapping tables to the latest versions from http://www.unicode.org/Public/MAPPINGS . Blanket rs=roc+moz in bug 199143.
2003-07-08 23:37:45 +00:00
smontagu%netscape.com
07213b718b
Update mapping tables for windows-1256 encoding. Bug 199143, r=jshin@mailaps.org, rs=roc+moz
2003-07-08 20:49:32 +00:00
dbaron%dbaron.org
5932f7a23f
Fix atom leaks. b=206379 r=alecf sr=bryner
2003-06-30 21:50:55 +00:00
jshin%mailaps.org
ef72a5ce33
bug 127755 : add two Thai charsets ISO-8859-11 and TIS-620 to libuconv and make corresponding changes in GFX:Gtk and GFX:Xlib. What used to be referred to as TIS-620 is renamed as Windows-874. r=smontague, sr=rbs (ut/uf files are thanks to ftang).
2003-06-25 05:11:44 +00:00
jshin%mailaps.org
c8b697b941
bug 209328 : fix mailto URL regression. (r=nhotta, sr=alecf) In addition,
...
address two other (related) issues.
- Fix ConvertURISpecToUTF8 to make it fill up the out parameter
- Make Tru64 Cxx happy with NS_STATIC_CAST of nsAutoPtr<PRUnichar>
2003-06-24 14:31:09 +00:00
neil%parkwaycc.co.uk
4e44c2364d
Bug 209661 remove unnecessary NS_LITERAL_CSTRING( with ).get() r=jag sr=alecf
2003-06-18 14:31:45 +00:00
alecf%flett.org
5614718dd3
fix for bug 209220 - now that i18n APIs take ASCII charset names, update consumers to avoid excess conversions.. which usually means storing charset names as ASCII and updating a few other APIs
...
r=jkeiser, sr=jst and some great comments from jshin@mailaps.org
2003-06-17 16:40:34 +00:00
jshin%mailaps.org
50e32feb85
a part of bug 162765 (r=cbiesinger, sr=alecf) missed in the previous commit.
...
RFC 2231 support (with RFC 2047 fallback) in Content-Disposition header
in http for file download.
2003-06-13 04:18:01 +00:00
jshin%mailaps.org
ecc35790fe
bug 167265 : add to necko Content-Disposition header handling per RFC 2231 (with
...
fallbacks to RFC 2047 and raw 8bit chars in |aOriginCharset| ) necessary for
i18nized filename support (when downloading files via http) :
r=cbiesinger, sr=alecf
2003-06-12 21:57:49 +00:00
jaggernaut%netscape.com
570acad489
Hopefully fix BeOS bustage
2003-06-12 10:10:21 +00:00
sspitzer%netscape.com
ee553ff8fe
fix for bug #178183
...
Cancel button inoperative on "Download Font" dialog
r/sr=jag,bienvenu
initial patch by smontagu@netscape.com
2003-06-12 03:27:20 +00:00
alecf%flett.org
dd0533d318
argh, one more set of fixes
2003-06-11 20:31:43 +00:00
alecf%flett.org
372744bf1f
oops, one more signature fix
2003-06-11 20:28:12 +00:00
alecf%flett.org
4d57642968
first attempt at a fix for mac, until I get my own build going again
2003-06-11 20:25:09 +00:00
alecf%flett.org
ccf01a2786
fix for bug 206379:
...
- combine nsICharsetConverterManager2 and nsICharsetConverterManager
- get rid of nsIAtom in most of the methods
- provide versions of getUnicodeDecoder/Encoder which don't do alias resolution
- change all charset types to ASCII strings
- clean up some other i18n APIs which could be simplified
- fix all consumers of all changed i18n interfaces
r=jshin, smontagu
rs=sfraser
2003-06-11 18:16:03 +00:00
seawood%netscape.com
8f112a4226
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
2003-06-10 21:18:27 +00:00
seawood%netscape.com
6934dc37a9
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
2003-06-10 20:12:33 +00:00
jshin%mailaps.org
1e0ac01fd8
bug 133615 : remove ISO-2022-KR/Visual Hebrew from 'Save As Charset' menu
...
in Composer. (r=neil, sr=jag)
2003-06-04 06:19:35 +00:00
ftang%netscape.com
cda4aff23f
fix bug 195460 crash. r=nhotta sr=alecf . check the length before assign
2003-06-03 20:25:20 +00:00
bzbarsky%mit.edu
6403264340
Constify static vars in intl. Bug 207542, patch by ataylor@its.to (Andrew
...
Taylor), r=bzbarsky, sr=alecf
2003-05-30 02:29:45 +00:00
smontagu%netscape.com
70b007cea5
Bugs in intl/uconv/src/nsUnicodeToUTF8.cpp. Bug 191483, Author=hsivonen@iki.fi, r=smontagu, sr=rbs
2003-05-30 01:16:20 +00:00
alecf%flett.org
a08103427a
big part of fix for bug 101995 - remove bookmarks dependency from nsHTMLDocument
2003-05-29 22:11:23 +00:00
jshin%mailaps.org
8927c0620a
fix line wrapping around full stop (bug 164759. Not a full fix for it).
...
r=smontagu, sr=heikki
2003-05-23 22:34:20 +00:00
timeless%mozdev.org
ddbbc89bb5
Bug 205262 warning nsSampleWordBreaker::Next was hidden by nsSemanticUnitScanner::Next
...
r=smontagu sr=dbaron
2003-05-23 22:06:40 +00:00
timeless%mozdev.org
3e7a9da2aa
Bug 205251 warning: normalize(...) declared `static' but never defined
...
r=smontagu sr=dmose
2003-05-23 22:06:24 +00:00
jshin%mailaps.org
6b7a500280
bug 204039 : converter for TSCII fonts (r=prabhat, sr=rbs, a=asa)
2003-05-23 06:31:25 +00:00
jshin%mailaps.org
efc98e6607
bug 206363 : fix a buffer overrun in JamoTTF converter (r=smontagu,
...
sr=rbs, a=asa)
2003-05-22 00:23:38 +00:00
jshin%mailaps.org
a2ec043e11
change 'Hindi' to 'Devanagari' in font-pref. UI. This includes a change to
...
DTD (L10N). bug 206146 (r=yokoyama and bobj, sr=blizzard, a=mkaply).
2003-05-21 23:29:10 +00:00
katakai%japan.sun.com
6aedac98f7
bug 195154
...
Surrogate extension B (plane 2) characters can not be not diplsyed on linux with Free Type font
r=smontagu,sr=bryner,a=dbaron
2003-05-20 02:31:44 +00:00
jshin%mailaps.org
8284936997
removing the unexisting header file (that was slipped in my commit for
...
bug 203052) from nsCtlLEModule.cpp.
2003-05-15 04:57:29 +00:00
jshin%mailaps.org
4d2dbadaab
bug 203052. Enable Thai shaping in Mozilla-Xft by adding a thin
...
wrapper (x-thaittf-0 converter) over TIS620-2 converter offered by the
CTL module (r=prabhat, sr=rbs)
2003-05-15 03:42:50 +00:00
katakai%japan.sun.com
8010d269c5
UTF mode of HKSCS characters show ugly
...
patch from ervin.yan@sun.com
r=ftang,sr=rbs,a=sspitzer
2003-05-02 08:49:07 +00:00
bryner%netscape.com
1f30514236
Fix mac static build bustage by forcing this to be built with PIC. Bug 203956, r=cls, a=sspitzer.
2003-05-01 06:31:09 +00:00
katakai%japan.sun.com
c71f9e5592
bug 159865
...
Should support ISO-2022-CN-EXT encoding
patch from ervin.yan@sun.com
r=ftang,sr=rbs,a=asa
2003-04-26 10:46:23 +00:00
seawood%netscape.com
23252d44a6
Function definitions should match function declarations.
...
Fixing OS/2 bustage from bug 176315
2003-04-22 06:57:46 +00:00
seawood%netscape.com
bf2344c5c9
http://www.mozilla.org/hacking/portable-cpp.html#variables_in_for
...
Fixing win32, os2 & irix bustage
2003-04-22 05:19:32 +00:00
jshin%mailaps.org
277f8c0d7e
bug 176315 : add a converter for old Korean support. (r=ftang, sr=rbs)
2003-04-22 03:21:12 +00:00
smontagu%netscape.com
2d4cbb03b5
Cache charset more efficiently in nsCollation. Bug 201670, author=neil@parkwaycc.co.uk, r=smontagu, sr=alecf
2003-04-21 23:51:25 +00:00
seawood%netscape.com
5e2dd72a02
Implement mozcomps static build variant.
...
Remove unnecessary EXPORT_LIBRARY settings.
Bug #201602 r=bryner
2003-04-17 19:19:42 +00:00
dougt%netscape.com
cd6eb76670
Must QI objects returned via nsISupports parameter type. Not part of the default build.
2003-04-16 00:56:03 +00:00
seawood%netscape.com
d96d44ed0a
Remove ctl add-on modules from link list in static builds.
...
Thanks to Roland Mainz <Roland.Mainz@informatik.med.uni-giessen.de> for the patch.
Bug #201167 r=cls
2003-04-11 20:39:09 +00:00
jshin%mailaps.org
7cb553ee0a
bug 68738 : UTF-16/32LE with BOM is always detected as UTF-16BE/32BE.
...
r=ftang, sr=heikki
2003-04-10 07:10:48 +00:00
smontagu%netscape.com
555fee446a
Add CTL support to static builds. Bug 201167, author=Roland.Mainz@informatik.med.uni-giessen.de, r=cls
2003-04-09 01:04:16 +00:00
seawood%netscape.com
cffa5fc315
Purge XP_PC.
...
Bug #56767 r=mkaply sr=alecf
2003-04-03 22:42:02 +00:00
dougt%netscape.com
d39caf106c
Shutting up warnings. rs=dougt. This isn't part of the normal mozilla build
2003-04-03 22:35:22 +00:00
dougt%netscape.com
6490cac537
Fixing MOZ_USE_NATIVE_UCONV bustage. nsCharsetConverterManager should always be compiled
2003-04-03 01:18:00 +00:00
seawood%netscape.com
de59dbee4b
Purge XP_PC.
...
Bug #56767 r=mkaply sr=alecf
2003-04-02 22:45:08 +00:00
cbiesinger%web.de
7d06b53039
Bug #185523 patch by sergei_d@fi.tartu.ee r=arougthopher@lizardland.net sr=blizzard (BeOS only) Mozilla uses Western font settings for UTF-8 instead Unicode settings
2003-04-02 15:39:11 +00:00
dougt%netscape.com
8d58cfa586
Landing optional and experimental native uconv support. r=darin, sr=alecf, b=20049.
2003-04-02 04:39:23 +00:00
nhotta%netscape.com
68ac687e89
Return UTF-8 as a platform file charset,
...
bug 199384, r=ccarlen, sr=darin, a=asa.
2003-03-31 18:46:43 +00:00
jst%netscape.com
14882c9d0c
Fixing bug 124412. Making nsXULDocument inherit nsXMLDocument to avoid the need to duplicate a large amount of code in nsXULDocument. Also removing nsMarkupDocument and nsIDOMEventCapturer that are no longer needed. Changing the inheritance of nsIDOMXULDocument to avoid ~60 or so forwarding methods, and doing a *lot* of code cleanup. r=bugmail@sicking.cc, sr=peterv@netscape.com
2003-03-26 07:41:30 +00:00
smontagu%netscape.com
103a24ff1d
Add decoder for iso-8859-6.16. Bug 172491, r=Roland.Mainz, sr=roc+moz
2003-03-26 01:30:17 +00:00
alecf%netscape.com
925955c81d
landing attempt #2 for 195262 - support for static atoms, and converting atoms over to UTF8 to reduce bloat - now without performance regressions!
...
sr=darin, r=dbaron
2003-03-25 18:55:59 +00:00
jshin%mailaps.org
b9b88d097e
bug 191542 : Add UTF-8 equivalent of |IsASCII|, IsUTF8. r=smontagu, sr=alecf
2003-03-25 08:11:13 +00:00
alecf%netscape.com
16af458ceb
backout my static atom patch for now until I figure out the performance loss! :(
...
bug 195262
2003-03-21 20:13:08 +00:00
alecf%netscape.com
d198265d74
one more GetUnicode()
2003-03-21 06:47:32 +00:00
alecf%netscape.com
c4ea07bc53
fix for bug 195262:
...
- convert atoms to UTF8 because 99% of the time, that is what they are used for
- add support for static atoms, where the strings are declared in a large const array and not copied into the heap
r=dbaron, sr=darin
this is an experimental landing - if there are performance issues, I will back it out.
2003-03-21 06:26:32 +00:00
jkeiser%netscape.com
809cf0df08
Replace sscanf with PR_sscanf (bug 197760), patch by Roland.Mainz@informatik.med.uni-giessen.de, r=jkeiser@netscape.com, sr=bzbarsky@mit.edu
2003-03-19 06:26:49 +00:00
nhotta%netscape.com
3fd7a9b8e1
Use API option for case insensitive key generation,
...
bug 198054, r=ftang, sr=alecf.
2003-03-18 22:33:24 +00:00
jshin%mailaps.org
a7fb3d42ea
bug 180266 : need to hard-code precompiled CCMaps. Not a part of the build,
...
used only to precompile CCMaps.
2003-03-17 08:12:08 +00:00
dbaron%dbaron.org
328ea93e47
Add MODULE_NAME line to fix build bustage (from rules.mk checkin by seawood).
2003-03-16 02:41:15 +00:00
dougt%netscape.com
a4e56712fe
Fix bad export_lib line. r=cls
2003-03-16 01:09:52 +00:00
dougt%netscape.com
8e18c8c794
fixes bustage
2003-03-15 07:54:37 +00:00
mkaply%us.ibm.com
fb6386b3d2
No idea where this one came from - OS/2 bustage - use strlen/strcpy rather than PL_strlen/PL_strcpy
2003-03-15 05:08:53 +00:00
dougt%netscape.com
e5f095e96f
fixing bustage
2003-03-15 04:43:21 +00:00
dougt%netscape.com
be629223b6
Create a new xpcom obsolete library (and component library).
...
Moved nsFileSpec and related classes into this obsolete library.
Moved nsRegistry and related libreg functionality into the obsolete library.
Updated many callers using the obsolete nsFile spec to use nsIFile and Necko to do file IO.
Combined the following DLLs (source -> dest)
uriloader -> docshell
shistory -> docshell
jsurl -> jsdom
gkview -> gklayout
Moved nsAdapterEnumerator out of xpcom/ds and into mailnews, since they're the only consumer
Modifed the xpt_link tool so that you can specify a �only include� cid list that can mask CID�s that you are not interested in.
Added build options:
Prevent the building of xpinstall (--disable-xpinstall)
Prevent the building js component loader (--disable-jsloader)
A build option to only build a single profile (--enable-single-profile)
A build flag to only built the required xpfe components (--disable-xpfe-components).
Removal or hiding of unused functions and classes including nsEscape*, nsDequeIterator, nsRecyclingAllocatorImpl, nsDiscriminatedUnion, nsOpaqueKey, nsCRT::strlen, NS_NewCommandLineService
Bug 194240, r/sr = darin, alec.
2003-03-15 01:04:32 +00:00
dougt%netscape.com
4291bb8ac5
Experimental native uconv implementation.
2003-03-11 21:54:33 +00:00
smontagu%netscape.com
2ad2343598
Make the UTF-8 decoder reject all non-shortest forms and surrogate characters, plus general code cleanup. Bug 182751, r=ftang, sr=heikki.
2003-03-08 00:25:54 +00:00
jshin%mailaps.org
68196a10ee
bug 180266 : hard-code precompiled ccmaps. (r=shanjian, sr=alecf/rbs) : relanding
2003-03-07 02:30:18 +00:00
alecf%netscape.com
da409bcb97
fix for bug 191416 - clean up nsIUnicharInputStream to make it more like nsIInputStream:
...
- hide Fill() (or remove it where not necessary)
- add ReadSegments() so that we can do reads without copying
- remove the extra offset parameter to Read()
r=dougt, sr=darin
2003-03-06 19:54:51 +00:00
jdunn%netscape.com
e76b550493
adding a newline (for hp-ux) r=cls
2003-03-06 15:56:34 +00:00
louie.zhao%sun.com
a07a5dae61
bug 184599 [gtk2] moz+gtk2 crashes with --enable-ctl
...
patch = louie.zhao@sun.com r = prebhat.hegde@sun.com
2003-03-05 08:37:03 +00:00
dougt%netscape.com
d368f63f80
backing out bustage caused by jshin
2003-03-05 05:03:03 +00:00
jshin%mailaps.org
0a47268bad
bug 180266 : hard-code precompiled CCMaps to speed up start-up.
...
This perl script is not a part of build, but is only for information
because it's used to gen. hard-coded CCMaps.
2003-03-05 03:42:38 +00:00
jshin%mailaps.org
ca68f769ce
bug 180266 : hard-code precompiled CCMaps to speed up start-up.
...
r=shanjian, sr=alecf,rbs
2003-03-05 03:40:10 +00:00
sfraser%netscape.com
e1e801b951
Fix bug 195160: remove static NS_DEFINE_IID from header files. r=cls, sr=alecf.
2003-02-28 05:47:36 +00:00
jshin%mailaps.org
9ead7a4554
bug 180851 : remove several unnecessary converters(used only for X11
...
font encodings) for non-gtk builds (Windows,MacOS, Xft without X11CORE,etc)
r=seawood, sr=alecf
2003-02-27 23:27:57 +00:00
smontagu%netscape.com
1cf695921f
Remove unused file. Bug 178951, r=ftang, sr=roc+moz.
2003-02-27 02:00:35 +00:00
smontagu%netscape.com
cff3fb9230
Use "Western" language group for ISO-8859-3. Bug 113805, author=bertilow@gmx.net, r=ftang, sr=bzbarsky@mit.edu.
2003-02-26 01:53:21 +00:00
sfraser%netscape.com
db1ecba574
Make lots of static data const. Bug 74803. r=dbaron, sr=alecf
2003-02-26 01:15:36 +00:00
timeless%mozdev.org
166d4a9844
Bug 191712 nsDateTimeFormatUnix returns an uninitialized value in an error case
...
r=smontagu sr=alecf
2003-02-23 13:38:46 +00:00
timeless%mozdev.org
ebe951f895
Bug 191712 nsDateTimeFormatUnix returns an uninitialized value in an error case
...
r=smontagu sr=alecf
2003-02-23 04:41:16 +00:00
katakai%japan.sun.com
dadd6c39ce
bug 127713
...
support Surrogate display on Linux by using FreeType
r=bstell, sr=bryner
2003-02-23 00:07:23 +00:00
bzbarsky%mit.edu
8f9ce54e06
That last checkin was bug 192522, r=alecf, sr=darin
2003-02-22 19:09:58 +00:00
bzbarsky%mit.edu
5a079abc8e
Just set the MIME type on the stringbundle channel after calling Open(). We
...
don't need necko to sniff the type.
2003-02-22 19:09:04 +00:00
jshin%mailaps.org
d17b8d5ad8
bug 163998: URL-unescape the image URL for rendering in the title bar
...
(r=nhotta,jst, sr=darin, a=asa)
2003-02-19 11:14:35 +00:00
dbaron%dbaron.org
648a26a3e3
Always use the hardcoded fallbacks in GetPreferred so that it works correctly when called with UTF-8 during the loading of mimeTypes.rdf triggered by the loading of mDelegate. r=smontagu sr=bzbarsky a=asa b=190951
2003-02-10 04:14:34 +00:00
jshin%mailaps.org
13b3fd479c
b=184120 Add non-BMP char. support to UTF-32 converters.
...
r=smontague, sr=dbaron, a=asa
2003-01-31 23:26:20 +00:00
katakai%japan.sun.com
b439b20adf
bug 174424
...
[ctl]Fix problem in handling of Choti E-Matra (093f)
r=Roland.Mainz@informatik.med.uni-giessen.de
CTL is not part of default build
patch from prabhat.hegde@sun.com
2003-01-22 03:54:31 +00:00
timeless%mozdev.org
0e49101844
Bug 189785 CTL shouldn't use quotes for modulename
...
r=Roland.Mainz@informatik.med.uni-giessen.de sr=alecf
2003-01-20 19:07:10 +00:00
timeless%mozdev.org
1bf45f2f24
Bug 133383 nsMetaCharsetObserver destructor shouldn't call End
...
I think CID => ContractID bumped Txul so i'm reverting it per heikki
2003-01-19 02:37:22 +00:00
timeless%mozdev.org
2975447331
Bug 133383 nsMetaCharsetObserver destructor shouldn't call End
...
r=alecf sr=bz
2003-01-19 00:46:16 +00:00
nhotta%netscape.com
caeca6c8ff
Adding the new file for CFM build,
...
bug 8275.
2003-01-18 00:32:50 +00:00
nhotta%netscape.com
e23a46f60f
Adding the new interface for CFM build,
...
bug 8275.
2003-01-18 00:15:52 +00:00
shanjian%netscape.com
f5f4fdea92
#8275 Need routine to perform Unicode composition and decomposition
...
borrowed code from jpnic and created new interface.
r=nhotta, sr=alecf.
2003-01-17 23:30:01 +00:00
dbaron%dbaron.org
4abc025fba
Most of the changes needed for Mozilla to build with gcc's -pedantic-errors option. b=175423 r=seawood sr=bryner
2003-01-13 23:15:42 +00:00
alecf%netscape.com
0050fe4247
remove comments from transliterate.properties to reduce the filesize by 47k
...
bug 188251, r=bz, sr=darin
2003-01-09 23:17:36 +00:00
dbaron%dbaron.org
72b937ea79
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
2003-01-08 21:07:51 +00:00
dbaron%dbaron.org
2f2bca1d66
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
2003-01-08 20:50:04 +00:00
dbaron%dbaron.org
a79e515f81
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
2003-01-08 20:44:25 +00:00
caillon%returnzero.com
b443430dc8
184257 - Updating pref callers. r=timeless sr=bzbarsky
2003-01-08 08:40:41 +00:00
seawood%netscape.com
583ec4d823
nobrainer changes while thinking about mingw support
...
Bug #134113 r=dmose
2003-01-03 08:58:59 +00:00
seawood%netscape.com
4588fb970a
Start installing GRE libraries & components into a separate dist/gre directory as part of the default build.
...
Bug #186241 r=dougt
2002-12-28 01:15:07 +00:00
rbs%maths.uq.edu.au
504ac4b45e
Remiander of bug 169590. Hook a catch-all W3C entity converter and user-prefs for custom levels of entity-zation in the editor's '<HTML> Source' and 'Save As...'
2002-12-17 00:41:25 +00:00
shanjian%netscape.com
11b2dd5c49
#182089 Extended hkscs.uf and hkscs.ut for HKSCS-2001 support
...
Tools written by Anthony (anthony@thizlinux.com ) to generate the new conversion table for
hkscs. Not part of the build, just put here for future reference.
2002-12-13 00:47:38 +00:00
shanjian%netscape.com
33e8fcef42
#182089 , Extended hkscs.uf and hkscs.ut for HKSCS-2001 support
...
update unicode conversion table for HKSCS.
proposed by: Anthony Fok
r=shanjian, sr=blizzard.
2002-12-13 00:38:32 +00:00
beard%netscape.com
0b5ced9d65
Fix for bug #183109 , r=shanjian, sr=sfraser, a=asa
2002-12-07 00:41:01 +00:00
nhotta%netscape.com
3f214ca530
Adding Finish method to nsIScriptableUConv,
...
check in for kazhik@mozilla.gr.jp ,
r=nhotta, sr=bzbarsky.
2002-12-02 22:11:11 +00:00
syd%netscape.com
b001c991fe
Fix case on some files for mach o builds on UFS. r=seawood, sr=sfraser.
...
http://bugzilla.mozilla.org/show_bug.cgi?id=182425
2002-12-02 15:37:55 +00:00
smontagu%netscape.com
c1f3141796
Bug 108136: Shift_JIS conversion problem on MacOS9, OS/2. Authors=shom@vinelinux.org, k-ichioka@msb.biglobe.ne.jp; r=ftang, sr=alecf.
2002-11-25 23:44:28 +00:00
dbaron%fas.harvard.edu
93884c57d9
Add newline to end of file to fix gcc 3.2 bustage.
2002-11-25 15:22:41 +00:00
smontagu%netscape.com
073f85feb3
Remove unnecessary ToNewCString() allocation. Bug 181314, r=jaggernaut, sr=bzbarsky
2002-11-22 23:44:42 +00:00
shanjian%netscape.com
dc9fbf7c32
bug 176528, need a nsISemanticUnitScanner to support intl spam mail filter
...
Implement a new interface for this purpose.
win&linux, p=ftang, r=shanjian, sr=beard
mac build, p=nhotta, r=ftang, sr=beard
2002-11-22 23:23:25 +00:00
shanjian%netscape.com
740dec55d4
bug 176528, need a nsISemanticUnitScanner to support intl spam mail filter
...
Implement a new interface for this purpose.
win&linux, p=ftang, r=shanjian, sr=beard
mac build, p=nhotta, r=ftang, sr=beard
2002-11-22 22:36:42 +00:00
smontagu%netscape.com
049a2f65b5
Backing out shanjian's last checkin
2002-11-20 23:58:14 +00:00
shanjian%netscape.com
3282f4a651
bug 176528, need a nsISemanticUnitScanner to support intl spam mail filter
...
Implement a new interface for this purpose.
win&linux, p=ftang, r=shanjian, sr=beard
mac build, p=nhotta, r=ftang, sr=beard
2002-11-20 21:13:52 +00:00
nhotta%netscape.com
4b52a060d2
Call nsIUnicharEncoder::Finish to ensure the converted string is terminated,
...
bug 179392, r=shanjian, sr=bzbarsky
2002-11-13 21:56:01 +00:00
jay.yan%sun.com
c66d9e1c46
bug 178404, --enable-ctl in configure will cause mozilla gtk2 build fail, r=seawood
2002-11-13 03:48:17 +00:00
morse%netscape.com
9f6dfe1a2b
bug 174189, fix flawfinder warning, r=harishd, sr=dveditz
2002-11-09 00:45:53 +00:00
alecf%netscape.com
8e6ade52d8
oops, fix warning caused by last checkin, by just reordering the initializers
2002-11-05 07:03:47 +00:00
alecf%netscape.com
49185509c0
fix for bug 177990, r=tao, sr=sfraser, a=blizzard
...
fix string override enumeration, so that embeddors can override strings which are accessed via getSimpleEnumerator()
2002-11-05 07:02:07 +00:00
arougthopher%lizardland.net
e7fd90b31d
Bug#92793
...
BeOS classes are not threadsafe
In BeOS, each window runs in its own thread. Because of this,
we have a proxy layer between the mozilla UI thread, and calls made
within the window's thread via CallMethod(). However, since the windows
are still running in their own thread, and reference counting takes place within
that thread, we need to reference and de-reference outselves atomically.
r=rpotts
sr=blizzard
a=asa
2002-11-02 02:12:00 +00:00
seawood%netscape.com
d1bef3cbe0
Define WIN32_LEAN_AND_MEAN globally for win32 builds.
...
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #172898 r=cls a=asa
2002-10-17 06:47:01 +00:00
alecf%netscape.com
cb92f774ef
fix for bug 172004 - provide a mechanism for embeddors to override specific strings in any string bundle with a single "string manifest" file.
...
r=tao, sr=sfraser, a=asa
2002-10-14 19:06:27 +00:00
bryner%netscape.com
d347443b52
fixing mac bustage, r=cls
2002-10-09 04:09:14 +00:00
shanjian%netscape.com
7963427c30
#149417 Treat US-ASCII as ISO-8859-1 (Meta chaset tag)
...
use iso-8859-1 decoder to convert us-ascii to unicode.
r=ftang, sr=alecf
2002-10-09 03:01:47 +00:00
smontagu%netscape.com
a52fff5679
Add support for Langbox ISO-8859-6.8x encoding. Bug 78201, r=ftang, sr=roc+moz.
2002-10-08 23:58:48 +00:00
smontagu%netscape.com
cade4afa34
Add Hebrew punctuation characters to transliterate.properties. Bug 171520, r=ftang, sr=rbs.
2002-10-08 18:19:51 +00:00
timeless%mac.com
6f6b802dd3
Bug 158129 Add support for Adobe's Type1 Euro fonts
...
patch by Roland.Mainz@informatik.med.uni-giessen.de r=bstell@ix.netcom.com sr=roc+moz
2002-10-08 03:52:49 +00:00
smontagu%netscape.com
e8a0658560
Backing out fix to bug 158129 because of Mac bustage
2002-10-07 22:50:54 +00:00
smontagu%netscape.com
eb3049b0a5
Add support for Adobe's Type1 Euro fonts. Bug 158129, author=Roland.Mainz@informatik.med.uni-giessen.de, r=bstell, sr=roc+moz
2002-10-07 21:08:10 +00:00
jgmyers%netscape.com
9fd34f8c82
fix include guard: bug 168343 r=ftang sr=blizzard
2002-10-04 22:28:14 +00:00
mkaply%us.ibm.com
5b189410ce
OS/2 bustage 2
2002-09-25 14:18:13 +00:00
mkaply%us.ibm.com
03536694fc
OS/2 bustage 1
2002-09-25 14:16:08 +00:00
seawood%netscape.com
e43c28733e
Let's try that again
2002-09-25 12:30:24 +00:00
seawood%netscape.com
7cbe6f587c
Include OS2 specific headers. Attemting to fix tinderbox bustage
2002-09-25 06:31:30 +00:00
seawood%netscape.com
9309979b02
Fixing typo & static build bustage
2002-09-25 06:04:21 +00:00
seawood%netscape.com
dde400ae1f
BeOS should use Unix/POSIX locale
2002-09-25 05:45:23 +00:00
lordpixel%mac.com
8b711689c3
Checking in to fix Mac optimized tinderboz bustage.
Add chardet directory to optimized Access Paths in i18n.xml codewarrior project.
Approved by Darin (sherif for evening 24th Sep)
2002-09-25 03:38:48 +00:00
ccarlen%netscape.com
f660d9a03c
Fixing Mach-0 bustage
2002-09-25 01:45:31 +00:00
alecf%netscape.com
0f8950927c
fix MachO bustage - MachO should be using mac locale, not unix
2002-09-25 00:52:16 +00:00
alecf%netscape.com
e1eb002ef1
oops, remove ucharutilmodule.cpp from the mac build - don't know how it stayed there
2002-09-24 23:05:55 +00:00