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