Commit Graph

668394 Commits

Author SHA1 Message Date
Nihanth Subramanya
954bfd66fb Bug 1576100 - Ensure correct document order of category items for keyboard nav. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D43932

--HG--
extra : moz-landing-system : lando
2019-08-30 15:29:39 +00:00
Nicolas Silva
55060079d9 Bug 1562869 - Check for NaNs in project_rect. r=aosmond
Differential Revision: https://phabricator.services.mozilla.com/D44114

--HG--
extra : moz-landing-system : lando
2019-08-30 11:27:40 +00:00
Dão Gottwald
4421e12bbe Bug 1577801 - Stop messing with aria-activedescendant when mousing over one-off search buttons. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D44162

--HG--
extra : moz-landing-system : lando
2019-08-30 15:07:31 +00:00
Benjamin Bouvier
6839d6cbad Bug 1577717: Cranelift: implement dummy EmitEnv::reloc_constant trait method; r=jseward
Differential Revision: https://phabricator.services.mozilla.com/D44117

--HG--
extra : moz-landing-system : lando
2019-08-30 15:12:18 +00:00
Benjamin Bouvier
5c56119a6c Bug 1577717: Bump Cranelift to fc88520b88bcaad4e4a92f28a5e17347af20edbd; r=jseward
Differential Revision: https://phabricator.services.mozilla.com/D44116

--HG--
extra : moz-landing-system : lando
2019-08-30 15:12:56 +00:00
Mark Banner
6f85a36322 Bug 1577197 - Re-enable browser_oneOffContextMenu.js for test-verify. r=daleharvey
Differential Revision: https://phabricator.services.mozilla.com/D43766

--HG--
extra : moz-landing-system : lando
2019-08-30 15:11:51 +00:00
Brindusan Cristian
1372429f15 Backed out changeset 9d271586649f (bug 1576748) for spidermonkey bustages. CLOSED TREE
--HG--
extra : rebase_source : 74a1fcf4140ab3fe02603565cc53e701b0ae7739
2019-08-30 18:23:40 +03:00
Emilio Cobos Álvarez
a6a21b7c55 Bug 1570759 - followup: Actually use the style value if we determine we don't need the layout one. r=bustage
CLOSED TREE

MANUAL PUSH: orange will appear on autoland very soon otherwise
2019-08-30 17:30:53 +02:00
Andreas Pehrson
6d0734ab82 Bug 1577734 - Don't unset mGraphTimeOffset in MediaStreamRenderer. r=padenot
Differential Revision: https://phabricator.services.mozilla.com/D44158

--HG--
extra : moz-landing-system : lando
2019-08-30 14:46:44 +00:00
Emilio Cobos Álvarez
8ac4e96f2f Bug 1570759 - Enable the optimization to not flush for fixed margin values. r=jwatt
As noted this changes behavior, but it's unclear per
https://github.com/w3c/csswg-drafts/issues/2328 what behavior is correct, and
our behavior is inconsistent depending on whether there's any percentage
involved.

This matches other browsers so it's pretty low risk I'd say.

The test starts passing without changes to the test, but given the CSSWG issue I
made the test not rely on the optimization.

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

--HG--
extra : moz-landing-system : lando
2019-08-30 14:45:20 +00:00
Erica Wright
0c01327781 Bug 1577465 - Protection report string revisions. r=fluent-reviewers,johannh,flod
Differential Revision: https://phabricator.services.mozilla.com/D44024

--HG--
extra : moz-landing-system : lando
2019-08-30 14:22:02 +00:00
Nathan Froyd
ce03852616 Bug 1576748 - make symbolstore.py complain loudly if expected output isn't found; r=nalexander
This change surfaces errors faster, and ensures that we don't silently
end up with empty crashreporter symbols if `dump_syms` can't run for
some reason.

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

--HG--
extra : moz-landing-system : lando
2019-08-29 20:57:15 +00:00
Nathan Froyd
8d0937ce11 Bug 1576941 - be more careful about success when running dsymutil; r=nalexander
Various artifacts we produce don't actually have debug symbols, but
`llvm-dsymutil` will happily run on them and produce garbage for
`dump_syms` to look at.  Let's not do that.

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

