Read-only Git mirror of the Mercurial gecko repositories at https://hg.mozilla.org. How to contribute: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
Find a file
Nick Alexander 6df6c7ee39 Bug 1543247 - Part 1: Add mach browsertime command that installs and invokes browsertime. r=Standard8,ahal
[browsertime](https://github.com/sitespeedio/browsertime) is a harness
for running performance tests, similar to Mozilla's Raptor testing
framework.  The Performance Team is using it locally with some
success, but we're running a heavily modified toolchain that is
challenging to install.  This mach command is intended to be leverage
for getting more folks able to use browsertime easily.

In particular, the version of browsertime that this installs has
nalexander's changes to support testing GeckoView-based vehicles.  If
this approach meets with approval, I'll continue to follow-up with
additional configuration and tooling layers to make it even easier to
drive GeckoView-based vehicles.

I elected to piggy-back install on the eslint installation process,
since this is very similar.  To that end, I generalized what was there
very slightly.  I elected not to try to move the existing code into a
more obvious shared location, although it might be possible, because
it wasn't clear what contexts the existing code would be invoked
from.  In particular I wasn't certain the code could rely on a
complete mozbuild checkout.

I did need to ensure the local Node.js binary is early on the PATH;
this was an issue I ran into with my initial Node/Yarn prototyping
many months ago.  At heart the issue is that package scripts in the
wild invoke a bare `node` or `npm` command; if there was a culture of
invoking $NODE or $NPM, this wouldn't be necessary.  There's no harm
doing it for ESlint, and it will help the next person who wants to
install an NPM package for tooling in this manner.

Differential Revision: https://phabricator.services.mozilla.com/D26820

--HG--
extra : moz-landing-system : lando
2019-05-03 22:44:23 +00:00
.cargo Backed out 3 changesets (bug 1547682) for build bustages: "cannot find function init_frame in this scope". CLOSED TREE 2019-05-02 13:54:51 +03:00
.vscode
accessible Bug 1548860 - Set a11y focus in the UrlbarView when arrowing down and remove it on backspace. r=adw 2019-05-03 18:32:15 +00:00
browser Bug 1544811 - Use web processes on a per-site basis for fission-enabled windows, r=mconley 2019-05-03 21:31:57 +00:00
build Bug 1543247 - Part 1: Add mach browsertime command that installs and invokes browsertime. r=Standard8,ahal 2019-05-03 22:44:23 +00:00
caps Bug 1320404 - Remove appId from origin attributes - part 2 - NO_APP_ID UNKNOWN_APP_ID, r=Ehsan 2019-05-03 17:13:47 +00:00
chrome
config Bug 1457669 - Support Android system headers for standalone SpiderMonkey builds. r=froydnj 2019-05-02 17:07:52 +00:00
db
devtools Bug 1548842 - always try to center selected row when toggling audit filter. r=mtigley 2019-05-03 17:46:58 +00:00
docshell Bug 1320404 - Remove appId from origin attributes - part 1 - OriginAttributes and nsIPrincipal, r=Ehsan,flod 2019-05-03 17:13:17 +00:00
dom Bug 1407415 - Add a CamerasParent shutdown blocker. r=dminor,asuth 2019-05-03 21:08:45 +00:00
editor Bug 1546888 - Make editor public methods which may be canceled by clipboard event listener return NS_SUCCESS_DOM_NO_OPERATION when it's canceled r=m_kato 2019-05-02 08:39:53 +00:00
extensions Bug 1320404 - Remove appId from origin attributes - part 3 - Permissionmanager, r=Ehsan 2019-05-03 17:14:21 +00:00
gfx Bug 1538540 - Respect texture_cache rebuild reqs even if doc has no pixels r=kvark 2019-05-03 20:30:46 +00:00
gradle/wrapper
hal Bug 1533889 - Investigate OpenProcess failures r=mconley 2019-05-02 20:58:58 +00:00
image Bug 1547792 - AspectRatio should be a single ratio, not a size. r=dholbert 2019-05-02 23:28:21 +00:00
intl
ipc Bug 1320404 - Remove appId from origin attributes - part 1 - OriginAttributes and nsIPrincipal, r=Ehsan,flod 2019-05-03 17:13:17 +00:00
js Bug 1548538: Refactor IsCacheableGetPropCall r=tcampbell 2019-05-03 19:15:03 +00:00
layout Bug 1548673 Part 4 - Fix the display macro usage in nsFileControlFrame::GetPrefISize(). r=jfkthame 2019-05-03 17:35:00 +00:00
media Bug 1540760 - Build system changes for aarch64-win64 support in ffvpx; r=jya 2019-05-01 15:04:50 +00:00
memory Bug 1537781 - Test for trailing guard pages for normal allocations. r=glandium 2019-05-02 14:19:19 +00:00
mfbt Bug 1548409 - Use MOZ_DIAGNOSTIC_ASSERT. r=froydnj 2019-05-02 13:24:31 +00:00
mobile Bug 1544811 - Use web processes on a per-site basis for fission-enabled windows, r=mconley 2019-05-03 21:31:57 +00:00
modules Backed out 7 changesets (bug 1540573) for causing bug 1548441 2019-05-03 20:35:27 +03:00
mozglue
netwerk Bug 1542170 - Expose http channel Id to WebSocketEvent listeners, r=valentin 2019-05-03 17:25:44 +00:00
nsprpub
other-licenses
parser Bug 1539759 - improve DTD entity handling, r=peterv 2019-05-03 09:13:58 +00:00
python Bug 1548555 - For android gtest, push support files to device; r=bc 2019-05-03 17:45:21 +00:00
remote Bug 1537768 - Override add_task to translate cdp exception from head.js. r=remote-protocol-reviewers,ato 2019-05-02 12:00:39 +00:00
security bug 1534600 - make nsIContentSignatureVerifier asynchronous r=KevinJacobs,mythmon,glasserc 2019-05-03 21:21:58 +00:00
services bug 1534600 - make nsIContentSignatureVerifier asynchronous r=KevinJacobs,mythmon,glasserc 2019-05-03 21:21:58 +00:00
servo
startupcache
storage
taskcluster Bug 1546553 - Run Android xpcshell tests on 7.0 x86_64; r=jmaher 2019-05-03 22:11:24 +00:00
testing Bug 1548873 - When running android mach test commands, always offer to install app; r=snorp 2019-05-03 22:11:24 +00:00
third_party Bug 1353680, update compare-locales to 7.2.1, r=flod 2019-05-02 10:48:32 +00:00
toolkit Bug 1546077 - Fix some background colors and a few other colors in about:addons for dark mode r=dao 2019-05-01 11:59:08 +00:00
tools Bug 1543247 - Part 1: Add mach browsertime command that installs and invokes browsertime. r=Standard8,ahal 2019-05-03 22:44:23 +00:00
uriloader Bug 1532318 - Part 2 : update changes of nsIHttpChannel in codebase r=smaug 2019-05-02 12:33:55 +00:00
view
widget Bug 1532318 - Part 2 : update changes of nsIHttpChannel in codebase r=smaug 2019-05-02 12:33:55 +00:00
xpcom Bug 1547923 part 4. Add nsIGlobalObject::HasJSGlobal(). r=mccr8 2019-05-02 21:32:17 +00:00
xpfe/appshell Bug 1547877 - enable configuration of new XULStore implementation r=mossop 2019-05-02 23:01:57 +00:00
.arcconfig
.clang-format
.clang-format-ignore
.cron.yml
.eslintignore
.eslintrc.js
.flake8
.gdbinit
.gdbinit_python
.git-blame-ignore-revs
.gitignore
.hg-annotate-ignore-revs
.hg-format-source
.hgignore Bug 1543247 - Part 1: Add mach browsertime command that installs and invokes browsertime. r=Standard8,ahal 2019-05-03 22:44:23 +00:00
.hgtags
.lldbinit
.mailmap
.taskcluster.yml
.trackerignore
.yamllint
.ycm_extra_conf.py
aclocal.m4
AUTHORS
build.gradle
Cargo.lock Bug 1546035 - Remove local and remote livemarks when syncing. r=mak,tcsc 2019-05-02 08:03:36 +00:00
Cargo.toml Backed out 3 changesets (bug 1547682) for build bustages: "cannot find function init_frame in this scope". CLOSED TREE 2019-05-02 13:54:51 +03:00
client.mk
client.py
CLOBBER
configure.in
configure.py
GNUmakefile
gradle.properties
gradlew
gradlew.bat
LEGAL
LICENSE
mach
Makefile.in
moz.build
moz.configure
mozilla-config.h.in
old-configure.in Bug 1548617 - Keep Telemetry enabled for Fennec Nightly builds after they migrate from mozilla-central. r=chutten 2019-05-02 19:37:32 +00:00
package-lock.json
package.json
README.txt
settings.gradle
test.mozbuild

An explanation of the Mozilla Source Code Directory Structure and links to
project pages with documentation can be found at:

    https://developer.mozilla.org/en/Mozilla_Source_Code_Directory_Structure

For information on how to build Mozilla from the source code, see:

    https://developer.mozilla.org/en/docs/Build_Documentation

To have your bug fix / feature added to Mozilla, you should create a patch and
submit it to Bugzilla (https://bugzilla.mozilla.org). Instructions are at:

    https://developer.mozilla.org/en/docs/Creating_a_patch
    https://developer.mozilla.org/en/docs/Getting_your_patch_in_the_tree

If you have a question about developing Mozilla, and can't find the solution
on https://developer.mozilla.org, you can try asking your question in a
mozilla.* Usenet group, or on IRC at irc.mozilla.org. [The Mozilla news groups
are accessible on Google Groups, or news.mozilla.org with a NNTP reader.]

Nightly development builds can be downloaded from:

    https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central/
            - or -
    https://www.mozilla.org/firefox/channel/desktop/#nightly

Keep in mind that nightly builds, which are used by Mozilla developers for
testing, may be buggy.