Panagiotis Astithas
|
466766b392
|
Bug 697762 - Land the debugger in m-c; r=msucan,rcampbell; sr=dtownsend
|
2012-02-07 13:22:30 -04:00 |
Dão Gottwald
|
e8ed468174
|
Bug 724286 - Fix TelemetryTimestamps, AddonManagerPrivate global scope pollution and whitelist __SSi. r=dietrich
|
2012-02-05 21:22:57 +01:00 |
Panagiotis Koutsourakis
|
01607a9182
|
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 |
Gavin Sharp
|
cf31a22b40
|
Bug 723207: fix SimpleTest.info when called as just info(), r=jmaher
--HG--
extra : transplant_source : %02%AC%FC%98%E8%23%FE%9A%3D%BC%DEck%16%9FP%CE%95%B3%AF
|
2012-02-01 10:11:53 -08:00 |
Gavin Sharp
|
62a4834859
|
Bug 718203: don't allow drops of javascript: URIs on the home button, r=enndeakin, sr=bz
--HG--
extra : transplant_source : %ADP%C0%F8%8D%C4%A2v%BC%E5ZM%FC%D6BB%B7A%1E%07
|
2012-01-30 17:58:30 -08:00 |
Ed Morley
|
9a074c26b8
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-02-03 16:45:09 +00:00 |
Matt Brubeck
|
c44b78c57a
|
Bug 720985 - Temporarily whitelist properties leaked by Fennec tests [r=dao]
|
2012-02-03 08:20:08 -08:00 |
Dão Gottwald
|
12ea0b51d5
|
Bug 720985 - Report a failure when a test leaks a global variable. r=gavin
|
2012-02-03 10:10:52 +01:00 |
Armen Zambrano Gasparnian
|
a5ae532438
|
Bug 719567. expand talos.json to support pageloader.xpi. r=jmaher
|
2012-02-02 11:03:47 -05:00 |
Matt Brubeck
|
c23aafcb06
|
Merge mozilla-central and mozilla-inbound
|
2012-02-01 17:09:34 -08:00 |
Armen Zambrano Gasparnian
|
1a3c8e6bc2
|
Bug 721822. fix 'Exception as' for python2.5. r=jmaher. NPOTB. DONTBUILD
|
2012-02-01 12:19:47 -05:00 |
Kartikaya Gupta
|
269c55e2c4
|
Bug 722367 - Update path to robocop.apk and fennec_ids.txt in mochitest-robotium target. r=jmaher
|
2012-01-30 13:14:47 -05:00 |
Daniel Holbert
|
fc68624a63
|
Bug 722075: Fix $(NULL)-after-commented-out-lines in a mochitest Makefile. r=gavin
|
2012-01-30 12:11:41 -08:00 |
Reuben Morais
|
e9519cdff6
|
Bug 722144 - Allow dblclick on EventUtils.sendMouseEvent. r=smaug
|
2012-01-29 05:01:00 -08:00 |
Joe Drew
|
ff8df08c75
|
Merge the last PGO-clean changeset of mozilla-inbound into mozilla-central.
|
2012-01-28 21:41:17 -05:00 |
Joel Maher
|
fa4fb18f12
|
Bug 721857 - [fix median calculation] deploy new talos.zip. r=jhammel
|
2012-01-28 19:19:46 -05:00 |
Joel Maher
|
631cca9413
|
Bug 719697 - robocop isn't signed properly from buildbot builds. r=aki,blassey.
|
2012-01-28 19:19:44 -05:00 |
Joe Drew
|
b59de70db9
|
Merge mozilla-central to mozilla-inbound.
|
2012-01-28 15:48:23 -05:00 |
Armen Zambrano Gasparnian
|
e918e8a4e0
|
Bug 721822. Add talos_from_source.py. r=jmaher, DONTBUILD, NPOTB
|
2012-01-27 15:50:07 -05:00 |
Jonathan Watt
|
9d9f30e5b7
|
Bug 701060 - Fix race condition with pref observers causing test orange. r=ehsan.
|
2012-01-27 22:16:44 +00:00 |
Ms2ger
|
52604a336b
|
Merge m-c to m-i.
|
2012-01-25 11:06:40 +01:00 |
Mike Hommey
|
dabae50132
|
Bug 720737 - Set MOZ_LINKER_CACHE instead of CACHE_PATH. r=blassey
|
2012-01-25 10:36:58 +01:00 |
Ms2ger
|
1831372fe7
|
Bug 718271 - Use TEST-UNEXPECTED-FAIL instead of TEST-UNEXPECTED-ERROR; r=jmaher
|
2012-01-25 08:50:04 +01:00 |
Dão Gottwald
|
54a842367a
|
No bug - fix some browser chrome tests that pollute the global scope
|
2012-01-24 23:08:42 +01:00 |
Serge Gautherie
|
acd01533c7
|
Bug 720095. (Av1a-mochitest) Fix some strict warnings and nits. r=ted.mielczarek.
|
2012-01-24 17:38:46 +01:00 |
Tim Taubert
|
03175e0dd0
|
merge fx-team to m-c
|
2012-01-24 15:05:47 +01:00 |
Joel Maher
|
b75797b2ae
|
Bug 719946 - please update a new talos.zip. r=armenzg
|
2012-01-23 14:46:06 -05:00 |
Dao Gottwald
|
f804d5e5eb
|
Bug 719849 - global variables pollute the browser window during devtools tests; r=rcampbell
|
2012-01-23 11:50:11 -04:00 |
Matt Brubeck
|
2d95d4ff31
|
Merge mozilla-central to inbound
|
2012-02-02 20:49:06 -08:00 |
Joel Maher
|
ff9d28956a
|
Bug 717057 - allow robotium testPan to run in talos. r=kats,gbrown
|
2012-02-02 10:09:26 -05:00 |
Christian Holler (:decoder)
|
00bf3d5acf
|
Bug 720806 - Improve DeviceManagerADB actions when device is not rooted. r=gbrown
|
2012-02-01 10:15:37 -05:00 |
Phil Ringnalda
|
e1977b5a02
|
Back out 705d94f0a11c and c593ef0f4353 (bug 719697) for crazed infra filename dependencies
|
2012-01-26 20:16:54 -08:00 |
Joel Maher
|
d5c9ad630a
|
Bug 719697 - robocop isn't signed properly from buildbot builds. r=aki,blassey.
|
2012-01-26 19:41:59 -05:00 |
Matt Brubeck
|
00cbf1c4dc
|
Back out f151cccff911, 2c463faae83f, d7a8aefd3e8a (bug 719697, 713970, 720614) because of build bustage.
|
2012-01-26 11:41:29 -08:00 |
Joel Maher
|
2fcbfd8227
|
Bug 719697 - robocop isn't signed properly from buildbot builds. r=aki,blassey.
|
2012-01-26 13:56:53 -05:00 |
Dão Gottwald
|
4c600e7cd0
|
No bug - fix some browser chrome tests that pollute the global scope
|
2012-01-20 16:21:46 +01:00 |
Marco Bonardo
|
5cfccc3521
|
Merge central to inbound
|
2012-01-19 11:36:52 +01:00 |
Joel Maher
|
417f245647
|
Bug 718795 - deploy new talos.zip. r=armenzg
|
2012-01-18 13:32:08 -05:00 |
Bobby Holley
|
c053d42ff3
|
Bug 702353 - Implement Proxy-Based XPCOM Wrappers in SpecialPowers. r=mrbkap,ted
|
2012-01-18 19:10:04 -08:00 |
Kartikaya Gupta
|
2f73d32161
|
Bug 717408 - Remove unneeded clause in python exception handling that was causing errors on python 2.5. r=geoffbrown
|
2012-01-12 13:09:04 -05:00 |
Joel Maher
|
9b857af3a5
|
Bug 716732 - Robocop: fennec_ids.txt not always generated. r=kats
|
2012-01-11 08:50:10 -05:00 |
Ehsan Akhgari
|
2766eeb70f
|
Bug 668728 - Teach the mochitest harness to verify that the test calling finish is the same one that we expect it to be, to avoid drastic failures such as test_reftests_with_caret.html inadvertently navigating back, and skipping half of its tests; r=ted
|
2011-08-19 02:03:25 -04:00 |
Joel Maher
|
010cc4bc84
|
Bug 714116 - deploy a new talos.zip. r=armenzg
|
2012-01-10 11:14:38 -05:00 |
Boris Zbarsky
|
e3b2868ff5
|
Bug 716549. Flush on every mousemove, because otherwise we can end up with mouse events (mousemove, mousein, mouseout) dispatched to the wrong elements. r=smaug
|
2011-12-23 22:52:26 -05:00 |
Geoff Brown
|
2ce451ef3a
|
Bug 705175: update devicemanager, devicemanagerSUT versions of getAppRoot; r=jmaher
|
2012-01-07 18:41:08 -05:00 |
Joel Maher
|
7b72748474
|
Bug 710445 - Add support for packaging tests in a specific directory. r=gbrown
|
2012-01-07 18:41:08 -05:00 |
Joel Maher
|
463101f265
|
Bug 715309 - robocop needs to have a more uniform log format. r=gbrown
|
2012-01-07 18:41:08 -05:00 |
Ed Morley
|
4dc01ac4ff
|
Backout 8ec01f6f316f (bug 705175), a1dc0efef542 (bug 716077), b5686f25b258 (bug 710445), 32f8d3be2ad1 (bug 715309) for mochitest/reftest failures on Android & Windows
|
2012-01-07 14:57:58 +00:00 |
Geoff Brown
|
b613fabce9
|
Bug 705175: update devicemanager, devicemanagerSUT versions of getAppRoot; r=jmaher
|
2012-01-07 08:25:05 -05:00 |
Joel Maher
|
3547b7001e
|
Bug 710445 - Add support for packaging tests in a specific directory. r=gbrown
|
2012-01-07 08:25:05 -05:00 |