Commit Graph

65227 Commits

Author SHA1 Message Date
Brindusan Cristian
950e03660b Backed out 6 changesets (bug 1576714) for build bustages at nsFrameLoaderOwner.cpp. CLOSED TREE
Backed out changeset 083967e704d2 (bug 1576714)
Backed out changeset b3467f1bdde7 (bug 1576714)
Backed out changeset 88e3b4b7fbaf (bug 1576714)
Backed out changeset b91221da32c7 (bug 1576714)
Backed out changeset 6996b7705f06 (bug 1576714)
Backed out changeset a303fc193f60 (bug 1576714)
2019-10-02 04:14:53 +03:00
Nika Layzell
f55d088ec3 Bug 1576714 - Part 3: Initiate subframe process switches from the parent, r=kmag
This flips the direction in which the BrowserBridge actor is generally created
such that it is generally created in the parent and sent down to a child
process.

This is done by making the decision about what kind of switch to perform in the
parent, and sending messages down to child processes async to orchestrate these
process changes.

Process launching is changed to use an async `MozPromise`-returning API in this
patch, though the actual process launching still occurs synchronously. A future
patch will enable performing async process launching through the
NewOrUsedBrowserProcess mechanism.

I know of at least a few timing issues which exist with the new logic,
especially around the state of the BrowsingContext during the process
transition. I decided to not try to fix all of these issues in this patch, as
many are complex and will require changing how we manage the lifecycle of
BrowsingContext substantially. I do, however, think that the new logic is more
reliable and has fewer timing issues than the previous logic.

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

--HG--
extra : moz-landing-system : lando
2019-10-01 18:09:03 +00:00
Mark Hammond
42b1e658e0 Bug 1584076 - Hide the 'Firefox Services' label when there are no services. r=vbudhram
Differential Revision: https://phabricator.services.mozilla.com/D47720

--HG--
extra : moz-landing-system : lando
2019-10-01 14:33:01 +00:00
Nihanth Subramanya
c9833c9bdb Bug 1583325 - Lighten the stripes in the TP switch section background when OFF. r=timhuang
Differential Revision: https://phabricator.services.mozilla.com/D47735

--HG--
extra : moz-landing-system : lando
2019-10-01 20:01:54 +00:00
Matt Howell
065e632e99 Bug 1584776 - Support displaying indeterminate download progress in the taskbar. r=mak
The root issue keeping this from working is that the DownloadSummary doesn't
provide any indication that downloads have unknown size, so most of the
changes in this patch are to give it that capability (with tests). Using that,
making the taskbar progress indeterminate is a simple change.

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

--HG--
extra : moz-landing-system : lando
2019-10-01 14:41:50 +00:00
Anny Gakhokidze
4b5f88535e Bug 1582531 - Update fission annotations for mochitests, r=kmag
Differential Revision: https://phabricator.services.mozilla.com/D47646

--HG--
extra : moz-landing-system : lando
2019-10-01 14:24:15 +00:00
Johann Hofmann
204f15a778 Bug 1584543 - Make checks for in-content functionality depend on documentURI instead of principal URI. r=ckerschb,Gijs
This is a necessary change that was done for Fluent access in bug 1573276. In almost all cases,
we want to rely on the principal for making security decisions, but the principal does not
store the original URI in cases where an about: page was sandboxed (it becomes a null principal URI),
and thus we need to use the documentURI here.

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

--HG--
extra : moz-landing-system : lando
2019-10-01 12:14:22 +00:00
Emilio Cobos Álvarez
4b9dcc4e53 Bug 1584950 - Use StaticPrefs in ScrollFrameHelper::IsSmoothScrollingEnabled. r=njn
Differential Revision: https://phabricator.services.mozilla.com/D47589

--HG--
extra : moz-landing-system : lando
2019-10-01 08:01:22 +00:00
Paul Zuehlcke
54a0b260d2 Bug 1581056 - Added telemetry for nsContentBlocker permissions. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D47088

--HG--
extra : moz-landing-system : lando
2019-09-26 09:10:42 +00:00
Harry Twyford
f0f21826c4 Bug 1584336 - Re-add the width attribute to the searchbar. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D47624

--HG--
extra : moz-landing-system : lando
2019-10-01 08:27:56 +00:00
Nihanth Subramanya
037ada2508 Bug 1584633 - Add hover/active states to the TP switch background. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D47506

--HG--
extra : moz-landing-system : lando
2019-10-01 07:49:54 +00:00
Mark Hammond
61ae99a8c1 Bug 1577662 (part 2) - Profile reset now correctly handles that signed in to FxA doesn't always mean sync. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D47572

--HG--
extra : moz-landing-system : lando
2019-10-01 01:12:42 +00:00
Mark Hammond
affb20bf7e Bug 1577662 (part 1) - Allow profile refresh test to test multiple refresh scenarios. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D47571

--HG--
extra : moz-landing-system : lando
2019-10-01 01:12:23 +00:00
Michael Kaply
54257dc01e Bug 1579418 - Don't reset homepage unless we need to. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D45081

--HG--
extra : moz-landing-system : lando
2019-09-30 21:35:38 +00:00
Mark Banner
f9c236531f Bug 1563021 - Add preferences UI to allow enabling and selection of a separate default private engine. r=fluent-reviewers,jaws,flod
Differential Revision: https://phabricator.services.mozilla.com/D46971

--HG--
extra : moz-landing-system : lando
2019-09-30 19:18:26 +00:00
Olli Pettay
c3bfe556b3 Bug 1440900, try to ensure Browser:WebRTCGlobalIndicator is closed, r=johannh
Other tests in the file explicitly call closeStream. It seems to help with the issue, but this
is a bit guess fix, since I'm not at all familiar with the relevant code. Perhaps the test
should pass without explicit closeStream? If so, there should be a comment why.

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

