Chris Manchester
8150d56a35
Bug 1194935 - Add a C++ implementation of kill_and_get_minidump as part of the build to accommodate dumping 64 bit Firefox from 32 bit python. r=ted
2015-08-18 17:04:45 -07:00
Chris Manchester
f3e3486f03
Bug 1143547 - Get a stack out of child processes before killing the parent from the mochitest harness in response to the global output timeout. r=ted
2015-08-12 00:00:35 -07:00
Tom Tromey
8b8b9b247f
Bug 1240183 - make styleeditor eslint-clean; r=pbro
2016-01-29 08:25:26 -07:00
Jerry Shih
fa1ddd757a
Bug 1238464 - turn on the display during testing. r=ahalberstadt
2016-01-27 18:58:00 +01:00
Chris Manchester
835d2f9bd5
Bug 1243096 - Remove ini manifests containing only support-files and move their contents to TEST_HARNESS_FILES. r=gps
2016-01-27 17:46:34 -08:00
Xidorn Quan
3a0d1ca63a
Bug 1064843
part 11 - Move checkWindowPureColor helper function from top-layer test to WindowSnapshot.js. r=roc
2016-01-28 10:11:00 +11:00
Mike Conley
cfe1c4d682
Bug 1233497 - Swap a busted CPOW with a working one in browser_waitForFocus. r=billm
2016-01-04 17:56:14 -05:00
Mike Conley
98982b56b5
Bug 1233497 - SimpleTest.promiseFocus should not resolve to a window, as it might be a CPOW. r=Enn
2016-01-04 17:52:08 -05:00
Mike Conley
9d34a8f174
Bug 1233497 - Allow CPOW usage in BrowserTestUtils testing module. r=felipe
2016-01-04 17:21:23 -05:00
Mike Shal
3644a53a35
Bug 1241974 - remove testing/mochitest/manifests/Makefile.in; r=gps
2016-01-19 17:20:32 -05:00
Hiroyuki Ikezoe
60906aebfc
Bug 1241672 - Add synthesizeWheelAtPoint to avoid styling flush. r=smaug
2016-01-22 08:43:50 +09:00
Geoff Brown
00ec66c10b
Bug 1240767 - Handle incorrect test paths in 'mach robocop'; r=jmaher
2016-01-21 16:59:44 -07:00
Luis Miguel [:quicksaver]
977514b893
Bug 1218351 - (e10s) Don't lose initial typed characters when opening the findbar. r=mikedeboer
2015-11-04 15:26:40 +00:00
Xidorn Quan
8831e8c206
Bug 1174323 part 1 - Add nsDOMWindowUtils::SendNativeMouseMove and EventUtils.sendNativeMouseMove. r=smaug
2016-01-13 10:29:09 +11:00
Phil Ringnalda
bb18ebbaaa
Merge f-t to m-c, a=merge
2016-01-10 15:39:55 -08:00
Bob Clary
a3c334a59f
Bug 1237465 - Work around Android 5.1+ permission restrictions by changing pushed directory permissions to rwx, r=gbrown.
2016-01-09 15:40:17 -08:00
Tim Nguyen
cc1e78dd79
Bug 1235953 - Refactor responsive mode tests to use add_task to not use CPOWs and make sure they all wait for the off event. r=ochameau
2016-01-07 23:18:56 +01:00
Chris Peterson
4bcd2a67bf
Bug 1235238 - Remove unnecessary switch fallthrough to fix -Wimplicit-fallthrough warning in ssltunnel. r=mayhemer
...
testing/mochitest/ssltunnel/ssltunnel.cpp:1387:5 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
2015-11-22 22:17:50 -08:00
Dave Townsend
df031b5ddd
Bug 1237340: Fix browser and toolkit eslint failures. r=Felipe
2016-01-06 10:10:35 -08:00
Carsten "Tomcat" Book
f3a72c9035
merge mozilla-inbound to mozilla-central a=merge
2016-01-05 11:58:56 +01:00
Dave Townsend
2da1796b85
Bug 1229142: Add shared eslintrc files for the different test suites. r=Standard8
2015-12-17 15:28:06 -08:00
Gijs Kruitbosch
20aec9b8a3
Bug 1233537 - remove support for generatorTest, r=jmaher
2015-12-30 13:51:18 +00:00
Gijs Kruitbosch
938bd8d98f
Bug 1182072 - deal with the graphics window that shows up on startup, r=jmaher
2015-12-30 13:50:51 +00:00
Chris Manchester
c7e21a76a0
Bug 1216681 - Add a fileid utility to extract the breakpad GUID from object files for identification in fix_stack_using_bpsyms. r=ted
...
fix_stack_using_bpsyms.py locates a .sym file based on file name only, not uuid or full path,
which causes a failure if a duplicate leaf file name is introduced. This patch introduces a
small utility program on mac and linux to extract a breakpad guid from a shared library or
executable to identify the correct symbol file when this ambiguity occurs. A subsequent commit
implements this for windows.
2015-10-21 16:37:42 -07:00
Simon Gareste
ea4df6b667
Bug 1231806 - Remove useless semi-colon in statement. r=ted
2015-12-28 05:39:00 +01:00
Simon Gareste
45ea95b527
Bug 1231806 - Fix abnormal blank lines quantity. r=ted
2015-12-28 03:23:37 -05:00
Simon Gareste
e21a9413f3
Bug 1231806 - Fix trailing space in function description. r=ted
2015-12-28 03:22:43 -05:00
Simon Gareste
3ad41eed63
Bug 1231806 - Fix continuation line under-indented for visual indent. r=ted
2015-12-21 14:22:06 -05:00
Simon Gareste
e43e6f4ebe
Bug 1231806 - Useless import. r=ted
2015-12-21 14:21:51 -05:00
Simon Gareste
129160ecdb
Bug 1231806 - imported patch syntax.patch. r=ted
2015-12-21 13:18:51 -05:00
Gijs Kruitbosch
c3135cf437
Bug 1182072 - Add more diagnostic output to test failures caused by extra windows, r=jmaher,RyanVM
2015-12-29 15:24:26 +00:00
Chris Manchester
db4828f5ae
Bug 1229598 - Add a mode to browser-chrome tests to summarize per-test code coverage. r=ahal
2015-12-23 14:04:49 -08:00
Bill McCloskey
b96ec93fdd
Bug 1211401 - Use global message manager as parent of <iframe mozbrowser> MM (r=smaug,ahal)
2015-12-23 12:29:39 -08:00
Nigel Babu
8d27541fb5
Bug 1208725 - Increase the timeout for b2g tests, r=ahal
2015-12-22 20:02:11 +05:30
Markus Stange
615c2afa27
Bug 1209970 - Fire scroll events early in the refresh tick. r=mats
...
With APZ we want to be firing scroll events to content more consistently, so
we tie them to the refresh driver tick rather than firing them on paint or
haphazardly on the next spin of the event loop.
Patch by Markus Stange, test fixes by Kartikaya Gupta
2015-12-17 17:19:30 -05:00
Carsten "Tomcat" Book
81c50d96fe
Merge mozilla-central to fx-team
2015-12-01 15:28:12 +01:00
Gijs Kruitbosch
430a7d49ee
Bug 1222490 - part 3: update all the tests for tabview's removal, r=ttaubert
2015-12-01 10:48:11 +00:00
Mike Hommey
e6640e1ccd
Bug 1228444 - Rename DIST_FILES to FINAL_TARGET_PP_FILES. r=gps
...
This makes it clearer that really it's the same thing as FINAL_TARGET,
with preprocessing.
We still keep DIST_FILES in backend.mk because it's shorter and doesn't
really matter.
2015-12-01 08:25:22 +09:00
Carsten "Tomcat" Book
d572383d8b
merge mozilla-inbound to mozilla-central a=merge
2015-11-30 13:19:02 +01:00
Kris Maglione
55a2590492
Bug 1212890
: [webext] Implement browser.tabs.getCurrent. r=gabor
2015-11-24 19:04:00 -08:00
Andrew McCreight
bfbc0b2e6b
Bug 1226291 - disable test on Android in the proper way. r=bustage
...
CLOSED TREE
2015-11-25 14:37:35 -08:00
Andrew McCreight
efa9ef4ac7
Bug 1226291 - Add SpecialPowers API for importing a jsm into the main process. r=jmaher
2015-11-25 12:34:08 -08:00
Geoff Brown
22be6658cb
Bug 1228060 - Allow resource://testing-common references in Android mochitests; r=jmaher
2015-11-27 11:57:15 -07:00
Kyle Machulis
18a59c1a5f
Bug 1225293 - Mochitests for Win64 Silverlight Whitelisting; r=bsmedberg
2015-11-24 12:10:27 -08:00
Wes Kocher
81e6c6ebab
Merge m-c to fx-team, a=merge
2015-11-20 14:45:33 -08:00
Andrew Halberstadt
617f27a1ea
Bug 1225903 - Drop support for b2g desktop in mochitest, r=jgriffin
...
Mochitests on b2g desktop are no longer being run on any trunk branches, including
b2g-inbound. Dropping support for it significantly reduces complexity
in the mochitest harness.
2015-11-18 13:35:38 -05:00
Mike Conley
c188234bcd
Bug 1171708 - Add windowClosed and domWindowClosed helpers to BrowserTestUtils. r=billm
2015-11-12 17:42:42 -05:00
Mike Conley
4fd7d83ca8
Bug 1171708 - Fix SessionStore tests to account for async window flushing. r=billm
2015-11-16 16:17:29 -05:00
Mike Conley
8e68c4ce72
Bug 1220929 - Refactor aboutTabCrashed to use RemotePageManager. r=felipe
2015-11-02 16:03:33 -05:00
Tooru Fujisawa
7e18b44563
Bug 1224790 - Use SetFakeModal instead of SetModal for non-modal window opened by modal window. r=smaug, mstange
2015-11-18 20:12:26 +09:00