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

641630 Коммитов

Автор SHA1 Сообщение Дата
violet 71e059e062 Bug 1343357 - Ignore lower-priority animateMotion if a to-animation is encountered r=dholbert
Current impl at SVGMotionSMILType::Interpolate has some wrong assertions, it's probably caused by overlooking the special behavior of to-animation. These assumptions also lead weird animation in the product build. Now we take to-animation into account, and implement similar behavior as Chrome and Safari.

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

--HG--
extra : moz-landing-system : lando
2019-03-15 01:26:13 +00:00
k88hudson bdcd004f99 Bug 1535460 - Add dark theme styles, Discovery stream blocking and bug fixes to Activity Stream r=r1cky
Differential Revision: https://phabricator.services.mozilla.com/D23589

--HG--
extra : moz-landing-system : lando
2019-03-14 22:27:33 +00:00
Nathan Froyd 2cf028fbc4 Bug 1451104 - part 6 - don't remove the libstdc++ files from the mingw build; r=glandium
History does not disclose why we needed this, but in the brave new GCC
6-compiled world, deleting these files means that host links can no
longer find libstdc++, which causes problems.  Let's put the files back.

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

--HG--
extra : moz-landing-system : lando
2019-03-15 01:29:33 +00:00
Nathan Froyd 402f3438e2 Bug 1451104 - part 5 - move toolchains off GCC 4.9; r=glandium
Firefox itself has moved on to GCC 6.x; we can move our toolchains along too.

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

--HG--
extra : moz-landing-system : lando
2019-03-15 01:29:23 +00:00
Nathan Froyd 116083d76a Bug 1451104 - part 4 - sync up gcc-related toolchains and linux64-binutils binutils version; r=glandium
We're going to copy an x86_64-unknown-linux-gnu ld into the clang build,
which clang will then use in preference to things on PATH.  We therefore
need to ensure that this ld is the same ld as would be used for other
builds, such as PGO.  This change is the most expedient way to do that;
future work will make the gcc job(s) depend on linux64-binutils directly.

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

--HG--
extra : moz-landing-system : lando
2019-03-15 01:29:14 +00:00
Nathan Froyd c5ab838f7c Bug 1451104 - part 3 - inform stage2/3 clang about gcc binutils; r=glandium
We do this to encourage clang to find an new-enough linker instead of
the system one.

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

--HG--
extra : moz-landing-system : lando
2019-03-15 01:29:04 +00:00
Nathan Froyd ce83c42681 Bug 1451104 - part 2 - force clang to always pick up its local GCC headers and libraries; r=glandium
We want our clang bootstrap to use the GCC headers we're building with,
not whatever sysroot it happens to find on the server we're building on.

The -gcc-toolchain argument we specify when building clang will also be
picked up by llvm-config, so we need to strip it out when building the
plugin. Otherwise, we will get peculiar failures about not being able to
find C++ header files.

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

--HG--
extra : moz-landing-system : lando
2019-03-15 01:28:55 +00:00
Nathan Froyd 9ebe50fc6e Bug 1451104 - part 1 - be explicit about our GCC/binutils target and build machine; r=glandium
Explicit is better than implicit, and helps ensure that GCC is always
using the binutils we built it with, rather than the system binutils.

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

--HG--
extra : moz-landing-system : lando
2019-03-15 01:28:10 +00:00
Daisuke Akatsuka de75b1f93a Bug 1488991: Update remote browser position before showing context menu. r=pbro,smaug
The position of remote browser was not updated by resizing the window and
changing the align of viewport etc, although will be updated when the window
moves, the frame reflows and so on.
Thus, in this patch, update the position of remote browser before showing
context menu so as to locates at proper position.
I investigated though, when reflow and moving happens, the position is updated
by TabParent::UpdateDimensions()[1]. This patch as well is taking an approach
which update the position explicitly by TabParent::UpdateDimensions() before
showing context menu.

[1] https://searchfox.org/mozilla-central/source/dom/ipc/TabParent.cpp#729

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

--HG--
extra : moz-landing-system : lando
2019-03-15 00:09:20 +00:00
Rob Wu f55e72505d Bug 1525729 - Stop blocking extension startup on searchInitialized r=aswan
Depends on D23311

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

