Henri Sivonen
|
3ef90142e5
|
Bug 575175: Make the HTML5 parser deal with Unicode decoder signaling -1 consumed bytes. r=smontagu a=blocking
|
2010-07-26 12:11:09 -07:00 |
Daniel Holbert
|
e52e8586dc
|
Bug 576556: Add GCC-suggested parens in uconv.c to fix build warning. r=smontagu
|
2010-07-05 13:48:59 -07:00 |
Ehren Metcalfe
|
455dd1728f
|
Remove dead code in intl. Bug 559489, r=smontagu
|
2010-07-04 15:42:04 +03:00 |
Benjamin Smedberg
|
acf7a08f1c
|
Address review from bug 568691 comments 31 and 34
|
2010-06-23 13:43:02 -04:00 |
Benjamin Smedberg
|
cae1800556
|
Merge mozilla-central into the "branch" for but 568691. The omnijar XPT/component/chrome registration was removed during this merge, and will be re-added to the component manager shortly.
--HG--
rename : content/base/public/nsIChromeRegistry.idl => chrome/public/nsIChromeRegistry.idl
|
2010-06-21 11:41:42 -04:00 |
Simon Montagu
|
72e81df006
|
Do Hankaku to Zenkaku conversion in the ISO-2022-JP encoder. Bug 563283, r=Masatoshi Kimura <VYV03354@nifty.ne.jp>
|
2010-06-21 15:34:11 +03:00 |
Benjamin Smedberg
|
5b338a8304
|
Bug 568691 part B - mechanical changes to in-tree binary modules needed to get them building and registering correctly. After this patch, xpcshell appears to work.
|
2010-06-10 14:11:40 -04:00 |
L. David Baron
|
c69e2949c5
|
Make nsUTF8ToUnicode use SSE.h (Bug 513422) r=vlad
|
2010-05-21 13:17:58 -07:00 |
Henri Sivonen
|
6c942e7b0d
|
Bug 563536, bug 204111 - Put data from uconv property files into code to avoid thread-unsafe property file loading. r=smontagu.
|
2010-05-10 17:09:13 +03:00 |
Mitchell Field
|
895792930a
|
Bug 564950 - Make more use of mozilla::services, r=surkov, jst, neil, smontagu, roc, joshmoz, gavin, shaver
|
2010-05-14 18:24:41 +09:00 |
Michael Kohler
|
c00ff9684a
|
Bug 506041 Part 2: Correct misspellings in source code
r=timeless
|
2010-05-13 14:19:50 +02:00 |
Simon Montagu
|
c6d69a6581
|
Fix some errors with handling invalid sequences in the EUC-JP decoder. Bug 563618, r=Masatoshi Kimura <VYV03354@nifty.ne.jp>
|
2010-05-11 17:38:25 +03:00 |
Simon Montagu
|
e5e59d7066
|
Tests for bug 563618
|
2010-05-11 17:38:25 +03:00 |
Simon Montagu
|
414af79206
|
Fix an off-by-one error with undefined codepoints. Bug 564679, r=Masatoshi Kimura <VYV03354@nifty.ne.jp>
|
2010-05-11 17:38:25 +03:00 |
Simon Montagu
|
49f2a1886f
|
Tests for bug 564679
|
2010-05-11 17:38:25 +03:00 |
Henri Sivonen
|
823096ab1c
|
Bug 551344 part 4 - Address more review comments from sicking in the C++ parts of the HTML5 parser. r=jonas.
--HG--
extra : rebase_source : b15efefa4ba578dead7645770f5ce3fa8becefda
|
2010-04-16 13:52:06 +03:00 |
timeless@mozdev.org
|
b0d543f904
|
Bug 560135 - nsTextToSubURI::UnEscapeAndConvert overallocates pBuf, r=bz
--HG--
extra : rebase_source : c36c3b746a71264120dee154797d76d6aad628ec
|
2010-04-18 23:33:00 -07:00 |
Mike Hommey
|
4094557b13
|
Bug 544512 - Misaligned accesses in uconv causes Bus Error on sparc and word wrapping on arm. r=smontagu
|
2010-03-06 16:35:11 +01:00 |
Jonathan Kew
|
5be4457ec4
|
Bug 524107 - part 1 - pass original value of 'lang' to gfx text code rather than only a 'langGroup' value, to allow language-specific font rendering. r=roc sr=mats
|
2010-02-24 09:57:44 -08:00 |
Simon Montagu
|
c60fed4ccb
|
Update intl/uconv/directory.txt. Follow-up to bug 483116, NPOTB
|
2010-02-10 23:25:10 -08:00 |
Alexander L. Slovesnik
|
e46ed77ac0
|
Bug 542823: Fix display of cp932 encoded messages r=smontagu
|
2010-01-30 07:52:32 -05:00 |
Simon Montagu
|
f164761fd9
|
Remove intl/uconv/ucvmath. Bug 483116, r=Masatoshi Kimura <YV03354@nifty.ne.jp>
|
2009-12-21 00:47:08 -08:00 |
L. David Baron
|
f8f406d4c1
|
Remove the concept of stateless unicode decoders since they now all have state. (Bug 530328) r=smontagu
|
2009-11-23 22:43:48 -08:00 |
Henri Sivonen
|
f259552042
|
Bug 482918 - Move HTML5 parsing off the main thread. r=bnewman.
--HG--
extra : rebase_source : 8d44fdc215e14ed8da34793c1f432bc2bc9f6e05
|
2009-09-25 20:11:02 +03:00 |
Daniel Holbert
|
84d332b4fc
|
Bug 529365, patch 2: Add braces (and adjust indentation) to fix build warning in nsBufferDecoderSupport::Convert. r=smontagu
|
2009-11-17 22:08:22 -08:00 |
Dão Gottwald
|
a992b39569
|
Bug 527347 - nsIScriptableUnicodeConverter::convertToByteArray aLen out param should be optional. r=smontagu
|
2009-11-12 11:07:00 +01:00 |
Jae-Seong Lee-Russo
|
cf64db74a2
|
Bug 521191 - xpcshell-tests: some unit tests fail with the '-S' option ('strict' & 'werror' on). r=smontagu,dtownsend,mano
--HG--
extra : rebase_source : c5e0853fc64557f699d78c67f2907f6b48958563
|
2009-11-06 08:34:57 +01:00 |
Makoto Kato
|
cb57ea40a6
|
Bug 522931 - textToSubURI.UnEscapeAndConvert(UTF-8, null) causes crash in NS_strdup [@strlen | NS_strdup(char const*) ]. r=smontagu
|
2009-10-30 18:17:19 +09:00 |
Mitchell Field
|
02e66e18b9
|
Bug 514665 - fix stupid module name differences on windows. r=ted
|
2009-09-25 18:41:16 +02:00 |
Simon Montagu
|
059edbe619
|
Share code in encoding conversion tests
|
2009-09-23 01:01:23 -07:00 |
Phil Ringnalda
|
fceecee8a4
|
Bug 495228 - Remove checks for mac MOZ_WIDGET_TOOLKIT, r=ted
|
2009-09-18 19:59:53 -07:00 |
Taras Glek
|
c11e54777f
|
Bug 514803 - Fix for new Date().toLocaleString() triggers "An error occured throwing an exception". Moved more charset files to jar r=bsmedberg
--HG--
extra : rebase_source : 8db26ce38ed4d654f8754f0501b54eb90ea76249
|
2009-09-14 10:48:26 -07:00 |
Jeff Muizelaar
|
71f497576e
|
Backout ffcfaed61bed: Taras Glek – Bug 514803 - Fix for new Date().toLocaleString() triggers "An error occured throwing an exception". Moved more charset files to jar r=bsmedberg
This caused an unexplained Ts improvement and obj-c exceptions during Ts.
|
2009-09-14 16:54:21 -04:00 |
Taras Glek
|
f359b2b3c8
|
Bug 514803 - Fix for new Date().toLocaleString() triggers "An error occured throwing an exception". Moved more charset files to jar r=bsmedberg
--HG--
extra : rebase_source : d501b6c2ec3ee7d6bd82949b30051e82c947b3fa
|
2009-09-14 10:48:26 -07:00 |
Makoto Kato
|
3b7e55a2a6
|
Bug 514624 - UTF8 to Unicode conversion of SSE2 optimization for x86_64 platform. r=vlad
|
2009-09-07 11:36:52 +09:00 |
Benjamin Smedberg
|
6399d22ef3
|
Bug 513032 - remove empty conditionals in our makefiles, r=ted
|
2009-08-27 10:48:18 -07:00 |
Neil Rashbrook
|
cad44c1380
|
Bug 506430 followup to fix VC7.1 bustage r=vlad
|
2009-09-03 20:09:44 +01:00 |
Vladimir Vukicevic
|
071ca06b2d
|
b=506430; Optimize UTF8 to UTF16 conversion; r+sr=jst
|
2009-09-01 22:52:02 -07:00 |
Vladimir Vukicevic
|
1e5921d918
|
backing out 512643 and 506430 due to OSX mochitest failure
|
2009-09-02 00:28:38 -07:00 |
Vladimir Vukicevic
|
5b67956bbd
|
b=506430; Optimize UTF8 to UTF16 conversion; r+sr=jst
|
2009-09-01 22:52:02 -07:00 |
Taras Glek
|
9d3ffae1ab
|
bug 508421: accidentally left a printf in
--HG--
extra : rebase_source : 8ab26dae91f7d989c07426e9b42583694281c821
|
2009-08-28 14:36:46 -07:00 |
Benjamin Smedberg
|
c4ea86fa0e
|
Additional followup to bug 398573 - remove REQUIRES from the tree even when they are in makefile conditional blocks
--HG--
extra : rebase_source : cc65c34a414e6c67a5651fc9cf0b6bd709ebcdbd
|
2009-08-27 08:53:13 -07:00 |
tglek@mozilla.com
|
b41814d3c7
|
Bug 508421 - move res/ stuff into toolkit.jar (r=bsmedberg)
* * *
* * *
|
2009-08-27 08:35:48 -07:00 |
Phil Ringnalda
|
d75327bf2d
|
Bug 342754 - pavlov defined NS_CHARSETALIAS_CID a second time, r=smontagu
|
2009-08-25 20:20:33 -07:00 |
Benjamin Smedberg
|
28fb767bd1
|
Followup to bug 398573 - remove REQUIRES from the tree since it is no longer used... automatically generated patch, rs=ted
|
2009-08-25 08:59:31 -07:00 |
Simon Montagu
|
84d24ed9b8
|
Make all charset aliases lower-case, and add unit test for MacRoman. Bug 512060, r=Masatoshi Kimura <VYV03354@nifty.ne.jp>
|
2009-08-23 06:22:30 -07:00 |
Hashem Masoud
|
44f7f9d413
|
Bug 489502 - Replace NS_ASSERTION(0, ...) by NS_ERROR(...) in mozilla-central; r=benjamin
|
2009-08-14 16:09:00 +02:00 |
Serge Gautherie
|
1349ffa0f1
|
Bug 444021 - Remove useless |#include "nsILocale[Service|].h"|; (Av1) Just remove them; r=smontagu
|
2009-08-06 20:00:41 +02:00 |
David Zbarsky
|
78b1e53099
|
Bug 392526. Some callers of nsID::ToString use a mismatched allocator to free the string. r=bsmedberg
|
2009-07-29 13:54:44 -04:00 |
Simon Montagu
|
5a31d83b1e
|
Unit test for ISO-2022-KR decoding
|
2009-06-16 01:14:21 -07:00 |