jshin%mailaps.org
7f84143c50
bug 221024 : add a new option for turning invisible chars. to 'nothingness' to the transliterator (r=smontagu, sr=rbs)
2003-11-09 18:52:01 +00:00
jshin%mailaps.org
047697c114
bug 221666 : remove redundant copy of nsCompressedCharMap.(h|cpp) and move them to intl/unicharutil out of gfx (r=smontagu, sr=rbs)
2003-11-09 18:39:19 +00:00
timeless%mozdev.org
120a286f5f
Bug 224087 IS_CJ_CHAR should not return true for u > 0xFFEF
...
r=smontagu sr=roc
2003-11-05 22:28:18 +00:00
peter%propagandism.org
f9f591a28f
Fix for bug 224231 (Need AppendASCIItoUTF16). r=jst, sr=dbaron.
2003-11-01 10:57:41 +00:00
jshin%mailaps.org
2b89a1f38d
bug 205387: exclude truly invisible characters from DrawString. The first in a series, fix for GFX:Win (r=smontagu, sr=rbs)
2003-09-28 10:12:42 +00:00
bsmedberg%covad.net
0568e675fc
Bug 179834. Separate application resources and GRE resources. r=darin sr=dougt
2003-09-13 17:55:56 +00:00
bryner%brianryner.com
7171f28ff4
Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan.
2003-09-07 22:24:21 +00:00
cls%seawood.org
1b51ba858c
Set MODULE in makefiles at the top of a heirarchy so that module-deps lists are more precise and builds will have the proper order if some subdirs contain other modules.
2003-08-16 00:42:35 +00:00
jaggernaut%netscape.com
83c571e877
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
alecf%flett.org
2751c6b097
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
97649bab86
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
b28ce0a530
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
2003-06-10 20:12:33 +00:00
ftang%netscape.com
2230051dbc
fix bug 195460 crash. r=nhotta sr=alecf . check the length before assign
2003-06-03 20:25:20 +00:00
timeless%mozdev.org
48d1e3c8e3
Bug 205251 warning: normalize(...) declared `static' but never defined
...
r=smontagu sr=dmose
2003-05-23 22:06:24 +00:00
katakai%japan.sun.com
9ba02b3c86
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
bryner%netscape.com
67ee480ded
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
seawood%netscape.com
fd2883713e
Implement mozcomps static build variant.
...
Remove unnecessary EXPORT_LIBRARY settings.
Bug #201602 r=bryner
2003-04-17 19:19:42 +00:00
jshin%mailaps.org
b7c0ec4ff8
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
dougt%netscape.com
0d2808c511
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
jshin%mailaps.org
83904cb49f
bug 180266 : hard-code precompiled ccmaps. (r=shanjian, sr=alecf/rbs) : relanding
2003-03-07 02:30:18 +00:00
jdunn%netscape.com
c0a46d86e0
adding a newline (for hp-ux) r=cls
2003-03-06 15:56:34 +00:00
dougt%netscape.com
3d21aea27f
backing out bustage caused by jshin
2003-03-05 05:03:03 +00:00
jshin%mailaps.org
aeffe82333
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
aac4dd7004
bug 180266 : hard-code precompiled CCMaps to speed up start-up.
...
r=shanjian, sr=alecf,rbs
2003-03-05 03:40:10 +00:00
smontagu%netscape.com
81ad00bb3a
Remove unused file. Bug 178951, r=ftang, sr=roc+moz.
2003-02-27 02:00:35 +00:00
sfraser%netscape.com
eab5d38cb2
Make lots of static data const. Bug 74803. r=dbaron, sr=alecf
2003-02-26 01:15:36 +00:00
katakai%japan.sun.com
3aff5a9e5e
bug 127713
...
support Surrogate display on Linux by using FreeType
r=bstell, sr=bryner
2003-02-23 00:07:23 +00:00
nhotta%netscape.com
d7f39b77c3
Adding the new interface for CFM build,
...
bug 8275.
2003-01-18 00:15:52 +00:00
shanjian%netscape.com
ca221e3ed9
#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
alecf%netscape.com
e1b7c63212
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
3ea0dc57d4
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
seawood%netscape.com
d5efcdfb6d
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
008e1e2517
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
seawood%netscape.com
57e08a3f3a
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
smontagu%netscape.com
239ed4aeee
Add Hebrew punctuation characters to transliterate.properties. Bug 171520, r=ftang, sr=rbs.
2002-10-08 18:19:51 +00:00
alecf%netscape.com
3f94459667
removing files no longer part of build due to bug 169498
2002-09-24 22:09:32 +00:00
alecf%netscape.com
31f48ac541
bug 169498 - combine i18n libraries into one. sr=bryner, r=ftang
2002-09-24 21:50:05 +00:00
alecf%netscape.com
2f8c53674d
add more constructor headers for bug 1169498, still not part of build
2002-09-18 20:24:40 +00:00
alecf%netscape.com
07c22615ce
further work on bug 169498 - combine chardet, unicharutil and lwbrk into one dll
...
also add ns<Foo>Constructors.h to make the constructors/etc more modular
not part of build
2002-09-18 20:03:11 +00:00
dougt%netscape.com
68faeb5241
166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com
2002-09-07 17:13:19 +00:00
shanjian%netscape.com
8c9b6d95d4
#165908 , —, – –, and — are displayed as ? (character substitutes/fallbacks broken)
...
added back a missing code path.
r=yokoyama, sr=dveditz, a=asa
2002-09-06 21:10:13 +00:00
shanjian%netscape.com
8292d6678c
#137657 html content serializer and nsISaveAsCharset does not handle surrogate correctly
...
Modify the API of DoConversionFallBack and HandleFallBack to take UCS4 string, and
handle surrogate pair properly.
r= ftang, sr=blizzard
2002-08-26 20:21:08 +00:00
seawood%netscape.com
8e930f4610
Use shared prefix files instead of old module specific ones.
...
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #162186 r=cls
2002-08-14 23:07:41 +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
rbs%maths.uq.edu.au
5ff519ca23
Attempt to fix Mac bustage
2002-07-17 00:09:59 +00:00
taka%netscape.com
b89e4636c2
Remove unexpected space inserted between Chinese and Japanese characters as a result of unfolding lines. These scripts don't use space as a word boundary. b=135323 r=shanjian sr=waterson
2002-07-01 20:43:16 +00:00
alecf%netscape.com
70293b9caf
fix really strange btek bustage
2002-06-23 18:42:50 +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
1593c63705
fix for bug 148831 - avoid crashing and do a best-effort case conversion/comparison when the nsICaseConversion service has already been shut down. r=dougt, sr=jag
2002-06-12 17:59:40 +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
rbs%maths.uq.edu.au
5a252db08d
Add 'View Selection/MathML Source' to the context menu & the support for that to work, namely: enlist MathML entity names, break viewSource.xul into a sharable XUL overlay, and implement the necessary logic to automatically re-select a selection into the inflated view-source display. b=49721,1222524, r=bzbarsky, sr=alecf
2002-05-10 22:05:59 +00:00
alecf%netscape.com
dc93c6d65c
relicense these files to be triple-licensed so Galeon can use them
...
bug 142568, r=tao, sr=jag
2002-05-08 20:48:26 +00:00
nhotta%netscape.com
0a4a8eba82
Add charset fallback mechanism to nsISaveAsCharset and use it for message headers and plain text body,
...
bug 109342, r=ducarroz,ftang, sr=bienvenu,sspitzer.
2002-04-25 22:49:19 +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
smontagu%netscape.com
5fa34d91f4
Bring the behaviour of Is[Lower|Upper]Case into line with nsCRT::Is[Lower|Upper]. Bug 137505, r=timeless, sr=scc
2002-04-16 22:18:58 +00:00
ftang%netscape.com
6818ce0f80
fix bug 130441 and 122584
...
support surrogate in text-align: jutify , selection and cusor movement
r=shanjian/smontagu sr=kin a=asa
2002-03-27 03:28:34 +00:00
alecf%netscape.com
451df7d6c3
a further nsString api reduction: remove the last case-insensitive PRUnichar*-to-PRUnichar* comparisons, moving to new API, and remove old methods from nsString. r=dougt, sr=jag a=scc
2002-03-19 06:46:56 +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
rbs%maths.uq.edu.au
da41db0cc4
bug 126619 - fixups for the final metrics of certain MathML characters, and add transliteration for U+2212 the official Unicode minus sign (ongoing bug 119664), r=roc+moz, rs=attinasi/blizzard, a=shaver
2002-02-27 01:35:27 +00:00
smontagu%netscape.com
37ebf6848d
Converting bidi utilities to non-XPCOM interfaces. Bug 120818; r=mkaply, nhotta; sr=attinasi
2002-02-19 20:41:32 +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
35d62c3983
#117522 gfx/src/nsCompressedCharMap.cpp doesn't build: too many Ls in nsCompressedCharMap.h
...
r=bstell, sr=brendan
(thanks to timp@clarityconnect.com for test and verify the patch.)
2002-02-19 03:29:43 +00:00
dbaron%fas.harvard.edu
1f9514135b
Removing files long since replaced by nsCaseConversionImp2.{h,cpp}. b=125776 r=ftang sr=alecf
2002-02-16 16:33:23 +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
nhotta%netscape.com
7114a5005f
Added a mapping method to take PRUnichar* as an input string, bug 125077, r=ftang, sr=blizzard.
2002-02-14 22:16:16 +00:00
ccarlen%netscape.com
2cf6448a9f
Bug 115334 - removing .mcp files that are obsolete since conversion to XML. r=jj/sr=sfraser
2002-02-13 15:01:37 +00:00
shanjian%netscape.com
f3f7d348df
#120348 crash in macro CCMAP_HAS_CHAR_EXT
...
rewrite CCMAP_HAS_CHAR_EXT macro
r=ftang, sr=attinasi
2002-02-12 05:01:42 +00:00
shanjian%netscape.com
bcfb40094b
Reverse my last checkin because the comment is not there. (cvs ci does not
...
allow me abort, while I copy-n-paste, it accidentally copied a carriage return.)
2002-02-12 04:59:15 +00:00
shanjian%netscape.com
8d56129faa
*** empty log message ***
2002-02-12 04:54:24 +00:00
cathleen%netscape.com
5f6144d372
fix windows installer for static build, bug 124525 r=dp sr=sfraser
2002-02-09 03:06:00 +00:00
cathleen%netscape.com
740d95a0a9
eliminates 107 nsCRT::memset calls to use memset instead. removed nsCRT::memset() function. bug 118135 r=dp sr=brendan
2002-02-05 01:41:13 +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
shanjian%netscape.com
97aaee7792
#118000 support unicode plane 1 characters
...
r=ftang, sr=attinasi
nsCompressCharMap was modified to take ucs4 directly.
nsFontMetricsWin was modified to handle surrogate pair.
2002-01-16 00:15:58 +00:00
rbs%maths.uq.edu.au
4f67db8bbf
Add transliteration for U+2146 (ⅆ) b=119664, r=shanjian, rs=waterson
2002-01-15 23:00:56 +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
7df3a4d014
#118606 support opentype format 12 CMAP table
...
r=rbs, sr=attinasi
2002-01-10 22:06:58 +00:00
bstell%ix.netcom.com
14b6fe9068
bug 116150 add NextNonEmptyCCMapPage and SetChars(PRUint16* aCCMap)
...
for FreeType2 font code
r=shanjian, sr=brendan
2002-01-10 00:01:38 +00:00
ftang%netscape.com
dcc94866ac
fix bug 117098. fix it for all big endian machine. change the bad casting address code . r=smontagu sr=sfraser. also change oen variable name to make mac debugging easier.
2002-01-08 00:48:37 +00:00
timeless%mac.com
61a97fd94a
Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
...
r='s from many people. sr=jst
2001-12-23 23:23:41 +00:00
jaggernaut%netscape.com
6cb69b170f
Bug 115671: Add faster To{Upper,Lower}Case for nsASingleFragment{C}String, r=dbaron, sr=dveditz, and ns{C}String, r=bbaetz, sr=scc
2001-12-23 02:56:41 +00:00
yokoyama%netscape.com
c60c86c157
Bug 104158
...
Fixing build bustage on non-ASCII OS
/r=yokoyama, /sr=jag
2001-12-21 22:58:17 +00:00
jaggernaut%netscape.com
cd66e519ad
Backing myself out to see if I'm the cause of btek going from 1245ms to 1251ms.
2001-12-20 06:12:49 +00:00
jaggernaut%netscape.com
d86d275209
Bug 115671: Add (faster) To{Upper,Lower}Case for nsASingleFragmentStrings. r=dbaron, sr=dveditz
2001-12-20 02:15:35 +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
97b0530073
Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf
2001-12-16 11:58:03 +00:00
ccarlen%netscape.com
af646e6f1f
Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser
2001-12-11 05:45:45 +00:00
ccarlen%netscape.com
b564bb181b
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 21:20:58 +00:00
jaggernaut%netscape.com
83839f350e
BUg 113228: Replace nsC?String::To(Lower|Upper)Case with global To(Lower|Upper)Case. r=dbaron, sr=jst
2001-12-08 07:08:38 +00:00
shanjian%netscape.com
f9401691bd
#110843 support unicode beyond BMP plane in Compressed charmap
...
r=bstell sr=brendan
2001-12-06 23:10:32 +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
dbaron%fas.harvard.edu
405859fe7e
Backing out shanjian at his request to fix Linux orange.
2001-11-30 01:57:24 +00:00
shanjian%netscape.com
4a4b2f6c1e
#support unicode beyond BMP plane in Compressed charmap
...
r=bstell, sr=brendan
2001-11-30 00:41:20 +00:00
cathleen%netscape.com
51222e2da0
fix bustage in win32 static build, and also it's run-time err, unable to get
...
textService, bug 111062 r=dbaron sr=darin
2001-11-28 02:36:27 +00:00
alecf%netscape.com
40b8f97313
just adding MOZ_COUNT_CTOR/DTOR - no functional changes
2001-11-27 06:27:13 +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
rbs%maths.uq.edu.au
9f6ebddafe
transliterate ⁡ b=106780 r=shanjian sr=waterson
2001-11-14 22:44:19 +00:00
bzbarsky%mit.edu
f2ee8260a0
Use NS_LITERAL_STRING instead of NS_ConvertASCIItoUCS2 where possible
...
(i.e. where the string is a literal). Bug 104159, r=jag, sr=alecf
2001-11-14 01:33:42 +00:00
smontagu%netscape.com
1c0ff2510c
Change the definition of IS_ARABIC_ALPHABETIC to correct the display of Persian and Urdu numerals. Bug 82347, r=mkaply, sr=kin
2001-11-14 01:26:21 +00:00
bstell%netscape.com
b24d11d0c7
follow up for bug 102113, per Brendan's request
...
change the name from dummy to align, no other change
2001-11-13 07:36:38 +00:00
bstell%netscape.com
aea448c885
bug 102133: fix 64 bit solaris crash
...
r=shanjian@netscape.com , sr=brendan@mozilla.org
2001-11-10 04:20:55 +00:00
mkaply%us.ibm.com
a65bba2b78
#97235
...
r=mkaply,r=maha sr=blizzard
Code from Roozbeh Pournader - get extended Arabic letters to join so Persian works
2001-10-31 05:00:06 +00:00
alecf%netscape.com
ee9a106589
Back out my backout, now that mac seems to be fixed
2001-10-30 03:39:18 +00:00
alecf%netscape.com
acc45c0027
Back out my checkin because !(*@3 PSM is screwed.
2001-10-30 02:41:48 +00:00
alecf%netscape.com
0307c79aff
bug 100214 - Remove string dependency on XPCOM routines that depend on unicharutil, r=jag sr=scc
2001-10-29 23:16:23 +00:00
sfraser%netscape.com
72ca9383ae
Clean up static linkage with unichar utils (bug 100214) for alecf. r=fm, sr=alecf
2001-10-26 23:34:53 +00:00
alecf%netscape.com
4854990538
attempt to fix static build bustage
2001-10-26 20:10:44 +00:00
shanjian%netscape.com
fda190543a
#102706 change nsFontMetricsWin.cpp to use nsCompressedCharMap
...
r=rbs sr=attinasi
Most of the charmap were replaced by compressed charmap, only very few
left for direct operation. Some optimization also get in as problem
found when testing this patch.
2001-10-22 23:20:24 +00:00
dougt%netscape.com
0a62d4e8d5
99163 - removing nsObserverService.h includes. Also fixing 106090, extra methods on nsObserverService. r=shaver@mozilla.org, sr=jband@netscape.com
2001-10-22 22:01:27 +00:00
alecf%netscape.com
09d227c607
add ToUpperCase/ToLowerCase for PRUnichar - not used yet.. for bug 100214
2001-10-22 21:23:01 +00:00
alecf%netscape.com
f472ded118
for bug 100214, add some PRUnichar case routines, #if 0'ed out
2001-10-19 22:51:11 +00:00
alecf%netscape.com
930480f399
return the right count from write(), so that ToLower() actually terminates
...
(#if 0'ed out code)
2001-10-12 00:01:19 +00:00
alecf%netscape.com
11687588c1
bug 104122 - add case-insensitive comparison to nsICaseCompare for speedy in-module string comparisons
...
r=jag, sr=shaver
2001-10-11 21:42:28 +00:00
alecf%netscape.com
e315082c97
part of bug 100214 - turn on unicharutil_s on all platforms. r=cls (build-only change, and unicharutil_s is #if 0'd out)
2001-10-10 23:38:36 +00:00
alecf%netscape.com
043f08a7ca
oops, fix a typo in #if 0'ed out code
2001-10-09 23:43:25 +00:00
alecf%netscape.com
cd82ef1d9e
add 2nd operator() to prepare for future FindInReadable work in bug 100214
...
not part of build
2001-10-09 23:41:57 +00:00
alecf%netscape.com
0fcd318c44
#if 0 out some other code which will be turned on later
...
not part of build, will be reviewed for bug 100214
2001-10-08 22:16:22 +00:00
alecf%netscape.com
a31832567e
more updates for bug 100214:
...
- #if 0 out nsUnicharUtils.h
- implement case insensitive string compare
- add nsUnicharUtils.h to mac build
(none of this actually part of the build)
2001-10-08 21:59:13 +00:00
alecf%netscape.com
bddb78b7cb
- add some cheesy implementations of FindInReadable
...
- move nsCaseInsensitiveStringComparator over
- fix some crashes
not part of build, will be reviewed for bug 100214
2001-10-03 01:55:09 +00:00
rbs%maths.uq.edu.au
91ce95633f
add transliterator to GfxWin, b=33498. r=shanjian, sr=waterson
2001-10-02 02:57:34 +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
alecf%netscape.com
ea44c43226
add unix makefiles for unicharutil_s (not part of build!)
2001-09-26 21:06:46 +00:00
alecf%netscape.com
7c526d3b97
first cut at case-insensitive wrappers for ns*Strings - not part of build
2001-09-26 20:53:57 +00:00
gerv%gerv.net
6f48c5f805
License changes, take 2. Bug 98089. mozilla/intl/ (part 2).
2001-09-26 00:47:52 +00:00
gerv%gerv.net
04bc2069f5
License changes, take 2. Bug 98089. mozilla/gfx/.
2001-09-26 00:16:04 +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
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
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
alecf%netscape.com
68c4fc803a
add REQUIRES support to intl
...
b=98371 r=cls
2001-09-10 20:03:25 +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
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
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
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
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
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
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
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
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
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
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
rickg%netscape.com
169a621d42
preloader update. r=peterl, sr=attinasi
2001-04-03 22:58:59 +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
dprice%netscape.com
edb387e49c
71057 sr=waterson new order files. NOT PART OF THE REGULAR BUILD
2001-03-13 10:47:37 +00:00
ftang%netscape.com
4d4a143232
fix 61803. change the transliteration table so we will map some space or dash character to space and dash
...
r=nhotta sr=erik
2001-03-12 22:35:00 +00:00
erik%netscape.com
bdcee1b0ed
bugs 70028 and 70394; author=simon@softel.co.il; r=ftang; sr=erik; adding
...
nsIBidi.h and nsIUBidiUtils.h and related files to build, conditionally
(ifdef IBMBIDI)
2001-03-09 04:15:30 +00:00
erik%netscape.com
be872d5df6
bug 70028; author=simon@softel.co.il; r=ftang; sr=erik; a few name changes
...
to match Mozilla conventions, and removal of some Arabic presentation form
methods (until we figure out a better way to do these)
2001-03-08 04:00:23 +00:00
erik%netscape.com
e3bbe61b93
bugs 70028 and 70394; author=simon@softel.co.il; r=ftang; sr=erik; adding
...
Bidi and BidiUtils to build under IBMBIDI ifdef (not part of build yet);
from IBM bidi project
2001-03-08 01:15:02 +00:00
erik%netscape.com
bc89bdc0f9
bugs 70028 and 70394; author=simon@softel.co.il; r=ftang; sr=erik; adding
...
nsIBidi.h and nsIUBidiUtils.h to build; from IBM bidi project
2001-03-08 01:02:04 +00:00
erik%netscape.com
7efeba10e7
bug 70394; author=simon@softel.co.il; r=ftang; sr=erik; this is the
...
interface and implementation of the Unicode Bidi Algorithm, based on IBM's
ICU (International Classes for Unicode), ported to Mozilla's XPCOM/NS/PR
conventions; not part of the build yet
2001-03-07 01:52:16 +00:00
erik%netscape.com
e1cc38e64a
bug 70028; author=simon@softel.co.il; r=ftang; sr=erik; updating the tool
...
that generates the symmetric swapping table for bidi characters
2001-03-02 00:20:02 +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
ftang%netscape.com
09f7abdf07
check in for smontagu@il.ibm.com
...
fix bug 70028. r=ftang sr=erik
add bidi utility interface and implementation
Not building yet, should not affect the build
2001-02-27 02:06:55 +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
2e64c3a69c
check in bidi tools and data files for smontagu@il.ibm.com
...
r=ftang@netscape.com sr=erik@netscape.com
b=62777
there are no direct connection to the build system so it won't
impact and build status on tinderbox
2001-02-15 00:47:21 +00:00
dprice%netscape.com
997fb091c7
65845 first cut of the order files
2001-02-13 02:48:02 +00:00
mkaply%us.ibm.com
0cddd31ff7
#65732
...
r=cls
Make SHORT_LIBNAMEs (used by OS/2 only) match Windows DLL names
2001-01-18 15:35:00 +00:00
bryner%uiuc.edu
69e9b90bc6
Removing dead .toc files. Not part of build. a=sfraser.
2001-01-03 01:32:06 +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
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
cls%seawood.org
273809641f
General makefile cleaning for intl. Thanks to dbaron for pointing this out.
2000-09-07 02:38:55 +00:00
cls%seawood.org
1f3b6d75ab
Removed obsolete REQUIRES variable from every Makefile.in/makefile.win
2000-06-30 08:08:04 +00:00
amasri%netscape.com
77b756b7bf
Adding localization notes per Bugzilla #39775 Beta2+
...
r=rchen@netscape.com
2000-06-20 01:46:22 +00:00
scc%mozilla.org
507357239c
fix type equivalence between |PRUnichar| and |jschar| now that |PRUnchar| may be |wchar_t| on select platforms
2000-06-12 23:52:31 +00:00
warren%netscape.com
512c8bf433
Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433
2000-06-03 09:46:12 +00:00
nhotta%netscape.com
d36e59152a
Warning fix for unicharutil self test code, contributed by daa@distributed.net, r=nhotta, a=waterson bug 40089.
2000-05-22 21:35:33 +00:00
sfraser%netscape.com
b18a4c3812
Remove linkage with NetworkModular.shlb, really this time
2000-05-17 06:25:35 +00:00
sfraser%netscape.com
cd3d9c00df
Remove linkage with NetworkModular.shlb
2000-05-17 06:20:51 +00:00
cls%seawood.org
5be082e304
More OS/2 Makefile changes. Bug #34106 Batch 13
2000-05-11 14:15:34 +00:00
jbetak%netscape.com
a790edd1f7
fix bustage
...
37408
String bundle doesn't offer a scriptable enumerator
r=be
2000-05-02 06:20:25 +00:00
waterson%netscape.com
cbf17f6907
Get rid of SetString() usages. r=scc
2000-04-27 06:39:07 +00:00
nhotta%netscape.com
d12abb3faf
Fixed typo in the property, contributed by tenthumbs@cybernex.net, bug 36938.
2000-04-26 04:24:42 +00:00
ftang%netscape.com
65276499e7
add new method to case conversion so we can handle special casing ( SS or turiksh dotless I)
2000-04-26 04:00:22 +00:00
pavlov%netscape.com
a3a300fdf2
string api changes r=scc
2000-04-25 05:40:45 +00:00
scc%netscape.com
19a7784a5e
making string conversions explicit
2000-04-15 10:56:54 +00:00
ftang%netscape.com
9a2ebc2d50
add more entries into the transliteration table which generated by the perl script.
2000-04-11 22:37:10 +00:00
ftang%netscape.com
c47b02290d
add perl script which read unicode character database and generate the transliteration table
2000-04-11 22:34:39 +00:00
ftang%netscape.com
5378b283be
put back blank out header file to fix breakage
2000-04-05 00:44:06 +00:00
ftang%netscape.com
074f4defbb
r=jbetak add additional performance enhancment code by
...
1. use a 256 bits (8 32bits integer) to prepresent no case block
2. cache the last index
3. use a base variable to remember m*3
2000-04-05 00:10:14 +00:00
ftang%netscape.com
76ca5450fd
check in the table which generated by using the Unicode 3.0 data base.
...
This file is generated by ../tools/gencasetable.pl
The file version of the data file is 3.0.0 (sept 10 1999)
r=ftang
2000-04-04 12:34:26 +00:00
ftang%netscape.com
983a9a8297
update npl for generate file
2000-04-04 12:30:55 +00:00
cls%seawood.org
f6740baa20
Moved static MOZ_COMPONENT_NSPR_LIBS, MOZ_COMPONENT_XPCOM_LIBS, MOZ_COMPONENT_LIBS definitions from configure.in to config.mk. Replaced -lxpcom in Makefiles to $(XPCOM_LIBS) so that we can optionally link against -lboehm when needed. Bug #31287
2000-04-04 04:46:38 +00:00
scc%netscape.com
5bc18af705
making string conversions explicit
2000-04-03 06:01:54 +00:00
cls%seawood.org
cd487cbabb
Set SHORT_LIBNAME in cases that library name will exceed 8 chars for OS/2. Bug #34106 a=leaf
2000-04-01 10:18:48 +00:00
nhotta%netscape.com
c06f0ae5bd
Changed NS_ERROR_UENC_NOMAPPING to non serious error and return it to clients of nsISaveAsCharset, r=cata.
2000-03-28 00:36:41 +00:00
erik%netscape.com
59211cbb33
bug 33147; mdash and ndash were both transliterated to a single '-'; made
...
the mdash longer by using 2 hyphens "--"; r=none
2000-03-24 04:25:54 +00:00
nhotta%netscape.com
510ae4b294
Changed to call Finish() after the conversion, bug 29652 , r=cata.
2000-03-15 23:38:27 +00:00
erik%netscape.com
c137f1b3e6
bug 454; adding the windows-1252 fallbacks (e.g. ellipsis -> ...); r=rbs
2000-03-12 23:15:10 +00:00
rickg%netscape.com
ffe78e83e5
removed calls to deprecated string methods
2000-03-12 09:14:14 +00:00
bryner%uiuc.edu
6985354db4
Adding a new flag to the Win32 build system. Set DISABLE_TESTS=1 to skip
...
building in the tests directories. Should not affect the build at all if
you do not have this environment variable. r=leaf.
2000-02-25 04:12:40 +00:00
granrose%netscape.com
42efd01ceb
fix typo: GLIB-CONFIG should be GLIB_CONFIG bug 18815. r=leaf.
2000-02-09 01:24:48 +00:00
scc%netscape.com
73802d6f2e
Pro5 update
2000-02-07 23:06:04 +00:00
nhotta%netscape.com
5a50b7eb39
Fixed a wrong address reference which crashes Japanese mail send, r=ftang.
2000-02-04 22:39:03 +00:00
pinkerton%netscape.com
cdc7e4500f
fixing paths into MacOS Support folder. bug 25949 r=macdev.
2000-02-01 22:30:54 +00:00
nhotta%netscape.com
d7ffea17ba
Changed EURO to EUR, no bug, no reviewer.
2000-01-31 21:26:37 +00:00
nhotta%netscape.com
4500a9f7ce
Adding a new property file for transliteration, bug 9574, r=ftang.
2000-01-28 00:35:53 +00:00
dougt%netscape.com
0b0346079c
Landing nsIFile.
2000-01-24 21:28:28 +00:00
brade%netscape.com
3e9c2c4c13
fix typos in entities (r=momoi)
2000-01-23 19:19:32 +00:00
pp%ludusdesign.com
698852a4f4
Converting usage of ::GetIID() to NS_GET_IID().
...
Bug #20232 , r=scc@netscape.com
2000-01-11 20:49:15 +00:00
cls%seawood.org
4f34e05855
Removed redundant XPDIST from the build. Changed existing references to DIST.
...
Replaced all uses of $(DIST)/include with $(PUBLIC) except those looking for NSPR headers.
Removed extra instances of $(DIST)/include or $(PUBLIC) from INCLUDES as it's already there.
Override OS_LIBS when setting host variables for cross-compiling.
2000-01-11 05:13:01 +00:00
ftang%netscape.com
9d5a3181d2
fix 22921 r=dp change the implementation of nsIModule to use the generic module.
2000-01-08 01:52:02 +00:00
warren%netscape.com
06918ca494
Made nsIProperties scriptable. Bug #21982
2000-01-05 09:29:25 +00:00
warren%netscape.com
2db26922a6
Landing no_neckoutil2_branch. Bug #11159 . Removes neckoutil_s.lib from build which helps beos and openvms.
1999-11-30 04:50:42 +00:00
jdunn%netscape.com
e871be6de2
Fixing all unresolved symbols on unix. The bug has the diff's
...
r dp@netscape.com (ramiro helped me with it)
# 18688
1999-11-16 06:02:31 +00:00
dmose%mozilla.org
142ac52eaf
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
nhotta%netscape.com
9fd8c5a424
Added a call to encoder finish, this allows encoder to write out remaining data such as escape sequences of ISO-2022-JP, bug 17805, r=ftang.
1999-11-02 23:24:10 +00:00
nhotta%netscape.com
fa6a5d6ac3
Fixed a typo in the entity definition, r=ftang.
1999-11-02 01:19:19 +00:00
dp%netscape.com
69f850d965
Removing double check for failure. Checking for nsresult is sufficient.
1999-11-01 08:54:06 +00:00
nhotta%netscape.com
042fc6540b
Check input for the null pointer and empty string, bug 17287, r=ducarroz,jefft.
1999-10-28 20:41:45 +00:00
nhotta%netscape.com
35df054c4f
Unicode encoder related change for unmapped characters.
...
If unicode encoder cannot map a character to the target encoding, it returns used unicode length including the unmapped character.
That is true for all encoder except ISO-2022-JP (bug #15706 ). Changed the callers to match the encoder behavior. bug 8865, r=cata.
1999-10-26 20:16:11 +00:00
nhotta%netscape.com
b19a5167ef
Fix a warning, it was assigning NULL to char type, r=ftang.
1999-10-20 23:55:31 +00:00
nhotta%netscape.com
5c8b113682
Fixing the linux build bustage.
1999-10-19 00:03:57 +00:00
nhotta%netscape.com
b5873913b7
Changed interface and implementation of nsIEntityConverter,
...
more entity support (before Latin1 only), added a string based interface. Bug fix 8865, r=ftang.
1999-10-18 22:33:14 +00:00
dp%netscape.com
9568ae8d05
Removing extra backslashes at the end of the install lines. Fixing
...
build.
1999-10-18 20:43:11 +00:00
nhotta%netscape.com
b338c83fa6
Add new propertie files for html entity, part of bug fix 8865, r=ftang.
1999-10-18 20:02:20 +00:00
nhotta%netscape.com
34f377415a
Hooking up nsISaveAsCharset to the build, part of bug fix 8865, r=ftang.
1999-10-15 00:13:00 +00:00
nhotta%netscape.com
213f38e135
Hooking up nsISaveAsCharset to the build, part of bug fix 8865, r=ftang.
1999-10-15 00:05:23 +00:00
nhotta%netscape.com
d02f41691b
Adding a new interface which does a charset conversion plus NE and NCR for fallback. Part of bug fix #8865 , r=ftang.
1999-10-11 23:47:27 +00:00
ftang%netscape.com
0e55264368
remove obsolted file
1999-10-08 20:35:24 +00:00
ftang%netscape.com
8ef6c2fe6f
change to nsIModule r=kipp
1999-10-08 20:30:58 +00:00
ftang%netscape.com
dcd272500b
remove factory file and add module file
1999-10-08 20:30:42 +00:00
ftang%netscape.com
9050f25e26
add new file for nsIMoudle work, r=kipp
1999-10-08 20:27:24 +00:00
beard%netscape.com
9eae33066d
changed from directly using "MSL DropInRuntime.Lib" to using "NSComponentStartup.o" to enable GC leak detector. r=smfr
1999-10-03 20:46:23 +00:00
briano%netscape.com
319ef7e115
Fix for AIX 4.2, specifically, but should help other platforms with shared library difficulties.
1999-10-01 23:07:38 +00:00
bruce%cybersight.com
21c66044ed
Fix mismatched delete
1999-09-26 18:12:39 +00:00
tague%netscape.com
a6ed808eb5
Export to correct module, not that it matters anymore.
1999-09-21 20:13:56 +00:00
warren%netscape.com
e1cb53233a
freed gUpperMap and gLowerMap in nsCaseConversionImp2
1999-09-20 20:52:16 +00:00
ramiro%netscape.com
e8ba593918
Cleanup the neckutil linking thing.
1999-09-15 02:15:11 +00:00
ftang%netscape.com
bfa7151e73
optimizatoin work
1999-09-13 23:44:48 +00:00
briano%netscape.com
d055fd251c
General cleanup.
1999-09-11 03:07:11 +00:00
ftang%netscape.com
f1a44cd49b
placeholder for some late night hack....
1999-09-08 13:41:11 +00:00
cyeh%netscape.com
9577b5cefa
Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people.
1999-09-01 00:54:34 +00:00
erik%netscape.com
2591c69b18
Fixing warnings.
1999-08-30 21:59:42 +00:00
tague%netscape.com
e7049f0e55
Obsolete old entity conversion table.
1999-08-26 03:00:42 +00:00
tague%netscape.com
f0ab775aeb
Changed build destination of entity conversion tables.
1999-08-26 02:58:58 +00:00
tague%netscape.com
4ac91b854c
Fixed up build location of the entity conversion tables.
1999-08-26 02:24:10 +00:00
tague%netscape.com
01b01c6ae5
Fixed up a makefile problem, updated the build location of the entity translation files.
1999-08-26 02:11:40 +00:00
ramiro%netscape.com
e5dfc2a7eb
Ignore generated files.
1999-08-21 12:14:23 +00:00
ramiro%netscape.com
0e8cf4c605
Fix runtime undefined symbols.
1999-08-21 11:49:22 +00:00
tague%netscape.com
da98f378da
Fix blamed build warning.
1999-08-21 05:49:24 +00:00
tague%netscape.com
556dd8fd9f
Turned on nsIEntityConverter for windows build.
1999-08-21 02:51:39 +00:00
tague%netscape.com
f1b6d29f55
Turned on nsIEntityConverter for Unix build
1999-08-21 02:50:58 +00:00
tague%netscape.com
9b6ca6ec86
Turn on nsIEntityConverter in Mac build.
1999-08-21 02:41:56 +00:00
tague%netscape.com
ce0c16737e
First Checked In.
1999-08-21 01:41:17 +00:00
tague%netscape.com
407f64b741
Added to windows build.
1999-08-21 00:42:38 +00:00
tague%netscape.com
25ffeb5fc3
Added makefile.win for windows build.
1999-08-21 00:42:03 +00:00
tague%netscape.com
2cdab7d080
Added nsEntityConverter components.
1999-08-20 23:57:51 +00:00
tague%netscape.com
7b2409d97b
Added nsIEntityConverter component.
1999-08-20 23:57:21 +00:00
tague%netscape.com
67be3d73eb
Added nsIEntityConverter.idl component.
1999-08-20 23:56:37 +00:00
briano%netscape.com
2a20744a97
Fix for platforms with no --whole-archive flags.
1999-07-31 00:07:17 +00:00
ftang%netscape.com
e75a11b9d0
fix 10368
1999-07-27 13:46:37 +00:00
ftang%netscape.com
f829941607
fix warning
1999-07-16 20:44:02 +00:00
ftang%netscape.com
1b6f57843d
fix bug 9841
1999-07-14 18:46:44 +00:00
ftang%netscape.com
5da42e408a
remove tools from the build
1999-07-14 15:38:19 +00:00
dveditz%netscape.com
0eb6c820cf
nakefile cleanups
1999-07-02 13:42:17 +00:00
tague%netscape.com
357bf250ae
Fixed up UNIX build warnings
1999-06-29 20:14:59 +00:00
mcafee%netscape.com
afa64d5b76
Adding BeOS case.
1999-06-25 13:00:36 +00:00
ftang%netscape.com
679bfcf1cd
fix bug 8201 by adding GetIID()
1999-06-15 23:41:40 +00:00
mcafee%netscape.com
62c9f50725
Ignore generated files.
1999-06-09 04:02:15 +00:00
mcafee%netscape.com
0e313ad0ab
Proper use of parens.
1999-06-09 04:00:57 +00:00
mcafee%netscape.com
b548f00e9a
Fixing this Makefile so that it does something.
1999-06-08 08:01:35 +00:00
briano%netscape.com
8699ea0019
Handle the (Unix) platform-specific DLL naming conventions properly.
1999-06-04 22:17:30 +00:00
mcmullen%netscape.com
cbc7d3604a
Removed obsolete base.shlb/baseDebug.shlb
1999-05-27 21:40:58 +00:00
dp%netscape.com
1052325d54
removing -lreg
1999-05-26 07:41:15 +00:00
dp%netscape.com
94344009c8
Landing xpcom20/21 branch.
1999-05-26 01:38:36 +00:00
ftang%netscape.com
3e3ac72376
add HankakuToZenkaku
1999-05-10 23:10:05 +00:00
ftang%netscape.com
f95f326e76
add nsHankakuToZenkaku.cpp
1999-05-10 23:00:36 +00:00
ftang%netscape.com
4dc41ef32a
declare prototype to mac happier
1999-05-10 23:00:07 +00:00
ftang%netscape.com
016cc3231c
add nsHankakuToZenkaku.cpp
1999-05-10 21:19:47 +00:00
ftang%netscape.com
302b7f348f
add progid. Add nsHankakuToZenkaku.h to the export list
1999-05-10 21:13:13 +00:00
ftang%netscape.com
1f0eea254c
first check in
1999-05-08 00:23:47 +00:00
ftang%netscape.com
ab18f92e08
add new file
1999-05-08 00:20:49 +00:00
dp%netscape.com
b5707f7a96
Converting stray UnregisterFactory calls to UnregisterComponent
1999-05-06 01:37:04 +00:00
ftang%netscape.com
d50dbfa429
fix category bug
1999-05-06 00:17:40 +00:00
ftang%netscape.com
93f1677bbc
fix warning and category bug
1999-05-06 00:17:18 +00:00
sfraser%netscape.com
c7b9c7e874
Remove errent semicolons
1999-04-27 04:05:01 +00:00
pinkerton%netscape.com
fc0abb60de
Move all apple libs into MacOS target of interfaces.mcp. Only "apple" lib in each project should now be InterfacesStubs (with some minor exceptions). permission to checkin granted by cyeh.
1999-04-10 00:15:14 +00:00
jband%netscape.com
01475d8a25
fixed typo so no extra .pdb files get left behind
1999-04-06 00:10:10 +00:00
leaf%mozilla.org
4ad9f70d5d
Landing nspr library name change, and plevent function call change.
1999-03-17 21:32:03 +00:00
warren%netscape.com
44568143d6
Backed out the nsService template stuff.
1999-03-09 11:49:41 +00:00
warren%netscape.com
4b2d56fbaa
nsRepository -> nsIComponentManager changes.
1999-03-09 09:44:27 +00:00
dp%netscape.com
1576712e2f
dist/bin/components is where all loadable components will be installed.
1999-03-06 09:04:53 +00:00
dp%netscape.com
06a110237c
Installing loadable components in components/ directory
1999-03-03 01:25:21 +00:00
ftang%netscape.com
abb18bd6d6
check in prototype code for orderid formater
1999-03-02 01:43:00 +00:00
ftang%netscape.com
d644fabe47
fix some unix warning
1999-02-26 17:34:58 +00:00
ebina%netscape.com
ec691d8a4c
Changing RegisterFactory to use the new API.
1999-02-26 16:18:23 +00:00
warren%netscape.com
44cae3cd3f
Changes for RDF component registration using nsRepository. Also changed args to NSGetFactory and friends.
1999-02-26 10:17:14 +00:00
sfraser%netscape.com
313ee557d8
Mac project changes -- convert from using MLSShLibRuntime to MSLDropinRuntime.
1999-02-26 00:44:01 +00:00
ftang%netscape.com
5b96cd3b93
add newly design interface file
1999-02-25 19:08:45 +00:00
ftang%netscape.com
fc0dc391d0
performance tuning for ToTitle method
1999-02-23 02:24:40 +00:00
ftang%netscape.com
f4aa50fce9
fix ToTitle bug- make it compatabile to CSS Capitalize. Comment #ifndef XP_UNIX to make the auto registry work
1999-02-22 22:20:01 +00:00
ftang%netscape.com
e4c80992c7
add nsCategoryImp.cpp
1999-02-17 15:42:26 +00:00
ftang%netscape.com
3d427153ae
add nsCategory.cpp
1999-02-17 15:40:10 +00:00
ftang%netscape.com
a9974677f8
1. fix the Prefix file problem for Debug target
2. Add nsCategoryImp.cpp
1999-02-17 15:37:28 +00:00
ftang%netscape.com
12da02a68a
add toc file
1999-02-17 15:15:39 +00:00
ftang%netscape.com
0a0eb519c3
change the test code to use service manager
1999-02-16 18:37:01 +00:00
mcafee%netscape.com
4cc6e070bc
Wrapping tests in ENABLE_TESTS
1999-02-10 01:01:07 +00:00
mcafee%netscape.com
6b790408c8
More portable way of writing this Makefile.
1999-02-10 00:49:34 +00:00
ftang%netscape.com
3282820c93
back up the #ifndef XP_UNIX
1999-02-10 00:35:02 +00:00
ftang%netscape.com
b718155791
check in the implementation of General Category code
1999-02-09 23:52:36 +00:00
ftang%netscape.com
b4f23cc6b3
first check in
1999-02-09 23:51:43 +00:00
ftang%netscape.com
c744c709e2
make small changes
1999-02-09 23:51:02 +00:00
ftang%netscape.com
556cb9659c
reduce table size
1999-02-09 23:49:30 +00:00
ftang%netscape.com
f9f71b5501
reduce the table size
1999-02-09 23:48:56 +00:00
dp%netscape.com
dc220d0b88
Adding libreg
1999-02-09 23:29:48 +00:00
ftang%netscape.com
7de3f37e2f
first check in
1999-02-09 16:04:07 +00:00
ftang%netscape.com
d31ad1afa3
change ToTitle interface
1999-02-09 15:57:48 +00:00
ftang%netscape.com
ef83f03754
implement ASCII only ToTitle until word breaker ready. Put optimization for NOCASE_CHAR in place, replace test with macro to make it more readable,
1999-02-04 16:59:03 +00:00
ftang%netscape.com
18cab4e127
stop building gendata. it is obsoleted
1999-02-03 18:00:03 +00:00
ftang%netscape.com
1555dc949b
stop building gendat
1999-02-03 17:54:51 +00:00
ftang%netscape.com
d182d451e7
change implementation to Imp2 so it don't depend on MTT and faster, smaller
1999-02-03 17:44:05 +00:00
ftang%netscape.com
e30e92cb4c
change implementation to Imp2 so it is faster and smaller and do not depend on MTT
1999-02-03 17:43:38 +00:00
ftang%netscape.com
9ff667aa06
fix mac warning. delete , from enum
1999-02-03 09:02:54 +00:00
ftang%netscape.com
06e4dafc2f
make the table static instead of extern
1999-02-03 08:52:22 +00:00
ftang%netscape.com
ca366072dd
Fix extern and static problem
1999-02-03 08:51:56 +00:00
ftang%netscape.com
99ae0ec765
add the second implementation to replace the MTT implementation. the casetable.h is build by ../tools/gencasetable.pl on window with [Dec 29 22:05:00 1998] version (2.1.8) of UnicodeData-Latest.txt file
1999-02-03 08:44:02 +00:00
ftang%netscape.com
34f136da98
add gencasetable.pl which used to generate mozilla/intl/unicharutil/src/casetable.h from UnicodeData-Latest.txt
1999-02-03 08:38:39 +00:00
mcafee%netscape.com
938f5f070b
Ignore generated binaries
1999-02-02 01:52:35 +00:00
tague%netscape.com
33eb3a52b3
Updated MANIFEST file. Removed leading # characters.
1999-02-01 04:36:52 +00:00
tague%netscape.com
9eeda875db
Renamed targets from unicharutil*.shlib to unicharutil*.shlb.
1999-02-01 04:31:37 +00:00
tague%netscape.com
85b27329cd
Checked in nsILocale, nsILocaleFactory. Added all the build dependencites in mozilla/intl as well.
1999-01-28 23:27:55 +00:00
ramiro%netscape.com
40c9c81e4b
Ignore generated files.
1999-01-27 05:09:47 +00:00
nhotta%netscape.com
f5ae45eca2
File Removed.
1999-01-21 23:26:07 +00:00
nhotta%netscape.com
9b01700753
First Checked In.
1999-01-21 23:13:03 +00:00
ftang%netscape.com
231a7f5d7a
move from modules into intl
1999-01-08 00:26:45 +00:00
ftang%netscape.com
40e1221f93
move from modules into intl
1999-01-08 00:20:08 +00:00