Граф коммитов

674792 Коммитов

Автор SHA1 Сообщение Дата
Oana Pop Rus b7d78b54e2 Backed out 3 changesets (bug 1580602) for eslint in test_setactionhandler.html on a CLOSED TREE
Backed out changeset b4a5a6bc1d56 (bug 1580602)
Backed out changeset e70e3c090791 (bug 1580602)
Backed out changeset 2c90724f42fc (bug 1580602)
2019-10-10 22:14:48 +03:00
Chun-Min Chang 133cf491bb Bug 1580602 - P3: Implement setActionHandler API. r=bz
Implement the setActionHandler interface. The API will be enabled behind
a pref.

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

Depends on D45457

--HG--
extra : histedit_source : 43cf16795b27126a96441b117c9bbfdf2aea6aa9
2019-10-09 23:59:54 +03:00
Chun-Min Chang ba9959f768 Bug 1580602 - P2: Implement MediaMetadata API. r=bz
Implement the MediaMetadata interface. The API will be enabled behind a
pref.

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

Depends on D45456

--HG--
extra : histedit_source : a572d4abe88c2b4cd8c03a0fadc6c7b30a8c8798
2019-10-09 23:59:50 +03:00
Chun-Min Chang 00c83a8573 Bug 1580602 - P1: Implement a blank MediaSession interface. r=bz
Create dummy implementations for the MediaSession interfaces. The files
are generated by running `./mach webidl-example` with necessary changes
to make it buildable.

The internal implementations are blank in this patch. They will be done
in the following patches.

Due to some spec issues, the final implementations only support some
basic operations like "play" and "pause".

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

--HG--
extra : histedit_source : 2fc6e1e63347211cad3a19354a38040760c7ce0f
2019-10-10 00:14:49 +03:00
Jan Varga 9dd55053d6 Bug 1587258 - QM: Add support for creating specialized directory locks from existing directory locks; r=asuth
Differential Revision: https://phabricator.services.mozilla.com/D48657

--HG--
extra : moz-landing-system : lando
2019-10-10 14:55:53 +00:00
Ehsan Akhgari ff268df84b Bug 1546112 - Remove the code for XMLDocument.load/async; r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D48877

--HG--
extra : moz-landing-system : lando
2019-10-10 18:20:34 +00:00
Johan Lorenzo c9a42567f6 Bug 1586748 - Re-enable build-signing for N and Ngv tasks and clean up unused fennec manifests/kinds r=mtabara
Differential Revision: https://phabricator.services.mozilla.com/D48831

--HG--
extra : moz-landing-system : lando
2019-10-10 17:53:54 +00:00
Eugen Sawin b75521375d Bug 1587472 - [1.1] Allocate space for children before adding them to ViewStructure. r=agi,geckoview-reviewers,droeh
Differential Revision: https://phabricator.services.mozilla.com/D48719

--HG--
extra : moz-landing-system : lando
2019-10-10 17:51:21 +00:00
Andreas Pehrson 7064471d78 Bug 1586328 - Make Extract take an aNow argument to avoid pushing a blob the very first call. r=bryce
The first call to Extract() comes from MediaEncoderInitialized() and runs before
we dispatch the task to fire "start". With a very small timeslice (even 0), the
first call to Extract() could decide to push a blob, which is against the spec.

With this patch, the caller is in control of what time Extract() thinks "now"
is. This lets the particular call from MediaEncoderInitialized() gather data
into the blob through Extract() without being at risk of pushing a blob.

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

--HG--
extra : moz-landing-system : lando
2019-10-10 16:24:56 +00:00
Nick Alexander 151b2d9f96 Bug 1585120 - Add tier 3 Android browsertime smoketests. r=perftest-reviewers,sparky
The intention is to run `tp6m-1` and `tp6m-cold-1` using Browsertime
against the GVE vehicle on integration and try, so as to smoketest the
Browsertime harness as we stabilize it.  At the same time, this also
allows try runs against the Fenix and refbrow vehicles.

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

--HG--
rename : taskcluster/ci/test/raptor-fenix.yml => taskcluster/ci/test/browsertime-fenix.yml
rename : taskcluster/ci/test/raptor-gve.yml => taskcluster/ci/test/browsertime-gve.yml
rename : taskcluster/ci/test/raptor-refbrow.yml => taskcluster/ci/test/browsertime-refbrow.yml
extra : moz-landing-system : lando
2019-10-10 13:34:18 +00:00
Mark Hammond b559ec6b1b Bug 1587691 - Firefox Accounts webchannel message should allow login without engine choices. r=eoger
Differential Revision: https://phabricator.services.mozilla.com/D48797

