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

693550 Коммитов

Автор SHA1 Сообщение Дата
Aaron Klotz cad95f20f4 Bug 1618625: When resolving a XPCOMEventTarget, set its Java thread name; r=geckoview-reviewers,snorp
Differential Revision: https://phabricator.services.mozilla.com/D64632

--HG--
extra : moz-landing-system : lando
2020-02-27 21:49:54 +00:00
Andrew Halberstadt 11c1a5975d Bug 1612115 - [ci] Run codespell linter in parallel in CI, r=linter-reviewers,sylvestre CLOSED TREE
Differential Revision: https://phabricator.services.mozilla.com/D64662

--HG--
extra : source : 8b3bb998c3c26dab42824ba4577a39c54c08d4be
extra : histedit_source : cf3c2259c92e43bce7aba26924052db760123c25
2020-02-27 21:37:58 +00:00
Andrew Halberstadt 8f84b09e44 Bug 1612115 - [mozlint] Fix an error in the path filtering logic, r=linter-reviewers,sylvestre CLOSED TREE
Essentially:

  FilterPath("docs").contains("docshell")

was returning True because "docshell" startswith "docs".

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

--HG--
extra : source : 10f69335c6f5779522b16c3376fc78147e4a3ce0
extra : histedit_source : 7577a814e2cdf6168cd88460c42e4472dfb8f734
2020-02-27 21:52:50 +00:00
shindli a1bab87650 Backed out changeset a47da31e0be4 (bug 1616958) for linux newtabfailure CLOSED TREE 2020-02-28 00:27:25 +02:00
Gavin Lazar Suntop 3424bfdb92 Bug 1616958 - adding collection to hardcoded layout r=thecount CLOSED TREE
Differential Revision: https://phabricator.services.mozilla.com/D64436

--HG--
extra : source : b083d75af5f93870e312d4e2f8462d7d43cf3bca
extra : histedit_source : 09f20d4c1b513412fc9332511efb4aa10c7d658a
2020-02-27 20:00:25 +00:00
shindli 2275a8e554 Backed out changeset d59cccfe2a6a (bug 1602102) for build bustage in /builds/worker/workspace/build/src/gfx/vr/service/OpenVRSession.cpp CLOSED TREE 2020-02-28 00:08:49 +02:00
shindli d56d4b53db Backed out 2 changesets (bug 1612115) for causing a mozlint failure in /builds/worker/checkouts/gecko/tools/lint/test/test_yaml.py CLOSED TREE
Backed out changeset 8b3bb998c3c2 (bug 1612115)
Backed out changeset 10f69335c6f5 (bug 1612115)
2020-02-28 00:07:04 +02:00
shindli 6f1238e024 Backed out changeset b083d75af5f9 (bug 1616958) for linux newtab failures CLOSED TREE 2020-02-28 00:03:18 +02:00
Kartikaya Gupta f6cb2fd6c8 Bug 1355836 - Re-enable event retargeting tests on Android. r=snorp
Differential Revision: https://phabricator.services.mozilla.com/D64656

--HG--
extra : moz-landing-system : lando
2020-02-27 21:58:43 +00:00
Kartikaya Gupta 250802a79e Bug 1355836 - Ensure the event retargeting tests pass on Android. r=snorp
Differential Revision: https://phabricator.services.mozilla.com/D64655

--HG--
extra : moz-landing-system : lando
2020-02-27 21:58:41 +00:00
Kartikaya Gupta 7221dbbf38 Bug 1355836 - Improve logging in PositionedEventTargeting slightly. r=snorp
Differential Revision: https://phabricator.services.mozilla.com/D64654

--HG--
extra : moz-landing-system : lando
2020-02-27 21:58:38 +00:00
Boris Chiou 466993fb8f Bug 1618206 - Update test expectation of update-and-send-events-replacement.html. r=hiro
The setter of Animation.timeline is supported only on Nightly.

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

