1f16a83697cc76cbc834dfed6dfe1b2cdf68e307: Bug 1506878 - Use the same accesskey for Unmute Tabs and Mute Tabs as we do for Unmute Tab and Mute Tab. r=dao
Jared Wein <jwein@mozilla.com> - Fri, 16 Nov 2018 21:26:53 +0000 - rev 446853
Push
35052 by apavel@mozilla.com at Sat, 17 Nov 2018 11:25:40 +0000
Bug 1506878 - Use the same accesskey for Unmute Tabs and Mute Tabs as we do for Unmute Tab and Mute Tab. r=dao
Differential Revision:
https://phabricator.services.mozilla.com/D12173
38de1a06d48627afcfd4e40829bd99af2dd07bf3: Backed out changeset 962527f12004 (bug 1504751) for browser chrome failures on content/aboutNetworking.js
Cosmin Sabou <csabou@mozilla.com> - Fri, 16 Nov 2018 23:25:55 +0200 - rev 446852
Push
35052 by apavel@mozilla.com at Sat, 17 Nov 2018 11:25:40 +0000
Backed out changeset 962527f12004 (
bug 1504751) for browser chrome failures on content/aboutNetworking.js
01a4f2502443cc27d2092a4b46427d062f55a1ec: Bug 1507644 - Always enable wayland for artifact builds. r=chmanchester
Mike Hommey <mh+mozilla@glandium.org> - Fri, 16 Nov 2018 21:20:19 +0000 - rev 446851
Push
35052 by apavel@mozilla.com at Sat, 17 Nov 2018 11:25:40 +0000
Bug 1507644 - Always enable wayland for artifact builds. r=chmanchester
Ideally, artifact builds would figure out the relevant buildconfig items
that are set in the artifacts they download, such as MOZ_WAYLAND,
MOZ_UPDATER, etc.
In the meanwhile, since artifacts that are being downloaded have wayland
support, we always set MOZ_WAYLAND when doing artifact builds.
Depends on D12074
Differential Revision:
https://phabricator.services.mozilla.com/D12075
29ffc266326bffc33dfe8ba03b5c748627f65040: Bug 1507644 - Remove dubious test in widget/gtk/moz.build. r=chmanchester
Mike Hommey <mh+mozilla@glandium.org> - Fri, 16 Nov 2018 21:19:51 +0000 - rev 446850
Push
35052 by apavel@mozilla.com at Sat, 17 Nov 2018 11:25:40 +0000
Bug 1507644 - Remove dubious test in widget/gtk/moz.build. r=chmanchester
The intent of the test is to barf at configure time when the target
system doesn't use the glibc. The reason behind this is that the setup
with the mozwayland stub library relies on the dynamic linking order
the glibc uses.
However, the test checks GLIB_LIBS, which is the result of pkg-config
--libs for *GLIB*, not glibc, and all Gtk builds use glib, irrespective
of the libc in use. Practically speaking, this means the error branch
can't ever be taken... except on artifact builds, because we don't run
pkg-config tests there.
The dynamic linking order problem only really matter when wayland is
enabled at runtime, which it isn't by default. We'll eventually have to
sort it out for tier 3 platforms, but the current moz.build doesn't do
anything for them anyways.
Differential Revision:
https://phabricator.services.mozilla.com/D12074
b006cee2f7bd408d6185828a31546545b21721de: Bug 1499193 - Follow-up 2: Update SEARCH_COUNTS key r=mkaply
Drew Willcoxon <adw@mozilla.com> - Fri, 16 Nov 2018 21:15:54 +0000 - rev 446849
Push
35052 by apavel@mozilla.com at Sat, 17 Nov 2018 11:25:40 +0000
Bug 1499193 - Follow-up 2: Update SEARCH_COUNTS key r=mkaply
Change the `<engine>.<alias>.urlbar` `SEARCH_COUNTS` keys to `<engine>.alias` as described in
bug 1499193 comment 23 and later.
Differential Revision:
https://phabricator.services.mozilla.com/D12038
2c799d14b34675e8188dc85c98886f85679f8b8c: Bug 1507918 - Update webrender to commit 596984d1b49f47af65ccfaedd9684b2a90a564e2 (WR PR #3318). r=kats
WR Updater Bot <graphics-team@mozilla.staktrace.com> - Fri, 16 Nov 2018 21:14:15 +0000 - rev 446848
Push
35052 by apavel@mozilla.com at Sat, 17 Nov 2018 11:25:40 +0000
Bug 1507918 - Update webrender to commit 596984d1b49f47af65ccfaedd9684b2a90a564e2 (WR PR #3318). r=kats
Differential Revision:
https://phabricator.services.mozilla.com/D12175
8fb8a2697446df001916e99c8631e65269cf89a6: Bug 1470450 - Add a debug mode to raptor; r=jmaher
Rob Wood <rwood@mozilla.com> - Fri, 16 Nov 2018 19:30:55 +0000 - rev 446847
Push
35052 by apavel@mozilla.com at Sat, 17 Nov 2018 11:25:40 +0000
Bug 1470450 - Add a debug mode to raptor; r=jmaher
Differential Revision:
https://phabricator.services.mozilla.com/D11937
68b45fa09780ceadedc9dab551a975f7f2113724: No bug: [try-staging] Rename beta-sim to release-sim to reflect flexibility; r=aryx
Tom Prince <mozilla@hocat.ca> - Sat, 10 Nov 2018 00:50:27 +0000 - rev 446846
Push
35052 by apavel@mozilla.com at Sat, 17 Nov 2018 11:25:40 +0000
No bug: [try-staging] Rename beta-sim to release-sim to reflect flexibility; r=aryx
Now that `mach try release` also supports simulating release and esr, rename
the option to `release-sim`.
Differential Revision:
https://phabricator.services.mozilla.com/D11516
00f109437e82f6e9a350911573cbe11a5bafcfed: Bug 1501878 - required_signoffs attribute. r=tomprince
Aki Sasaki <aki@escapewindow.com> - Fri, 16 Nov 2018 21:04:01 +0000 - rev 446845
Push
35052 by apavel@mozilla.com at Sat, 17 Nov 2018 11:25:40 +0000
Bug 1501878 - required_signoffs attribute. r=tomprince
If a task has `required_signoffs` that match a release's `required_signoffs`, we should defer running that task until we have a matching `signoff_url`.
- add filter_out_missing_signoffs
- add transforms changes to inherit upstream `required_signoffs`
- add `mar-signing` `required_signoffs` to the `partials-signing`, `mar-signing`, and `mar-signing-l10n` kinds
Differential Revision:
https://phabricator.services.mozilla.com/D11734
f1843fdd4c0fa13722f5fe7ab7b73d5fdc2ad3ef: Bug 1501878: [taskgraph] Verify that required signoffs propagate to dependent tasks; r=aki
Tom Prince <mozilla@hocat.ca> - Fri, 16 Nov 2018 03:14:41 +0000 - rev 446844
Push
35052 by apavel@mozilla.com at Sat, 17 Nov 2018 11:25:40 +0000
Bug 1501878: [taskgraph] Verify that required signoffs propagate to dependent tasks; r=aki
Differential Revision:
https://phabricator.services.mozilla.com/D12041
af0ea80f7b081a64d964e762b06b940e3c4f1b3f: Bug 1501878 - required_signoffs and signoff_urls parameters r=tomprince
Aki Sasaki <aki@escapewindow.com> - Fri, 16 Nov 2018 21:03:06 +0000 - rev 446843
Push
35052 by apavel@mozilla.com at Sat, 17 Nov 2018 11:25:40 +0000
Bug 1501878 - required_signoffs and signoff_urls parameters r=tomprince
Differential Revision:
https://phabricator.services.mozilla.com/D11733
01311f87d2875954fd7cfb347cf7d123974c3a1f: Bug 1501878 - beetmove complete mars. r=tomprince
Aki Sasaki <aki@escapewindow.com> - Fri, 16 Nov 2018 21:03:04 +0000 - rev 446842
Push
35052 by apavel@mozilla.com at Sat, 17 Nov 2018 11:25:40 +0000
Bug 1501878 - beetmove complete mars. r=tomprince
Differential Revision:
https://phabricator.services.mozilla.com/D11732
4e2dc6c23463e976ba90cf2113eea9dbfcb89fcb: Bug 1501878 - add mar-signing{,-l10n} kinds. r=tomprince
Aki Sasaki <aki@escapewindow.com> - Fri, 16 Nov 2018 21:01:38 +0000 - rev 446841
Push
35052 by apavel@mozilla.com at Sat, 17 Nov 2018 11:25:40 +0000
Bug 1501878 - add mar-signing{,-l10n} kinds. r=tomprince
also rename the partials_signing transform to mar_signing.
Differential Revision:
https://phabricator.services.mozilla.com/D11731
050c4bba5d710059175026e9f0185e795fcdfc28: Bug 1501878 - drop complete mar from repackage-signing. r=tomprince
Aki Sasaki <aki@escapewindow.com> - Fri, 16 Nov 2018 21:01:25 +0000 - rev 446840
Push
35052 by apavel@mozilla.com at Sat, 17 Nov 2018 11:25:40 +0000
Bug 1501878 - drop complete mar from repackage-signing. r=tomprince
We want to defer mar-signing to the second half of the promote phase,
but we want to keep Windows repackaged exe signing in the first half of
the promote phase. This means we need to stop signing the complete MAR
in repackage-signing, and defer it to another kind.
Differential Revision:
https://phabricator.services.mozilla.com/D11730
9198c5a03b592b0f4da406d849951cac152fe8b3: Bug 1501878 - point partials at unsigned complete mars. r=tomprince
Aki Sasaki <aki@escapewindow.com> - Fri, 16 Nov 2018 21:01:13 +0000 - rev 446839
Push
35052 by apavel@mozilla.com at Sat, 17 Nov 2018 11:25:40 +0000
Bug 1501878 - point partials at unsigned complete mars. r=tomprince
Partial MAR generation doesn't need a signed complete MAR.
By pointing the partials tasks at the unsigned complete MARs, we are
able to defer signing the complete MARs without deferring partials
creation.
Differential Revision:
https://phabricator.services.mozilla.com/D11729
1b441356e3379ee83c3d564c5a9d8702debfb56b: Bug 1506457 - Only show titlebar indicators in the titlebar-secondary-buttonbox on macOS. r=dao
Mike Conley <mconley@mozilla.com> - Fri, 16 Nov 2018 20:45:36 +0000 - rev 446838
Push
35052 by apavel@mozilla.com at Sat, 17 Nov 2018 11:25:40 +0000
Bug 1506457 - Only show titlebar indicators in the titlebar-secondary-buttonbox on macOS. r=dao
Differential Revision:
https://phabricator.services.mozilla.com/D12153
dad98317fee0ff692f30d6f0c845a9241f0d5de4: Backed out changeset 1d50d21da50d (bug 1507721) for spidermonkey bustages on dynamic-import-oom.js.
Cosmin Sabou <csabou@mozilla.com> - Fri, 16 Nov 2018 22:53:36 +0200 - rev 446837
Push
35052 by apavel@mozilla.com at Sat, 17 Nov 2018 11:25:40 +0000
Backed out changeset 1d50d21da50d (
bug 1507721) for spidermonkey bustages on dynamic-import-oom.js.
988fd6689153a86f6f4410c1d1fe46eaff036afb: Bug 1504277 - Open new tabs at the end of a multiselection of tabs if the New Tab button is ctrl-clicked. r=dao
Jared Wein <jwein@mozilla.com> - Fri, 16 Nov 2018 20:41:57 +0000 - rev 446836
Push
35052 by apavel@mozilla.com at Sat, 17 Nov 2018 11:25:40 +0000
Bug 1504277 - Open new tabs at the end of a multiselection of tabs if the New Tab button is ctrl-clicked. r=dao
Differential Revision:
https://phabricator.services.mozilla.com/D11376
4dcf88b1fabcfb7fb0e4c87aec107f09e81a200b: Backed out changeset d3468dd807eb (bug 1454613) for Btup bustages on js/src/rust/Cargo.toml
Cosmin Sabou <csabou@mozilla.com> - Fri, 16 Nov 2018 22:30:31 +0200 - rev 446835
Push
35052 by apavel@mozilla.com at Sat, 17 Nov 2018 11:25:40 +0000
Backed out changeset d3468dd807eb (
bug 1454613) for Btup bustages on js/src/rust/Cargo.toml
dea39df5254abb0b39ef52cbbc83dc5a0e7755d6: Backed out changeset e36852845947 (bug 1507312) for damp failures on debugger/custom.js.
Cosmin Sabou <csabou@mozilla.com> - Fri, 16 Nov 2018 22:24:56 +0200 - rev 446834
Push
35052 by apavel@mozilla.com at Sat, 17 Nov 2018 11:25:40 +0000
Backed out changeset e36852845947 (
bug 1507312) for damp failures on debugger/custom.js.