Commit Graph

313 Commits

Author SHA1 Message Date
Kyle Huey
e429dd02ef Attempt to fix various bustages on c-c that were caused by Bug 522770
--HG--
extra : rebase_source : 4c747ed91292fb6300af85f50bec7b4319171953
2010-08-01 18:36:13 -07:00
Kyle Huey
9c0bd4c0a5 Backed out changeset 9e87c3efc33b 2010-07-29 16:01:41 -07:00
Kyle Huey
17533df9bd Bug 578714: Stop doing Unicode-aware case-folding inside layout/style. r=zwol sr=bz
--HG--
extra : rebase_source : 7d5f43bf8d7d109c9669db68589e26554df9a250
2010-07-29 12:41:04 -07:00
Kyle Huey
cc25e38cd5 Bug 575043: Remove internal uses of nsICaseConversion. r=smontagu sr=roc
--HG--
extra : rebase_source : f95ad3f21a95e354324e1524c378cad7146f3241
2010-07-29 12:22:16 -07:00
Simon Montagu
4a5b609e6f Remove unused file. Bug 580580, r=Masatoshi Kimura <VYV03354@nifty.ne.jp>, a=bsmedberg 2010-07-29 01:06:26 -07:00
Henri Sivonen
5fe761fff2 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
Edward Lee
86c8d93241 Bug 566859 - Plurals Formula for gd [r=Pike r=smontagu]
Replace the unused rule #4 (probably because it was wrong) with the correct forms for Scottish Gaelic.

