alecf%netscape.com
|
ec364347fb
|
add unix makefiles for unicharutil_s (not part of build!)
|
2001-09-26 21:06:46 +00:00 |
alecf%netscape.com
|
f8312491ce
|
first cut at case-insensitive wrappers for ns*Strings - not part of build
|
2001-09-26 20:53:57 +00:00 |
alecf%netscape.com
|
2060b904db
|
beginning of bug 100214 - eliminate encoding-insensitive nsCRT::str*cmp uses by properly converting to unicode. r=jag, sr=sfraser
|
2001-09-26 20:26:14 +00:00 |
alecf%netscape.com
|
ca1e0f0d4d
|
bug 101761 - clean up embed components so we can better understand REQUIRES r=cls
|
2001-09-26 20:17:35 +00:00 |
shanjian%netscape.com
|
f2df4bdfd6
|
#8664 Debug messages in terminal window on Linux Japanese build.
r=bstell sr=waterson
|
2001-09-26 02:38:34 +00:00 |
gerv%gerv.net
|
d7777fd8c3
|
License changes, take 2. Bug 98089. mozilla/intl/ (part 2).
|
2001-09-26 00:47:52 +00:00 |
gerv%gerv.net
|
e61b2be88e
|
License changes, take 2. Bug 98089. mozilla/include/, /mozilla/htmlparser/, /mozilla/intl/ (part 1).
|
2001-09-26 00:40:45 +00:00 |
gerv%gerv.net
|
1d745f3019
|
License changes, take 2. Bug 98089. mozilla/gfx/.
|
2001-09-26 00:16:04 +00:00 |
cls%seawood.org
|
35026a3e2b
|
Update REQUIRES for MOZ_MATHML & MOZ_SVG builds.
Thanks to jonsmirl@mediaone.net for the patch.
Bug #98371 r=cls
|
2001-09-22 13:34:38 +00:00 |
yokoyama%netscape.com
|
1c8b45f751
|
Bug 97224
Adding a Unicode byte check in the UTF8 converter.
Checking in for ftang.
/r=yokoyama, /sr=waterson
|
2001-09-22 00:18:39 +00:00 |
shanjian%netscape.com
|
a62e4f129a
|
#99666 page is displayed as blank in certain situation
r=harishd, sr=rpotts
|
2001-09-21 02:38:37 +00:00 |
gerv%gerv.net
|
2a80f3fea9
|
Oops.
|
2001-09-20 00:02:59 +00:00 |
scc%mozilla.org
|
da68f3ed78
|
bug #98089: ripped new license
|
2001-09-19 22:39:41 +00:00 |
cls%seawood.org
|
a08388d854
|
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
|
92aa7f5139
|
bug 95518, r=yokoyama@netscape.com,r=Roland.Mainz@informatik.med.uni-giessen.de,
sr=brendan@mozilla.org,
Compress font char maps by folding the empty spaces on top of each other.
|
2001-09-19 02:52:30 +00:00 |
bstell%netscape.com
|
b2ec2f83c5
|
bug 95518, r=yokoyama@netscape.com,r=Roland.Mainz@informatik.med.uni-giessen.de,
sr=brendan@mozilla.org,
Define the size of a PRUint32 char map, aka: 8K char map
|
2001-09-19 02:49:05 +00:00 |
jaggernaut%netscape.com
|
e25262c61f
|
One module per line for REQUIRES. r=/sr=alecf
|
2001-09-18 22:01:13 +00:00 |
jaggernaut%netscape.com
|
3098b78e27
|
Bug 99876: [XUL Syntax] <spring/> --> <spacer/>, r=alecf, sr=hyatt.
|
2001-09-18 21:47:32 +00:00 |
jaggernaut%netscape.com
|
3826eb9902
|
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
|
906d61bca8
|
additional changes per cls for bug 98371 (REQUIRES support on Win32)
|
2001-09-17 19:14:31 +00:00 |
alecf%netscape.com
|
cf9912aa80
|
Final REQUIRES changes for bug 98371, adding support for MOZ_TRACK_MODULE_DEPS to win32. r=cls (and tested by cls!)
|
2001-09-17 19:06:35 +00:00 |
sfraser%netscape.com
|
057578065b
|
Fix for bug 96160 -- null check the i18n resource before use. Checking in for ftang, r=yokoyama, sr=sfraser
|
2001-09-14 21:12:17 +00:00 |
jaggernaut%netscape.com
|
e055a4a2a4
|
Clean up REQUIRES lines, put content in its own module instead of in layout's, r=cls.
|
2001-09-12 12:48:23 +00:00 |
simon%softel.co.il
|
5589d7465e
|
Change the title of ISO-8859-8 encoding from Visual Hebrew to Hebrew Visual so that it appears with the other Hebrew encodings in the sorted list. Bug 84181, r=tao.
|
2001-09-12 06:32:16 +00:00 |
alecf%netscape.com
|
8b23f45a94
|
add REQUIRES support to intl
b=98371 r=cls
|
2001-09-10 20:03:25 +00:00 |
dbaron%fas.harvard.edu
|
e5077ef0df
|
Replace uses of deprecated NS_IMPL_ISUPPORTS and NS_IMPL_QUERYINTERFACE macros with NS_IMPL_{ISUPPORTS,QUERYINTERFACE}{1,0}. r=jag sr=alecf b=45797
|
2001-09-10 19:54:27 +00:00 |
yokoyama%netscape.com
|
64d31162d6
|
Bug 96318:
Fixing accidental removal of nsIFontPackageService.
/r=ftang;/sr=waterson;/a=asa
|
2001-09-06 00:26:13 +00:00 |
harishd%netscape.com
|
29f2f618b6
|
96440 - Before reloading the document with the new charset we should completely shutoff the current load. nsMetaCharsetObserver::Notify() does indeed result in calling stopDocumentLoad() however it failed to ( accidently ) propagate the appropriate error message back to the parser. r=ftang,sr=kin,a=dbaron.
|
2001-08-27 23:22:52 +00:00 |
mkaply%us.ibm.com
|
40b97bdf95
|
#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
|
716f9f4695
|
Replace uses of deprecated NS_IMPL_ISUPPORTS and NS_IMPL_QUERYINTERFACE macros with NS_IMPL_{ISUPPORTS,QUERYINTERFACE}{1,0}. r=jag rs=brendan b=45797
|
2001-08-21 01:48:11 +00:00 |
waterson%netscape.com
|
9b51c834ba
|
Oops. Cut too deep.
|
2001-08-17 19:40:45 +00:00 |
waterson%netscape.com
|
7ddd9832c7
|
Bug 95780. Rename locale.dll back to nslocale.dll so installer doesn't freak out.
|
2001-08-17 18:00:14 +00:00 |
waterson%netscape.com
|
9f70212bc0
|
Stab at fixing OS/2 bustage.
|
2001-08-17 09:40:23 +00:00 |
waterson%netscape.com
|
8df0653138
|
Bug 94831, redux. Fix windows static build stuff.
|
2001-08-17 08:38:26 +00:00 |
waterson%netscape.com
|
03226fa5df
|
Bug 94831. Convert locale into a generic module. r/sr=nobody
|
2001-08-17 05:54:29 +00:00 |
waterson%netscape.com
|
844a26f337
|
Bug 94831. Convert locale stuff to generic module. r/sr=nobody: I am the devil.
|
2001-08-17 05:52:48 +00:00 |
sfraser%netscape.com
|
aaa47c9450
|
Project cleanup, rs=scc. Fix one or more of access paths, linking with the correct startup library, and unnecessary linkage.
|
2001-08-17 01:28:47 +00:00 |
sfraser%netscape.com
|
3e6475c529
|
Project cleanup, rs=scc. Fix one or more of access paths, linking with the correct startup library, and unnecessary linkage.
|
2001-08-17 01:16:19 +00:00 |
shanjian%netscape.com
|
fd693b417c
|
#93269 Charset meta tag is ignored on view page source window when auto-detector is on
r= harishd sr=blizzard
|
2001-08-10 18:08:55 +00:00 |
loadrunner%betak.net
|
b1eec4ec07
|
bug 91696, Meta tag does not work, r=shanjian , sr=vidur
|
2001-08-10 02:15:41 +00:00 |
shanjian%netscape.com
|
b862d555d2
|
#90581 Cyrillic is not autodetected by nsIStringCharsetDetector
r=nhotta sr=waterson
|
2001-08-07 19:08:00 +00:00 |
waterson%netscape.com
|
c5b444c36c
|
Bug 71248. Convert content, layout, parser, and uconv to generic modules so that they can be linked into a meta-module. r=cathleen, sr=brendan
|
2001-08-07 02:55:54 +00:00 |
nhotta%netscape.com
|
92bd2ab9b8
|
Added nsScriptableUConv.cpp, bug 54857.
|
2001-08-01 22:38:32 +00:00 |
nhotta%netscape.com
|
24bd9d0fc7
|
Added nsIScriptableUConv.idl, bug 54857.
|
2001-08-01 22:37:21 +00:00 |
yokoyama%netscape.com
|
19ab4ab1e5
|
Bug:54857
a new ScriptableUnicodeConverter IDL
/r=nhotta,/sr=blizzard
|
2001-08-01 22:36:54 +00:00 |
mkaply%us.ibm.com
|
a4d8228fcb
|
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
|
c14d9c09a1
|
Bug 86734: Remove NS_WITH_SERVICE. r=dbaron, rs=scc, a=asa
|
2001-07-25 07:54:28 +00:00 |
jaggernaut%netscape.com
|
4d73a251ab
|
Bug 73353: clean up the REQUIRES lines in Makefiles.
|
2001-07-23 22:36:12 +00:00 |
yokoyama%netscape.com
|
53dfa4455e
|
bug 91193:
Menu for Universal Charset Detector shows as chardet.Universal_charset_detector
/r,sr=ftang, properties file change only.
|
2001-07-20 20:26:32 +00:00 |
yokoyama%netscape.com
|
80b117b0db
|
Bug 88944 for jshin. r=ftang sr=blizzard@mozilla.org
adding converter support for x-windows-949 and x-johab
|
2001-07-18 21:49:21 +00:00 |