Backed out 4 changesets (
bug 1453480) for failing browser-chrome at browser/components/preferences/in-content/tests/browser_search_subdialogs_within_preferences_site_data.js on a CLOSED TREE
Backed out changeset 623b37fe0fe8 (
bug 1453480)
Backed out changeset a3c36fa7ac0c (
bug 1453480)
Backed out changeset 46a634d6853c (
bug 1453480)
Backed out changeset 658fedb903d0 (
bug 1453480)
# This Makefile is used as a shim to aid people with muscle memory
# so that they can type "make".
#
# This file and all of its targets should not be used by anything important.
all: build
build:
./mach build
clean:
./mach clobber
.PHONY: all build clean