--HG--
extra : moz-landing-system : lando
2019-10-10 16:57:42 +00:00
Andrew Osmond b360fde6ac Bug 1525084 - Update WebRender blocklist to prevent window jiggling with old Windows Intel drivers. r=jrmuizel
Differential Revision: https://phabricator.services.mozilla.com/D48839

--HG--
extra : moz-landing-system : lando
2019-10-10 16:57:20 +00:00
Ting-Yu Lin dfdc727d06 Bug 1168921 - Stop cloning block direction margins for box-decoration-break:clone. r=mats
This can also fix bug 1586470.

This change basically reverts Bug 1025669 Part 1.
https://hg.mozilla.org/mozilla-central/rev/ae2fd5b2defb0df1bd30521f4793de6757d1e98b

In box-decoration-break-block-margin.html, the `height` in `.inner` is
changed to 79px so that 79px plus 7px margin top and 1px margin end,
total 87px, can be divided by 3 (columns). The modification to reference
file reflects what we currently rendered.

Co-authored-by: Mats Palmgren <mats@mozilla.com>

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

--HG--
extra : moz-landing-system : lando
2019-10-10 13:38:07 +00:00
Nick Alexander fa0a34f56b Bug 1587637 - Strip "#MozRunner" from Gecko profile prefs in Android Browsertime. r=rwood
Differential Revision: https://phabricator.services.mozilla.com/D48794

--HG--
extra : moz-landing-system : lando
2019-10-10 15:44:45 +00:00
Doug Thayer aa100ca679 Bug 1587107 - Increase StartupCache bg thread stack sizes r=njn
In bug 1550108 we added a thread to prefetch the contents of the
startup cache file, and as part of that we reduced its stack size
and the stack size of the thread which writes the file. However
it seems we set the write thread's stack size too low.

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

--HG--
extra : moz-landing-system : lando
2019-10-10 05:39:15 +00:00
Tomislav Jovanovic ad79201664 Bug 1587633 - Move test_web_accessible_resources_csp to an xpcshell test r=robwu
Differential Revision: https://phabricator.services.mozilla.com/D48779

--HG--
rename : toolkit/components/extensions/test/mochitest/file_csp.html => toolkit/components/extensions/test/xpcshell/data/file_csp.html
rename : toolkit/components/extensions/test/mochitest/file_csp.html^headers^ => toolkit/components/extensions/test/xpcshell/data/file_csp.html^headers^
rename : toolkit/components/extensions/test/mochitest/test_ext_web_accessible_resources.html => toolkit/components/extensions/test/xpcshell/test_ext_web_accessible_resources.js
extra : moz-landing-system : lando
2019-10-10 15:30:37 +00:00
Matthew Gaudet 736db2381b Bug 1562146 - Handle zero-length spans in ScriptSource::substring r=jorendorff
Differential Revision: https://phabricator.services.mozilla.com/D46617

--HG--
extra : moz-landing-system : lando
2019-10-10 16:32:20 +00:00
Johann Hofmann c7927c6e95 Bug 1584554 - Never expire POPUP_NOTIFICATIONS_* telemetry. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D48735

--HG--
extra : moz-landing-system : lando
2019-10-10 15:14:40 +00:00
Robert Strong bfaa253620 Bug 1587841 - properly null terminate the uuid string returned by GetSecureID in updater.cpp. r=mhowell
Differential Revision: https://phabricator.services.mozilla.com/D48872

--HG--
extra : moz-landing-system : lando
2019-10-10 16:00:16 +00:00
Dzmitry Malyshau 1cc5f88f07 Bug 1558167 - Force 256 alignment for texture uploads on AMD on macOS r=jrmuizel
Differential Revision: https://phabricator.services.mozilla.com/D48862

--HG--
extra : moz-landing-system : lando
2019-10-10 15:25:57 +00:00
Bianca Danforth 61e0ee2fd9 Bug 1585499 - Enable Extension Storage actor in addon debugger by default r=rpl,miker
Differential Revision: https://phabricator.services.mozilla.com/D47851