--HG--
extra : moz-landing-system : lando
2019-03-13 18:48:57 +00:00
Rob Wu 8fd0fcc7e8 Bug 1534969 - Ensure that extension.id/uuid is set in browser tests r=aswan
Differential Revision: https://phabricator.services.mozilla.com/D23311

--HG--
extra : moz-landing-system : lando
2019-03-13 18:48:53 +00:00
Lina Cambridge 256003368d Bug 1524655 - Remove `dom.push.alwaysConnect` and connect unconditionally. r=jrconlin,pjenvey
This commit also fixes a race in `test_error_reporting.html`, where the
push service would initialize and attach its listeners after
`sessionstore-windows-restored`. Even though the test replaces the real
service with a mock, the former keeps listening for pref changes.
When the test calls `setupPrefs` to enable the push connection, the
real service tries to connect to the push server, which asserts in
automation because non-local connections aren't allowed.

We work around this by ensuring that `replacePushService` and
`restorePushService` always wait for the service to shut down before
replacing it with a mock, or restoring the real implementation.

Finally, this commit removes a test that's no longer relevant, since
we don't need to fetch all subscriptions at startup.

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

--HG--
extra : moz-landing-system : lando
2019-03-14 22:37:51 +00:00
Alastor Wu f8ebdadc67 Bug 1535223 - part3 : add log in TextTrack and TextTrackCue. r=jya
It would be helpful if we can also print the information in `TextTrack` and `TextTrackCue`.

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

--HG--
extra : moz-landing-system : lando
2019-03-14 23:25:10 +00:00
Alastor Wu 0b66618ffc Bug 1535223 - part2 : update TextTrackManager's logs. r=jya
Automatically print `TextTrackManager`'s address for the log marco, also update some exist logs.

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

--HG--
extra : moz-landing-system : lando
2019-03-14 23:24:32 +00:00
Alastor Wu a0d0d81ceb Bug 1535223 - part1 : rename log module's name. r=jya
Use more general name `WebVTT` for this log module, which will include other debug logs in other files later.

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

--HG--
extra : moz-landing-system : lando
2019-03-14 23:21:28 +00:00
Karl Tomlinson 7c60fdd3a1 Bug 1535214 run AudioWorklet for realtime AudioContext on GraphRunner thread r=padenot
Differential Revision: https://phabricator.services.mozilla.com/D23445

--HG--
extra : moz-landing-system : lando
2019-03-14 13:40:07 +00:00
Emilio Cobos Álvarez 4c1252347e Bug 1533783 - Avoid crashing when calling insertRule("@import ...") on a detached sheet. r=heycam
This should unblock the fuzzers for now, though it's not the ideal solution.

It's the only reasonably easy solution to unblock them though, I think.

We should probably always keep track of the document a stylesheet was associated
with. We'll need that for constructible stylesheets anyway.

That requires some though on how to get the cycle-collection and such right,
though, and I wouldn't be able to write or land that ASAP.

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

--HG--
extra : moz-landing-system : lando
2019-03-14 22:30:37 +00:00
David Walsh 6cea4e91ca Bug 1535130 - Don't show breakpoint line when focused on close button r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D23409

--HG--
extra : moz-landing-system : lando
2019-03-14 20:30:28 +00:00
David Walsh a4f5eefd90 Bug 1534808 - Don't show pretty print option for non-JS sources r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D23333

--HG--
extra : moz-landing-system : lando
2019-03-14 20:31:41 +00:00
Andreea Pavel b6170418e2 Backed out 3 changesets (bug 1534847) for failing debugger on a CLOSED TREE
Backed out changeset ee3da1413835 (bug 1534847)
Backed out changeset 27a3400989c9 (bug 1534847)
Backed out changeset 7cf6462189e8 (bug 1534847)
2019-03-15 00:30:59 +02:00
Emilio Cobos Álvarez 789b125fcf Bug 1533891 - Give up on optimizing out image loads load resolution for non-text. r=heycam
::first-line reparenting may make non-first continuations to get a new style on
which we haven't run StartImageLoads when fragmenting out of the first-line.

Given this was mostly an opportunistic optimization let's remove it rather than
sacrificing correctness.

With bug 1465474 we would be able to fix this...

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

--HG--
extra : moz-landing-system : lando
2019-03-14 22:24:37 +00:00
Logan Smyth ca45dac2df Bug 1534847 - Part 3: Pass originalText load failure through to UI instead of failing silently.
Returning null here leaves us in an infinite loading state because null is treated as neither
success nor failure.

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

