gecko-dev/testing
Brian Grinstead 96dc530924 Bug 1476333 - Refer to AppConstants.BROWSER_CHROME_URL to get the browser URL from the frontend;r=Gijs
Before this change, we accessed the browser URL in the following ways:

- "chrome://browser/content/browser.xul"
- "chrome://browser/content/" (which redirects to chrome://browser/content/browser.xul)
- Services.prefs.getCharPref("browser.chromeURL") which returns "chrome://browser/content/"
- getBrowserURL() from utilityOverlay.js

MozReview-Commit-ID: I5vtRke1x9t

--HG--
extra : rebase_source : c525350a1954740873e85b045cbb14a8b43aa89d
2018-07-24 08:12:50 -07:00
..
awsy Bug 1474208: Use median of all process values for AWSY base content. r=erahm 2018-07-08 11:50:46 -07:00
config Bug 1474342 - Remove ccov.manifest files. r=marco 2018-07-11 11:03:47 +01:00
crashtest Bug 1470414 - Clean-up moz.build files for BUG_COMPONENT in testing/. r=ahal 2018-06-22 13:32:05 +02:00
firefox-ui Bug 1121705 - Look at window handles decrement when closing tab. r=whimboo 2018-07-04 16:36:05 +01:00
geckodriver Bug 1477474 - Return moz:geckodriverVersion on session creation. r=automatedtester 2018-07-24 14:07:48 +01:00
gtest Bug 1468547 - Re-factor gtest mach command to not invoke make when not necessary. r=mshal 2018-07-09 14:28:59 -07:00
jsshell Bug 1465360 - add asm.js-apps shell benchmark to jsshell-bench. r=ahal 2018-06-19 08:58:20 -04:00
marionette Bug 1476305 - Add pref to not truncate Marionette log messages. r=automatedtester 2018-07-24 13:33:51 +01:00
mochitest Bug 1476333 - Refer to AppConstants.BROWSER_CHROME_URL to get the browser URL from the frontend;r=Gijs 2018-07-24 08:12:50 -07:00
modules Backed out 3 changesets (bug 1452706) for xpcshell failures at devtools/server/tests/unit/test_format_command.js 2018-07-04 21:20:21 +03:00
mozbase Bug 1477219 - Update mozlog version number for release, r=ahal 2018-07-20 13:59:46 +01:00
mozharness Bug 1454053 - re-record tp6 pages for raptor; r=igoldan 2018-07-24 09:33:10 -04:00
profiles Bug 1365045 - Introduce keywords for prefers-reduced-motion. r=heycam 2018-07-24 16:50:47 +09:00
raptor Bug 1454053 - re-record tp6 pages for raptor; r=igoldan 2018-07-24 09:33:10 -04:00
runtimes
specialpowers Backed out 2 changesets (bug 1471573) for mochitest failures on testAudioFocus. 2018-07-06 04:19:54 +03:00
talos Bug 1459404 - Add permalink of explanation to garbageCollection logic r=mixedpuppy 2018-07-17 22:01:46 +02:00
tools Bug 1470414 - Clean-up moz.build files for BUG_COMPONENT in testing/. r=ahal 2018-06-22 13:32:05 +02:00
tps Backed out 7 changesets (bug 1420514) for breaking bc on different files on a CLOSED TREE 2018-07-12 21:22:32 +03:00
web-platform Backed out 2 changesets (bug 1471894) for lint failure on wpt.yml CLOSED TREE 2018-07-24 20:26:43 +03:00
webdriver Bug 1471201 - Increase webdriver HTTPD Keep-Alive timeout to 90s. r=automatedtester 2018-07-05 12:50:33 +01:00
xpcshell Bug 1474980 - Remove deprecated DebuggerServer.addActors(). r=jryans 2018-07-11 10:41:27 -07:00
README.txt
cppunittest.ini Bug 1468199 - remove references to b2g in test manifests r=jmaher 2018-06-12 14:57:00 +03:00
mach_commands.py Bug 1477276 - Fix regression preventing |mach help| without an objdir r=bhearsum 2018-07-20 14:58:06 +00:00
moz.build Bug 1470414 - Clean-up moz.build files for BUG_COMPONENT in testing/. r=ahal 2018-06-22 13:32:05 +02:00
remotecppunittests.py
runcppunittests.py
testsuite-targets.mk Backed out changeset 9c75cab2e322 (bug 733530) for breaking artifact builds 2018-07-04 14:50:22 +03:00

README.txt

Common testing tools for mozilla codebase projects, test suite definitions
for automated test runs, tests that don't fit anywhere else, and other fun
stuff