--HG--
extra : rebase_source : 6c0f88f87038e6c5b63ea8565bdc4d3766209109
2010-07-14 09:55:57 -07:00
Kyle Huey
56887bea60 Bug 575045: Remove the completely unused nsITextTransform. r=smontagu
--HG--
extra : rebase_source : 2d9390918134b349dc45d99378a10b9349f01690
2010-06-27 09:50:45 -07:00
Daniel Holbert
d572e31a9a Bug 576556: Add GCC-suggested parens in uconv.c to fix build warning. r=smontagu 2010-07-05 13:48:59 -07:00
Saint Wesonga
e7a357dcaf Bug 562387 - Convert NS_NEWXPCOM/NS_DELETEXPCOM to new/delete. r=bsmedberg 2010-07-05 11:42:18 +02:00
Dão Gottwald
9b15b69a1b Backed out changeset 59ace8d80ce8 2010-07-04 22:01:13 +02:00
Saint Wesonga
8dd5da1024 Bug 562387 - Convert NS_NEWXPCOM/NS_DELETEXPCOM to new/delete. r=bsmedberg 2010-07-04 21:39:17 +02:00
Simon Montagu
68f6627163 Fix for windows bustage from bug 559489 2010-07-04 16:27:16 +03:00
Ehren Metcalfe
40edafab25 Remove dead code in intl. Bug 559489, r=smontagu 2010-07-04 15:42:04 +03:00
Benjamin Smedberg
a2833452f8 Merge mozilla-central to the bug 568691 branch.
--HG--
rename : gfx/public/nsITheme.h => gfx/src/nsITheme.h
2010-06-30 14:23:23 -04:00
Zack Weinberg
a55cf984ba Bug 571989 follow-up: remove mentions of removed directories from toolkit-makefiles.sh and elsewhere. r=dholbert
--HG--
extra : rebase_source : c6e387430e6b2292b0925fdb681819ba109568e7
2010-06-30 08:54:39 -07:00
Benjamin Smedberg
43047298dd Address review from bug 568691 comments 31 and 34 2010-06-23 13:43:02 -04:00
Benjamin Smedberg
45af085fff 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
1650207417 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
f13550a209 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
Dão Gottwald
b314909c2e Backed out changeset db6f8068e9a5 2010-06-29 17:49:21 +02:00
Saint Wesonga
c3669d7e9c Bug 562387 - Convert NS_NEWXPCOM/NS_DELETEXPCOM to new/delete. r=bsmedgerg 2010-06-29 17:14:36 +02:00
Masatoshi Kimura
fb26e95c9d bug 552460 - part 2 - Unicode data needed for Variation Sequence support. r=smontagu 2010-06-01 14:42:37 +01:00
Masatoshi Kimura
9716db11a9 Bug 562908. Add genignorable.pl script to regenerate ignorable.x-ccmap. r=smontagu 2010-05-24 09:36:49 +12:00
L. David Baron
ebe5a17dbe Make nsUTF8ToUnicode use SSE.h (Bug 513422) r=vlad 2010-05-21 13:17:58 -07:00
Henri Sivonen
2120fc2a17 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
6ad77bd6db 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
9397418412 Bug 506041 Part 2: Correct misspellings in source code
r=timeless
2010-05-13 14:19:50 +02:00
Makoto Kato
42d8b9c46f Bug 206802 - U+3005 is missing from the kinsoku list. r=smontagu 2010-05-12 17:06:32 +09:00
Simon Montagu
c2c99a0943 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
c3e7f17ab2 Tests for bug 563618 2010-05-11 17:38:25 +03:00
Simon Montagu
e30fd5153e 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
a0b80d3a6a Tests for bug 564679 2010-05-11 17:38:25 +03:00
Mitchell Field
9818f00bf2 Bug 560095 - Use mozilla::services::GetObserverService(). r=biesi,dveditz,gavin,josh,jst,mrbkap,roc,sdwilsh,shaver,sicking,smontagu,surkov 2010-04-29 18:59:13 +02:00
Henri Sivonen
5c3712d80a 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
29602ff3d5 Bug 560135 - nsTextToSubURI::UnEscapeAndConvert overallocates pBuf, r=bz
--HG--
extra : rebase_source : c36c3b746a71264120dee154797d76d6aad628ec
2010-04-18 23:33:00 -07:00
Makoto Kato
c4fd95ea62 Backout of Bug 206802 - U+3005 is missing from the kinsoku list. regtest fail on Linux 2010-04-15 12:12:11 +09:00
Makoto Kato
3569ac83b4 Bug 206802 - U+3005 is missing from the kinsoku list. r=smontagu 2010-04-15 11:01:16 +09:00
Mike Hommey
7ad1a35d5e 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
Simon Montagu
c98bc79fd2 Add Tibetan to font selection UI. Bug 441110, r=emk 2010-03-04 10:55:53 +02:00
Boris Zbarsky
558d86c2f6 Bug 548495 followup to fix reftest failure. r=masayuki pending 2010-02-26 22:20:56 -05:00
Boris Zbarsky
24e10dd945 Bug 548495. Eliminate sources of O(N^2) backtracking in the linebreaker. r=masayuki 2010-02-26 21:32:31 -05:00
Jonas Sicking
28396b7d9c Bug 545059: Remove unneeded/non-working bidi.controlstextmode pref. r=smontagu 2010-02-24 21:58:17 -08:00
Jonathan Kew
e9d0f828e0 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
Jonas Sicking
ef44bebb92 Bug 541245 part 2: Make UTF8<->UTF16 comparison code consistent in the face of badly encoded strings. r=smontagu 2010-02-23 09:38:10 -08:00
Timothy Nikkel
92355591c8 Bug 545593. Remove nsViewManager::Enable/DisableRefresh. r=roc 2010-02-18 13:23:23 -06:00
Timothy Nikkel
53fe3ff52d Backed out changeset 93c7b23284b8 (Bug 545593) for causing Md oth failures on linux. 2010-02-12 16:46:04 -06:00
Timothy Nikkel
73241cb6bc Bug 545593. Remove nsViewManager::Enable/DisableRefresh. r=roc
--HG--
extra : rebase_source : 963053b0f3d5712308b53c665dddcedae08a2b21
2010-02-11 18:14:59 -06:00
Simon Montagu
89df9d6605 Update intl/uconv/directory.txt. Follow-up to bug 483116, NPOTB 2010-02-10 23:25:10 -08:00
Jae-Seong Lee-Russo
513e9cf886 Bug 517553: Remove '=='/'!=' 'PR_FALSE'/'PR_TRUE' 2010-02-07 10:52:43 -05:00