Jonathan Kew
|
4a150c91d1
|
bug 729866 - remove unused and unimplemented nsIUGenDetailCategory interface. r=smontagu
|
2012-02-24 10:15:46 +00:00 |
|
Jonathan Kew
|
27d7fed0f6
|
bug 724826 pt 3 - replace users of nsIUGenCategory service within libxul with direct access to mozilla::unicode::GetGenCategory. r=smontagu
|
2012-02-24 10:15:46 +00:00 |
|
Jonathan Kew
|
1c8e673ef0
|
bug 724826 pt 2 - replace the use of cattable.h with nsUnicodePropertyData for more accurate (and faster) category lookup. r=smontagu
|
2012-02-24 10:15:46 +00:00 |
|
Jonathan Kew
|
c7fa86d451
|
bug 724826 pt 1 - move various Unicode property tables from gfx to intl. r=smontagu
--HG--
rename : gfx/thebes/gfxUnicodeProperties.h => intl/unicharutil/public/nsUnicodeProperties.h
rename : gfx/thebes/gfxUnicodeScriptCodes.h => intl/unicharutil/public/nsUnicodeScriptCodes.h
rename : gfx/thebes/gfxUnicodeProperties.cpp => intl/unicharutil/src/nsUnicodeProperties.cpp
rename : gfx/thebes/gfxUnicodePropertyData.cpp => intl/unicharutil/src/nsUnicodePropertyData.cpp
rename : gfx/thebes/genUnicodeScriptData.pl => intl/unicharutil/tools/genUnicodePropertyData.pl
|
2012-02-24 10:15:46 +00:00 |
|
Jonathan Kew
|
2b957702c7
|
bug 728866 - pt 1 - expose low-level APIs for canonical composition and decomposition of a single Unicode character. r=smontagu
--HG--
rename : intl/unicharutil/src/nsUnicodeNormalizer.h => intl/unicharutil/public/nsUnicodeNormalizer.h
|
2012-02-20 20:39:59 +00:00 |
|
Simon Montagu
|
cdae24e9d0
|
Remove nsObserverBase. Bug 726950, r=emk
|
2012-02-14 17:51:52 +02:00 |
|
David Zbarsky
|
35c6311848
|
Remove nsDebugDetector. Bug 683429, r=smontagu
|
2012-02-14 12:04:51 +02:00 |
|
Simon Montagu
|
35e3bc75b1
|
Improve the tests for end of output block. Bug 718573, r=emk
|
2012-02-09 17:50:48 +02:00 |
|
Simon Montagu
|
1b2faca595
|
Update data files to Unicode 6.1. Bug 723509, r=jfkthame
|
2012-02-06 15:54:52 +02:00 |
|
Panagiotis Koutsourakis
|
9c7dfb9706
|
Bug 702388 - Convert Makefiles to use |TEST_DIRS += foo| r=khuey
Files named Makefile.in containing the expression
DIRS += <foo>
or
DIRS = <foo>
inside the conditional expression
ifdef ENABLE_TESTS
...
endif
are changed to
TEST_DIRS += tests
outside any conditional expression.
The files
./layout/Makefile.in
./layout/Makefile.in
./layout/style/Makefile.in
./rdf/Makefile.in
./security/manager/Makefile.in
./content/Makefile.in
./content/smil/Makefile.in
./content/xul/templates/Makefile.in
./content/xul/content/Makefile.in
./content/base/Makefile.in
./content/media/Makefile.in
./parser/htmlparser/Makefile.in
./dom/sms/Makefile.in
./js/jsd/Makefile.in
./js/xpconnect/Makefile.in
./widget/Makefile.in
./widget/windows/Makefile.in
./Makefile.in
./startupcache/Makefile.in
./storage/Makefile.in
./gfx/Makefile.in
./intl/strres/Makefile.in
./intl/uconv/Makefile.in
./intl/unicharutil/Makefile.in
./intl/lwbrk/Makefile.in
./embedding/Makefile.in
./modules/libjar/Makefile.in
./modules/libpref/Makefile.in
./build/Makefile.in
./build/win32/Makefile.in
./xpcom/Makefile.in
./extensions/spellcheck/hunspell/Makefile.in
./extensions/cookie/Makefile.in
./netwerk/Makefile.in
./netwerk/streamconv/Makefile.in
./editor/txmgr/Makefile.in
./toolkit/mozapps/shared/Makefile.in
./toolkit/mozapps/update/Makefile.in
./toolkit/library/Makefile.in
./toolkit/library/Makefile.in
./toolkit/crashreporter/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/feeds/Makefile.in
./toolkit/components/url-classifier/Makefile.in
contain the string
ifdef ENABLE_TESTS
but have some other statement inside (e.g. TOOL_DIRS += <foo> etc) and
they remain unchanged by this patch.
|
2012-02-04 17:32:24 +00:00 |
|
Simon Montagu
|
2bcb32ce3f
|
Remove unused files from intl/chardet. Bug 713866, r=emk
|
2012-01-26 17:28:03 +02:00 |
|
Simon Montagu
|
01326f327c
|
Move nsIDocumentCharsetInfo out of intl/chardet into nsIDocShell, Bug 713825, r=bz, mbrubeck
|
2012-01-24 11:52:05 +02:00 |
|
Simon Montagu
|
6055067770
|
Move nsIDocCharset out of intl/chardet into nsIDocShell, Bug 713825, r=bz
|
2012-01-24 11:52:04 +02:00 |
|
Simon Montagu
|
788c35d6f7
|
Tests for bug 670556, r=emk
|
2012-01-22 12:04:08 +02:00 |
|
Simon Montagu
|
afd7130aa1
|
Fix typos in conditions. Bug 670556, r=emk
|
2012-01-22 12:04:05 +02:00 |
|
Simon Montagu
|
5e4fc8db61
|
Use moz_malloc and _free instead of nsMemory. Bug 705407, r=bsmedberg
|
2012-01-18 20:23:25 +02:00 |
|
Makoto Kato
|
a917609af0
|
Bug 718500 - View > Character Encoding > Auto-Detect menupopup is broken. r=smontagu
|
2012-01-18 14:43:31 +09:00 |
|
Ms2ger
|
176ab26790
|
Bug 714613 - Simplify nsShiftJISToUnicode::Convert; r=smontagu
|
2012-01-15 09:13:12 +01:00 |
|
Asaf Romano
|
36391ff6b0
|
Bug 713519 - getCharsetAlias should throw for unknown character sets. r=smontagu.
|
2012-01-12 18:24:16 +02:00 |
|
Henri Sivonen
|
394977e69a
|
Bug 655255 - Remove nsICharsetDetectionAdaptor from the tree. r=smontagu.
|
2012-01-09 14:19:51 +02:00 |
|
Ms2ger
|
d0bb7ac21e
|
Bug 623610 - Remove support for geostd8; r=smontagu
|
2012-01-02 19:05:20 +01:00 |
|
Masatoshi Kimura
|
e7bb252386
|
Bug 712876 - Replace ISO-8859-9 (latin5, etc.) decoder with windows-1254 decoder; r=smontagu
|
2011-12-28 00:49:57 +01:00 |
|
Makoto Kato
|
6134979a79
|
Bug 712198 - Remove NS_WIN32, NS_UNIX and NS_OS2. r=khuey
|
2011-12-21 14:09:17 +09:00 |
|
Simon Montagu
|
d00e2f354c
|
Remove intl/chardet/tests. bug 710980, r=emk
|
2011-12-20 09:08:50 +02:00 |
|
Jeff Walden
|
cb96a0d29e
|
Bug 711799 - Fix a bunch of initializing-pointer-from-boolean warnings. r=dholbert
--HG--
extra : rebase_source : 4a5d03b10ad8ac4eaff222037ba3400a26e7cf55
|
2011-12-18 01:00:47 -05:00 |
|
Ryan VanderMeulen
|
79999da98f
|
Bug 711769 - Update Hyphen library to version 2.8.3. r=jfkthame
|
2011-12-18 20:18:59 +01:00 |
|
John Schoenick
|
c7eec081e4
|
Bug 687679 - Rename JS_CompileFile to JS_CompileUTF8File, fix users. r=jorendorff,jst
|
2011-12-16 11:08:59 -08:00 |
|
Ms2ger
|
66852ffea5
|
Backed out changeset ba447ace2594 (bug 687679) for bustage.
|
2011-12-16 21:17:16 +01:00 |
|
John Schoenick
|
3973db5adb
|
Bug 687679 - Rename JS_CompileFile to JS_CompileUTF8File, fix users. r=jorendorff,jst
|
2011-12-16 11:08:59 -08:00 |
|
Ed Morley
|
1ecbe9a985
|
Bug 700490 - Remove nsICharsetResolver; r=smontagu
|
2011-12-16 09:13:29 +00:00 |
|
Mike Hommey
|
cd155f464b
|
Bug 695843 part 1 - Add Refcounting on nsZipArchives. r=mwu
|
2011-12-08 11:03:36 +01:00 |
|
Hanspeter Niederstrasser
|
fd657289a9
|
Bug 691135 - intl locale should use mac on Macs. r=ted
|
2011-11-18 14:02:26 +01:00 |
|
Ed Morley
|
4163fb7744
|
Merge m-c to b-s.
|
2011-11-08 23:18:09 +00:00 |
|
Gregory Szorc
|
1a1f7b30ae
|
Bug 698248 - Remove unused FORCE_USE_PIC variable; r=khuey
|
2011-11-01 15:45:23 -07:00 |
|
Kang-Hao (Kenny) Lu
|
73807809ae
|
Bug 699673 - nsTextToSubURI::UnEscapeNonAsciiURI shouldn't do fallback unescaping if the fallback charset is not an ASCII superset, or the URI gets messed up in the UI. r=smontagu
|
2011-11-06 17:14:27 +02:00 |
|
Ed Morley
|
7ea8e12caa
|
Backout 4997c6f8b24d (bug 616542) for causing locally run mochitest-browser-chrome test runs to fail
|
2011-11-05 18:35:59 +00:00 |
|
Rail Aliiev
|
ac65d0d88e
|
Bug 616542 - Shorten file path length of mochitest; r=ted
|
2011-11-04 21:13:42 +00:00 |
|
Makoto Kato
|
59a2547ce1
|
Bug 699009 - Remove MOZ_USE_NATIVE_UCONV. r=smontagu
|
2011-11-04 11:59:04 +09:00 |
|
Simon Montagu
|
34621450c8
|
Resynchronize the Shift_JIS converter after unrecognized sequences. Bug 690225, r=emk
|
2011-10-19 07:58:41 +02:00 |
|
Simon Montagu
|
6f5c3864dc
|
Backout cset 308f180eb3f4
|
2011-10-18 15:09:45 +02:00 |
|
Simon Montagu
|
81548b004b
|
Resynchronize the Shift_JIS converter after unrecognized sequences. Bug 690225, r=emk
|
2011-10-18 14:15:21 +02:00 |
|
Ehsan Akhgari
|
92064e6d3f
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Jeff Walden
|
b5e57820bf
|
Bug 693469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. (Exceptions: assigning to static initializers, use in static assertions, as template parameters, etc. These will go away when the relevant compilers have C++11 constexpr support.) r=cjones
--HG--
extra : rebase_source : b4bae9a0f85abf2feb828609b50e756916b99a6f
|
2011-10-10 22:50:08 -07:00 |
|
Jeff Walden
|
d0532c3e95
|
Back out everything since 5435ee09cf7b. Tinderbox compilers hate me. r=epic-fail
|
2011-10-12 12:21:53 -07:00 |
|
Jeff Walden
|
0f30b277bf
|
Bug 639469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. r=cjones
--HG--
extra : rebase_source : 860a8271bf7e51cde358f2a4185c410de1fc2960
|
2011-10-10 22:50:08 -07:00 |
|
Jonathan Kew
|
b34452e7e3
|
bug 655337 - part 2 - don't unpack hyphenation patterns on android, look for them in omnijar. r=mfinkle,bsmedberg,smontagu
|
2011-10-06 16:06:36 +01:00 |
|
Jonathan Kew
|
ebe169a362
|
backout changeset e1eac54b1ed3 (bug 655337 pt 2) for causing a leak.
|
2011-10-06 17:29:39 +01:00 |
|
Jonathan Kew
|
3ebcb92471
|
bug 655337 - part 2 - don't unpack hyphenation patterns on android, look for them in omnijar. r=mfinkle,bsmedberg,smontagu
|
2011-10-06 16:06:36 +01:00 |
|
Jonathan Kew
|
d2b9d85eb7
|
bug 655337 - part 1 - use nsIURI rather than nsIFile to specify hyphenation resources. r=mfinkle,smontagu
|
2011-10-06 16:06:32 +01:00 |
|
Michael Wu
|
d2b70213ac
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
|