--HG--
extra : moz-landing-system : lando
2019-09-30 18:28:29 +00:00
Nan Jiang
bf7846aa4f Bug 1581912 - Follow up tuning for the extended triplets rollout r=k88hudson
* Updates the frequency cap for the extended triplets feature
* Updates the experiment ID

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

--HG--
extra : moz-landing-system : lando
2019-09-30 18:28:33 +00:00
Nihanth Subramanya
a519e31479 Bug 1582750 - Manually invoke descriptionHeightWorkaround() on protections panel the first time we show category items. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D47651

--HG--
extra : moz-landing-system : lando
2019-09-30 18:28:53 +00:00
Dão Gottwald
5563c51920 Bug 1584938 - Support click-selects-all behavior on the search icon. r=harry
Differential Revision: https://phabricator.services.mozilla.com/D47586

--HG--
extra : moz-landing-system : lando
2019-09-30 13:39:35 +00:00
Ryan VanderMeulen
9619ebe2c8 Bug 1584611 - Update pdf.js to version 2.3.194. r=bdahl
Differential Revision: https://phabricator.services.mozilla.com/D47489

--HG--
extra : moz-landing-system : lando
2019-09-30 17:28:19 +00:00
Marco Bonardo
36787109b0 Bug 1579923 - WebExt API: Add suggestedIndex property to Result type. r=adw,mixedpuppy
Differential Revision: https://phabricator.services.mozilla.com/D46941

--HG--
extra : moz-landing-system : lando
2019-09-30 17:14:20 +00:00
Mark Striemer
be3767ebcd Bug 1504254 - Edit prefs on double click r=paolo
Differential Revision: https://phabricator.services.mozilla.com/D44916

--HG--
extra : moz-landing-system : lando
2019-09-30 16:06:39 +00:00
Nihanth Subramanya
a5621850c9 Bug 1576600 - Ensure Learn More link is visible in dark mode. r=andreio
Differential Revision: https://phabricator.services.mozilla.com/D47617

--HG--
extra : moz-landing-system : lando
2019-09-30 14:57:06 +00:00
Tim Huang
267b4e9e38 Bug 1578093 - Change the margin end of the ideneity box to 2px from 4px in oder to make the lock icon looks more centered. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D47593

--HG--
extra : moz-landing-system : lando
2019-09-30 13:37:53 +00:00
ffxbld
8a664f77d8 No Bug, mozilla-central repo-update HSTS HPKP blocklist remote-settings tld-suffixes - a=repo-update r=RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D47597

--HG--
extra : moz-landing-system : lando
2019-09-30 13:11:37 +00:00
Dão Gottwald
5e68197c58 Bug 1584272 - Reduce megabar expansion and shrinking animation duration. r=harry
Differential Revision: https://phabricator.services.mozilla.com/D47583

--HG--
extra : moz-landing-system : lando
2019-09-30 12:48:04 +00:00
Dão Gottwald
d1607b78b7 Bug 1584525 - Remove unused controller option from UrlbarInput constructor. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D47429

--HG--
extra : moz-landing-system : lando
2019-09-30 12:41:43 +00:00
Xidorn Quan
13b7698796 Bug 1567355 - Admit that exiting fullscreen can fail on macOS. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D47525

--HG--
extra : moz-landing-system : lando
2019-09-30 12:35:45 +00:00
Tim Huang
10ea46fdbb Bug 1578334 - Update the tooltip of the tracking protection icon when toggling the TP switch. r=nhnt11
In order to show a correct tooltip after toggling the TP switch. We
update the tooltip of the tracking protection icon when toggling the TP
switch right before the 500 ms waiting.

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

--HG--
extra : moz-landing-system : lando
2019-09-30 12:36:05 +00:00
Nihanth Subramanya
bd653ba9c4 Bug 1576600 - Fix styling of Learn More link in protections panel info message. r=andreio
Differential Revision: https://phabricator.services.mozilla.com/D47446

--HG--
extra : moz-landing-system : lando
2019-09-30 11:39:32 +00:00
Nihanth Subramanya
b63ff14f07 Bug 1576601 - Add click listener only to the link in the protections panel info message. r=andreio
Differential Revision: https://phabricator.services.mozilla.com/D47445

--HG--
extra : moz-landing-system : lando
2019-09-30 11:39:34 +00:00
Nihanth Subramanya
7443d66ad4 Bug 1583355 - [Protections Panel] Update margins of more info button. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D47441

--HG--
extra : moz-landing-system : lando
2019-09-30 11:39:36 +00:00
Nihanth Subramanya
0cb0f49a4d Bug 1583350 - Make the more info image full-width with no borders. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D47437

--HG--
extra : moz-landing-system : lando
2019-09-30 12:21:01 +00:00
Harry Twyford
f907c1d2f7 Bug 1584270 - Expand the Megabar on mouseup. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D47384

--HG--
extra : moz-landing-system : lando
2019-09-30 11:26:15 +00:00
Coroiu Cristina
176d920d7c Backed out 4 changesets (bug 1583355, bug 1576600, bug 1576601, bug 1583350) for browser-chrome failures at browser/base/content/test/siteProtections/browser_protections_UI.js on a CLOSED TREE
Backed out changeset d1fe84998565 (bug 1576600)
Backed out changeset f8919c0d489c (bug 1576601)
Backed out changeset 78bbc490901b (bug 1583355)
Backed out changeset 012d008e440a (bug 1583350)
2019-09-30 14:33:49 +03:00
Nihanth Subramanya
18fa648fce Bug 1576600 - Fix styling of Learn More link in protections panel info message. r=andreio
Differential Revision: https://phabricator.services.mozilla.com/D47446

--HG--
extra : moz-landing-system : lando
2019-09-30 10:32:22 +00:00
Nihanth Subramanya
ca5756177e Bug 1576601 - Add click listener only to the link in the protections panel info message. r=andreio
Differential Revision: https://phabricator.services.mozilla.com/D47445

