matekm
|
97c84bb143
|
Bug 784739 - Switch from NULL to nullptr in extensions/; r=ehsan
|
2013-04-02 21:06:20 -04:00 |
|
Kyle Machulis
|
f5e3aadf0b
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
|
2013-04-01 11:36:59 -07:00 |
|
Kyle Machulis
|
d2b6e6e01a
|
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
|
2013-03-29 15:12:58 -07:00 |
|
Kyle Machulis
|
5663b98bc5
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
|
2013-03-29 13:56:18 -07:00 |
|
Gregory Szorc
|
94ec89296d
|
Bug 844654 - Part 3: Remove now empty Makefile.in files; rs=khuey
--HG--
extra : rebase_source : 8de9c7f68a953e574dda22f8c14c2b2ca60444f9
|
2013-03-19 18:49:07 -07:00 |
|
Mike Shal
|
ea1d9b8ba7
|
Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps
|
2013-03-19 11:47:00 -07:00 |
|
Henri Sivonen
|
fd561b7b41
|
Bug 844461 - Perform alias resolution on the fallback encoding pref value. r=smontagu.
|
2013-03-04 20:09:11 +02:00 |
|
Ms2ger
|
2801c25ab8
|
Merge m-c to b-s.
|
2013-02-26 19:09:25 +01:00 |
|
Gregory Szorc
|
be1be1e304
|
Bug 784841 - Part 18n: Convert /extensions; r=glandium f=Ms2ger
|
2013-02-25 12:47:21 -08:00 |
|
L. David Baron
|
4f4296979b
|
Bug 404077: Annotate known assertions in mochitests.
|
2013-02-25 18:39:21 -08:00 |
|
Simon Montagu
|
ffa3034616
|
Fix an error in the UTF-8 state machine table, and clean up the table generally. Bug 811363, r=jfkthame.
|
2012-11-16 11:33:15 -08:00 |
|
Simon Montagu
|
685c4b4cd4
|
UTF-8 auto-detection tests. Bug 811363
|
2012-11-16 11:33:12 -08:00 |
|
Ryan VanderMeulen
|
ce9be1b16b
|
Bug 799917 - Backout for various regressions.
|
2012-10-28 08:49:20 -04:00 |
|
David Zbarsky
|
0c10e492d7
|
Fix some && within || warnings, no bug
|
2012-10-15 21:00:21 -04:00 |
|
Mats Palmgren
|
6d44b1178a
|
Bug 801330 - Make ISO2022JPCharLenTable large enough. r=smontagu
|
2012-10-14 19:10:04 +02:00 |
|
Mats Palmgren
|
baa14a1226
|
Bug 801330 - Assert if charLenTable is too small. r=smontagu
|
2012-10-14 19:10:04 +02:00 |
|
Aryeh Gregor
|
62ddd9835d
|
Bug 799917 - Make document.characterSet always lowercase; r=bz,f=hsivonen,smontagu
|
2012-10-14 10:13:19 +02:00 |
|
Trevor Saunders
|
e2db6e1941
|
bug 798595 - remove useless prmem.h includes r=ehsan
|
2012-10-04 02:14:06 -04:00 |
|
Andrew McCreight
|
f91c720810
|
Bug 780979 - Compute length of char to freq order tables. r=smontagu
|
2012-08-29 06:48:15 -07:00 |
|
Ehsan Akhgari
|
217645f36e
|
Bug 579517 - Part 4: Manually rewrite some parts of the code base not covered by the automated conversion; r=bsmedberg
|
2012-08-22 11:59:54 -04:00 |
|
Ehsan Akhgari
|
8c296bbcd4
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Mike Hommey
|
c1b35e7b2a
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Aryeh Gregor
|
57c0ad57fb
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Nathan Froyd
|
5b30baa4c3
|
Bug 370750 - consolidate mochitest files installation; r=glandium
With assistance on the patch from Ms2ger, Waldo, and Mossop.
|
2012-07-03 16:49:02 -04:00 |
|
Simon Montagu
|
4332bd83c0
|
Update patch for bug 644209 to final version. r=emk
|
2012-05-24 22:56:49 +03:00 |
|
Simon Montagu
|
df869772de
|
Make tests that use non-UTF-8 content use file URLs instead of chrome URLs. Bug 644209, r=emk
|
2012-05-24 22:41:38 +03:00 |
|
Gervase Markham
|
87620f5676
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Ehren Metcalfe
|
ba03354618
|
Bug 739124 - Remove unused nsCharsetProber::SetOpion and overrides. r=smontagu
|
2012-03-26 23:16:14 +02:00 |
|
Makoto Kato
|
8e7fa7d23a
|
Bug 590390 - deCOM nsICharsetAlias. r=smontagu
--HG--
rename : intl/locale/public/nsICharsetAlias.h => intl/locale/public/nsCharsetAlias.h
rename : intl/locale/src/nsCharsetAliasImp.cpp => intl/locale/src/nsCharsetAlias.cpp
|
2012-03-05 12:57:51 +09:00 |
|
Panagiotis Koutsourakis
|
583eb38038
|
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 |
|
Jeff Walden
|
f73124604d
|
Bug 711799 - Add parentheses to a bunch of && expressions nested within || expressions. r=dholbert
|
2011-12-18 01:00:47 -05:00 |
|
Gregory Szorc
|
de5e3e4887
|
Bug 698248 - Remove unused FORCE_USE_PIC variable; r=khuey
|
2011-11-01 15:45:23 -07:00 |
|
Ehsan Akhgari
|
2a602a5685
|
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 |
|
Michael Wu
|
d8e503c38b
|
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 |
|
Simon Montagu
|
9d90660cae
|
Bug 601261 - nsXPCOMDetector::DoIt didn't call Reset resulting in crash [@ nsSJISProber::HandleData]. r=emk
|
2011-08-24 16:26:17 +09:00 |
|
Malini Das
|
e306b1b5aa
|
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- chrome. r=jmaher, a=test-only
|
2011-08-12 12:21:36 -04:00 |
|
Ed Morley
|
223c46b36b
|
Bug 659621 - Remove EXTRA_DSO_LIBS, EXTRA_DSO_LDOPTS, OS_LIBS from makefiles containing LIBXUL_LIBRARY = 1, now that libxul is always built; r=ted
|
2011-06-12 03:49:00 -04:00 |
|
Ed Morley
|
d260544670
|
Bug 316661 - Part A - Remove null-checks before delete. r=bsmedberg
|
2011-05-17 16:01:36 +02:00 |
|
Simon Montagu
|
be96a9dc94
|
Remove UTF-32 encoder and decoder. Bug 604317, r=emk
|
2011-03-30 08:35:34 +02:00 |
|
Henri Sivonen
|
cc99f71e41
|
Test for bug 638318 - Test that a byte run that has more than 1024 zeros but one non-zero byte among them before the 1024 byte limit does not sniff as UTF-16LE/BE. r=bzbarsky, a=test-only.
|
2011-03-03 19:20:00 +02:00 |
|
Henri Sivonen
|
9dadb8ba9d
|
Bug 631751 - Sniff Basic Latin BOMless UTF-16 for IE compat. r=bzbarsky, a=bzbarsky.
|
2011-02-16 08:40:35 +02:00 |
|
Henri Sivonen
|
c2e0c3291c
|
Bug 620106 - Allow chardet (if enabled) reload the page during load. r=sicking, a=blocking2.0-final.
|
2011-02-11 12:33:32 +02: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 |
|
timeless@mozdev.org
|
197861d0b9
|
Bug 552235 - Fixing warning in universalchardet array subscript has type 'char', r=smontagu
|
2010-03-13 18:16:00 -08:00 |
|
tyler.downer@gmail.com
|
d102531a5e
|
Remove extension/universalchardet/doc/. Bug 471480, r=smontagu
|
2010-03-13 12:08:57 -08:00 |
|
Ms2ger@gmail.com
|
a8ba3b54f7
|
Bug 548073 - Tabs in extensions/universalchardet/tests/CharsetDetectionTests.js. r=smontagu
|
2010-03-06 16:36:05 +01:00 |
|
Simon Montagu
|
30abdde649
|
Set a minimum threshold even for the detector's preferred language. Bug 547487, r=emk
|
2010-02-23 01:46:15 -08:00 |
|
Jonathan Griffin
|
ffc7637cba
|
Bug 542660. Move universalchardet tests that use XPConnect to mochi-chrome. r=smontagu
|
2010-02-03 13:35:15 -08:00 |
|
Mitchell Field
|
eb31b31d25
|
Bug 514665 - fix stupid module name differences on windows. r=ted
|
2009-09-25 18:41:16 +02:00 |
|
Benjamin Smedberg
|
2e9438fd2f
|
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 |
|