--HG--
extra : moz-landing-system : lando
2019-03-14 22:05:54 +00:00
Logan Smyth 233dfff347 Bug 1534847 - Part 2: Invalidate the loadSourceText cache on navigation. r=jlast
If users navigate while source text is loading, we need to ignore existing
cached promises because they may resolve and then not actually set the
resulting source, because the source was deleted from the source list.
We want to explicitly use a new cache entry if we have navigated.

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

--HG--
extra : moz-landing-system : lando
2019-03-14 22:04:28 +00:00
Logan Smyth 272a75e5ec Bug 1534847 - Part 1: Refactor loadSourceText to separate caching from logic. r=jlast
Splitting up this logic makes us less likely to introduce code that would break
the caching behavior. If you look closely at these changes, you'll notice that
there actually one one early return in this code that would cause us to
exit without clearing the 'requests' cache meaning we could get stuck in
an infinite loading state.

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

--HG--
extra : moz-landing-system : lando
2019-03-14 20:38:20 +00:00
Dustin J. Mitchell f488d1b253 Bug 1534283 - use default parameters for mach try fuzzy r=tomprince
Differential Revision: https://phabricator.services.mozilla.com/D23225

--HG--
extra : moz-landing-system : lando
2019-03-14 19:32:05 +00:00
Dustin J. Mitchell 862d7484c2 Bug 1534283 - filter out tasks when DONT-BUILD is in the message r=aki,tomprince
(without the dash, because I want *this* push to build)

This filters out all tasks, but that means that several things will still run:

 * docker images and tasks they depend on (debian packages)
 * always_run tasks (various python-y things)

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

--HG--
extra : moz-landing-system : lando
2019-03-14 21:31:09 +00:00
Dustin J. Mitchell 4b406f0a1e Bug 1534283 - add a 'tasks_for' property; r=tomprince
Differential Revision: https://phabricator.services.mozilla.com/D23569

--HG--
extra : moz-landing-system : lando
2019-03-14 20:01:32 +00:00
Ricky Rosario fb28297ccb Bug 1535268 - The "CFR Pin Tabs" doorhanger's elements are wrongly positioned on Mac and Linux r=k88hudson
MozReview-Commit-ID: JfuJx7dykWL

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

--HG--
extra : moz-landing-system : lando
2019-03-14 21:42:02 +00:00
Razvan Maries 5a47e65bea Merge mozilla-central to autoland. a=merge on a CLOSED TREE 2019-03-14 23:48:31 +02:00
Razvan Maries b52345353d Merge mozilla-inbound to mozilla-central a=merge 2019-03-14 23:41:17 +02:00
Gijs Kruitbosch 323879348c Bug 1471737 - ensure DOMFrameContentLoaded events in browser_subdialogs.js are actually for the right frame before continuing the test, r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D23548

--HG--
extra : moz-landing-system : lando
2019-03-14 17:49:58 +00:00
Drew Willcoxon 29930869b6 Bug 1535203 - Don't close and reopen the popup when an @alias offer is clicked. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D23436

--HG--
extra : moz-landing-system : lando
2019-03-14 17:50:11 +00:00
Drew Willcoxon 68f26d54bb Bug 1535188 - Make it impossible to do empty @alias searches. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D23435

--HG--
extra : moz-landing-system : lando
2019-03-14 17:49:03 +00:00
Andrea Marchesini afed8a0a37 Bug 1533074 - Implement Fingerprinting and Cryptomining annotation features - Part 5 - Correct pref checks, r=dimi
Differential Revision: https://phabricator.services.mozilla.com/D23104

--HG--
extra : moz-landing-system : lando
2019-03-14 17:49:05 +00:00
Andrea Marchesini 61d20299f1 Bug 1533074 - Implement Fingerprinting and Cryptomining annotation features - Part 4 - tests, r=dimi
Differential Revision: https://phabricator.services.mozilla.com/D22471

--HG--
extra : moz-landing-system : lando
2019-03-14 17:48:50 +00:00
Andrea Marchesini 43f63d46a3 Bug 1533074 - Implement Fingerprinting and Cryptomining annotation features - Part 3 - Cryptomining-annotation, r=dimi
Differential Revision: https://phabricator.services.mozilla.com/D22344