--HG--
extra : moz-landing-system : lando
2019-09-30 10:31:39 +00:00
Nihanth Subramanya
b90f019865 Bug 1583355 - [Protections Panel] Update margins of more info button. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D47441

--HG--
extra : moz-landing-system : lando
2019-09-30 10:31:21 +00:00
Nihanth Subramanya
de72473ba1 Bug 1583350 - Make the more info image full-width with no borders. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D47437

--HG--
extra : moz-landing-system : lando
2019-09-30 10:41:18 +00:00
Nihanth Subramanya
eb63155b49 Bug 1583629 - Set correct color on None Detected section header in dark theme. r=timhuang
Differential Revision: https://phabricator.services.mozilla.com/D47507

--HG--
extra : moz-landing-system : lando
2019-09-30 08:24:49 +00:00
Nihanth Subramanya
e5dcb2212e Bug 1583634 - Make dropmarker arrows lighter in the protections and identity panels. r=timhuang
Differential Revision: https://phabricator.services.mozilla.com/D47442

--HG--
extra : moz-landing-system : lando
2019-09-30 08:19:59 +00:00
Cosmin Sabou
b0e0d1aa66 Bug 1533895 - Disable browser_broadcast.js on other platforms. r=bc
Differential Revision: https://phabricator.services.mozilla.com/D47550

--HG--
extra : moz-landing-system : lando
2019-09-29 15:02:34 +00:00
Jonathan Kingston
d6d3522a16 Bug 1237782 - Remove http override and add appcache pref r=baku
Differential Revision: https://phabricator.services.mozilla.com/D44472

--HG--
extra : moz-landing-system : lando
2019-09-30 00:55:02 +00:00
Kestrel
ba33736531 Bug 1584228 - Modify about:preferences CSP to allow data: images so added search engine icons can be shown. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D47552

--HG--
extra : moz-landing-system : lando
2019-09-29 20:55:35 +00:00
Tim Nguyen
5c78a8e3de Bug 1582530 - Fix remaining cases that were relying on blockification. r=dao,dholbert
Differential Revision: https://phabricator.services.mozilla.com/D46676

--HG--
extra : moz-landing-system : lando
2019-09-28 00:20:32 +00:00
Doug Thayer
94a1e48dad Bug 1583651 - Add logging indicator for maybeVisibleTabs r=mconley
This is just sometimes relevant for debugging things.

Depends on D47350

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

--HG--
extra : moz-landing-system : lando
2019-09-27 19:17:25 +00:00
Doug Thayer
4d7fc6146d Bug 1583651 - Pull Telemetry code out into helpers r=mconley
This just pulls chunks of TelemetryStopwatch and similar code,
which often eats up several lines, into some helper functions.
This should just help reduce the cognitive load of reading this
code.

Depends on D47349

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

--HG--
extra : moz-landing-system : lando
2019-09-27 19:23:12 +00:00
Doug Thayer
ac9c79f25f Bug 1583651 - Send all pre/postActions through handleEvent r=mconley
This way we ensure that the reentrancy guard always stays in effect.
It should just be a little easier to reason about everything if it's
all channeled through the same place.

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

--HG--
extra : moz-landing-system : lando
2019-09-27 19:12:03 +00:00
Dorel Luca
759e72860c Backed out 2 changesets (bug 1582530) for Creshtest failures in ayout/generic/ReflowInput.cpp. CLOSED TREE
Backed out changeset 536e78fea3de (bug 1582530)
Backed out changeset ae88c31cf531 (bug 1582530)

--HG--
extra : amend_source : cd6928208a1916e72a8f14952adc85f5e5e2c47d
2019-09-28 00:31:24 +03:00
Tim Nguyen
597206ae06 Bug 1582530 - Fix remaining cases that were relying on blockification. r=dao,dholbert
Differential Revision: https://phabricator.services.mozilla.com/D46676

--HG--
extra : moz-landing-system : lando
2019-09-27 20:14:37 +00:00
Andrew McCreight
663c40c506 Bug 1579835, part 1b - Directly pass in remote type to E10SUtils.isWebRemoteType. r=mconley
Now that we only use a single field of the browser that gets passed in
to isWebRemoteType, I think it makes more sense to just pass in the
remote type directly.

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

