Commit Graph

628861 Commits

Author SHA1 Message Date
Dustin J. Mitchell
a65c0866a4 Bug 1492664 - update periodic-updates to use TASKCLUSTER_ROOT_URL; r=sfraser
--HG--
extra : rebase_source : a3d98408a178716b4373103396a832b612cd856e
2018-10-02 16:52:47 +00:00
Dustin J. Mitchell
228cad4787 Bug 1492664 - update funsize scripts to use TASKCLUSTER_ROOT_URL; r=sfraser
--HG--
extra : rebase_source : d0aa47373afd988b520fd88e4d1edf3b6bda93ae
2018-10-02 16:43:31 +00:00
Dustin J. Mitchell
61da710548 Bug 1492664 - update pipfile-updates to use TASKCLUSTER_ROOT_URL; r=tomprince
--HG--
extra : rebase_source : fc536b933d7e77d229d211064ffd6eb53e40bc49
2018-10-02 15:54:51 +00:00
Dustin J. Mitchell
c159a1c871 Bug 1492664 - update diffoscope tasks to use TASKCLUSTER_ROOT_URL; r=glandium
--HG--
extra : rebase_source : 813572029ee5a5e0a52bb87e26947fc7af99ead8
2018-10-02 15:52:28 +00:00
Dustin J. Mitchell
26dce736fb Bug 1492664 - update fetch-content to use TASKCLUSTER_ROOT_URL; r=tomprince
--HG--
extra : rebase_source : 1cb8dcaf83ffd97088b35d68420b506cc650f197
2018-10-02 14:40:39 +00:00
Dustin J. Mitchell
1004bb11b9 Bug 1492664 - update libdmg-hfsplus to use TASKCLUSTER_ROOT_URL; r=glandium
--HG--
extra : rebase_source : e16bc9c4bc95a9230f96fe86a8f13caa5a31320c
2018-12-10 20:14:52 +00:00
Dustin J. Mitchell
4f02813428 Bug 1492664 - move list_task_group to taskgraph.taskcluster.util; r=bstack
--HG--
extra : rebase_source : 13a1a6c7208d1fefb23e94d05d599bd89b695f1c
2018-10-02 14:19:11 +00:00
Dustin J. Mitchell
ef2e36f64e Bug 1492664 - use taskcluster_urls to generate interactive URL; r=bstack
--HG--
extra : rebase_source : 9cc41e966c32787316f4d347d572c4b075f6709e
2018-10-02 17:31:46 +00:00
Dustin J. Mitchell
fd1ab4ccca Bug 1492664 - use taskcluster-urls to create taskcluster URLs; r=tomprince
--HG--
extra : rebase_source : a8150fc08be0afda55d5d6d2b9e32b712e20fabf
2018-09-25 20:31:44 +00:00
Tom Prince
c8f83a0068 Bug 1492664: Replace uses of get_taskcluster_artifact_url with artifact-reference; r=dustin
--HG--
extra : rebase_source : 47b3f49611f72586d45aebd772baa20e57a38bff
2018-12-18 15:35:18 +00:00
Dustin J. Mitchell
7465bd8132 Bug 1492664 - use {artifact-reference: ..} in diffoscope; r=glandium
--HG--
extra : rebase_source : af4e50c276f95af2954664e04631f4ff21e59fb0
2018-12-13 02:14:52 +00:00
Dustin J. Mitchell
3bd26fd0c5 Bug 1492664 - use {artifact-reference: ..} for l10n; r=aki
--HG--
extra : rebase_source : 79caf2cde6d9b71fb000fce6fef0f55b57dc123d
2018-12-10 20:38:49 +00:00
Dustin J. Mitchell
90cb516cad Bug 1492664 - use {artifact-reference: ..} for symbol uploads; r=ted
--HG--
extra : rebase_source : 8635a430859d48ed624db554edc2e010c206c7c9
2018-10-02 14:47:59 +00:00
Dustin J. Mitchell
e860ab8925 Bug 1492664 - add {artifact-reference: ..}; r=tomprince
This provides an easy way to encode an artifact URL in static data such as
taskcluster/ci/nightly-l10n/kind.yml, without knowing in advance the format of
the URL.