--HG--
extra : moz-landing-system : lando
2020-02-27 21:39:48 +00:00
Boris Chiou 54d32973c9 Bug 1618217 - Update test expectation for web-animations/idlharness.window.js. r=hiro
The expected value of the setter of Animation.timeline is undefined in wpt.
However, we support it only on Nightly, so only mark it failed only for it.

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

--HG--
extra : moz-landing-system : lando
2020-02-27 21:39:52 +00:00
Liang-Heng Chen 68e6266159 Bug 1614777 - Part 4: Test cases; r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D64379

--HG--
extra : moz-landing-system : lando
2020-02-27 21:40:04 +00:00
Liang-Heng Chen c9c0ef5deb Bug 1614777 - Part 3: report telemetry; r=Ehsan,chutten,Standard8
Differential Revision: https://phabricator.services.mozilla.com/D63099

--HG--
extra : moz-landing-system : lando
2020-02-27 21:39:57 +00:00
Liang-Heng Chen 57dacb8ec0 Bug 1614777 - Part 2: collect bandwidth in search suggestions; r=Ehsan,Standard8
Differential Revision: https://phabricator.services.mozilla.com/D63097

--HG--
extra : moz-landing-system : lando
2020-02-27 21:39:54 +00:00
Liang-Heng Chen 3c3eb0c74e Bug 1614777 - Part 1: collect bandwidth in search telemetry; r=Ehsan,Standard8
Differential Revision: https://phabricator.services.mozilla.com/D63096

--HG--
extra : moz-landing-system : lando
2020-02-27 21:39:50 +00:00
Andrew Halberstadt ff87ae3aec Bug 1612115 - [ci] Run codespell linter in parallel in CI, r=linter-reviewers,sylvestre
Differential Revision: https://phabricator.services.mozilla.com/D64662

--HG--
extra : moz-landing-system : lando
2020-02-27 21:37:58 +00:00
Andrew Halberstadt bec168857b Bug 1612115 - [mozlint] Fix an error in the path filtering logic, r=linter-reviewers,sylvestre
Essentially:

  FilterPath("docs").contains("docshell")

was returning True because "docshell" startswith "docs".

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

--HG--
extra : moz-landing-system : lando
2020-02-27 21:52:50 +00:00
James Willcox 58e61e1089 Bug 1611451 - Add some missing javadoc to `WebNotification` r=geckoview-reviewers,agi
Differential Revision: https://phabricator.services.mozilla.com/D64473

--HG--
extra : moz-landing-system : lando
2020-02-27 00:28:30 +00:00
James Willcox 24ee45a807 Bug 1479728 - Fix loading with `GeckoSession.LOAD_FLAGS_EXTERNAL` r=geckoview-reviewers,agi
Differential Revision: https://phabricator.services.mozilla.com/D64472

--HG--
extra : moz-landing-system : lando
2020-02-27 00:28:28 +00:00
Mats Palmgren 7003a28618 Bug 1618351 - Floor subgrid auto-fill repeat count at zero to avoid underflow of unsigned integer mRepeatAutoEnd. r=dholbert
Differential Revision: https://phabricator.services.mozilla.com/D64637

--HG--
extra : moz-landing-system : lando
2020-02-27 21:44:04 +00:00
Tom Prince e797b75c9a Bug 1618079: [tryselect] Use public ship-it api from scriptworker selector; r=rail
Differential Revision: https://phabricator.services.mozilla.com/D64663

--HG--
extra : moz-landing-system : lando
2020-02-27 21:30:34 +00:00
Daosheng Mu dc2162a622 Bug 1602102 - Remove OpenVR controller obsolete functions. r=kip
OpenVR action-based input API is used by default for a while and stable, so we can remove its obsolete functions.

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

