Граф коммитов

1919 Коммитов

Автор SHA1 Сообщение Дата
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 32b4d8b632 remove old nsCharsetMenu, bug 102004
r=ftang, sr=shaver
2001-10-11 19:05:29 +00:00
bnesse%netscape.com 48459ba0e9 Remove nsCharsetMenu.cpp from mac build. Bug 102004. r=ftang, sr=shaver. Checking in for alecf. 2001-10-11 19:00:50 +00:00
nhotta%netscape.com a267dba9f7 Moved .property file loading out from contructor, avoid loading .property file for some regions, bug 97172, r=ftang, sr=sfraser. 2001-10-11 18:35:50 +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
dbaron%fas.harvard.edu 0b281a2ef6 Reduce construction of (expensive) nsAutoString objects at performance hotspots. r=jag sr=waterson b=102756 2001-10-10 05:00: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
loadrunner%betak.net b8094aa4c3 bug 97171, startup perf- remove the need of loading of langGroups.properties files at startup time to speed up startup performance, r=ftang, sr=waterson 2001-10-08 09:02:57 +00:00
jaggernaut%netscape.com c39b98b2a4 Clean up REQUIRES lines. 2001-10-07 10:35:41 +00:00
jaggernaut%netscape.com bbc4678735 Bug 95906: browser reorders bookmarks randomly. Patch by Brian Stell <bstell@netscape.com>, r=jag, sr=brendan, a=Asa. 2001-10-05 10:57:11 +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
alecf%netscape.com cde602de28 I don't know why this worked on my machine but not tinderbox.. removing old file reference 2001-10-02 22:09:09 +00:00
alecf%netscape.com 154e22efc7 Rest of fix for bug 102004 and bug 102085 - move UI-specific i18n code into xpfe. r=ftang, sr=shaver 2001-10-02 21:30:28 +00:00
dbaron%fas.harvard.edu 9a4acbab7a Bug 45797: replace remaining uses of deprecated macros NS_IMPL_QUERY_INTERFACE and friends with NS_IMPL_QUERY_INTERFACE1 and friends and remove the deprecated macros. r=jag sr=alecf 2001-10-02 03:18:08 +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
alecf%netscape.com b98e4bccf3 adding back dom for win32 bustage 2001-10-02 01:36:06 +00:00
alecf%netscape.com 15dc16ce25 huh, add back DOM on unix to fix requires bustage 2001-10-02 01:35:28 +00:00
alecf%netscape.com 38f144e3b6 get rid of some dumb dependencies for bug 102290 r=jag, sr=darinf 2001-10-02 01:05:42 +00:00
yokoyama%netscape.com 967faffac2 Bug 102041
Don't use the return error code from mAlias->Equals()
/r=ftang/harishd; /sr=shaver; /ptd=jaime
2001-10-01 20:53:56 +00:00
alecf%netscape.com 7f3e9d5db4 fix uconv depending on itself, r=cls part of bug 101761 2001-10-01 18:48:28 +00:00
bzbarsky%mit.edu 27a85339ae Make nsICharsetAlias::GetPreferred() and nsICharsetAlias::Equals() take
nsAStrings instead of nsStrings.  Bug 102096, r=ftang,jag. sr=shaver
2001-09-30 04:01:15 +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
harishd%netscape.com 6cf7e21d1f 96364 - Register html tag observers directly to parser service rather than nsObserverService. Doing so, reduces a lot of overhead. Also, the observers are now notified via sink. This eliminates the need for parser bundle.
r=dp,shanjian,sfraser, sr=rpotts.
2001-09-28 23:08:17 +00:00
alecf%netscape.com 510eaa64d1 oops, this was supposed to go in yesterday as a part of bug 200214, r=jag, sr=sfraser 2001-09-28 23:00:09 +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
alecf%netscape.com b570b3627a 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 c7840ee904 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 1b097039d2 #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 6f48c5f805 License changes, take 2. Bug 98089. mozilla/intl/ (part 2). 2001-09-26 00:47:52 +00:00
gerv%gerv.net 1c6c9ed7c8 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 04bc2069f5 License changes, take 2. Bug 98089. mozilla/gfx/. 2001-09-26 00:16:04 +00:00
cls%seawood.org 18739e6a1d 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 9939444f4f 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 15155bec60 #99666 page is displayed as blank in certain situation
r=harishd, sr=rpotts
2001-09-21 02:38:37 +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
bstell%netscape.com bb02bf6c28 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 d1a7bfa843 One module per line for REQUIRES. r=/sr=alecf 2001-09-18 22:01:13 +00:00
jaggernaut%netscape.com f8f3e80dd6 Bug 99876: [XUL Syntax] <spring/> --> <spacer/>, r=alecf, sr=hyatt. 2001-09-18 21:47:32 +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 3be5162a0a additional changes per cls for bug 98371 (REQUIRES support on Win32) 2001-09-17 19:14:31 +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
sfraser%netscape.com 141ff38c0f 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 30ace44624 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