--HG--
extra : moz-landing-system : lando
2019-09-26 22:16:28 +00:00
Andrew McCreight
741763a6d6 Bug 1579835, part 1 - Make E10SUtils.isWebRemoteType use a simpler prefix approach. r=mconley
Nika said that any `web'-prefixed remote type should be valid, so this
function can be simplified. For instance, webLargeAllocation should
return true.

This removes the need for ownerGlobal, so a few wrappers can be
removed.

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

--HG--
extra : moz-landing-system : lando
2019-09-25 22:40:30 +00:00
Erica Wright
fcae634e2a Bug 1584573 - String change for appmenu protection report label. r=fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D47458

--HG--
extra : moz-landing-system : lando
2019-09-27 17:33:46 +00:00
Tim Nguyen
84795d8770 Bug 1584412 - Update CSS broken by bug 1534455. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D47380

--HG--
extra : moz-landing-system : lando
2019-09-27 11:10:24 +00:00
Paul Zuehlcke
97eafa8dd0 Bug 1402957 - Refactored remaining tests using nsIPermissionManager URI methods to principals. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D47252

--HG--
extra : moz-landing-system : lando
2019-09-27 09:48:53 +00:00
Mark Banner
b095f7073f Bug 1576158 - Display the private browsing engine on the new tab page when in permanent private browsing mode. r=Mardak
Differential Revision: https://phabricator.services.mozilla.com/D47209

--HG--
extra : moz-landing-system : lando
2019-09-27 14:54:50 +00:00
Mark Banner
b93f2c2970 Bug 1576158 - Display the private browsing engine on the private browsing page. r=Mardak
Differential Revision: https://phabricator.services.mozilla.com/D47208

--HG--
extra : moz-landing-system : lando
2019-09-27 14:54:38 +00:00
Anny Gakhokidze
f1c694e18f Bug 1582531 - Update fission annotations for skipped tests that are now passing succesfully, r=kmag
Differential Revision: https://phabricator.services.mozilla.com/D47347

--HG--
extra : moz-landing-system : lando
2019-09-27 14:25:10 +00:00
Brian Grinstead
5532d17616 Bug 1583377 - Remove xul:page and replace consumers with xul:window r=NeilDeakin
Differential Revision: https://phabricator.services.mozilla.com/D46869

--HG--
extra : moz-landing-system : lando
2019-09-27 13:04:20 +00:00
Dão Gottwald
11dc2d37c2 Bug 1584507 - Collapsed urlbar should expand when clicking its search icon. r=harry
Differential Revision: https://phabricator.services.mozilla.com/D47421

--HG--
extra : moz-landing-system : lando
2019-09-27 13:22:31 +00:00
Emilio Cobos Álvarez
69d84b1151 Bug 1582042 - Remove nsIRemoteTab.forceRepaint(). r=mconley
It's useless if the tab is already visible (i.e., has renderLayers=true), per
the previous patches, and that's the only point at which it gets called.

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

--HG--
extra : moz-landing-system : lando
2019-09-26 22:11:50 +00:00
Nihanth Subramanya
fbae672ca0 Bug 1579209 - [Protections Panel] Use new STATE_COOKIES_LOADED_TRACKER for cookies category item visibility logic. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D47323

--HG--
extra : moz-landing-system : lando
2019-09-27 10:41:48 +00:00
Harry Twyford
5dabbf7c94 Bug 1584273 - Disable the megabar animation when prefers-reduced-motion is true. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D47348

--HG--
extra : moz-landing-system : lando
2019-09-27 10:58:46 +00:00
Harry Twyford
b823671288 Bug 1583993 - Check the focused attribute in startLayoutExtend and endLayoutExtend. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D47262

--HG--
extra : moz-landing-system : lando
2019-09-27 11:00:06 +00:00
Julian Descottes
6703ecb952 Bug 1583749 - Stop exposing deprecated connect() api on the webextension descriptor front r=yulia,rpl
Depends on D47053

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

--HG--
extra : moz-landing-system : lando
2019-09-27 09:53:55 +00:00
Brindusan Cristian
1a6d122f44 Bug 1579285 - Fix prettier Eslint. r=me CLOSED TREE 2019-09-27 07:30:19 +03:00
Martin Thomson
336d7bb418 Bug 1579285 - Offer to enable TLS 1.0 on neterror page r=johannh
As we roll out the TLS 1.0 and 1.1 deprecation, sites that don't support TLS 1.2
will show the neterror page.  This adds a box to that page that shows in this
specific case.  That box explains what is going on and gives an option to
re-enable TLS 1.0.

As mentioned, this will show alongside an option to reset TLS-related
preferences if any overrides are active.

Hitting the button will set the new pref to 'true' and reload the page.

Once the override is engaged, the option won't show, but that option to reset
preferences will show (as this is a TLS-related preference).

The intent is to remove this affordance in March 2020 as we formally move to
having TLS 1.2 the minimum version.  All going to plan, this will only affect
prerelease channels, though anyone who has tweaked security.tls.version.* could
also see this.

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

--HG--
extra : moz-landing-system : lando
2019-09-27 01:26:06 +00:00
Martin Thomson
506fbc6493 Bug 1579270 - Disable TLS 1.0 and TLS 1.1 in Nightly, r=jcj
This flips the default for security.tls.version.min to 3 (TLS 1.2) for the
Nightly channel.

Having had this pref at this level for the last year, I can confirm that this
does break the occasional site, but it is quite rare.  The intent of this change
is to start making it more obvious when sites don't support TLS 1.2.

I'm asking for wider review because this is a disruptive change.

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

--HG--
extra : moz-landing-system : lando
2019-09-27 04:01:17 +00:00
thomasmo
5bc5a92887 Bug 1570130 - Add Search to FxR Url Bar r=Gijs
This change updates the URL bar in Firefox Reality for Desktop to support
searching with the default provider when a not-well-formed URL is input by the
user.

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

--HG--
extra : moz-landing-system : lando
2019-09-26 21:16:53 +00:00
shindli
964bceeb91 Backed out 2 changesets (bug 1582530) for causing reftest permafailures in /builds/worker/workspace/build/src/layout/generic/ReflowInput.cpp:2188 CLOSED TREE
Backed out changeset c0fcdc789da3 (bug 1582530)
Backed out changeset 7eb69d3d03a5 (bug 1582530)
2019-09-27 05:15:08 +03:00
Tim Nguyen
4750005faf Bug 1582530 - Fix remaining cases that were relying on blockification. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D46676

--HG--
extra : moz-landing-system : lando
2019-09-27 01:19:11 +00:00
Coroiu Cristina
735d79f681 Backed out 4 changesets (bug 1579285, bug 1579270) for browser-chrome failures at browser/base/content/test/siteIdentity/browser_deprecatedTLSVersions.js on a CLOSED TREE
Backed out changeset 36d7cc55bd16 (bug 1579285)
Backed out changeset 26e3ed3c1592 (bug 1579285)
Backed out changeset 913652258fe6 (bug 1579285)
Backed out changeset 0781e60dd54c (bug 1579270)
2019-09-27 04:19:59 +03:00
Brindusan Cristian
555f911666 Backed out 2 changesets (bug 1582530) for crashtest assertions on ReflowInput.cpp. CLOSED TREE
Backed out changeset 1ae40ac76cd0 (bug 1582530)
Backed out changeset 7fb765cb6727 (bug 1582530)
2019-09-27 04:02:33 +03:00
Brindusan Cristian
a28dd50b63 Bug 1579285 - Fix ESlint. a=me CLOSED TREE 2019-09-27 03:50:33 +03:00
Martin Thomson
cd23d1b0d9 Bug 1579285 - Offer to enable TLS 1.0 on neterror page r=johannh
As we roll out the TLS 1.0 and 1.1 deprecation, sites that don't support TLS 1.2
will show the neterror page.  This adds a box to that page that shows in this
specific case.  That box explains what is going on and gives an option to
re-enable TLS 1.0.

As mentioned, this will show alongside an option to reset TLS-related
preferences if any overrides are active.

Hitting the button will set the new pref to 'true' and reload the page.

Once the override is engaged, the option won't show, but that option to reset
preferences will show (as this is a TLS-related preference).

The intent is to remove this affordance in March 2020 as we formally move to
having TLS 1.2 the minimum version.  All going to plan, this will only affect
prerelease channels, though anyone who has tweaked security.tls.version.* could
also see this.

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

--HG--
extra : moz-landing-system : lando
2019-09-27 00:18:11 +00:00
Tim Nguyen
9512989188 Bug 1582530 - Fix remaining cases that were relying on blockification. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D46676

--HG--
extra : moz-landing-system : lando
2019-09-27 00:13:51 +00:00
Gijs Kruitbosch
f9d5bd130d Bug 1583985 - move breach alerts checkbox in markup to avoid its width enlarging the content box unnecessarily, r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D47187

--HG--
extra : moz-landing-system : lando
2019-09-26 22:15:16 +00:00
Kris Maglione
e57df5ef8b Bug 1583386: Part 2 - Enable DocumentChannel in mochitest Fission runs. r=mattwoodrow,ahal
Differential Revision: https://phabricator.services.mozilla.com/D47009

--HG--
extra : moz-landing-system : lando
2019-09-26 20:02:44 +00:00
Coroiu Cristina
3b27110d58 Backed out changeset f3c1becf9396 (bug 1237782) for browser-chrome failures at dom/tests/mochitest/ajax/offline/browser_disableAppcache.js on a CLOSED TREE 2019-09-26 23:05:07 +03:00
Ed Lee
ea35d790ee Bug 1584299 - Add sending PDFs, undismissing spocs and bug fixes to New Tab Page r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D47328

--HG--
extra : moz-landing-system : lando
2019-09-26 20:01:28 +00:00
Brindusan Cristian
bbe6450687 Backed out 3 changesets (bug 1582530) for crashtest failures on 360339-1.xul. CLOSED TREE
Backed out changeset 0d8d8016da4f (bug 1582530)
Backed out changeset deba67add7d2 (bug 1582530)
Backed out changeset b62377b233a8 (bug 1582530)
2019-09-26 22:52:22 +03:00
Jonathan Kingston
495916342a Bug 1237782 - Remove http override and add appcache pref r=baku
Differential Revision: https://phabricator.services.mozilla.com/D44472

--HG--
extra : moz-landing-system : lando
2019-09-26 19:03:04 +00:00
Sean Feng
660aac23aa Bug 1467970 - Unsupport cross docGroup adoption r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D43135

--HG--
extra : moz-landing-system : lando
2019-09-14 00:09:44 +00:00
Tim Nguyen
7dac471890 Bug 1582530 - Fix remaining cases that were relying on blockification. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D46676

--HG--
extra : moz-landing-system : lando
2019-09-26 17:19:15 +00:00
Kris Taeleman
d2d88e021d Bug 1582565 - Log transactions into readable format. r=jrmuizel
Differential Revision: https://phabricator.services.mozilla.com/D46657

--HG--
extra : moz-landing-system : lando
2019-09-26 16:43:05 +00:00
Christoph Kerschbaumer
30285b4a58 Bug 1499354: Add object-src 'none' to the CSP of all about: pages. r=freddyb
Differential Revision: https://phabricator.services.mozilla.com/D46950

--HG--
extra : moz-landing-system : lando
2019-09-26 16:22:41 +00:00
Andrei Oprea
b47a6216fe Bug 1583231 - Fix indentation, tooltip use, and CSS of what's new panel and toolbarbutton r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D46931

--HG--
extra : moz-landing-system : lando
2019-09-26 11:06:30 +00:00
Dão Gottwald
6135c6c044 Bug 1582375 - Focus the urlbar when clicking directly on the input container (this includes the search glass which doesn't consume pointer events). r=harry
Differential Revision: https://phabricator.services.mozilla.com/D47237

--HG--
extra : moz-landing-system : lando
2019-09-26 14:12:08 +00:00
Dão Gottwald
a91e4d2fbb Bug 1581753 - Improve one-off search button layout in narrow windows. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D47270

--HG--
extra : moz-landing-system : lando
2019-09-26 15:26:42 +00:00
Dão Gottwald
28cffc3722 Bug 1584167 - Merge UrlbarView's outside click handling into UrlbarInput. r=harry
Differential Revision: https://phabricator.services.mozilla.com/D47236

--HG--
extra : moz-landing-system : lando
2019-09-26 14:11:50 +00:00
ffxbld
c9b081d8c9 No Bug, mozilla-central repo-update HSTS HPKP blocklist remote-settings tld-suffixes - a=repo-update r=RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D47244

--HG--
extra : moz-landing-system : lando
2019-09-26 14:33:06 +00:00
Marco Bonardo
7d77f1ccc3 Bug 1579002 - Retained results: megabar should shown again pending search results on refocus. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D46606

--HG--
extra : moz-landing-system : lando
2019-09-26 13:31:15 +00:00
Olli Pettay
322a0d1fa7 Bug 1579591, clear pending timeouts in BrowserUsageTelemetry.jsm to avoid leaks during testing, r=Ehsan
Differential Revision: https://phabricator.services.mozilla.com/D47250

--HG--
extra : moz-landing-system : lando
2019-09-26 13:37:15 +00:00
Drew Willcoxon
e505b9b12c Bug 1578584 - Quantumbar WebExt API: Add onResultPicked event. r=harry,mixedpuppy
Adds a new event listener to `browser.urlbar` called `onResultPicked`. This event is fired for tip results when they don't specify a URL. Hypothetically it could be fired for any type of result that didn't specify a URL, but that's only tips for now.

The listener is passed two arguments: the payload of the result that was picked, and a "details" object whose properties depend on the type of result. For tips, details is `{ helpPicked }`, where `helpPicked` is true if the help button was picked and false if the main button was picked.

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

--HG--
extra : moz-landing-system : lando
2019-09-26 13:53:14 +00:00
Thomas Wisniewski
216d51dfc1 Bug 1581180 - Fix browser_report_site_issue.js test on Fission r=denschub
Fix browser_report_site_issue.js test on Fission

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

--HG--
extra : moz-landing-system : lando
2019-09-26 13:30:42 +00:00
Emilio Cobos Álvarez
06edb6f970 Bug 1583941 - Use a per-window event to handle dark mode changes in LightweightThemeConsumer.jsm. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D47241

--HG--
extra : moz-landing-system : lando
2019-09-26 13:21:40 +00:00
Michael Kaply
42b53c41d1 Bug 1560808 - Don't activate policy engine if there are no policies. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D46973

--HG--
extra : moz-landing-system : lando
2019-09-26 12:35:34 +00:00
Sebastian Streich
2fbc46096e Bug 1580782 - Remove JS Callsites for Principal->GetURI->Schemeis r=ckerschb
Differential Revision: https://phabricator.services.mozilla.com/D45685

--HG--
extra : moz-landing-system : lando
2019-09-26 10:47:33 +00:00
Mark Hammond
4b629788b2 Bug 1570567 - update about:preferences#sync to reflect the decoupling of FxA and Sync. r=Gijs,eoger,flod,fluent-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D46574

--HG--
extra : moz-landing-system : lando
2019-09-26 10:48:22 +00:00
Harry Twyford
56a52ac8db Bug 1583855 - The Megabar should enter the Focused & Collapsed state when ESC is pressed. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D47126

--HG--
extra : moz-landing-system : lando
2019-09-26 09:06:09 +00:00
Johann Hofmann
9efd735d31 Bug 1564248 - Re-add contentblocking.exceptions and extend the measurement to 75. r=Ehsan
Differential Revision: https://phabricator.services.mozilla.com/D47073

--HG--
extra : moz-landing-system : lando
2019-09-26 08:09:17 +00:00
Nils Maier
78d77f92c9 Bug 1296365 - Show extension name instead of URI in popup windows r=mixedpuppy
Differential Revision: https://phabricator.services.mozilla.com/D45213

--HG--
extra : moz-landing-system : lando
2019-09-26 04:13:27 +00:00
alwu
4f6d0ab620 Bug 1578615 - part10 : do not enable delaying autoplay during test by default. r=chunmin
Tests which use this feature on testing should enable the pref explicitly.

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

--HG--
extra : moz-landing-system : lando
2019-09-25 21:43:38 +00:00
Ciure Andrei
234fc94cb3 Backed out 2 changesets (bug 1578584) for browser_ext_urlbar.js failures CLOSED TREE
Backed out changeset 4730635520c6 (bug 1578584)
Backed out changeset f0e4e5312bf5 (bug 1578584)
2019-09-26 06:44:18 +03:00
Drew Willcoxon
ec9c941983 Bug 1578584 - Follow-up test fix: Quantumbar WebExt API: Add onResultPicked event.
Increase the extension notification timeout to prevent intermittent test failures. Like this existing test does: https://searchfox.org/mozilla-central/rev/f43ae7e1c43a4a940b658381157a6ea6c5a185c1/browser/components/extensions/test/xpcshell/test_ext_urlbar.js#43

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

--HG--
extra : moz-landing-system : lando
2019-09-26 02:47:29 +00:00
Drew Willcoxon
35081f529d Bug 1578584 - Quantumbar WebExt API: Add onResultPicked event. r=harry,mixedpuppy
Adds a new event listener to `browser.urlbar` called `onResultPicked`. This event is fired for tip results when they don't specify a URL. Hypothetically it could be fired for any type of result that didn't specify a URL, but that's only tips for now.

The listener is passed two arguments: the payload of the result that was picked, and a "details" object whose properties depend on the type of result. For tips, details is `{ helpPicked }`, where `helpPicked` is true if the help button was picked and false if the main button was picked.

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

--HG--
extra : source : febf4480bc0bce19a0c8883e0c9296c40013e01e
2019-09-26 01:20:07 +00:00
Ciure Andrei
10e6f9e594 Backed out changeset febf4480bc0b (bug 1578584) for causing browser_ext_urlbar.js to perma fail CLOSED TREE 2019-09-26 05:18:24 +03:00
Drew Willcoxon
a800c1bef5 Bug 1578584 - Quantumbar WebExt API: Add onResultPicked event. r=harry,mixedpuppy
Adds a new event listener to `browser.urlbar` called `onResultPicked`. This event is fired for tip results when they don't specify a URL. Hypothetically it could be fired for any type of result that didn't specify a URL, but that's only tips for now.

The listener is passed two arguments: the payload of the result that was picked, and a "details" object whose properties depend on the type of result. For tips, details is `{ helpPicked }`, where `helpPicked` is true if the help button was picked and false if the main button was picked.

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

--HG--
extra : moz-landing-system : lando
2019-09-26 01:20:07 +00:00
Tim Nguyen
91a6478d2e Bug 1562242 - Replace XUL textboxes with HTML input in browser/base/content/popup-notifications.inc. r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D36341

--HG--
extra : moz-landing-system : lando
2019-09-26 00:45:17 +00:00
Mark Hammond
7ec2097ae8 Bug 1582633 - allow an FxA user to be signed in without sync being enabled. r=eoger,lina
Differential Revision: https://phabricator.services.mozilla.com/D46572

--HG--
extra : moz-landing-system : lando
2019-09-25 06:51:18 +00:00
Ciure Andrei
9ee26c1cd1 Backed out changeset abcfd108c7e5 (bug 1578584) for causing test_ext_urlbar.js to perma fail CLOSED TREE 2019-09-26 03:45:13 +03:00
Emma Malysz
192e75e65b Bug 1584014, access PushService object to avoid leak r=lina
Differential Revision: https://phabricator.services.mozilla.com/D47189

--HG--
extra : moz-landing-system : lando
2019-09-26 00:29:08 +00:00
Oana Pop Rus
8278fe3e16 Backed out changeset 9fafa0d11bfb (bug 1562242) for failing browser-chrome's browser_notifications_2.js. on a CLOSED TREE 2019-09-26 03:22:05 +03:00
Drew Willcoxon
91e5152289 Bug 1578584 - Quantumbar WebExt API: Add onResultPicked event. r=harry,mixedpuppy
Adds a new event listener to `browser.urlbar` called `onResultPicked`. This event is fired for tip results when they don't specify a URL. Hypothetically it could be fired for any type of result that didn't specify a URL, but that's only tips for now.

The listener is passed two arguments: the payload of the result that was picked, and a "details" object whose properties depend on the type of result. For tips, details is `{ helpPicked }`, where `helpPicked` is true if the help button was picked and false if the main button was picked.

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

--HG--
extra : moz-landing-system : lando
2019-09-19 23:48:12 +00:00
Tim Nguyen
66f6fbcec1 Bug 1562242 - Replace XUL textboxes with HTML input in browser/base/content/popup-notifications.inc. r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D36341

--HG--
extra : moz-landing-system : lando
2019-09-25 23:24:21 +00:00
Tim Nguyen
8af78c3acc Bug 1562664 - Replace XUL textbox usages with HTML inputs in editBookmarkPanel.inc.xul r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D36495

--HG--
extra : moz-landing-system : lando
2019-09-25 22:39:25 +00:00
Alex Catarineu
8d86dd4c94 Bug 1573276 - Always allow localization in error pages r=johannh,peterv
Differential Revision: https://phabricator.services.mozilla.com/D43216

--HG--
extra : moz-landing-system : lando
2019-09-25 10:39:45 +00:00
Andreea Pavel
9fd779e03f Merge mozilla-central to autoland on a CLOSED TREE 2019-09-26 01:00:14 +03:00
Andreea Pavel
bd0ebde417 Merge autoland to mozilla-central. a=merge 2019-09-26 00:50:57 +03:00
Harry Twyford
a609266a08 Bug 1578436 - Handle enter keypresses and mouse clicks on tip buttons. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D46067

--HG--
rename : browser/components/urlbar/tests/browser/browser_tip_keyboard_selection.js => browser/components/urlbar/tests/browser/browser_tip_selection.js
extra : moz-landing-system : lando
2019-09-25 17:37:09 +00:00
Haik Aftandilian
445acf98e9 Bug 1565738 - Re-enable disabled WebRTC tests on macOS Mojave r=jib
Re-enable skipped webRTC tests on Mac which were disabled due to the macOS 10.14 permission prompts causing timeouts.

Don't trigger OS camera and microphone permission prompts for fake devices (used for tests).

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

--HG--
extra : moz-landing-system : lando
2019-09-25 17:43:46 +00:00
Coroiu Cristina
2ab6108eb4 Merge autoland to mozilla-central a=merge 2019-09-25 19:30:14 +03:00
Emma Malysz
6a0111db7b Bug 1369436, Load PushComponents.js after startup. r=lina,mconley
Differential Revision: https://phabricator.services.mozilla.com/D45079

--HG--
extra : moz-landing-system : lando
2019-09-25 15:50:58 +00:00
Cosmin Sabou
6da90eb0b7 Backed out 9 changesets (bug 1551088) for causing Bug 1583848. a=backout
Backed out changeset d0ab25c226a7 (bug 1551088)
Backed out changeset 9ef391e20fa6 (bug 1551088)
Backed out changeset 3e6f25b21f8c (bug 1551088)
Backed out changeset 5d72c8de4daf (bug 1551088)
Backed out changeset f77c43bcc75b (bug 1551088)
Backed out changeset 9e954d6765de (bug 1551088)
Backed out changeset d90a571e581f (bug 1551088)
Backed out changeset 25a5f5563e9d (bug 1551088)
Backed out changeset bed9c93eeb2d (bug 1551088)
2019-09-25 18:42:48 +03:00
Matthew Noorenberghe
936753e05c Bug 1583625 - Don't dispatch AboutLoginsInit after redirecting to remove the entryPoint. r=jaws
Depends on D47101

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

--HG--
extra : moz-landing-system : lando
2019-09-25 15:40:12 +00:00
Tom Ritter
4c863c9c5b Bug 1557074 - Enable process isolation for AMO and FXA on Nightly r=nika
And Nightly only, this isn't riding trains yet.

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

--HG--
extra : moz-landing-system : lando
2019-09-25 15:27:48 +00:00
Dão Gottwald
b048f83074 Bug 1577740 - Set custom disabled text color for urlbar and searchbar results since native graytext is too faint on Mac. r=harry
Differential Revision: https://phabricator.services.mozilla.com/D46933

--HG--
extra : moz-landing-system : lando
2019-09-25 13:03:33 +00:00
Harry Twyford
46a4ee1acf Bug 1581627 - Align one-off text with favicons. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D46993

--HG--
extra : moz-landing-system : lando
2019-09-25 10:41:30 +00:00
Dão Gottwald
fe21327223 Bug 1582797 - OverflowableToolbar should respond to resize events immediately. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D46624

--HG--
extra : moz-landing-system : lando
2019-09-25 12:09:32 +00:00
Christoph Kerschbaumer
7c668de2ad Bug 1582073: Add https: to img-src directive for CSP of about:preferences. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D47064

--HG--
extra : moz-landing-system : lando
2019-09-25 11:31:16 +00:00
Paul Zuehlcke
5720b1afae Bug 1402957 - Removed deprecated SitePermission URI methods. r=johannh
Depends on D47055

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

--HG--
extra : moz-landing-system : lando
2019-09-25 11:07:07 +00:00
Paul Zuehlcke
acb69b0593 Bug 1402957 - Refactored SitePermission tests to use principals. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D47055

--HG--
extra : moz-landing-system : lando
2019-09-25 11:42:10 +00:00
Marco Bonardo
1aa0236c9b Bug 1578441 - Add support in the default muxer for a suggestedIndex property. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D46927

--HG--
extra : moz-landing-system : lando
2019-09-25 10:07:16 +00:00
Dão Gottwald
a0da738473 Bug 1581174 - Ensure the urlbar extend animation doesn't run when opening a new window. r=harry
Differential Revision: https://phabricator.services.mozilla.com/D47075

--HG--
extra : moz-landing-system : lando
2019-09-25 14:23:09 +00:00
Christoph Kerschbaumer
53d5895e71 Bug 1497200: Apply Meta CSP to about:downloads. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D45330

--HG--
extra : moz-landing-system : lando
2019-09-25 13:50:28 +00:00
Cosmin Sabou
3c3c1427b2 Bug 1567355 - Disable browser_fullscreen-window-open.js on mac debug cause of frequently assertion failures. r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D46892

--HG--
extra : moz-landing-system : lando
2019-09-24 13:37:35 +00:00
Mark Hammond
9ea55f75c4 Bug 1583414 - don't attempt to refresh the FxA device list if sync's not configured. r=eoger
Differential Revision: https://phabricator.services.mozilla.com/D46889

--HG--
extra : moz-landing-system : lando
2019-09-25 04:31:20 +00:00
Dão Gottwald
d595533341 Bug 1583495 - Let UrlbarInput::focused use document.activeElement instead of the focused attribute. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D46930

--HG--
extra : moz-landing-system : lando
2019-09-24 18:39:39 +00:00
Paul Zuehlcke
172c56e5ba Bug 1580189 - Clear geolocation permission for sub-frames with active sharing state. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D45827

--HG--
extra : moz-landing-system : lando
2019-09-25 09:16:32 +00:00
Andrei Oprea
31349eda24 Bug 1582713 - Hide the What's New button from the toolbar when in Customize mode r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D46964

--HG--
extra : moz-landing-system : lando
2019-09-24 16:29:21 +00:00
Florens Verschelde
83af8e000a Bug 1578097 - Add prefs to persist the open states of flexbox accordion items separately; r=gl
Differential Revision: https://phabricator.services.mozilla.com/D44331

--HG--
extra : moz-landing-system : lando
2019-09-25 07:57:26 +00:00
Bogdan Tara
3ae381ab69 Backed out changeset e5f8a98c5e8b (bug 1583414) for sync/browser_contextmenu_send* failures 2019-09-25 03:12:33 +03:00
Julian Descottes
f1e794d6c5 Bug 1539462 - Remove the DevTools connect page r=ladybenko
Depends on D46704

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

--HG--
extra : moz-landing-system : lando
2019-09-25 18:50:24 +00:00
Julian Descottes
063e2dfc2f Bug 1539462 - Remove ZipUtils.jsm r=mossop
Depends on D46703. Was only used in WebIDE anymore.

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

--HG--
extra : moz-landing-system : lando
2019-09-25 18:50:29 +00:00
Julian Descottes
5c1a679523 Bug 1539462 - Remove WebIDE r=ochameau,jryans,janerik,fluent-reviewers,flod
Per deprecation roadmap on https://developer.mozilla.org/en-US/docs/Tools/Deprecated_tools#WebIDE_and_Connect_page

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

--HG--
extra : moz-landing-system : lando
2019-09-25 17:24:58 +00:00
Tim Nguyen
b0d1ddb586 Bug 1581956 - Make search-textbox not use the <textbox> tag. r=surkov,MarcoZ
Differential Revision: https://phabricator.services.mozilla.com/D46219

--HG--
extra : moz-landing-system : lando
2019-09-25 19:12:48 +00:00
Thomas Wisniewski
3dafbad575 Bug 1583225 - Import WebCompat GoFaster 6.1.0 sources; r=miketaylr
Import WebCompat GoFaster 6.1.0 sources

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

--HG--
extra : moz-landing-system : lando
2019-09-24 13:08:42 +00:00
Brian Grinstead
b7788d49ec Bug 1581914 - Set default margins for html|input in global.css r=dao
Differential Revision: https://phabricator.services.mozilla.com/D46531

--HG--
extra : moz-landing-system : lando
2019-09-25 16:20:19 +00:00
Harry Twyford
9ca826711c Bug 1579004 - Clicking empty parts of the toolbar should collapse the megabar. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D46513

--HG--
extra : moz-landing-system : lando
2019-09-24 20:22:44 +00:00
Edouard Oger
00b4395dc0 Bug 1577449 - Replace Learn about Send Tab link. r=markh
Differential Revision: https://phabricator.services.mozilla.com/D46631

--HG--
extra : moz-landing-system : lando
2019-09-24 22:50:36 +00:00