--HG--
extra : rebase_source : 25c99d392e9b71c514f236379a816fae971e161a
2018-09-25 20:26:55 +00:00
Dustin J. Mitchell
117c8afc21 Bug 1492664 - set TASKCLUSTER_ROOT_URL for mach build, too; r=froydnj
--HG--
extra : rebase_source : 255e8fc21b7b3e0654cafaaacddd9b3b97d222c3
2018-12-19 14:00:19 +00:00
Dustin J. Mitchell
4a0a6eae05 Bug 1492664 - set TASKCLUSTER_ROOT_URL and TASKCLUSTER_PROXY_URL; r=tomprince,glandium
Eventually, workers will provide these variables directly
(https://bugzilla.mozilla.org/show_bug.cgi?id=1460015).  But for now, this
ensures that TASKCLUSTER_ROOT_URL is set everywhere, and TASKCLUSTER_PROXY_URL
is set wherever the proxy is active.

The setup for the mach commands defaults to https://taskcluster.net for user
convenience.  When the production instance's URL changes, we can simply change
that default.

This changes the docker build process propagate TASKCLUSTER_ROOT_URL into the
docker images where necessary (using %ARG), specifically to create URLs for
debian repo paths.

--HG--
extra : rebase_source : 0626ebdb66a9f4078cb75ab71be256c334297363
2018-09-25 20:18:19 +00:00
Dustin J. Mitchell
04e3a3fea3 Bug 1492664 - vendor taskcluster-urls; r=gps
--HG--
extra : rebase_source : 265f983a6ce70066e1b762ab66dd4d5fa5803ea8
2018-09-24 16:53:45 +00:00
Robert Strong
c226b784ce Bug 1505688 - Re-enable update staging on Nightly at the start of the 66 cycle. r=mhowell
Enables staging on Windows without conditions
Enables staging on OS X and Linux for EARLY_BETA_OR_EARLIER
2018-12-19 10:44:31 -08:00
Nathan Froyd
5b851f9038 Bug 1515376 - remove aggregation support from nsProperties; r=mccr8
This support is currently unused.
2018-12-19 13:16:43 -05:00
longsonr
c074144472 Bug 1515187 - Part 1 nsSVGAnimatedTransform uses SVGTransform_Binding, preemptively fix it so later patches in this bug can land r=dholbert 2018-12-19 17:59:59 +00:00
Sean Stangl
311cf19d4e Bug 1495118 - Disable vixl_stats.csv unless env contains VIXL_STATS. r=nbp
--HG--
extra : rebase_source : 6c7dc326cde7c94dc7aefd5bec978b5261de7f7e
2018-12-17 15:18:00 +02:00
Margareta Eliza Balazs
f462d0cc0c Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-12-19 18:04:43 +02:00
Margareta Eliza Balazs
ca776030e5 Merge inbound to mozilla-central. a=merge 2018-12-19 17:46:11 +02:00
Margareta Eliza Balazs
c0be9f0949 Merge autoland to mozilla-central. a=merge 2018-12-19 17:44:34 +02:00
Dorel Luca
d586d50b96 Backed out changeset be2cd52df099 (bug 1512416) for build bustage 2018-12-19 14:24:31 +02:00
Margareta Eliza Balazs
2e5e28f518 Backed out 16 changesets (bug 1492664) for breaking developer artifact builds, requested by standard8 a=backout
Backed out changeset 31e500489665 (bug 1492664)
Backed out changeset f4945658d45f (bug 1492664)
Backed out changeset 6d17291b8b92 (bug 1492664)
Backed out changeset 90f3faa36137 (bug 1492664)
Backed out changeset 0b229b00818a (bug 1492664)
Backed out changeset 5eb2c77d70a9 (bug 1492664)
Backed out changeset e1ebad5d89c5 (bug 1492664)
Backed out changeset 3017e5890739 (bug 1492664)
Backed out changeset c8b7e620eabf (bug 1492664)
Backed out changeset d3dfbd848236 (bug 1492664)
Backed out changeset 5c92bb5ac895 (bug 1492664)
Backed out changeset fb7cfca6ebc3 (bug 1492664)
Backed out changeset 0c4101230d4d (bug 1492664)
Backed out changeset b93a0fcc86f3 (bug 1492664)
Backed out changeset 6dc9522ee0bf (bug 1492664)
Backed out changeset 85d7f8b330eb (bug 1492664)
2018-12-19 11:45:29 +02:00
Bogdan Tara
91d742d138 Merge inbound to mozilla-central. a=merge 2018-12-19 06:50:57 +02:00
Bogdan Tara
953eb3d0f8 Merge autoland to mozilla-central. a=merge 2018-12-19 06:46:17 +02:00
Brian Hackett
490b175062 Bug 1044074 - Don't run resize or scroll events while documents have events suppressed, r=smaug.
--HG--
extra : rebase_source : 47b98b215d3131fa3e6e88948fdd67aaf41524a9
2018-12-18 15:38:45 -10:00
Jan Varga
f1c68bcc8c Bug 1513859 - Followup fix to make eslint happy; r=bustage CLOSED TREE 2018-12-19 13:08:42 +01:00
Jan Varga
849998a8e0 Bug 1513859 - CPOWs can still cause a hang with LSNG enabled; r=asuth 2018-12-19 12:38:23 +01:00
longsonr
0c49fd38bf Bug 1514570 - devirtualise IsSVGFocusable by having SVGAElement (its only override) directly override the higher level IsFocusableInternal API r=dholbert 2018-12-19 09:41:11 +00:00
Jan Varga
710767771a Bug 1513850 - dom/reporting/tests/browser_cleanup.js fails with LSNG enabled; r=asuth 2018-12-19 10:21:10 +01:00
Dorel Luca
176695a3b3 Backed out changeset 7e548edaf318 (bug 1485016) for build bustage 2018-12-19 10:39:10 +02:00
Bogdan Tara
a5963704c0 Backed out changeset 134d6c86e984 (bug 1509442) for browser_webAudio_silentData.js failures CLOSED TREE 2018-12-19 03:03:42 +02:00
Coroiu Cristina
0e430197d3 Backed out changeset 7b8dad8341e4 (bug 1510225) for wpt failures at src/netwerk/protocol/http/nsHttpChannel.cpp 2018-12-19 02:23:36 +02:00
Gijs Kruitbosch
66556c1eac Bug 1515102 - remove support-files annotation for files that are no longer there or used, r=Standard8 a=Aryx
Differential Revision: https://phabricator.services.mozilla.com/D14873

--HG--
extra : source : f98b9ca9b29d2da3bf1bed1a37927bed21c4a278
2018-12-18 18:29:21 +00:00
Brindusan Cristian
df66fd18a1 Merge inbound to mozilla-central. a=merge 2018-12-18 19:34:11 +02:00
matthias
1ffb306df3 Bug 1512332 - Photonized focusring for menulist etc. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D14001

--HG--
extra : moz-landing-system : lando
2018-12-18 14:25:15 +00:00
Martin Stransky
973fb364ec Bug 1512416 - [Wayland/OpenGL] Resize wl_elg_window when widget scale changes, r=jhorak"
Differential Revision: https://phabricator.services.mozilla.com/D14404

--HG--
extra : moz-landing-system : lando
2018-12-19 08:46:27 +00:00
Dorel Luca
8f660cb8b7 Backed out changeset ad264a713556 (bug 1490427) for build bustage. CLOSED TREE 2018-12-19 13:13:13 +02:00
Gregory Mierzwinski
a4f3ec9f0b Bug 1490427 - Build and use custom d8 from a toolchain task. r=jmaher,ahal
This patch adds a toolchain task for building d8 with customized build settings and uses it in jsshell benchmark tests. A customized image with a debian9-base ('custom-v8') is added by this patch as well and is required to build the tool.

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

--HG--
extra : moz-landing-system : lando
2018-12-19 08:18:28 +00:00
Andreas Pehrson
88cb071d63 Bug 1513638 - Rename DispatchToMainThreadAfterStreamStateUpdate to DispatchToMainThreadStableState. r=jya,karlt
Differential Revision: https://phabricator.services.mozilla.com/D14421

--HG--
extra : moz-landing-system : lando
2018-12-19 04:34:10 +00:00
Andreas Pehrson
8dec05474b Bug 1513638 - Don't resolve DOMMediaStream::CountUnderlyingStreams promise in stable state. r=jya
Differential Revision: https://phabricator.services.mozilla.com/D14420

--HG--
extra : moz-landing-system : lando
2018-12-18 15:39:54 +00:00
Alexandre Poirot
5cddbab43d Bug 1513565 - Remove now-unused form argument from Target. r=yulia
Depends on D14280

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

--HG--
extra : moz-landing-system : lando
2018-12-18 23:36:06 +00:00
Alexandre Poirot
21e7072949 Bug 1513565 - Convert the last manually instantiated fronts to target.getFront. r=yulia
Depends on D14279

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

--HG--
extra : moz-landing-system : lando
2018-12-18 23:35:59 +00:00
Alexandre Poirot
ac13c87f42 Bug 1513565 - Get rid of all target.form usages. r=yulia,nchevobbe
Depends on D14278

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

--HG--
extra : moz-landing-system : lando
2018-12-18 23:35:57 +00:00
Alexandre Poirot
bd9855b903 Bug 1513565 - Always use Target's WebConsoleClient instead of trying to instantiate it manually. r=yulia,nchevobbe
This will help getting rid of another usage of Target.form.
And also helps instantiating only one WebConsole client.
Once WebConsole becomes a front, we can replace all the target.activeTab
to target.getFront("console").

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

--HG--
extra : moz-landing-system : lando
2018-12-18 23:35:55 +00:00
shindli
64b3a44ed2 Backed out 3 changesets (bug 1512428, bug 1513040) for causing raptor tp6-5 perma failures on Windows 7 opt/pgo
Backed out changeset bab13130b3f0 (bug 1513040)
Backed out changeset e69ec9477ef8 (bug 1513040)
Backed out changeset 5278b8d5dfe9 (bug 1512428)
2018-12-18 16:13:12 +02:00
Margareta Eliza Balazs
4d0c09ec59 Backed out changeset 3fcc7597cd8d (bug 1429198) for ES lint failure in builds/worker/checkouts/gecko/browser/components/payments/res/paymentRequest.js. CLOSED TREE
--HG--
extra : amend_source : cd939d4dce261184414b49626d0ca916ac6c8a99
2018-12-18 15:50:33 +02:00