Commit Graph

149910 Commits

Author SHA1 Message Date
pinkerton%aol.net
0590ff9b85 remove libtransformiix as it no longer exists outside of layout 2005-11-02 20:23:12 +00:00
bsmedberg%covad.net
4197ed9e82 Removing old files which have been copies in CVS to content/xslt, see bug 304494 2005-11-02 20:12:13 +00:00
jgmyers%speakeasy.net
a42bc6dc4f Bug 313211: improve universalchardet test harness r=somntagu 2005-11-02 19:43:32 +00:00
jgmyers%speakeasy.net
fa642069c6 Bug 177505: Misidentified iso-8859-1 text as GB18030 r=smontagu sr=roc 2005-11-02 19:41:13 +00:00
jgmyers%speakeasy.net
ca219654ec Bug 313199: separate out build of universalchardet xpcom wrapper r=benjamin moa=smontagu 2005-11-02 19:38:32 +00:00
bugzilla%standard8.demon.co.uk
f8b71df26b Bug 305434 LDAP Prefs Service needs revising. Separate out the ldif migrate prefs function. r=bienvenu,sr=dmose 2005-11-02 19:22:37 +00:00
dougt%meer.net
35b1677294 1) This only creates one softkey menu. If we create more then one, this cause
windows to be hidden between new window creations.  See bug 314552.

2) This also makes a improvement to mouse taps in a context menu.  Now we only
test for tab-and-hold (a "Gesture") when we are not displaying a context menu.
If we don't do this, the check for the gesture makes the context menu go away.

3) We also hide the software input panel when we are creating a dialog or a
window.  This insures that the windows ce SIP button never blocks the view of a
XUL implemented SIP.

windows ce. r=dveditz
2005-11-02 19:20:31 +00:00
bsmedberg%covad.net
fe28a7e35e Bug 314684 - Endless loop trying to update beta2 -> rc1 when 1.0.x was originally installed, r=pike sr=mscott 2005-11-02 19:14:21 +00:00
bsmedberg%covad.net
0faf3ec742 The extra layout/build parts of bug 304494 that I didn't checkin the first time. 2005-11-02 19:03:06 +00:00
cltbld
9f498631fe Automated update from host egg 2005-11-02 17:43:11 +00:00
bsmedberg%covad.net
282d4fb1d1 Bug 304494 - Move extensions/transformiix -> content/xslt - r=peterv/sicking - CVS copies were performed to preserve CVS history, see https://bugzilla.mozilla.org/attachment.cgi?id=193073 for details 2005-11-02 17:34:14 +00:00
pinkerton%aol.net
9148b13f59 don't rebuild views after each download is removed, wait until all work is
done then rebuild them (bug 308680)
2005-11-02 17:32:33 +00:00
bsmedberg%covad.net
42e30e3f4d Beginning to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet. 2005-11-02 16:57:30 +00:00
timeless%mozdev.org
7a5b49a926 Bug 86999 - Hebrew support for Universal (All) Autodetect
fixing debug output typo
patch by shoosh20012001@hotmail.com r=smontagu sr=roc a=asa
2005-11-02 16:57:29 +00:00
mozilla.mano%sent.com
25a6e66b15 Bug 304951 - error in chardet's Hebrew language model. patch from Shy Shalom <shoosh20012001@hotmail.com>, r=smontagu, sr=roc. 2005-11-02 16:57:28 +00:00
timeless%mozdev.org
f372746c7b Bug 86999 Hebrew support for Universal (All) Autodetect
patch by shoosh20012001@hotmail.com r=smontagu r=timeless sr=roc a=asa
HebrewProber written by shoosh20012001@hotmail.com
LangHebrewModel written by smontagu
some data compiled by xslf@xslf.com
2005-11-02 16:57:27 +00:00
jshin%mailaps.org
f7ee2f6f5d separate xpcom wrapper and charset detectors : patch by shanjian with some updates by me (r=smontagu, sr=alecf) 2005-11-02 16:57:26 +00:00
timeless%mozdev.org
37aaa287c3 Bug 228545 Bug "FilterWith..." in universal charset detector
patch by vladimir@lukianov.name r=smontagu sr=roc
2005-11-02 16:57:25 +00:00
timeless%mozdev.org
0828ff3e5a Bug 248307 lack of {} in mozilla\extensions\universalchardet\src\nsEUCJPProber.cpp:80
patch by vladimir@lukianov.name r=roc sr=roc
2005-11-02 16:57:24 +00:00
timeless%mozdev.org
504c031dee Bug 225994 DRefTool analysis for universalchardet files
r=smontagu sr=roc
2005-11-02 16:57:23 +00:00
timeless%mozdev.org
e08f95f026 Bug 228542 Divide by zero bug in Universal charset detecter
patch by vladimir@lukianov.name r=smontagu sr=roc
2005-11-02 16:57:22 +00:00
gerv%gerv.net
e7fa0aa43b Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-11-02 16:57:21 +00:00
bsmedberg%covad.net
fec97fd44c file universalchardet.pkg was initially added on branch PACKAGING_20030906_BRANCH. 2005-11-02 16:57:20 +00:00
jgmyers%speakeasy.net
56ac4ee4f8 Accept halfwidth katakana in iso-2022-jp: bug 172393 r=ftang sr=roc 2005-11-02 16:57:19 +00:00
bzbarsky%mit.edu
6d83d3d0be Make frequence tables in universal charset decoder const to move them into the
readonly segment.  Bug 201361, patch by ataylor@its.to (Andrew Taylor),
r=smontagu, sr=alecf
2005-11-02 16:57:18 +00:00
shanjian%netscape.com
09397bd781 #92806 need to support GB18030 in universal detector
replace gb18030 state machine with the new one, which has been tested in
PSM detector.
r=ftang, sr=scc
2005-11-02 16:57:17 +00:00
shanjian%netscape.com
af6d628bba #111340 Autodetect All detect SJIS as Greek
r=yokoyama, sr=brendan
2005-11-02 16:57:16 +00:00
bryner%brianryner.com
16ccb6e2bf Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan. 2005-11-02 16:57:15 +00:00
jgmyers%netscape.com
e583433df2 fix uninitialized member: bug 222182 r=sli0262 sr=blizzard 2005-11-02 16:57:14 +00:00
shanjian%netscape.com
3f7e5bdeed #115114 autodetect universal detects french as Central European (ISO-8859-2)
remove 2 hungarian probers.
r=ftang, sr=scc
2005-11-02 16:57:13 +00:00
jaggernaut%netscape.com
15cff7dc41 Bug 25886: Get rid of a bunch of unused NS_DEFINE_IID, NS_DEFINE_CID. r=caillon, sr=dbaron 2005-11-02 16:57:12 +00:00
shanjian%netscape.com
7c5f2f737a #171813 Universal auto detector doesn't work well on sohu news page
adjust the detecting parameter.
r=ftang, sr=jst
2005-11-02 16:57:11 +00:00
dbaron%dbaron.org
3b39e64909 Fix build warnings by using character literals. b=183354 r=smontagu sr=bzbarsky 2005-11-02 16:57:10 +00:00
yokoyama%netscape.com
34ecf37cc7 162894
Universal Auto Detector regression fix.
/r=yokoyama, shanjian, /sr=jst, /a=asa
2005-11-02 16:57:09 +00:00
cbiesinger%web.de
68332f717f 183354 patch by alexey@optus.net (Alexey Chernyak) r=ftang sr=blizzard Make Universal Charset Autodetector recognise UTF by BOM 2005-11-02 16:57:08 +00:00
dbaron%dbaron.org
89f7dc024a Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2005-11-02 16:57:07 +00:00
shanjian%netscape.com
f062e7c7ba #162894 Extend universal detector's coverage to include iso-8859-1
Added latin1 prober.
r=smontagu, sr=jst, a=asa
2005-11-02 16:57:06 +00:00
dougt%netscape.com
2adb8cf305 166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com 2005-11-02 16:57:05 +00:00
shanjian%netscape.com
d76e079ac5 #92806 need to support GB18030 in universal detector
replace state machine for gb18030 with the new one, which has been tested
in PSM detector.
r=ftang, sr=scc,
2005-11-02 16:57:04 +00:00
shanjian%netscape.com
2c8314b3ba #122081 Universalchardet leaks memory
The fix for the nsCharSetProber class declaration, plus fix for
nsUniversalDetector methods, which may cause another leak when the object is
reused after Reset().

