Geoff Lankow
|
7a64448b03
|
Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg
|
2012-06-06 14:08:30 +12:00 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Panagiotis Koutsourakis
|
835036b234
|
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 |
|
Ehsan Akhgari
|
478ad1a412
|
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
|
0fe7772ece
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
|
arno renevier
|
993fc8cd13
|
Bug 666224 - Fix off-by-one error when checking nsCommandLine::GetArgument aIndex argument. r=bsmedberg
|
2011-06-25 11:49:03 +02:00 |
|
Ed Morley
|
d60e3b9e7b
|
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 |
|
Joel Maher
|
39ca77fbd2
|
Bug 616999. Xpcshell manifest support; manifest files. r=ted, a=test-only
|
2011-05-20 11:54:01 -04:00 |
|
Mitchell Field
|
8969bddd5d
|
Bug 595513 - Reduce makefile recursion in toolkit. r=khuey
|
2011-03-08 14:58:46 +11:00 |
|
Mitchell Field
|
907029389d
|
Bug 627277 - Remove (broken) BeOS support. r=biesi,dwitte,gavin,joe,jorendorff,josh,khuey,mfinkle,neil,Pike,roc,shaver,smontagu,taras
|
2011-02-20 06:10:24 +11:00 |
|
Ted Mielczarek
|
8b221cb75d
|
Bug 615529 - Fix commandline component for UIKit. r=Mitch, a=bsmedberg
|
2010-04-27 08:57:46 -04:00 |
|
Neil Rashbrook
|
093fdd90bd
|
Bug 613725 and bug 593106 - Crashes on Windows because varargs and references don't mix, use a pointer instead. r=Mossop a=blocking2.0
|
2010-11-22 15:11:04 -05:00 |
|
Benjamin Smedberg
|
f51a91e575
|
Bug 593106 - attempt to work around a strange behavior where some string is null which should never be null, r=Mossop a=blocker
|
2010-09-16 09:50:37 -07:00 |
|
Joel Maher
|
66966b3623
|
Bug 586754 Xpcshell tests should use relativesrcdir instead of $MODULE (android prepartion) r=mitchell.field a=NPOTB
|
2010-08-26 14:47:28 -07:00 |
|
Clint Talbert
|
50d7d4c696
|
Backed out changeset 49beef9387a0 due to Xpcshell orange a=backout
|
2010-08-25 14:03:44 -07:00 |
|
Joel Maher
|
653ecb9166
|
Bug 586754 Change xpcshell to use $relativesrcdir instead of $module for android support a=NPOTB r=mitchell.field
|
2010-08-25 11:47:39 -07:00 |
|
Jonas Sicking
|
3a09698a51
|
Backout bugs 586754, 574189, 584611 due to orange. a=backout
|
2010-08-20 11:08:43 -07:00 |
|
Joel Maher
|
3bc5eca86a
|
Bug 586754 xpcshell tests should use relativesrcdir instead of $MODULE r=:Mitch a=NPOTB
|
2010-08-20 09:32:58 -07:00 |
|
Benjamin Smedberg
|
c65cc8ae1a
|
Bug 579497 - Add error console logging for missing/incorrect command-line handlers, r=Mossop a=beltzner for landing in a CLOSED TREE
|
2010-07-20 09:29:38 -04:00 |
|
Mitchell Field
|
2575ec1f3c
|
Remove @status FROZEN and @status UNDER_REVIEW. r=bsmedberg
|
2010-07-02 10:27:06 -04:00 |
|
Benjamin Smedberg
|
1c7ea743d8
|
Bug 568691 - Add CID data back to classinfo because it's required for fastload to work correctly.
|
2010-06-22 12:59:57 -04:00 |
|
Benjamin Smedberg
|
68eb98db57
|
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 |
|
|
|
c845a54e3f
|
Bug 562592 - comparison between signed and unsigned integer expressions in nsCommandLine, r=roc
|
2010-04-29 00:14:00 -07:00 |
|
Phil Ringnalda
|
99af5c5c2f
|
Bug 495228 - Remove checks for mac MOZ_WIDGET_TOOLKIT, r=ted
|
2009-09-18 19:59:53 -07:00 |
|
Benjamin Smedberg
|
4ec69e1eff
|
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 |
|
Phil Ringnalda
|
9390f13c32
|
Bug 495387 - A few naughty things build their tests without ENABLE_TESTS, r=ted
|
2009-06-13 11:53:37 -07:00 |
|
Ted Mielczarek
|
31c7dc8591
|
bug 482085 - fix all xpcshell tests to not reference files from the srcdir. r=bsmedberg,waldo
|
2009-03-21 11:20:00 -04:00 |
|
Josh Aas
|
a868ad8fad
|
Stop using FlatCarbon headers on Mac OS X. b=482277 r=bsmedberg
|
2009-03-19 10:41:13 -07:00 |
|
Arpad Borsos
|
2511e1f863
|
Bug 474369 - get rid of nsVoidArray; toolkit part; r+sr=benjamin
|
2009-02-25 16:25:10 +01:00 |
|
Daniel Holbert
|
f97e9865d4
|
Bug 461047 follow-up patch - Fix a number of small issues from the nsStringArray to nsTArray<nsString> switchover, mostly related to signed vs unsigned array sizes. r+sr=roc
|
2009-02-10 12:39:43 -08:00 |
|
Fred Jendrzejewski
|
5707d5e33d
|
Bug 461047 - Replace nsStringArray with nsTArray<nsString>. r+sr=roc
|
2009-01-18 21:14:14 +01:00 |
|
Robert O'Callahan
|
bf7d141462
|
Backed out changeset 8019a959aade
|
2009-01-16 22:20:33 +13:00 |
|
Fred Jendrzejewski
|
9917bef95c
|
Bug 461047. Replace nsStringArray with nsTArray<nsString>. r+sr=roc
|
2009-01-16 20:51:04 +13:00 |
|
|
|
08fd1c0506
|
Relanding Bug 410156 - r=bsmedberg, approval1.9=beltzner, blocking-firefox3=beltzner
|
2008-04-18 13:43:49 -07:00 |
|
|
|
c26e7929b5
|
Backing out Bug 410156 due to test bustage
|
2008-04-17 16:13:32 -07:00 |
|
|
|
fce71c7508
|
Backing out Bug 410156 due to test bustage
|
2008-04-17 16:05:06 -07:00 |
|
|
|
8b3d6741ec
|
Bustage fix for Bug 410156
|
2008-04-17 15:59:53 -07:00 |
|
|
|
dbfd550cf8
|
Bug 410156 - r=bsmedberg, approval1.9=beltzner, blocking-firefox3=beltzner
|
2008-04-17 15:20:19 -07:00 |
|
|
|
e58600c985
|
Bug 396052 - Firefox fails to start when run from a directory with non-native characters, r=luser sr=neil
|
2007-12-31 07:15:43 -08:00 |
|
|
|
4b57c6c4e3
|
Bug 384384. r=bsmedberg, r=mscott for Thunderbird
|
2007-07-10 22:59:56 -07:00 |
|
|
|
98de634631
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 00:08:04 -07:00 |
|
asqueella@gmail.com
|
578ebaca8e
|
Bug 371052 - Implement nsIClassInfo on nsCommandLine
p=Alex Vincent <ajvincent@gmail.com>
r=bsmedberg
|
2007-03-07 20:29:01 +00:00 |
|
timeless@mozdev.org
|
2f77719a9a
|
Bug 106386 Correct misspellings in source code
patch by supernova_00@yahoo.com r=timeless
|
2005-11-21 06:25:15 +00:00 |
|
bsmedberg@covad.net
|
a38cd3af67
|
Bug 301385 - command line flag for help (-h) doesn't work, and static EnumHelp unused, r=darin a=shaver
|
2005-07-22 20:05:41 +00:00 |
|
bsmedberg@covad.net
|
a45f3f2fd8
|
Use == not = for real.
|
2005-06-13 21:49:08 +00:00 |
|
bsmedberg@covad.net
|
d23442d30c
|
Re-landing bug 297315 nsCommandLine.cpp with a typo-fix if (rv = NS_ERROR_ABORT) becomes ==
|
2005-06-13 21:07:18 +00:00 |
|
bsmedberg@covad.net
|
8950266709
|
Trial backout of just nsCommandLine.cpp from bug 297315.
|
2005-06-13 19:54:52 +00:00 |
|
bsmedberg@covad.net
|
d4c421c800
|
Bug 297315 - sorts the XPCOM implementation of nsICategoryManager.enumerateCategory alphabetically r=darin a=asa
|
2005-06-13 18:39:19 +00:00 |
|
bsmedberg@covad.net
|
566d364655
|
Bug 280725 - use generic/automatic remoting for xremote r=caillon sr=bryner
|
2005-04-04 19:08:55 +00:00 |
|
bsmedberg@covad.net
|
5e47d3ae84
|
libxul step 4 - most of tier 50 (not PSM, and I may have forgotten a few things in toolkit/mozapps also) r=darin
|
2005-03-18 21:24:05 +00:00 |
|