--HG--
extra : moz-landing-system : lando
2019-08-30 13:35:04 +00:00
Emilio Cobos Álvarez
4505c339ab Bug 1576229 - Account for user stylesheets for Shadow DOM invalidation. r=jwatt
Differential Revision: https://phabricator.services.mozilla.com/D43992

--HG--
extra : moz-landing-system : lando
2019-08-30 14:35:34 +00:00
Razvan Caliman
521211a377 Bug 1577467 - Remove obsolete iframe container for DevTools animation inspector; r=daisuke
The animation inspector is [loaded on demand by the inspector](https://searchfox.org/mozilla-central/rev/8ea946dcf51f0d6400362cc1d49c8d4808e`eacf1/devtools/client/inspector/inspector.js#937-942) as a sidebar panel via an `InspectorPanel` instance. The iframe container from index.xhtml seems to be a leftover from a time where the animation inspector was loaded differently.

No failing tests after removing iframe. Is this ok to cleanup?

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

--HG--
extra : moz-landing-system : lando
2019-08-30 12:17:05 +00:00
Nihanth Subramanya
98195dc683 Bug 1574111 - Improve the definition of ThirdPartyCookies.isDetected. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D43464

--HG--
extra : moz-landing-system : lando
2019-08-30 14:19:43 +00:00
Jan de Mooij
3f0f24e358 Bug 1577565 - Fix patchNopToCall and patchCallToNop to flush the icache on ARM and MIPS. r=lth
The ARM64 code was already doing this correctly.

This also affects Wasm debugger breakpoints but it's not clear to me why
fuzzing didn't find the same issue there.

We are considering doing icache flushing on mprotect, it would eliminate
these issues.

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

--HG--
extra : moz-landing-system : lando
2019-08-30 12:17:43 +00:00
Emilio Cobos Álvarez
964d721a80 Bug 1577191 - Crashtest.
Differential Revision: https://phabricator.services.mozilla.com/D44155

--HG--
extra : moz-landing-system : lando
2019-08-30 14:08:27 +00:00
David Major
2883853abf Bug 1577528 - Remove hardcoded clang version in ccov mozconfigs r=froydnj
So that we don't have to keep bumping them by hand with every compiler upgrade.

This pattern was taken from the other uses of https://searchfox.org/mozilla-central/search?q=CLANG_LIB_DIR&case=true

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

--HG--
extra : moz-landing-system : lando
2019-08-30 13:46:11 +00:00
Emily McMinn
90152ac00d Bug 1551588 - Added a tab stop to the "info" and "dismiss" buttons in the FxA Bookmark Panel Message r=k88hudson
The Bookmark Panel Message now has tab stops on the info button, message dismiss icon, and message link, as well as all form fields and CTA buttons.

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

--HG--
extra : moz-landing-system : lando
2019-08-30 13:58:08 +00:00
David Teller
9b0defd210 Bug 1572365 - Removing magic header from Context decoder;r=arai
Differential Revision: https://phabricator.services.mozilla.com/D41169

--HG--
extra : moz-landing-system : lando
2019-08-30 13:32:09 +00:00
Emilio Cobos Álvarez
e789ad73c7 Bug 1577745 - Remove dead version of nsStyleDisplay::IsOriginalDisplayInlineOutside. r=mats
SVG Text stuff doesn't support abspos or anything like that, so it's not like it
is useful.

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

--HG--
extra : moz-landing-system : lando
2019-08-30 13:21:42 +00:00
Andreas Pehrson
a695bb9ded Bug 1576938 - Make MediaInputPort::Init work on an already-disconnected port. r=karlt
Depends on D44020

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

--HG--
extra : moz-landing-system : lando
2019-08-29 23:45:02 +00:00
Andreas Pehrson
52abe196ee Bug 1576938 - Allow a live MediaStreamTrack to be created with a destroyed input stream. r=karlt
This is a valid use case when cloning a MediaStreamTrack, if the source track of
the clone has had its input stream destroyed out-of-band and that change hasn't
been asynchronously communicated to the source track yet, i.e., it's still live.

Depends on D44019

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

--HG--
extra : moz-landing-system : lando
2019-08-29 23:45:04 +00:00
Andreas Pehrson
e571b688f3 Bug 1576938 - Add crashtest. r=karlt
Differential Revision: https://phabricator.services.mozilla.com/D44019

--HG--
extra : moz-landing-system : lando
2019-08-29 23:26:37 +00:00
Andreas Pehrson
3383369e5f Bug 1577495 - Use a single SharedDummyStream per HTMLMediaElement. r=karlt
Differential Revision: https://phabricator.services.mozilla.com/D43982

--HG--
extra : moz-landing-system : lando
2019-08-29 23:11:19 +00:00
Sebastian Hengst
6c326548a4 Bug 1577363 - Set dom/security/test/general/mochitest.ini as passing with fission. r=Ehsan
It got set as failing in bug 1576814 but passes after bug 1576316 added back fission-incompatible code.

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

--HG--
extra : moz-landing-system : lando
2019-08-30 13:52:04 +00:00
Sylvestre Ledru
8316b78583 Bug 1577726 - Ride along: explicit the file names (lz4.c instead of lz4.*) r=andi
Depends on D44145

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

--HG--
extra : moz-landing-system : lando
2019-08-30 13:03:43 +00:00
Sylvestre Ledru
b3b21a7150 Bug 1577726 - Ride along: Remove a directory which doesn't exist anymore r=andi
Differential Revision: https://phabricator.services.mozilla.com/D44145

--HG--
extra : moz-landing-system : lando
2019-08-30 13:03:31 +00:00
Jonathan Kew
d762d6259d Bug 1576846 - Fix the content-process's use of mAliasTable to temporarily record alternate font family names on Windows. r=jwatt
Differential Revision: https://phabricator.services.mozilla.com/D43746

--HG--
extra : moz-landing-system : lando
2019-08-30 13:14:26 +00:00
Dão Gottwald
22e86c016f Bug 1577752 - Use padding-block and padding-inline for the urlbar's one-off search button adjustments. r=harry
Differential Revision: https://phabricator.services.mozilla.com/D44141

--HG--
extra : moz-landing-system : lando
2019-08-30 12:52:42 +00:00
Dão Gottwald
e5663c5e75 Bug 1577742 - Inrease the megabar's z-index so it overlaps the tab overflow indicators. r=harry
Differential Revision: https://phabricator.services.mozilla.com/D44135

--HG--
extra : moz-landing-system : lando
2019-08-30 13:05:20 +00:00
Nathan Froyd
59daa65372 Bug 1577326 - use std::unique_ptr in the crashreporter client; r=gsvelto
`std::auto_ptr` is going away in C++17, so we might as well switch to
the approved thing now.

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

--HG--
extra : moz-landing-system : lando
2019-08-30 05:35:12 +00:00
Patrick Brosset
a285cce793 Bug 1576484 - Bail out of getParentGridElement when the element is <html>; r=rcaliman
Differential Revision: https://phabricator.services.mozilla.com/D44017

--HG--
extra : moz-landing-system : lando
2019-08-30 11:45:07 +00:00
Jon Coppeard
0983a25117 Bug 1571008 - Make background alloc kind selection less confusing r=jandem
This renames a couple of functions to hopefully make their intent clearer add adds comments and assertions.

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

--HG--
extra : moz-landing-system : lando
2019-08-30 12:51:09 +00:00
championshuttler
81e4388487 Bug 1574609 - Fix telemetry/telemetry path component in firefox-source-docs. r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D44110

--HG--
extra : moz-landing-system : lando
2019-08-30 12:44:02 +00:00
Emilio Cobos Álvarez
b33e5051d2 Bug 1577749 - Fix check_sccache_version when using RUSTC_WRAPPER. r=jwatt
Differential Revision: https://phabricator.services.mozilla.com/D44139

--HG--
extra : moz-landing-system : lando
2019-08-30 12:22:12 +00:00
Jonathan Kew
dc36677a7c Bug 1577669 - Cast to uint32_t before left-shifting byte value by 24 bits. r=jrmuizel
Differential Revision: https://phabricator.services.mozilla.com/D44132

--HG--
extra : moz-landing-system : lando
2019-08-30 12:04:46 +00:00
Johann Hofmann
6f4497fa71 Bug 1577636 - Update some strings for the identity panel. r=nhnt11
Differential Revision: https://phabricator.services.mozilla.com/D44130

--HG--
extra : moz-landing-system : lando
2019-08-30 10:35:30 +00:00
Gerald Squelart
2c3f65a2cf Bug 1577650 - Stop using using namespace std in Gecko Profiler - r=canaltinova
Differential Revision: https://phabricator.services.mozilla.com/D44076

--HG--
extra : moz-landing-system : lando
2019-08-30 09:40:30 +00:00
Jan de Mooij
cc6958bf73 Bug 1573674 part 2 - Don't report OOM exceptions to Nightly-only error interceptor hook. r=Yoric
Depends on D43583

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

--HG--
extra : moz-landing-system : lando
2019-08-30 11:44:14 +00:00
Jan de Mooij
4feca0fe03 Bug 1573674 part 1 - Move JSContext::setPendingException to the cpp file. r=Yoric
There's a lot of code and this path is slow enough that a non-inlined call isn't
going to be an issue.

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

--HG--
extra : moz-landing-system : lando
2019-08-28 12:02:04 +00:00
Brindusan Cristian
a10ae49f67 Backed out 5 changesets (bug 1543782) for devtools failures on browser_rules_completion-on-empty.js.
Backed out changeset d7b6b036d777 (bug 1543782)
Backed out changeset 2081fd72fd28 (bug 1543782)
Backed out changeset 703a2947c350 (bug 1543782)
Backed out changeset 822638e9789a (bug 1543782)
Backed out changeset cb477711fa64 (bug 1543782)

--HG--
extra : histedit_source : 5f52e7a5791fcdcf9d3433aced75ac3c92c48c3b
2019-08-30 13:59:35 +03:00
Nihanth Subramanya
757fef24f7 Bug 1577459 - Update Tracking Content description copy and remove Site Still Broken copy. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D44127

--HG--
extra : moz-landing-system : lando
2019-08-30 10:27:01 +00:00
Jonathan Watt
63674c8ce1 Bug 1564788. Remove unnecessary null check from PrintPreviewUserEventSuppressor::HandleEvent. r=masayuki
Most other overrides of nsIDOMEventListener::HandleEvent don't null check
aEvent at all.  This method should never be called without an event.

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

--HG--
extra : moz-landing-system : lando
2019-07-23 01:50:03 +00:00
Johann Hofmann
c652be7e03 Bug 1577324 - Always style the error code field in error pages as a link. r=nhnt11
The way that we're setting this now actually makes it impossible for this not to be a link, AFAICS.

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

--HG--
extra : moz-landing-system : lando
2019-08-30 10:14:45 +00:00
Dão Gottwald
b967d18b8d Bug 1577318 - Stop using GrayText for #identity-icon-labels and .urlbar-label, and clean up #identity-icon fill color rules. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D43936

--HG--
extra : moz-landing-system : lando
2019-08-30 07:57:35 +00:00
Johann Hofmann
aaa7552df4 Bug 1577731 - Place the granted permissions icon on the right for RTL and add dark mode support for it. r=nhnt11
Differential Revision: https://phabricator.services.mozilla.com/D44126

--HG--
extra : moz-landing-system : lando
2019-08-30 10:15:56 +00:00
Nihanth Subramanya
998575983d Bug 1577466 - [Protections Panel] Check hasException state when setting social tracking subview title. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D43947

--HG--
extra : moz-landing-system : lando
2019-08-29 21:15:11 +00:00
Olli Pettay
7df1ef4aec Bug 1558676, browser_html_options_ui.js should wait long enough to ensure layout has been flushed everywhere, r=mstriemer
Differential Revision: https://phabricator.services.mozilla.com/D44063

--HG--
extra : moz-landing-system : lando
2019-08-29 23:35:20 +00:00