Commit Graph

2471 Commits

Author SHA1 Message Date
Geoff Brown
0c22eb1aea Bug 1240767 - Handle incorrect test paths in 'mach robocop'; r=jmaher 2016-01-21 16:59:44 -07:00
Luis Miguel [:quicksaver]
85d14e0595 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
1bb853dcac Bug 1174323 part 1 - Add nsDOMWindowUtils::SendNativeMouseMove and EventUtils.sendNativeMouseMove. r=smaug 2016-01-13 10:29:09 +11:00
Phil Ringnalda
fa520cff45 Merge f-t to m-c, a=merge 2016-01-10 15:39:55 -08:00
Bob Clary
d0c85ec985 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
e9a82e3761 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
93347b5452 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
7ce0e0df27 Bug 1237340: Fix browser and toolkit eslint failures. r=Felipe 2016-01-06 10:10:35 -08:00
Carsten "Tomcat" Book
288e10d358 merge mozilla-inbound to mozilla-central a=merge 2016-01-05 11:58:56 +01:00
Dave Townsend
4f2466e223 Bug 1229142: Add shared eslintrc files for the different test suites. r=Standard8 2015-12-17 15:28:06 -08:00
Gijs Kruitbosch
0e8b494e70 Bug 1233537 - remove support for generatorTest, r=jmaher 2015-12-30 13:51:18 +00:00
Gijs Kruitbosch
f834086cd4 Bug 1182072 - deal with the graphics window that shows up on startup, r=jmaher 2015-12-30 13:50:51 +00:00
Chris Manchester
72e7560c08 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
2b146fb03f Bug 1231806 - Remove useless semi-colon in statement. r=ted 2015-12-28 05:39:00 +01:00
Simon Gareste
15c683d802 Bug 1231806 - Fix abnormal blank lines quantity. r=ted 2015-12-28 03:23:37 -05:00
Simon Gareste
117eee40f4 Bug 1231806 - Fix trailing space in function description. r=ted 2015-12-28 03:22:43 -05:00
Simon Gareste
4a3d69a1f3 Bug 1231806 - Fix continuation line under-indented for visual indent. r=ted 2015-12-21 14:22:06 -05:00
Simon Gareste
63055e51fa Bug 1231806 - Useless import. r=ted 2015-12-21 14:21:51 -05:00
Simon Gareste
ae6a2a0ea0 Bug 1231806 - imported patch syntax.patch. r=ted 2015-12-21 13:18:51 -05:00
Gijs Kruitbosch
8fa84c29c7 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
9f9f787eca 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
fea3317e12 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
883fb4eefa Bug 1208725 - Increase the timeout for b2g tests, r=ahal 2015-12-22 20:02:11 +05:30
Markus Stange
b5fd872e8d 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
73fc6f987c Merge mozilla-central to fx-team 2015-12-01 15:28:12 +01:00
Gijs Kruitbosch
7e655e615f Bug 1222490 - part 3: update all the tests for tabview's removal, r=ttaubert 2015-12-01 10:48:11 +00:00
Mike Hommey
f55b90feaf 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
f607ed0a72 merge mozilla-inbound to mozilla-central a=merge 2015-11-30 13:19:02 +01:00
Kris Maglione
e591d1203e Bug 1212890: [webext] Implement browser.tabs.getCurrent. r=gabor 2015-11-24 19:04:00 -08:00
Andrew McCreight
618ef851c1 Bug 1226291 - disable test on Android in the proper way. r=bustage
CLOSED TREE
2015-11-25 14:37:35 -08:00
Andrew McCreight
6f289eef50 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
b8bbeb9b3c Bug 1228060 - Allow resource://testing-common references in Android mochitests; r=jmaher 2015-11-27 11:57:15 -07:00
Kyle Machulis
c692e582b1 Bug 1225293 - Mochitests for Win64 Silverlight Whitelisting; r=bsmedberg 2015-11-24 12:10:27 -08:00
Wes Kocher
6a8dd55d0e Merge m-c to fx-team, a=merge 2015-11-20 14:45:33 -08:00
Andrew Halberstadt
748729e958 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
8fe3bfcf12 Bug 1171708 - Add windowClosed and domWindowClosed helpers to BrowserTestUtils. r=billm 2015-11-12 17:42:42 -05:00
Mike Conley
93d5739d7b Bug 1171708 - Fix SessionStore tests to account for async window flushing. r=billm 2015-11-16 16:17:29 -05:00
Mike Conley
7e7d71bf1d Bug 1220929 - Refactor aboutTabCrashed to use RemotePageManager. r=felipe 2015-11-02 16:03:33 -05:00
Tooru Fujisawa
e5ae9d6de3 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
Andrew Halberstadt
e900916435 Bug 1219442 - Re-write specialpowers as a restartless addon, r=jmaher
In order to meet the addon signing requirement for tests, specialpowers
needs to be installed at gecko runtime. This means it must be restartless.
This patch packages specialpowers as a restartless addon, but it does not
yet install it at runtime.
2015-11-05 10:00:59 -05:00
Carsten "Tomcat" Book
c174650f77 merge mozilla-inbound to mozilla-central a=merge 2015-11-18 14:50:18 +01:00
Blake Kaplan
38f6366f50 Bug 1159385 - Make PDFJS browser-chrome tests e10s compatible. r=yury 2015-11-17 14:20:00 -08:00
Kris Maglione
82127c81da Bug 1224893: [webext] Queue unexpected messages for subsequent calls to awaitMessage, follow-up. r=me r=billm 2015-11-17 14:04:53 -08:00
Kris Maglione
c3ab8e7aba Bug 1224893: [webext] Queue unexpected messages for subsequent calls to awaitMessage 2015-11-15 00:29:55 -08:00
Nigel Babu
e58b93c48e Backed out changeset 25a5db43969c (bug 1159385) 2015-11-16 18:30:49 +05:30
Chris Manchester
1ae4b3c658 Bug 1224305 - Add an option to the mochitest harness to provide a copy of the extra chrome manifest it writes. r=ahal 2015-11-13 16:14:40 -08:00
Blake Kaplan
166f80ede4 Bug 1159385 - Make PDFJS browser-chrome tests e10s compatible. r=yury 2015-11-13 15:07:50 -08:00
Andrew McCreight
9b9d91b76a Bug 1223831 - SpecialPowers API to create files in an e10s-compatible way. r=jmaher,baku 2015-11-13 09:29:17 -08:00
Bill McCloskey
70f90ad4d9 Bug 1208874 - [webext] Generate an extension-specific UUID (r=kmag) 2015-11-12 08:19:45 -08:00
Blake Kaplan
049503f09c Bug 1223635 - Coerce this to a boolean. r=billm 2015-11-11 13:52:29 -08:00