smontagu@netscape.com
249011d8fa
Do Arabic shaping earlier before measuring the text so that it gets laid out correctly. Bugs 117041, 138097. r=ftang, sr=waterson
2007-06-28 13:02:46 -07:00
smontagu@netscape.com
f204991597
ArabicShaping() shouldn't assume that the input and output is in visual order. Bug 137871. r=ftang, sr=attinasi
2007-06-28 13:02:45 -07:00
smontagu@netscape.com
eba02ecef2
Move HandleNumbers() from nsBidiPresUtils to nsBidiUtils. Bug 137857. r=ftang, sr=attinasi
2007-06-28 13:02:44 -07:00
smontagu@netscape.com
02ba19a7e9
Fix for bug 121654, "Browser hangs when viewing a Ja message w/o MIME header with folder charset set to Arabic (IBM-864)". r=mkaply, sr=kin, a=asa
2007-06-28 13:02:50 -07:00
smontagu@netscape.com
b51cc554e0
Converting bidi utilities to non-XPCOM interfaces. Bug 120818; r=mkaply, nhotta; sr=attinasi
2007-06-28 13:02:43 -07:00
benjamin@smedbergs.us
1e0c15f245
Bug 376041 - Link browser components against the CRT statically (on Windows), to solve CRT embedding issues, r=luser
2007-04-23 12:25:39 -07:00
benjamin@smedbergs.us
0ab7558e7b
Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me
2007-04-23 07:21:53 -07:00
roc+@cs.cmu.edu
0054412272
Bug 374866. Reftests for text-transform. r=dbaron
2007-03-22 16:01:14 -07:00
smontagu%smontagu.org
6dccbe8dac
Enable bidi processing if there are right-to-left characters in print headers or footers. Bug 421690, r+sr=roc, blocking1.9=damon
2008-03-12 07:56:38 +00:00
jag%tty.nl
4221353fba
Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan
2008-02-18 08:50:33 +00:00
reed%reedloden.com
5ba1e3637a
Bug 333308 - "make clean and make distclean miss various files" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=schrep]
2008-02-13 11:33:40 +00:00
dbaron%dbaron.org
81bf9259f4
Remove unused OrderIdFormater (sic) code. r=smontagu b=414142 Not part of the build.
2008-01-27 07:55:31 +00:00
karlt+%karlt.net
2124b94abf
Update entities in line with MathML 2.0 xhtml-math11-f.dtd,v 1.16 2003/11/04,
...
with code point updates from http://www.unicode.org/reports/tr25/tr25-9.html
b=289938, rs=pavlov.
2008-01-10 10:34:35 +00:00
smontagu%smontagu.org
40f49b4058
Remove unnecessary include of nsCOMPtr.h. Bug 400918, r+sr=roc, a=dsicore
2008-01-06 09:41:20 +00:00
bugzilla%standard8.plus.com
54f0f2eadc
Bug 410332 nsITextTransform.h should use nsStringGlue.h instead of nsString.h. r/moa=smontagu,approval1.9=beltzner
2008-01-03 16:54:03 +00:00
gerv%gerv.net
d38c158995
Bug 398009 - fix mangled license headers. a=stuart.
2007-10-06 12:08:47 +00:00
smontagu%smontagu.org
3b6ff16447
Update bidi mirroring table to Unicode corrigendum 6. Bug 392581, r=jshin, blocking1.9=dbaron
2007-09-20 11:16:17 +00:00
roc+%cs.cmu.edu
d1108c6d59
Bug 393356. Don't export cattable.h; any users should be using nsIUGenCategory instead
2007-08-29 02:08:23 +00:00
roc+%cs.cmu.edu
dc4ea8c74d
Bug 393356. Spellchecker should not use private copy(ies) of the Unicode category tables. r=smontagu,a=damon
2007-08-29 02:03:32 +00:00
benjamin%smedbergs.us
ef5b6db46a
Bug 389673 - Fix "make install" to copy from dist/ and use packager.mk, rather than recurse the build tree, r=luser
2007-08-03 14:46:28 +00:00
jwalden%mit.edu
ef68fcf595
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
2007-07-08 07:08:56 +00:00
smontagu%smontagu.org
f2bdb33acd
Move SymmSwap and other character-related Bidi utility methods from layout to intl/unicharutil. Bug 385539, r+sr=roc
2007-07-01 05:56:11 +00:00
smontagu%smontagu.org
50f212fdb8
Trigger Bidi processing also for non-displayable control characters (RLM, RLE, RLO, etc.) Bug 177148, r+sr=roc, a=asa
2007-06-28 20:03:24 +00:00
smontagu%smontagu.org
c7717b3347
Only strip zero-width joiner and non-joiner control characters when we do our own Arabic shaping. Bug 280936, r=jshin, sr=rbs
2007-06-28 20:03:23 +00:00
smontagu%smontagu.org
fdb2a46b6d
Update data files to Unicode 5.0. Bug 345156, r=jshin, sr=jag
2007-06-28 20:03:22 +00:00
smontagu%smontagu.org
23bfdbd24e
Update data files to Unicode 5.0
2007-06-28 20:03:21 +00:00
smontagu%smontagu.org
956bb5b8d2
Update data files to Unicode 5.0
2007-06-28 20:03:20 +00:00
smontagu%smontagu.org
083dfe0c9f
Update Bidi character data tables to Unicode 4.1.0. Bug 288836, r=jshin, rs=roc, a=mkaply
2007-06-28 20:03:19 +00:00
dveditz%cruzio.com
644d74a463
Bug 284219: add EnsureStringLength() helper function to nsReadableUtils.h to
...
simplify OOM checks when growing an nsAString. r/sr=darin
2007-06-28 20:03:18 +00:00
gerv%gerv.net
278be35839
Bug 236613: change to MPL/LGPL/GPL tri-license.
2007-06-28 20:03:17 +00:00
mats.palmgren%bredband.net
26380c2ad7
Fix crash on unicode "zero width non-joiner" sequence. b=217903 r+sr=dbaron
2007-06-28 20:03:16 +00:00
smontagu%smontagu.org
afe435cab7
Improve the CHAR_IS_BIDI macro. Bug 240943, patch from an idea by Peter Kirk, r+sr=roc
2007-06-28 20:03:14 +00:00
smontagu%smontagu.org
99d1ba72ee
Fix flipping of Arabic text when pasted to clipboard. Bug 197375, r+sr=bzbarsky
2007-06-28 20:03:13 +00:00
smontagu%smontagu.org
07ae733eec
Correct the joining of some Urdu characters. Bug 255566, r=jshin, sr=rbs.
2007-06-28 20:03:12 +00:00
smontagu%smontagu.org
397e5d7fcd
Update bidi data tables to Unicode 4.0.1 and add surrogate handling. Bug 240943, r=jshin, sr=rbs.
2007-06-28 20:03:11 +00:00
smontagu%smontagu.org
b834cb8796
Update the table of Bidi character categories to Unicode 4.0.1: partial patch to Bug 240943 to match the 1.7 branch checkin. r=jshin, rs=blizzard.
2007-06-28 20:03:10 +00:00
gerv%gerv.net
5aae79b0be
Bug 236613: change to MPL/LGPL/GPL tri-license.
2007-06-28 20:03:09 +00:00
smontagu%netscape.com
6aec027e8d
Make Bidi symmetric swapping handle characters outside BMP. Bug 122800, r=mkaply, sr=darin
2007-06-28 20:03:08 +00:00
cbiesinger%web.de
9d9e17e650
bug 236707 ARABIC COMMA's Joining Class is wrong
...
patch by Behnam Esfahbod <behnam@esfahbod.info> r=smontagu sr=rbs a=mkaply
2007-06-28 20:03:07 +00:00
darin%meer.net
91b46f9951
landing dbaron's patch for bug 235735 "fix callers that cast away const on result of ns[C]String::get" r+sr=darin
2007-06-28 20:03:06 +00:00
smontagu%netscape.com
1e35c3c501
Don't do numeric substitution in Arabic text by default. Bug 181711, r+sr=rbs, a=asa.
2007-06-28 20:03:05 +00:00
bryner%brianryner.com
fdb3740edf
Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan.
2007-06-28 20:03:04 +00:00
sfraser%netscape.com
7d78d32148
Make static data const in nsBidiUtils.cpp. Bug 74803. r=dbaron, sr=alecf.
2007-06-28 20:03:03 +00:00
timeless%mozdev.org
59df298909
Bug 126484 Occurences of uninitialized variables being used before being set (in Bidi files)
...
patch by mozilla-bugs@nogin.org r=smontagu sr=bz
2007-06-28 20:03:02 +00:00
cbiesinger%web.de
3ec9497023
remove ifdef IBMBIDI in content/, r+sr=roc+moz, bug 89203
2007-06-28 20:03:01 +00:00
smontagu%netscape.com
66bc993cc1
Fix crasher bug 158796, r=jkeiser, sr=jst, a=asa
2007-06-28 20:03:00 +00:00
smontagu%netscape.com
86480f56b7
Do Arabic shaping earlier before measuring the text so that it gets laid out correctly. Bugs 117041, 138097. r=ftang, sr=waterson
2007-06-28 20:02:59 +00:00
smontagu%netscape.com
0ebbbdc7e4
ArabicShaping() shouldn't assume that the input and output is in visual order. Bug 137871. r=ftang, sr=attinasi
2007-06-28 20:02:58 +00:00
smontagu%netscape.com
4215d2ee44
Move HandleNumbers() from nsBidiPresUtils to nsBidiUtils. Bug 137857. r=ftang, sr=attinasi
2007-06-28 20:02:57 +00:00
smontagu%netscape.com
ddadc54a4f
Fix for bug 121654, "Browser hangs when viewing a Ja message w/o MIME header with folder charset set to Arabic (IBM-864)". r=mkaply, sr=kin, a=asa
2007-06-28 20:02:56 +00:00
smontagu%netscape.com
243b16d96f
Converting bidi utilities to non-XPCOM interfaces. Bug 120818; r=mkaply, nhotta; sr=attinasi
2007-06-28 20:02:55 +00:00
benjamin%smedbergs.us
61ccb1a4f2
Bug 376041 - Link browser components against the CRT statically (on Windows), to solve CRT embedding issues, r=luser
2007-04-23 19:25:39 +00:00
benjamin%smedbergs.us
3fb4912f5d
Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me
2007-04-23 14:22:04 +00:00
bent.mozilla%gmail.com
a6d0703844
Bug 362597 - "Increased Rlk (leak) on balsa after landing of bug 354787". r=bsmedberg.
2007-01-03 20:40:51 +00:00
timeless%mozdev.org
4c88c8a7ac
Bug 363390 IS_LOW_SURROGATE conflicts with winnls.h
...
r=darin
2006-12-21 07:03:23 +00:00
gerv%gerv.net
fd0b7c527e
Bug 236613: change to MPL/LGPL/GPL tri-license.
2006-12-11 09:45:41 +00:00
bent.mozilla%gmail.com
4e85cb8681
Bustage fix from 354787.
2006-12-01 19:49:24 +00:00
bent.mozilla%gmail.com
4ac450d990
Bug 354787 - "1% performance hit (Tp/Tdhtml) from the fix for bug 204114". r=roc+bsmedberg.
2006-12-01 19:26:18 +00:00
bent.mozilla%gmail.com
b013cfb947
Bug 204114 - "nsUnicharUtils need to be threadsafe". r=bsmedberg.
2006-09-27 17:44:27 +00:00
bent.mozilla%gmail.com
6ace7ddc15
Bug 342425 - "nsCaseConversionImp2 leaking 2 nsCompressedMap objects". r+sr=bz.
2006-08-23 19:16:12 +00:00
benjamin%smedbergs.us
5a0bfad337
Backout bug 345517 due to various issues.
2006-08-10 14:06:47 +00:00
benjamin%smedbergs.us
1aa947c723
Bug 345517 - Build Firefox --enable-libxul by default, r=darin/mento
2006-08-09 13:39:19 +00:00
benjamin%smedbergs.us
b3f8f251d4
Bug 346679 - NormalizationTest.cpp doesn't need/shouldn't use MOZILLA_INTERNAL_API, r=smontagu
2006-08-02 15:45:39 +00:00
smontagu%smontagu.org
07616a11f7
Test program for Unicode normalization. Not part of the default build. Bug 345951, r=jshin, sr=jag
2006-07-31 10:37:27 +00:00
smontagu%smontagu.org
03a1554564
Update data files to Unicode 5.0. Bug 345156, r=jshin, sr=jag
2006-07-30 12:50:15 +00:00
smontagu%smontagu.org
8f55ac5138
Update data files to Unicode 5.0
2006-07-30 12:47:26 +00:00
smontagu%smontagu.org
342e3af58f
Update data files to Unicode 5.0
2006-07-30 12:39:56 +00:00
smontagu%smontagu.org
a77e5192dc
Improve detection of numbers in the transliterator. Bug 345024, r=jshin, sr=rbs
2006-07-20 12:15:51 +00:00
dveditz%cruzio.com
f3e1ecabf0
Bug 284219: add EnsureStringLength() helper function to nsReadableUtils.h to
...
simplify OOM checks when growing an nsAString. r/sr=darin
2006-06-22 19:07:30 +00:00
bent.mozilla%gmail.com
6fc2761be5
Bug 204114 - "nsUnicharUtils need to be threadsafe". r=smontagu.
2006-06-21 15:25:17 +00:00
benjamin%smedbergs.us
9ded0402f1
Typo fix, bug 334009
2006-06-07 16:46:14 +00:00
benjamin%smedbergs.us
7f6e3257e6
Bug 334009 - Make unicharutils available to frozen (dependent) linkage components, r=darin+smontagu
2006-06-07 16:25:40 +00:00
smontagu%smontagu.org
113557f3d9
Correct a typo in gencasetable.pl and regenerate casetable.h. Bug 337976, r=jshin, sr=jag
2006-05-15 14:07:03 +00:00
cbiesinger%web.de
1fe4516c9f
bug 335180 Remove win32.order, mozilla-bin.order, --enable-reorder, and
...
associated code. These options do not really work anymore.
r=bsmedberg
2006-05-06 17:53:51 +00:00
cls%seawood.org
a080eb5af6
Allow libxul to link in mingw builds.
...
Bug #334403 r=bsmedberg
2006-04-18 15:52:41 +00:00
smontagu%smontagu.org
eb5255236a
Remove compiler warning. Bug 330589, r=biesi, sr=roc
2006-03-19 07:08:11 +00:00
benjamin%smedbergs.us
95aae9c209
Bug 78087 - don't export intermediate libraries - initial makefile changes to switch from $(DIST)/lib to in-tree library locations - blanket-r=mento
2006-02-13 20:52:44 +00:00
bsmedberg%covad.net
2a4e4f05d1
Bug 315089 - Convert intl tests to use the XPCOM glue, r=smontagu
2005-11-17 14:40:22 +00:00
bzbarsky%mit.edu
c53597de74
Move some basic macros for working with UTF16 from intl to XPCOM; use them in
...
some places including the HTML parser. Part of fix for bug 316394; the CSS
parser changes are still coming. r=smontagu, r=mrbkap on parser changes, sr=dbaron
2005-11-15 18:17:22 +00:00
bsmedberg%covad.net
dff1dea638
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
2005-11-11 14:36:26 +00:00
bsmedberg%covad.net
e61af0750d
Bug 299992 bustage fixup - no need for intl makefiles to define __STDC__, which causes "strdup" to not be declared on windows. r=jshin r2=cls
2005-08-15 13:35:39 +00:00
timeless%mozdev.org
cf6edfc421
Bug 291029 reversed args to memcpy results in write to readonly memory [@ memcpy - CopyToLowerCase::write]
...
r=dougt sr=roc a=asa
2005-04-21 22:30:21 +00:00
smontagu%smontagu.org
d6b16cb14a
Update generated case mappings to Unicode 4.1.0. Bug 288956, r=jshin, rs=roc, a=asa
2005-04-10 06:23:32 +00:00
jshin%mailaps.org
608ea0e325
bug 287340: remove unused files (unicode char. category interface and its implementation) r=smontagu, sr=dbaron
2005-04-06 08:33:21 +00:00
jshin%mailaps.org
a7b2338136
bug 210502 : update category table to Unicode 4.1.0 (r=smontagu, sr=dbaron)
2005-04-06 08:31:26 +00:00
jshin%mailaps.org
0d9c363048
bug 210502 : update the normalization data file to 4.1.0 and add README.txt on the way to generate data files : r=smontagu, sr=dbaron
2005-04-05 23:00:13 +00:00
bsmedberg%covad.net
1ce8556551
Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin
2005-04-05 18:55:17 +00:00
bsmedberg%covad.net
a38f42348d
Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin
2005-04-05 12:36:03 +00:00
smontagu%smontagu.org
8081c80efa
Update transliterate.properties to Unicode 4.1.0 database. Bug 288137, r=jshin, sr=rbs
2005-04-02 18:44:01 +00:00
smontagu%smontagu.org
d7c706b3e9
Change ToTitle so that combined uppercase characters (e.g. DZ) are unchanged. Bug 202208, r=jshin, sr=rbs
2005-03-30 04:48:45 +00:00
dbaron%dbaron.org
2f567f7940
Fix some minor static buffer overruns detected by Coverity tool, and sync two versions of catttable.h. b=287290 r+sr=brendan
2005-03-23 05:43:39 +00:00
timeless%mozdev.org
cd765ad0f7
Bug 283519 OOM mlk [@ workbuf_extend]
...
patch by ajschult@verizon.net r=timeless sr=roc
2005-03-01 04:29:51 +00:00
timeless%mozdev.org
6499986fa4
Bug 283519 OOM mlk [@ workbuf_extend]
...
patch by ajschult@verizon.net r=roc sr=roc
2005-03-01 02:08:41 +00:00
jshin%mailaps.org
af75613799
bug 254740 : mailnews quick search is case sensitive with non-ASCII characters (r=neil, sr=bienvenu)
2005-02-24 15:50:57 +00:00
timeless%mozdev.org
4864462e17
Bug 281249 define for CCMAP_ALU_MASK is wrong
...
r=smontagu sr=roc
2005-02-07 20:41:17 +00:00
bryner%brianryner.com
efd2ec430a
Add --disable-v1-string-abi option to remove backwards-compatible support for the nsAString vtable. Bug 273424, r+sr=darin.
2005-01-24 16:44:41 +00:00
bsmedberg%covad.net
7ccf6e4965
Bug 273876 - libxul step 2 (everything through widget, except spidermonkey) r=darin; again, this should not affect non-xulrunner trees.
2004-12-09 19:28:35 +00:00
gerv%gerv.net
b92568bebe
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-12-01 22:27:03 +00:00
darin%meer.net
f94aa8151e
fixes bug 219400 "remove callers of nsServiceManager:: methods" r=bsmedberg
2004-11-07 23:59:35 +00:00
darin%meer.net
96c79cea45
eliminating uses of deprecated nsComponentManager:: methods (bug 267040), r=bsmedberg
2004-11-01 18:50:36 +00:00
timeless%mozdev.org
6df5de89ab
Bug 266408 ###!!! ASSERTION: You are calling CreateInstance "@mozilla.org/intl/stringbundle;1" when a service for this CID already exists! Add it to abusedContracts to track down the service consumer.: 'Error'
...
r=smontagu sr=bz
2004-10-29 07:10:59 +00:00
gerv%gerv.net
62e3767f68
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-08-25 23:02:50 +00:00
gerv%gerv.net
554e0e99a4
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-07-16 19:30:11 +00:00
gerv%gerv.net
50415faa3b
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-07-16 18:48:35 +00:00
roc+%cs.cmu.edu
8194fc86a7
Bug 226439. Make nsCharTraits<PRUnichar>::ASCIIToLower handle Unicode characters whose lowercase form is ASCII. r+sr=darin
2004-06-16 23:29:49 +00:00
gerv%gerv.net
6f486a3c92
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-18 14:21:17 +00:00
darin%meer.net
1d2d419885
landing dbaron's patch for bug 235735 "fix callers that cast away const on result of ns[C]String::get" r+sr=darin
2004-02-28 22:34:07 +00:00
darin%meer.net
8c818ed6c3
landing string defragmentation patch for bug 231995, r/sr=dbaron,jst,dougt
2004-02-19 02:44:03 +00:00
tor%cs.brown.edu
b46544f169
Bug 208314 - remove use of iostreams to allow building with compilers
...
that don't support classic C++ iostreams (ex: MSVC++ .net 2003).
r=timeless, sr=dbaron
2004-02-07 02:41:10 +00:00
dbaron%dbaron.org
ca4e64fa50
Remove users of deprecated, no-op, NS_INIT_ISUPPORTS macro from tree. b=178643 r+sr=bryner
2004-01-23 23:12:44 +00:00
smontagu%smontagu.org
9adc589f1f
Removing unused code. Preliminary patch to bug 231162, r=jshin@mailaps.org, sr=dbaron.
2004-01-23 19:46:43 +00:00
smontagu%smontagu.org
9c629f6331
Backing out last change because of test failures on tinderbox.
2004-01-21 08:06:12 +00:00
smontagu%smontagu.org
c1002122ce
Removing unused code. Preliminary patch to bug 231162, r=jshin@mailaps.org, sr=dbaron.
2004-01-21 06:40:17 +00:00
jshin%mailaps.org
5bd0e61c8c
bug 224337 : fix misalgined accesss in pre-composed CCMap (on RISC architectures) : r/sr=brendan, a=dbaron
2003-12-15 00:32:16 +00:00
dbaron%dbaron.org
93497517b6
Remove include of stdio.h from nsTraceRefcnt.h. b=227074 r=dougt sr,a=brendan
2003-12-12 23:02:12 +00:00
dbaron%dbaron.org
e20ca858dd
Include nscore.h instead of nsCom.h. b=226555 r=dougt sr=darin a=asa
2003-11-29 18:56:10 +00:00
jshin%mailaps.org
b5f0d2a5dd
bug 225340 : fix unaligned memory access on 64bit machines in nsSaveAsCharset and Gfx. (r=smontagu, sr=rbs, a1.6b = asa)
2003-11-23 00:25:52 +00:00
jshin%mailaps.org
7e3fe5bec8
bug 221666 : checked in the wrong patch(the second latest) in the previous landing. fix bustage : Sorry !
2003-11-09 19:48:11 +00:00
jshin%mailaps.org
ea3cd64c21
removing 'pollution' gotten sneaked in by mistake (when landing for bug 221024)
2003-11-09 19:10:28 +00:00
jshin%mailaps.org
5a3c379dca
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
c7548bdfc8
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
978b28ddd2
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
816b00b6cc
Fix for bug 224231 (Need AppendASCIItoUTF16). r=jst, sr=dbaron.
2003-11-01 10:57:41 +00:00
jshin%mailaps.org
d505eee43e
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
3c7f6e517d
Bug 179834. Separate application resources and GRE resources. r=darin sr=dougt
2003-09-13 17:55:56 +00:00
bryner%brianryner.com
8bd0fdbb8d
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
c08e99a287
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
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
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
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
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
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
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
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
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
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
jshin%mailaps.org
68196a10ee
bug 180266 : hard-code precompiled ccmaps. (r=shanjian, sr=alecf/rbs) : relanding
2003-03-07 02:30:18 +00:00
jdunn%netscape.com
e76b550493
adding a newline (for hp-ux) r=cls
2003-03-06 15:56:34 +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
smontagu%netscape.com
1cf695921f
Remove unused file. Bug 178951, r=ftang, sr=roc+moz.
2003-02-27 02:00:35 +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
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
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
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