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

377 Коммитов

Автор SHA1 Сообщение Дата
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
alecf%netscape.com 5f2d1b47c1 final fix for bug 125617 - make the charset detectors use the category manager rather than the registry
and make extensible bundles use the category manager as well
r=dougt, sr=dveditz
2002-07-09 00:07:09 +00:00
shanjian%netscape.com 9489feac7e #149417 Auto-detect Chinese doesn't work
Eliminate gb18030 when considering apply frequence analysis.
r=ftang, sr=jst
2002-06-26 02:10:15 +00:00
jaggernaut%netscape.com db093b0eda Bug 147720: M1RC3 crash in nsMetaCharsetObserver.cpp. r=dbaron, sr=blake. 2002-06-21 04:12:29 +00:00
alecf%netscape.com bcf192e308 fix for bug 101761 - REQUIRES update - remove all REQUIRES that are no longer necessary.. r=cls, a=asa (build-only changes) 2002-06-06 20:28:14 +00:00
shanjian%netscape.com 287d85e580 #140234 Japanese auto-detection marks ISO-8859-15 page as Windows-1252
Don't update chatset for document if existing one is of higher priority.
r=yokoyama, sr=jst
2002-06-03 21:09:22 +00:00
shanjian%netscape.com 68d49594be #132006 Traditional Chinese is detected as Simplified Chinese
This is an addition patch to deal with gb18030 broadness. If there are
only 2 verifiers left, and one of them is gb18030, we drop gb18030
and return the other one.
r=ftang, sr=scc
2002-04-24 21:22:07 +00:00
shanjian%netscape.com 6c2e95366a #138002 nsParser should be accept charset notification coming from low priority source
check charset source before updating parser's charset.
r=ftang, sr=jst
2002-04-18 22:21:50 +00:00
harishd%netscape.com d6971b20c1 Prevent charset loading for document.write content because the content is already in unicode. b=125317, r=ftang, sr=jst 2002-04-18 22:11:17 +00:00
shanjian%netscape.com d27eb315d8 #132006 Traditional Chinese is detected as Simplified Chinese
correct a mistake in gb18030 machine, class number is incorrect.
r=ftang, sr=shaver@mozilla.org
2002-04-16 22:48:06 +00:00
seawood%netscape.com 6da36f8962 Update .cvsignore to ignore generated Makefiles.
Bug #131909 r=pavlov a=asa
2002-03-26 15:42:05 +00:00
dbaron%fas.harvard.edu 241f60a176 Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa 2002-03-23 21:42:00 +00:00
darin%netscape.com 9fbd1028d6 b=128508 "freeze nsIChannel nsIRequest" r=gagan, sr=rpotts, a=asa 2002-03-20 22:50:33 +00:00
shanjian%netscape.com 2059c806a2 #125628 Auto-detect can not detect the gb18030 page above properly
This patch added a state machine for gb18030 verification. The data of
the state machine is created based on GB18030 standard, and the code was
generated by a perl script which is almost identical to rest of the perl
script that generated other header files. Rest of the code is just
adding this state machine to some charset detectors.
r=ftang, sr=shaver, a=asa
2002-03-14 00:47:05 +00:00
alecf%netscape.com 66e767c7b8 one part of fix for bug 107575 - clean up consumers of nsString::EqualsIgnoreCase and nsString::EqualsWithConversion, to be explicit about case-insensitive compares
r=timeless sr=jag
2002-02-19 22:49:12 +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
harishd%netscape.com 45d4414905 ** Patch provided by dougt ** Create parser-service category.b=107087, r=harishd, sr=alecf 2002-02-14 23:18:28 +00:00
bzbarsky%mit.edu 97aad157b6 Relanding the Compare --> Equals conversion. a=mcafee 2002-02-10 15:49:46 +00:00
bzbarsky%mit.edu 98afc5ee0f Testing performance impact of backout of what's left of the patch from
bug 115289.  See bug 123947 for details. a=mcafee
2002-02-09 20:46:05 +00:00
bzbarsky%mit.edu 40d60f39ec Convert Compare() to Equals() where possible now that we can do
case-insensitive Equals().  Bug 115289, r=alecf, sr=jag
2002-02-05 02:03:07 +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 bf85c86c6a #112793 fine tune frame charset mechanism
Besides charset, document now records charset source as well.
nsCharsetSource was replaced by PRInt32.
Some code relocation in nsHTMLDocument.cpp
r=yokoyama sr=waterson
2001-12-26 03:17:59 +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
bryner%netscape.com 4b5ada5207 Backing out alecf's checkin for bug 115152 as it's causing a crash on exit on optimized builds (and keeping tinderbox orange). 2001-12-18 07:09:40 +00:00
alecf%netscape.com 09d6843243 fix for bug 115152, lots of service-manager warnings on exit. r=nhotta, sr=darin 2001-12-17 22:24:25 +00:00
ccarlen%netscape.com 993cd4c06f Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser 2001-12-11 04:54:47 +00:00
ccarlen%netscape.com 6d8ea78b52 Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser. 2001-12-10 20:25:12 +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
seawood%netscape.com 7733357d51 Rename 'install' build phase to 'libs'.
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
shanjian%netscape.com 5e7783a929 #62929 psm charset detector should tolerate char '\0'
r=yokoyama sr=brendan
2001-11-21 00:58:48 +00:00
jaggernaut%netscape.com ee4f787321 Clean up REQUIRES lines. r/sr=alecf 2001-11-16 01:54:59 +00:00
dbaron%fas.harvard.edu bfb2f49916 Add assertions that users of nsDependentC?String meet the requirements of nsAFlatC?String. Add nsDependentSingleFragmentC?Substring for users that don't. Additional cleanup after bug 100214. b=104651 r=jag sr=scc 2001-11-07 04:12:20 +00:00
alecf%netscape.com 75dcad1127 REQUIRES cleanup 2001-11-02 06:30:34 +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 491fe6b2bd Added files: mozilla/intl/unicharutils/util/nsUnicharUtils.cpp 2001-10-26 03:37:38 +00:00
alecf%netscape.com 8b0ceb8c3c final makefile.win changes for bug 100214, just adding some REQUIRES to be used soon 2001-10-26 03:18:09 +00:00
jaggernaut%netscape.com 34a23fd8e5 Replace goto with if. 2001-10-24 09:29:54 +00:00
jaggernaut%netscape.com 31693ca5f9 Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-10-24 09:22:08 +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 f9fc366850 ack! how'd that get yanked? backing out part of my previous checkin, never should have landed 2001-10-22 21:25:14 +00:00
alecf%netscape.com c8469b7ac5 bug 100214 - add libunicharutil_s to all unix projects that require it, r=cls 2001-10-22 20:44:02 +00:00
dougt%netscape.com d18d7e2b17 nsIObserver and nsIObserverService API freeze. r=rpotts@netscape.com, alecf@netscape.com. bug 99163 2001-10-19 20:52:59 +00:00
shanjian%netscape.com 158c90b927 #104518 CharDetNativeTest is not necessary
r=nhotta, sr=alecf
2001-10-16 14:23:44 +00:00
alecf%netscape.com bd048504df convert nsCRT::strn?cmp to Convert() for bug 100214, to depend on string rather than xpcom for case-insensitive unicode support. r=sspitzer for mail stuff, r=jag for everything else, sr=sfraser 2001-10-13 00:16:32 +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
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 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 1c6c9ed7c8 License changes, take 2. Bug 98089. mozilla/include/, /mozilla/htmlparser/, /mozilla/intl/ (part 1). 2001-09-26 00:40:45 +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
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 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
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
alecf%netscape.com 68c4fc803a add REQUIRES support to intl
b=98371 r=cls
2001-09-10 20:03:25 +00:00
dbaron%fas.harvard.edu dcd9a0a54f 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
harishd%netscape.com e2b0e47202 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
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
shanjian%netscape.com 3efcaa0d46 #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 41bf2e10fe bug 91696, Meta tag does not work, r=shanjian , sr=vidur 2001-08-10 02:15:41 +00:00
shanjian%netscape.com cbd97d1ef0 #90581 Cyrillic is not autodetected by nsIStringCharsetDetector
r=nhotta sr=waterson
2001-08-07 19:08:00 +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 cb0faab070 Bug 73353: clean up the REQUIRES lines in Makefiles. 2001-07-23 22:36:12 +00:00
dbaron%fas.harvard.edu aa4fec2b67 Header include dependency cleanup. b=64023 r=jag rs=brendan 2001-07-16 02:40:48 +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
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
yokoyama%netscape.com fd9f1e5097 bug 81486: Mac Romanian and cns plan 7 unicode converters do not work
Correcting typo errors for class names
r=ftang sr/a=blizzard
2001-06-06 00:45:48 +00:00
jst%netscape.com 77aeecc056 scc checking in from jst's account. bug #75220: sr=jst, rs=brendan. renaming |nsPromiseC?Concatenation| to |nsDependentC?Concatenation|; |nsPromiseC?Substring| to |nsDependentC?Substring|; |nsLiteralC?String| and |nsLocalC?String| to |nsDependentC?String|, as these new names better reflect clients obligations to instances. 2001-05-19 11:27:30 +00:00
shanjian%netscape.com 06a97c9df0 #60908 changing character-coding-->auto-detect appears to leak memory
r=ftang sr=be
Replaced owning com prt with raw ptr (weak ref).
2001-05-17 18:24:27 +00:00
bstell%netscape.com 8d5263d4cf bug 79607, r=ftang, sr=vidur
for the embedding API: add get/set charset
2001-05-17 02:09:12 +00:00
sfraser%netscape.com 358e29372d Checking in for bstell: added nsIDocCharset, bug 79608 2001-05-17 02:07:12 +00:00
bstell%netscape.com 69932f2f58 bug 79608, r=ftang, sr=vidur
for Embedding API: add get/set charset
2001-05-17 01:48:41 +00:00
bstell%netscape.com cbaa351482 bug 79608, r=ftang, sr=vidur
for Embedding API add get/set charset
2001-05-17 01:46:22 +00:00
shanjian%netscape.com 4d47d85abc #78483 this Shift-JIS page is treated as UTF-16
r = yokoyama, sr=brendan
2001-05-15 03:58:56 +00:00
darin%netscape.com b26d5adb54 Http branch landing: changes to other files (bug 76866) r=gagan,sr=dougt,a=chofmann 2001-05-11 21:05:08 +00:00
nhotta%netscape.com af8bb74c09 Changed nsMetaCharsetObserver to support support <meta charset="xxx">, bug 72847, r=ftang, sr=blizzard. 2001-05-11 00:29:11 +00:00
mkaply%us.ibm.com 0075467108 senna REQUIRES bustage from Bidi 2001-05-10 11:52:24 +00:00
shanjian%netscape.com 942de9ecfd #59882 several byte range should not be excluded from SJIS state machine
r = naoki, ftang   sr=waterson
Those range are legal in MAC's definition.
2001-05-09 04:39:04 +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
yokoyama%netscape.com 4241189e14 Fix for 76152: /r=bstell; /sr=brendan 2001-04-22 22:45:30 +00:00
disttsc%bart.nl c7f411cf13 Fix senna bustage (MOZ_TRACK_MODULE_DEPS) 2001-04-14 01:42:54 +00:00
yokoyama%netscape.com 926aac3073 Partial fix for 66020: /r=valeski; /sr=alecf 2001-04-14 00:31:09 +00:00
yokoyama%netscape.com 2333d6b171 Fix for 67576; /r=valeski; /sr=brendan@mozilla.org 2001-04-12 02:06:02 +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
dprice%netscape.com 8c0b9eaf97 65845 - new order files 2001-04-05 06:02:32 +00:00
nhotta%netscape.com 3dfc5ae553 Changed to use strncmp instead of strcmp for Content-Type value comparison, bug 74573, r=ftang, sr=erik. 2001-04-04 03:34:57 +00:00
rickg%netscape.com 169a621d42 preloader update. r=peterl, sr=attinasi 2001-04-03 22:58:59 +00:00
cls%seawood.org e8fed4fe4e Start adding gfx2 headers to REQUIRES 2001-03-30 10:27:42 +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
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
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
nhotta%netscape.com 687a69b624 Changed to ignore invalid META charset for certain unicode charsets, bug 56626, r=ftang, sr=erik. 2001-02-14 00:04:06 +00:00
dprice%netscape.com 997fb091c7 65845 first cut of the order files 2001-02-13 02:48:02 +00:00
bryner%uiuc.edu 69e9b90bc6 Removing dead .toc files. Not part of build. a=sfraser. 2001-01-03 01:32:06 +00:00
harishd%netscape.com f4101b2637 62754 - Fix meta charset that was getting ignored.
63234 - Fix up an infinite looping caused by embedded null chars.