Patch proposed by Takayuki Tamura
r=shanjian, sr/a=brendan
2005-11-02 16:57:03 +00:00
shanjian%netscape.com
81c3bb18d5 #109913 universal charset detector improvement: use positive approach
r=yokoyama, sr=brendan
2005-11-02 16:57:02 +00:00
shanjian%netscape.com
ea0fa010bb #119377 NS crashes if use universal Charset detector on in frame
Added some range verification when calculating order.
r=nhotta, sr=brendan
2005-11-02 16:57:01 +00:00
alecf%netscape.com
2bbc37ef06 argh, also patch universal char det
similar to patch by bzbarsky@mit.edu that I had in my tree
fixes extensions bustage
2005-11-02 16:57:00 +00:00
shanjian%netscape.com
6f4a05ad03 #180988 ���������������������������������������� in text causes universal AD to display in Big5
count every char for total.
yokoyama: review+
bzbarsky: superreview+
2005-11-02 16:56:59 +00:00
timeless%mozdev.org
48d5de6d5d Bug 207057 Division by zero in UCDET.DLL
r=smontagu sr=rbs
2005-11-02 16:56:58 +00:00
shanjian%netscape.com
147b982cbe #100377 Auto-detect All detects yahoo-japan page as a wrong charset that save by Composer
r=yokoyama, sr=brendan
2005-11-02 16:56:57 +00:00
dbaron%fas.harvard.edu
18f228cbc6 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 2005-11-02 16:56:56 +00:00
sfraser%netscape.com
1317dc443e Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson 2005-11-02 16:56:55 +00:00
gerv%gerv.net
d340e8701c License changes, take 2. Bug 98089. mozilla/extensions/. 2005-11-02 16:56:54 +00:00
gerv%gerv.net
cc72cf6220 Oops. 2005-11-02 16:56:53 +00:00