--HG--
extra : moz-landing-system : lando
2019-03-14 17:48:33 +00:00
Andrea Marchesini fcf2cc8123 Bug 1533074 - Implement Fingerprinting and Cryptomining annotation features - Part 2 - Fingerprinting-annotation, r=dimi
Differential Revision: https://phabricator.services.mozilla.com/D22342

--HG--
extra : moz-landing-system : lando
2019-03-14 17:48:20 +00:00
Andrea Marchesini c39dc7f1aa Bug 1533074 - Implement Fingerprinting and Cryptomining annotation features - Part 1 - Classification flags in nsIHttpChannel, r=valentin,dimi
Differential Revision: https://phabricator.services.mozilla.com/D22341

--HG--
extra : moz-landing-system : lando
2019-03-14 17:47:59 +00:00
Andrea Marchesini 694d7a90e5 Bug 1511749 - Fix a race condition in SharedWorker shutdown, r=asuth
Differential Revision: https://phabricator.services.mozilla.com/D23188

--HG--
extra : moz-landing-system : lando
2019-03-14 17:42:50 +00:00
Tom Prince d2b867b7c8 No bug: [mozharness] Use the absolute path when download secretes, to aid debugging; r=aki
Differential Revision: https://phabricator.services.mozilla.com/D23465

--HG--
extra : moz-landing-system : lando
2019-03-14 16:22:02 +00:00
Jan Odvarko 8531967e8e Bug 1531400 - Missing bottom border on netmonitor table's header; r=ladybenko
Differential Revision: https://phabricator.services.mozilla.com/D22959

--HG--
extra : moz-landing-system : lando
2019-03-14 16:49:04 +00:00
Trushita 89f80adb85 Bug 1534337: Add _ separator in certificate export filename. r=keeler
The certificate when exported had filename with no separator. Now added "_" separator to filename.

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

--HG--
extra : moz-landing-system : lando
2019-03-14 16:43:50 +00:00
Rob Wu 2838b7e631 Bug 1525729 - Avoid memory leak via AddonTestUtils.initMochiTest r=aswan
When I added AddonTestUtils.initMochiTest to an existing test at
browser/components/preferences/in-content/tests/browser_extension_controlled.js
, the test started to fail often on debug builds, with errors like
"leaked 2 window(s) until shutdown".
Fix this by clearing the global that was saved by initMochiTest.

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

--HG--
extra : moz-landing-system : lando
2019-03-14 16:28:20 +00:00
Agi Sferro 3960667956 Bug 1535013: [geckoview] Add default impls to all interfaces. r=snorp
This also upgrades apilint to 0.1.8 to enforce that all interfaces have default
impls.

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

--HG--
extra : moz-landing-system : lando
2019-03-14 16:48:57 +00:00
Henri Sivonen b5a365766b Bug 1535282 - Add logging of content process-level focus changes. r=nika
Depends on D22468

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

--HG--
extra : moz-landing-system : lando
2019-03-14 15:55:35 +00:00
Henri Sivonen 83788eac4c Bug 1524983 - Make nsFocusManager::Blur() hand off focus one level up only. r=NeilDeakin
Depends on D22974

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

--HG--
extra : moz-landing-system : lando
2019-03-14 16:25:33 +00:00
Henri Sivonen f31daadc47 Bug 1533716 - Make out-of-process iframes able to request focus. r=masayuki,NeilDeakin
Depends on D22969

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

--HG--
extra : moz-landing-system : lando
2019-03-14 16:20:51 +00:00
Dorel Luca bc871ba7f1 Merge mozilla-central to autoland. CLOSED TREE
--HG--
extra : amend_source : 1a86c239e49011cf1a857de6e020b91ca0b6bd67
2019-03-14 18:27:51 +02:00
Dorel Luca 0e9ffb4c4f Merge mozilla-inbound to mozilla-central. a=merge 2019-03-14 18:25:40 +02:00
Dorel Luca 2d22ab9308 Backed out 3 changesets (bug 1522451) for eslint failure
Backed out changeset bd7007ecd0db (bug 1522451)
Backed out changeset d291cd16ef76 (bug 1522451)
Backed out changeset 6fbcde5da1c1 (bug 1522451)
2019-03-14 18:07:15 +02:00