r=ftang
sr=vidur
2000-12-21 20:46:00 +00:00
vidur%netscape.com 4f62c23956 Change to token and parser node interfaces in conjunction with less copying in the parser. r=harishd,heikki sr=jst 2000-12-12 21:58:13 +00:00
dbaron%fas.harvard.edu dce2a919eb Fix bustage. Missed one change from |GetUnicode| to |get|. 2000-12-09 04:35:24 +00:00
dbaron%fas.harvard.edu f196537749 Replace static nsAutoStrings with nsLiteralStrings to avoid static construction, and fix a build warning while I'm here. b=61957 r=erik@netscape.com sr=waterson@netscape.com 2000-12-09 04:15:25 +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
shanjian%netscape.com 23f30f74ca #59666, Occurances of uninitialized variables being used before being set.
r = nhotta, sr=erik
2000-11-17 18:13:52 +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
sfraser%netscape.com cf76432e43 Adding chardet IDL project for bug 46200, "nsBrowserInstance must die!". For jag, r=erk, sr=sfraser 2000-11-16 21:35:01 +00:00
disttsc%bart.nl d85375778a Convert nsIDocumentCharsetInfo to IDL so we can get rid of more bits of nsBrowse
rInstance. bug=46200, r=erik@netscape.com, r=smfr, a=alecf.
2000-11-16 21:33:34 +00:00
harishd%netscape.com 37cb5ac9d4 58842 - Forgot to remove this..since atom is now nsCOMPtr.
r=pollmann
sr=vidur.
2000-11-02 22:03:10 +00:00
harishd%netscape.com 4499be637c 58842 - Fixing nsIAtom Leakage introduced by checkin to bug 27006.
r=pollmann
sr=vidur
2000-11-02 22:00:04 +00:00
harishd%netscape.com 8cf1ce1bec 27006 - FIXED a potential leak r=pollmann sr=vidur 2000-11-02 03:02:17 +00:00
harishd%netscape.com 42fcdba367 27006 - Don't reload documents with POST form data.
r=rpotts,pollmann
sr=vidur
2000-11-01 20:25:33 +00:00
warren%netscape.com cd56c0575b Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
warren%netscape.com 9a6d92a433 Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson 2000-10-27 22:43:51 +00:00
ftang%netscape.com 5e13bf880f fix bug 50864. remove umr r=nhotta 2000-09-14 23:10:06 +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
nhotta%netscape.com 1b70a607ed Changed to get a webshell service through docshell, bug 50806, r=harishd. 2000-08-31 00:36:54 +00:00
nhotta%netscape.com 47ec3c7fc3 Added a method to reset some states for a string detector, check in for ftang, bug 49411, r=nhotta. 2000-08-28 22:33:15 +00:00
ftang%netscape.com b9f6c59605 fix 49553. r=mjudge. replace ToNewCString/delete pair with NS_ConvertUCS2toUTF8 2000-08-21 23:51:59 +00:00
scc%mozilla.org 20b8f119b0 fixing code that relied on implicit string construction 2000-08-19 21:10:07 +00:00
ftang%netscape.com d49b74c04f improve cjk detector by reduce the threshold and do no consider Big5 in the
statistic model .
2000-08-05 20:57:02 +00:00
cata%netscape.com b8880f180c Fix for bug #37543, a=ftang, r=nhotta. 2000-08-05 00:07:03 +00:00
cls%seawood.org 1f3b6d75ab Removed obsolete REQUIRES variable from every Makefile.in/makefile.win 2000-06-30 08:08:04 +00:00
cata%netscape.com 37563f3008 Turning on charset override by default. r=nhotta a=ftang bug #41620. 2000-06-22 00:41:02 +00:00
harishd%netscape.com 9366dbc29d Get the parser bundle through a normal COM interface. 2000-05-22 21:33:12 +00:00
cata%netscape.com 4a72c151a2 Preventing possible more bustage... 2000-05-17 07:35:17 +00:00
cata%netscape.com 5bd25979fc Adding new component to the build. 2000-05-17 05:15:16 +00:00
cata%netscape.com 577a9faa15 added files: mozilla/intl/chardet/src/nsDocumentCharsetInfo.cpp 2000-05-17 05:14:42 +00:00
cata%netscape.com c4b653ffdb Adding new component into the tree. 2000-05-17 05:10:35 +00:00
cata%netscape.com b8e2f21951 Interface updated with new methods and macros. 2000-05-17 05:08:39 +00:00
ftang%netscape.com 037ecf3dd9 add perl tools which generate character frequency map and statistics files 2000-05-16 23:03:14 +00:00
ftang%netscape.com 8416bbb187 Change the score back to based on both the first and second byte. 2000-05-16 22:56:39 +00:00
ftang%netscape.com 5b06c25934 iimprove charset detectors to use statistic model 2000-05-16 22:50:16 +00:00
harishd%netscape.com b8026efba2 Observer base querys for nsIWebShellServices through the parser bundle...
r=nisheeth
2000-05-14 19:25:13 +00:00
ftang%netscape.com c53f63ed06 fix 22980. Ignore ucs2in the end of the first block. 2000-05-03 02:05:35 +00:00
ftang%netscape.com 9e09ad2f78 fix 38821. Rename the detector name so it won't offend people. r=bobj 2000-04-05 00:14:52 +00:00
harishd%netscape.com ae0818c54c Replacing PRUnichar* with nsDeque.
r=ftang
2000-04-04 23:58:26 +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 3dfcdc8d37 making string conversions explicit 2000-04-03 05:35:37 +00:00
scc%netscape.com dc583b4b31 small changes to clients of string converting APIs 2000-03-26 08:19:48 +00:00
rickg%netscape.com b8b4b190a1 changed observer to use correct topic name based on mimetype 2000-03-25 03:33:24 +00:00
cata%netscape.com 383a02c1ba Adding new interface to the build. 2000-03-25 00:10:47 +00:00
ftang%netscape.com 8e1d13ceca change the interface and pass nsISupport* for document instead of PRInt32 so we won't drop
data on 64-bits machine. r=harishd
2000-03-23 00:53:53 +00:00