Mark Hammond
00e585ad0e
Bug 897811 - fix uses of browser.pagethumbnails.capturing_disabled to reflect the pref controls if it is *disabled* rather than enabled. r=gavin
2013-08-08 09:52:01 +10:00
Mark Hammond
337fcff3ff
Bug 897811 - remove browser.pageThumbs.enabled preference. r=gavin
2013-08-07 11:10:58 +10:00
Joey Armstrong
9bdf289b5e
Bug 870370 - Move EXTRA_COMPONENTS to mozbuild (file batch #3 ); r=mshal
2013-06-11 16:38:22 -04:00
Gavin Sharp
2c3f5fdcc5
Bug 870100 followup: disable the thumbnail service in reftest/crashtest as well, a=RyanVM for CLOSED TREE
2013-07-23 11:16:25 -07:00
James Willcox
1561ddb942
Bug 888446 - Add some fuzz to make Skia canvas pass on Android r=bjacob,gwright
2013-06-28 16:01:54 -04:00
Ms2ger
f026256799
Bug 888574 - Remove TAR_CREATE_FLAGS_QUIET, make TAR_CREATE_FLAGS quiet by default; r=gps+ted
2013-07-10 11:55:01 +02:00
Geoff Brown
90b850ae97
Bug 882932 - (2) Fix httpdPath setting for remote mochitest; r=jmaher
2013-06-28 19:20:08 -07:00
Andrew Halberstadt
aa084327cf
Bug 882888 - Potential fix for 'OnReftestLoad undefined' intermittent failure, r=jgriffin
2013-06-27 20:45:29 -04:00
Geoff Brown
98d08e20dc
Bug 882932 - Add -httpd-path option to mochitests and reftests; r=jmaher
2013-06-26 20:42:46 -07:00
Dan Minor (dminor@mozilla.com)
8e23e1e7c0
Bug 877266 - Add AndroidVersion to reftests and modify manifests for pandaboards. r=jmaher
2013-06-24 08:51:32 -04:00
William Lachance
2c446feb25
Bug 885365 - Print testroot in mochitest/reftest for fennec;r=jmaher
2013-06-24 17:15:40 -07:00
Nathan Froyd
708b7cd0eb
Bug 881242 - part 2 - add focus filtering mode to reftests; r=dbaron
2013-06-07 09:46:26 -04:00
Nathan Froyd
ac8f41f7c5
Bug 881242 - part 1 - rename reftest's gFilter to gURLFilterRegex; r=dbaron
2013-06-07 09:42:56 -04:00
Matt Woodrow
8d80792376
Bug 876626 - Always redraw the entire reftest canvas for async animations tests. r=roc
2013-06-18 19:59:46 +12:00
Nicholas Cameron
107a745bd2
Bug 883687; fix typo in 'Found unexpected crash dump' message . r=heycam
2013-06-18 14:18:55 +12:00
Nathan Froyd
41edda2b83
Bug 883983 - let the httpd server choose its port in reftests; r=ted
2013-06-17 14:59:52 -04:00
Matt Woodrow
9bb10a6f4a
Bug 852850 - Follow-up to improve failure output with reftest-no-paint. r=dbaron
2013-06-07 17:10:31 +12:00
Drew Willcoxon
9ff87a11c8
Bug 863430 - Teach the reftest harness about async spell checking. r=dbaron
2013-06-05 17:07:55 -07:00
Nathan Froyd
fd5d4c4bc4
Bug 877824 - log proper TEST-START and TEST-END points for reftests; r=dbaron
2013-05-30 16:14:46 -04:00
Timothy Nikkel
d38e381feb
Bug 879494. Remove bug685516 annotations from reftests, they are not needed anymore. r=khuey
2013-06-05 00:18:54 -05:00
Matt Woodrow
237b50e71a
Bug 877516 - Extend MOZ_REFTEST_VERBOSE to also send log messages synchronously. r=roc
2013-05-30 14:43:01 +12:00
L. David Baron
6dd6e81635
Bug 864686: Make reftest harness print test URL when there is one. r=heycam
...
I think the case in this bug is the RecvException case.
2013-05-29 16:06:35 +08:00
Joel Maher
67409bc79f
Bug 871575 - Set prefs to ensure we don't hit the network in the background during reftest-harness tests on Android, particularly during shutdown when that'll give us NSS crashes, r=philor
2013-05-17 11:20:00 -04:00
Geoff Brown
6c5741a764
Bug 872244 - Dump ANR stack traces after Android tests; r=jmaher
2013-05-16 14:32:52 -06:00
Boris Zbarsky
9779044c24
Bug 862825. Stop trying to snapshot IPC crashtests or jsreftests. r=roc
2013-05-14 14:21:48 -04:00
Ryan VanderMeulen
01613554be
Backed out 4 changesets (bug 869195, bug 870845, bug 872043, bug 862825) for mochitest b-c, mochitest-other, and xpcshell orange on a CLOSED TREE.
...
Backed out changeset 049889b25a79 (bug 869195)
Backed out changeset fc0bef5a2cfd (bug 862825)
Backed out changeset 267fe0d9c201 (bug 870845)
Backed out changeset 7b06b9d1acb2 (bug 872043)
2013-05-14 16:40:26 -04:00
Boris Zbarsky
17f17caaaf
Bug 862825. Stop trying to snapshot IPC crashtests or jsreftests. r=roc
2013-05-14 14:21:48 -04:00
Bobby Holley
40047efda6
Bug 857356 - Make reftests/crashtest run without XBL scopes. r=bz
...
I talked about this with bz. The issue is that we have a lot of XUL reftests
that end up getting run as remote XUL given that the reftest harness loads
them with file:// URIs. But realistically most of them probably want to test
the fully-featured XBL environment that we provide to frontend and extensions.
So the compromise here is to do XBL scopes for content, and no XBL scopes
for reftests/crashtests.
2013-05-09 09:16:02 -07:00
Gregory Szorc
408aacec08
Bug 856392 - Categorize mach commands; r=jhammel
...
DONTBUILD (NPOTB)
2013-05-08 17:56:30 -07:00
Geoff Brown
dfa723b35a
Bug 865944 - Use top activity instead of process to check launch success; r=jmaher
2013-05-03 11:37:59 -06:00
Geoff Brown
248999e5b1
Bug 865944 - Add droid.py to list of files used by remote reftests and mochitests; r=jmaher
2013-05-03 11:37:51 -06:00
Felipe Gomes
54dd85a087
Bug 583976. Part 4 - Enable reftests that require focus on reftest-ipc. r=cjones
2011-10-03 16:15:44 -07:00
Matt Woodrow
3172956497
Bug 852850 - Add the ability for the reftest framework to test whether an element is painted in invalidation tests. r=roc
2013-03-25 13:42:27 -04:00
Gregory Szorc
c05618a462
Bug 862809 - Add mach reftest-ipc and mach crashtest-ipc; r=bz
...
DONTBUILD (NPOTB)
2013-04-17 12:06:36 -07:00
Bas Schouten
341383c413
Bug 825928: Land layers refactoring. r=jrmuizel,bas,nical,mattwoodrow,roc,nrc,benwa,bjacob,jgilbert,kchen CLOSED TREE
...
Please contact Bas Schouten <bschouten@mozilla.com>, Nicolas Silva <nsilva@mozilla.com> or Nicholas Cameron <ncameron@mozilla.com> with general questions. Below is a rough list of authors to contact with specific questions.
Authors:
gfx/layers/Compositor.* gfx/layers/Effects.h - Compositor Interface - bas,nrc,nical
gfx/layers/d3d* - D3D9/D3D10 - bas
gfx/layers/ThebesLayer* - ThebesLayers - nrc,bas
gfx/layers/composite/* - CompositeLayers - nrc,nical
gfx/layers/client/* - Client - nrc,nical,bas
gfx/layers/*Image* - nical
gfx/layers/ipc ipc - IPC - nical
gfx/layers/opengl - CompositorOGL - nrc,nical
gfx/2d - bas,nrc
gfx/gl - GLContext - bjacob
dom/* layout/* - DOM - mattwoodrow
2013-04-10 09:20:52 +00:00
Kyle Machulis
5aa83c3e11
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
2013-04-01 11:36:59 -07:00
Kyle Machulis
c79ccc0693
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
a59d40f143
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
8d9c961786
Bug 841713 - Add objdir paths to virtualenv; r=ted
2013-03-26 10:35:57 -07:00
Andrew Halberstadt
f7f283237c
Bug 843296 - check for crashes in b2g emulator unittests during failures in marionette start up, r=jgriffin
2013-03-26 09:50:00 -04:00
Jonathan Griffin
27a6032c9c
Bug 853747 - Set dom.use_xbl_scopes_for_remote_xul for b2g reftests, r=bholley
2013-03-22 12:20:35 -07:00
Andrew Halberstadt
f17e6f7de8
Bug 853558 - Don't use copied over devicemanager files in b2g unittests, r=jgriffin
2013-03-22 16:48:04 -04:00
Bobby Holley
d9f2f2585d
Bug 844783 - Disable XBL scopes for XUL-whitelisted domains. r=bz
2013-03-21 09:33:34 -07:00
Ryan VanderMeulen
f2110c1812
Backed out changesets 775abfe4876f and 1b75fab8561b (bug 844783) under suspicion of breaking Windows debug builds on a CLOSED TREE.
2013-03-21 14:15:31 -04:00
Bobby Holley
b9ca3f72f3
Bug 844783 - Disable XBL scopes for XUL-whitelisted domains. r=bz
2013-03-21 09:33:34 -07:00
Mike Shal
9680b82df6
Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps
2013-03-19 11:47:00 -07:00
Jonathan Griffin
d2ca655ca1
Bug 851374 - Don't use _useDDCopy, r=ahal
2013-03-14 17:44:05 -07:00
Matt Woodrow
393858b945
Bug 702504 - Make USE_WIDGET_LAYERS disabled a test failure. r=roc
2013-03-15 17:41:50 +13:00
Matt Brubeck
ee2c0bedfd
Bug 840690 - Improve handling of relative paths when running mach in subdirectories [r=gps]
2013-03-14 11:09:00 -07:00
Bill McCloskey
62c720a784
Bug 846890 - Disable security.fileuri.strict_origin_policy for reftests (r=dbaron,dholbert)
2013-03-08 18:53:06 -08:00