--HG--
extra : moz-landing-system : lando
2019-10-09 11:49:45 +00:00
Geoff Brown 78d541f456 Bug 1517686 - Increase xpcshell harness timeout for selftest.py; r=bc
Increase the selftest.py timeout from 15 to 30 seconds in hopes of avoiding
intermittent xpcshell timeouts seen only in selftest on slower platforms.

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

--HG--
extra : moz-landing-system : lando
2019-10-10 16:03:38 +00:00
Ehsan Akhgari 8d1f83f075 Bug 1587806 - Remove Document.loadBindingDocument; r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D48849

--HG--
extra : moz-landing-system : lando
2019-10-10 14:21:28 +00:00
Rob Wu 07c1fc6c27 Bug 1559835 - Remove comment at tabs.update(active:false) r=rpl
Differential Revision: https://phabricator.services.mozilla.com/D48817

--HG--
extra : moz-landing-system : lando
2019-10-10 15:44:41 +00:00
Mike Conley 0ace7363ad Bug 1578253 - Bump expiry on FX_TAB_CLOSE_* probes to Firefox 76. data-review=chutten, r=nhnt11
This also removes GeckoView and Fennec on this probe since they are never used
on those browsers.

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

--HG--
extra : moz-landing-system : lando
2019-10-10 15:33:24 +00:00
Coroiu Cristina d3a27d5c3f Merge mozilla-central to autoland a=merge on a CLOSED TREE[F 2019-10-10 19:31:34 +03:00
Coroiu Cristina 0b018a8d21 Merge inbound to mozilla-central a=merge 2019-10-10 19:24:55 +03:00
Coroiu Cristina b7107dc231 Merge autoland to mozilla-central a=merge 2019-10-10 19:22:41 +03:00
Emma Malysz 1609d71589 Bug 1548152, replace .xul test files in xpfe/ to .xhtml r=NeilDeakin
Differential Revision: https://phabricator.services.mozilla.com/D48788

--HG--
rename : xpfe/appshell/test/test_hiddenPrivateWindow.xul => xpfe/appshell/test/test_hiddenPrivateWindow.xhtml
rename : xpfe/appshell/test/test_windowlessBrowser.xul => xpfe/appshell/test/test_windowlessBrowser.xhtml
extra : moz-landing-system : lando
2019-10-10 13:33:16 +00:00
Henrik Skupin 5ac6218ccd Bug 1534702 - Release marionette_driver 3.0.0 and marionette_harness 5.0.0. r=webdriver-reviewers,ato
This will be the last public release of both packages on PyPI.
See the announcement from January this year:

https://groups.google.com/forum/#!topic/mozilla.tools.marionette/s6_03Qt2ubc

If both packages are still required by tools, they would have to
be self-built by a checkout of mozilla-central.

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

--HG--
extra : moz-landing-system : lando
2019-10-10 15:43:58 +00:00
Emilio Cobos Álvarez ca0bd9ef74 Bug 1587767 - Assert that link flag handling is correct, and that NodeInfoChanged is only called on disconnected nodes. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D48830

--HG--
extra : moz-landing-system : lando
2019-10-10 15:39:20 +00:00
Jared Wein 02a9637658 Bug 1573481 - Disable the about:logins page if Master Password is requested on load and the user cancels the dialog. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D48747

--HG--
extra : moz-landing-system : lando
2019-10-10 16:03:52 +00:00
Daniel Varga 6a27b47313 Backed out 3 changesets (bug 1572651) for devtools failure at devtools/client/inspector/test/browser_inspector_highlighter-by-type.js. On a CLOSED TREE
Backed out changeset 71db1896c459 (bug 1572651)
Backed out changeset fb5863ee4d37 (bug 1572651)
Backed out changeset 5ef33867cacb (bug 1572651)
2019-10-10 18:51:17 +03:00
Geoff Brown 996128fd41 Bug 1587201 - Increase max-run-time for mochitest-devtools-webreplay; r=bc
Avoid intermittent task timeouts.

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

--HG--
extra : moz-landing-system : lando
2019-10-10 14:47:58 +00:00
Andreas Tolfsen 97538b8c69 bug 1573798: geckodriver: release geckodriver 0.26.0; r=webdriver-reviewers,whimboo
Differential Revision: https://phabricator.services.mozilla.com/D48698

--HG--
extra : moz-landing-system : lando
2019-10-10 15:26:53 +00:00
Andreas Tolfsen 42c96df48a bug 1573798: geckodriver: update changelog for 0.26.0; r=webdriver-reviewers,whimboo
Differential Revision: https://phabricator.services.mozilla.com/D48697

--HG--
extra : moz-landing-system : lando
2019-10-10 15:26:52 +00:00
Andreas Tolfsen 2b75c5fe29 bug 1573798: geckodriver: update support matrix for 0.26.0; r=webdriver-reviewers,whimboo
Differential Revision: https://phabricator.services.mozilla.com/D48696

--HG--
extra : moz-landing-system : lando
2019-10-10 15:26:44 +00:00
Andreas Tolfsen 3af78b5fd1 bug 1573798: geckodriver: redirect moz:firefoxOptions docs to MDN; r=webdriver-reviewers,whimboo
We duplicate the documentation for moz:firefoxOptions between
firefox-source-docs.m.o and MDN.  This redirects users to look at MDN.

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

--HG--
extra : moz-landing-system : lando
2019-10-10 15:26:42 +00:00
Andreas Tolfsen 41a94e7249 bug 1573798: geckodriver: sync note from GitHub to changelog; r=webdriver-reviewers,whimboo
Differential Revision: https://phabricator.services.mozilla.com/D48694

--HG--
extra : moz-landing-system : lando
2019-10-10 15:26:41 +00:00
Emilio Cobos Álvarez 3c4c6733b5 Bug 1587797 - Simplify FlushPendingLinkUpdates. r=smaug
It's only called from a runnable nowadays.

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

--HG--
extra : moz-landing-system : lando
2019-10-10 14:29:18 +00:00
Henrik Skupin 3886e9c12c Bug 1585274 - "mach test" for Puppeteer unit test has to default to non-headless mode. r=mozbase,ahal
Depends on D48823

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

--HG--
extra : moz-landing-system : lando
2019-10-10 12:53:42 +00:00
Henrik Skupin cef91826dc Bug 1585274 - [remote] Run Puppeteer unit tests in non-headless mode by default. r=remote-protocol-reviewers,maja_zf
Similar to all the other test jobs also the Puppeteer jobs should
not run in headless by default. Instead it should be an opt-in.

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

--HG--
extra : moz-landing-system : lando
2019-10-10 15:10:48 +00:00
Razvan Caliman e254f1c45f Bug 1587815 - Remove expired telemetry probe for counting node picker invocations. r=gl
Differential Revision: https://phabricator.services.mozilla.com/D48863

--HG--
extra : moz-landing-system : lando
2019-10-10 15:21:43 +00:00
Daniel Varga f9d0bd170e Backed out 5 changesets (bug 1573798) for toolchain bustage. On a CLOSED TREE
Backed out changeset de299b36996e (bug 1573798)
Backed out changeset 7f809ca2c1cf (bug 1573798)
Backed out changeset 572b15a3c3d4 (bug 1573798)
Backed out changeset c189a8ad1be4 (bug 1573798)
Backed out changeset 0c7029e7a7bd (bug 1573798)

--HG--
extra : amend_source : bd137e77c62c91267cab77a5c12f2b7879c15046
2019-10-10 18:15:04 +03:00
Coroiu Cristina a35c47f71d Merge mozilla-central to inbound a=merge 2019-10-10 12:55:45 +03:00
Coroiu Cristina 5e830ac8f5 Merge autoland to mozilla-central a=merge 2019-10-10 12:25:36 +03:00
Gurzau Raul 5542cedd05 Backed out 4 changesets (bug 1102175) for Android reftest failures at font-inflation-1a.html
Backed out changeset 33914610f60f (bug 1102175)
Backed out changeset 004a0cb8af9f (bug 1102175)
Backed out changeset 2ac28b335c3c (bug 1102175)
Backed out changeset 50b041e06f23 (bug 1102175)
2019-10-10 07:40:38 +03:00
chujun 416e3d85d4 Bug 1446153: browser_dbg-outline.js intermittent failure
Based on the failure log, `prefs.alphabetizeOutline` from the previous run seems to intervene the current test run. The patch resets the prefs at the beginning of each test run.

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

--HG--
extra : moz-landing-system : lando
2019-10-10 00:26:39 +00:00
Bogdan Tara ef914e2504 Merge autoland to mozilla-central. a=merge 2019-10-10 00:38:40 +03:00
Jared Wein 7ac7374081 Bug 1584103 - Increase the font-weight of the breach-alert-link to match the spec closer. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D48634

--HG--
extra : moz-landing-system : lando
2019-10-09 20:54:03 +00:00