--HG--
extra : moz-landing-system : lando
2020-02-27 21:46:25 +00:00
Mike Hommey 587be1cb03 Bug 1617794 - Add a tier-2 64-bits Window cross build task. r=mshal
Differential Revision: https://phabricator.services.mozilla.com/D64298

--HG--
extra : moz-landing-system : lando
2020-02-27 21:39:39 +00:00
Mike Hommey 58228b3764 Bug 1617794 - Add a toolchain task to build a LD_PRELOAD helper for Windows cross builds. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D64295

--HG--
extra : moz-landing-system : lando
2020-02-27 21:40:50 +00:00
Nicholas Nethercote 08ca7c7fd0 Bug 1604095 - Fix up `fix-stacks` toolchain on Mac. r=erahm
It currently is missing some cross-compilation stuff and so actually builds a
Linux binary.

The commit also avoids the unintentional installation of the `fix-stacks.d`
file, by introducing the `EXE` variable.

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

--HG--
extra : moz-landing-system : lando
2020-02-27 20:07:10 +00:00
Andreea Pavel 2b4d91ded6 Merge mozilla-central to autoland on a CLOSED TREE 2020-02-27 23:42:01 +02:00
Andreea Pavel bd0fadcba6 Merge autoland to mozilla-central a=merge 2020-02-27 23:37:31 +02:00
Razvan Maries 2e07e8ca83 Backed out 2 changesets (bug 1617794) for Gecko Decision Task bustage. CLOSED TREE
Backed out changeset e6cdc99bb877 (bug 1617794)
Backed out changeset 71cfd922f86a (bug 1617794)
2020-02-27 23:35:10 +02:00
Ted Campbell 96d98f75db Bug 1618606 - Remove FunctionBox::isInterpretedLazy() accessor. r=mgaudet
Avoid using the INTERPRETED_LAZY flag to control the BytecodeEmitter by
instead adding an emitBytecode flag to FunctionBox. This flag is set for
function boxes that we desire the BCE to emit code for. This paves the way to
remove the INTERPRETED_LAZY bit from functions themselves.

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

--HG--
extra : moz-landing-system : lando
2020-02-27 20:39:25 +00:00
Mike Hommey 5e7b379977 Bug 1617794 - Add a tier-2 64-bits Window cross build task. r=mshal
Differential Revision: https://phabricator.services.mozilla.com/D64298

--HG--
extra : moz-landing-system : lando
2020-02-27 21:18:12 +00:00
Narcis Beleuzu aab6e5add6 Backed out changeset 99fed1b628cb (bug 1583999) as requested by Andi for braking static-analysis. a=backout 2020-02-27 19:10:03 +02:00
Mike Hommey c2a988f4e0 Bug 1617794 - Add a toolchain task to build a LD_PRELOAD helper for Windows cross builds. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D64295

--HG--
extra : moz-landing-system : lando
2020-02-27 15:55:20 +00:00
Johann Hofmann 90303814ab Bug 1618215 - Set correct resolvers in doh-rollout.trrRace.trrList. r=dragana
Differential Revision: https://phabricator.services.mozilla.com/D64605

--HG--
extra : moz-landing-system : lando
2020-02-27 20:25:52 +00:00
Andrei Oprea 9e6780d2d3 Bug 1614987 - Refactor the Moments messages code path into its own hub r=k88hudson,nanj
Differential Revision: https://phabricator.services.mozilla.com/D63091

--HG--
extra : moz-landing-system : lando
2020-02-27 12:42:39 +00:00
Marco Bonardo 8e3ea27643 Bug 1612653 - Update 'Bookmark This Page' menuitems when the star state changes. r=Standard8
Instead of updating the Bookmark This Page / Edit Bookmark menuteitems on popupshowing,
update them when the star button is suppposed to change. This better supports MacOS behavior
where the native menubar can't be updated after being shown, and avoids many callpoints in
favor of just a few.

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

--HG--
extra : moz-landing-system : lando
2020-02-27 12:04:15 +00:00
Tom Tung b578ccf77b Bug 1618483 - Have a test to ensure the behavior between QMS::ClearClient and localStorage; r=dom-workers-and-storage-reviewers,janv
Differential Revision: https://phabricator.services.mozilla.com/D64550

--HG--
extra : moz-landing-system : lando
2020-02-27 12:28:13 +00:00
Henri Sivonen cb5aed4e04 Bug 1618102 - Use BrowsingContext for Full screen API "is caller in focused tab?" check. r=farre
Differential Revision: https://phabricator.services.mozilla.com/D64288

--HG--
extra : moz-landing-system : lando
2020-02-27 10:08:31 +00:00
Narcis Beleuzu b2ccce862e Backed out changeset 2c1dd534e937 (bug 1603673) for geckoview failures on webAppManifestPref. CLOSED TREE 2020-02-27 08:50:39 +02:00
Emilio Cobos Álvarez 63ca81fcba Bug 1427033 - Throttle animations in opacity: 0 subtrees. r=hiro
I hope you can help me figure out writing tests for this and figuring whether
the reasoning here is correct / I'm missing something else :)

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

--HG--
extra : moz-landing-system : lando
2020-02-27 01:36:14 +00:00
Emilio Cobos Álvarez 551edfd98f Bug 1618303 - Add an inherited style bit to know whether an element is in an opacity: 0 subtree. r=hiro
I think this should work for the animation throttling stuff.

Opacity works on the element tree, so I think this is sound.

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

--HG--
extra : moz-landing-system : lando
2020-02-27 02:26:39 +00:00
Emilio Cobos Álvarez b6a0b062af Bug 1618601 - Make lazy-load margin configurable. r=hiro
But keep it being zero by default.

Depends on D64611

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

--HG--
extra : moz-landing-system : lando
2020-02-27 21:14:43 +00:00
Emilio Cobos Álvarez 279cb1fda5 Bug 1618601 - Add non-const accessors to StyleRect. r=hiro
Just minor convenience. Though I don't love the code duplication, oh well.

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

--HG--
extra : moz-landing-system : lando
2020-02-27 20:58:00 +00:00
Razvan Maries 166e40b3c8 Backed out changeset b6ce0a07d782 (bug 1618165) for build bustages on WeakRef.cpp. CLOSED TREE 2020-02-27 23:13:40 +02:00
Emilio Cobos Álvarez 16389ae8f5 Bug 1618564 - Adjust an assertion to check for what it really wants to check. r=tnikkel
There's more stuff that creates nsStyleBorder structs on the stack (like MathML
tables).

Check for what we really mean to check, which is that the image request is the
one of our border-image-source. Otherwise we'd need to setup the association and
so on somehow.

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

--HG--
extra : moz-landing-system : lando
2020-02-27 20:30:05 +00:00
Simon Giesecke 81fcf51f06 Bug 1618165 - Provide BaseAutoLock and BaseAutoUnlock deduction guides for Mutex references. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D64359

--HG--
extra : moz-landing-system : lando
2020-02-27 15:37:41 +00:00
Dan Mosedale b72e08427b Bug 1616963 - surface ASRouter docs to firefox-source-docs, r=Mardak
Differential Revision: https://phabricator.services.mozilla.com/D63539

--HG--
extra : moz-landing-system : lando
2020-02-27 09:06:31 +00:00
shindli f5511fecc8 Backed out changeset ec4c2b2a561b (bug 1374612) for causing wpt permafails in /html/dom/reflection-metadata.html CLOSED TREE 2020-02-27 22:46:44 +02:00
Mike Conley c92d2040e4 Bug 1616849 - Collect Picture-in-Picture usage Telemetry on the release channel. r=mstriemer, data-review=mmccorquodale
Differential Revision: https://phabricator.services.mozilla.com/D63964

--HG--
extra : moz-landing-system : lando
2020-02-27 20:24:33 +00:00