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

67525 Коммитов

Автор SHA1 Сообщение Дата
emcminn 85534d2d2e Bug 1613486 - Removed empty Pocket tab from DevTools r=thecount
Differential Revision: https://phabricator.services.mozilla.com/D62085

--HG--
extra : moz-landing-system : lando
2020-02-07 20:14:20 +00:00
Razvan Maries fb4e88935e Backed out changeset f15513c3ad0e (bug 1613731) for Mochitest perma failures. CLOSED TREE 2020-02-07 21:12:16 +02:00
Harry Twyford 2b24c55e89 Bug 1613869 - Enable urlbar.update1.* prefs on early Beta. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D61997

--HG--
extra : moz-landing-system : lando
2020-02-07 18:58:04 +00:00
Harry Twyford e63d43b69f Bug 1613855 - Set separate limits for the redirect and onboarding Search Tips. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D61988

--HG--
extra : moz-landing-system : lando
2020-02-07 18:57:32 +00:00
Jason Laster 32b9448845 Bug 1613538 - Enable eager evaluation on DevEdition by default. r=Honza
Differential Revision: https://phabricator.services.mozilla.com/D61929

--HG--
extra : moz-landing-system : lando
2020-02-07 18:43:32 +00:00
Toshihito Kikuchi 3694eeda43 Bug 1592486 - Store ModuleLoadFrame::sTopFrame as a global variable if TLS is not ready. r=aklotz
We had a thread-local varialbe `ModuleLoadFrame::sTopFrame` to track the topmost
stack frame of `LdrLoadDll`.  However, our hook function `patched_LdrLoadDll` can
be called even before TLS is initialized.  In such a case, accessing `sTopFrame`
causes AV.

This patch introduces `SafeThreadLocal` to safely access a thread-local varialbe.
If TLS is not initialized, it falls back to a global variable because in that
early stage there is only a single thread running.

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

--HG--
extra : moz-landing-system : lando
2020-02-07 18:08:11 +00:00
Nihanth Subramanya 47120318ab Bug 1613994 - Wait for state telemetry event after resetting enabled pref to ensure add-on has a chance to react. r=dragana
Differential Revision: https://phabricator.services.mozilla.com/D62102

--HG--
extra : moz-landing-system : lando
2020-02-10 08:07:26 +00:00
Jared Wein 10c19a0f81 Bug 1613731 - Move the 'fill login' menuitem up to the top of the context menu. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D61919

--HG--
extra : moz-landing-system : lando
2020-02-06 20:15:00 +00:00
Daniel Varga b3b9fbdc55 Backed out changeset 2176eab309a8 (bug 1613953) for causing xpcshell failures at browser/extensions/doh-rollout/test/unit/test_localStorageMigration.js
CLOSED TREE
2020-02-07 18:52:02 +02:00
Nihanth Subramanya 68aa52dd77 Bug 1613953 - Install doh-rollout add-on as builtin rather than temporary in local storage migration test. r=mixedpuppy
Differential Revision: https://phabricator.services.mozilla.com/D62047

--HG--
extra : moz-landing-system : lando
2020-02-07 15:57:20 +00:00
Nihanth Subramanya 09a54a4c12 Bug 1613659 - Ensure proper rollback if no longer enabled after a restart. r=dragana
Differential Revision: https://phabricator.services.mozilla.com/D62022

--HG--
extra : moz-landing-system : lando
2020-02-07 15:43:43 +00:00
Daniel Holbert 6105c652bb Bug 1612104: Give #downloads-notification-anchor a min-height so that the download-start animation is visible. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D61928

--HG--
extra : moz-landing-system : lando
2020-02-07 09:03:24 +00:00
Marco Castelluccio c374990a9d Bug 1613515 - Disable browser/components/aboutconfig/test/browser/browser_edit.js as it consistently times out in Linux coverage builds. r=aryx
Differential Revision: https://phabricator.services.mozilla.com/D61994

--HG--
extra : moz-landing-system : lando
2020-02-07 11:13:16 +00:00
Marco Bonardo cc6f1ab8cd Bug 1613645 - wait for translation before checking strings in urlbar interventions tests. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D61831

--HG--
extra : moz-landing-system : lando
2020-02-07 10:46:25 +00:00
Mike de Boer 54e9a591b2 Bug 1613627 - Rename all 'geo.wifi' related preferences to match the 'geo.provider.' convention and move default values to all.js. r=garvan
Differential Revision: https://phabricator.services.mozilla.com/D50209

--HG--
extra : moz-landing-system : lando
2020-02-06 14:50:22 +00:00
Kai Engert dc584037b8 Bug 992569 - Toolkit's password prompts should have product name in the window title. r=MattN
Based on a contribution from YF (Yang).

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

--HG--
extra : moz-landing-system : lando
2020-02-07 10:06:39 +00:00
Liang-Heng Chen 0da6a82dda Bug 1602715 - support `cookieBehavior=5` in protection UI; r=nhnt11
Differential Revision: https://phabricator.services.mozilla.com/D61543

--HG--
extra : moz-landing-system : lando
2020-02-07 09:42:45 +00:00
Harry Twyford 2b362a3056 Bug 1613699 - Rename browser.urlbar.update1.expandTextOnFocus pref to ...update2... r=mak
Differential Revision: https://phabricator.services.mozilla.com/D61846

--HG--
extra : moz-landing-system : lando
2020-02-06 18:52:30 +00:00
Harry Twyford 062f9d8b48 Bug 1613662 - Remove timeout from UrlbarProviderSearchTips. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D61824

--HG--
extra : moz-landing-system : lando
2020-02-06 18:28:12 +00:00
Harry Twyford ba5bf1b54d Bug 1613608 - Enable Interventions in Nightly but not in xpcshell tests. r=harry
Differential Revision: https://phabricator.services.mozilla.com/D61952

--HG--
extra : moz-landing-system : lando
2020-02-07 08:50:20 +00:00
Kousuke Takaki cb722fa6db Bug 1542975 - Radio buttons in Forget panel are not keyboard navigable r=Jamie
Differential Revision: https://phabricator.services.mozilla.com/D61820

--HG--
extra : moz-landing-system : lando
2020-02-07 03:44:09 +00:00
Zibi Braniecki b36c4e44b6 Bug 1612723 - Move reader mode l10n to use keycode. r=Gijs,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D61484

--HG--
extra : moz-landing-system : lando
2020-02-07 00:35:32 +00:00
Mike Hommey 623de66503 Bug 1525218 - Use minidump_stackwalk toolchain artifacts instead of tooltool packages. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D59936

--HG--
extra : moz-landing-system : lando
2020-02-06 08:39:54 +00:00
Bogdan Tara 520b2f5d66 Backed out changeset 6495336fced4 (bug 1612723) for assertion failure on ErrorResult.h CLOSED TREE 2020-02-07 01:55:10 +02:00
Nihanth Subramanya 3a915325be Bug 1613659 - Remove network listeners and reset TRR mode when enabled pref is rolled back. r=dragana
Differential Revision: https://phabricator.services.mozilla.com/D61845

--HG--
extra : moz-landing-system : lando
2020-02-06 22:22:26 +00:00
Mike Hommey 13f709fbfb Bug 1613601 - Remove browser/components/build/Makefile.in. r=dmajor
The only remaining thing in this Makefile is a reset of
EMBED_MANIFEST_AT, which only has an effect when building a shared
library or executable, but browser components haven't built a shared
library since bug 1302855.

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

--HG--
extra : moz-landing-system : lando
2020-02-06 16:08:15 +00:00
Zibi Braniecki c3fbf0c029 Bug 1612723 - Move reader mode l10n to use keycode. r=Gijs,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D61484

--HG--
extra : moz-landing-system : lando
2020-02-06 23:09:03 +00:00
Punam Dahiya d702a9eb60 Bug 1593310 - Add support for clearing all messages impressions by a provider in newtab devtools r=emcminn
Differential Revision: https://phabricator.services.mozilla.com/D59226

--HG--
extra : moz-landing-system : lando
2020-02-06 20:20:01 +00:00
Gijs Kruitbosch d4a84f8008 Bug 1610423 - stop graying out socks settings when sharing http/ftp/tls proxy settings, r=mkaply,jaws
Differential Revision: https://phabricator.services.mozilla.com/D60855

--HG--
extra : moz-landing-system : lando
2020-02-06 19:09:36 +00:00
Bogdan Tara 3f6cc7f3b5 Backed out changeset 28a9e4b075af (bug 1613659) for doh-rollout related failures CLOSED TREE 2020-02-06 21:54:47 +02:00
Nihanth Subramanya 1dc638a167 Bug 1613659 - Remove network listeners and reset TRR mode when enabled pref is rolled back. r=dragana
Differential Revision: https://phabricator.services.mozilla.com/D61845

--HG--
extra : moz-landing-system : lando
2020-02-06 18:35:10 +00:00
Drew Willcoxon 785f16ad9f Bug 1613314 - Lazily create the UrlbarProviderInterventions QueryScorer. r=harry
Differential Revision: https://phabricator.services.mozilla.com/D61751

--HG--
extra : moz-landing-system : lando
2020-02-06 12:19:19 +00:00
Narcis Beleuzu c8f08e0930 Backed out 2 changesets (bug 1547693, bug 1545167) for xpcshell failures on test_handlerService.js . CLOSED TREE
Backed out changeset 0e6e758f47b5 (bug 1545167)
Backed out changeset f74a32d5753a (bug 1547693)
2020-02-06 18:49:44 +02:00
Doug Thayer 8e79d7f529 Bug 1613430 - Go back to LibLoadingStrategy::ReadAhead on Nightly r=glandium
The original issue in bug 1565902 which prompted this investigation
seems to have gone away with a Windows OS update. We saw mixed results
in telemetry over this anyway, and no clear and obvious path for
getting the benefits without the drawbacks, so removing this seems
to be the best solution right now.

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

--HG--
extra : moz-landing-system : lando
2020-02-06 07:41:31 +00:00
Gijs Kruitbosch f3a6914b76 Bug 1545167 - write default pdf behaviour to handlers.json without going to the OS, r=florian,mkaply
I'm taking the opportunity to remove isDefaultHandlerApp messaging as the
content-side calls were removed in bug 1353029.

Depends on D59788

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

--HG--
extra : moz-landing-system : lando
2020-01-23 15:27:26 +00:00
Gijs Kruitbosch d36408c366 Bug 1547693 - do not bother looking up protocol information with the OS just to store the default shipped options, r=florian
Differential Revision: https://phabricator.services.mozilla.com/D59788

--HG--
extra : moz-landing-system : lando
2020-02-06 13:01:19 +00:00
Florian Quèze 491fc8cf22 Bug 1613390 - Avoid running BrowserGlue idle tasks during shutdown, r=dthayer
Differential Revision: https://phabricator.services.mozilla.com/D61697

--HG--
extra : moz-landing-system : lando
2020-02-06 14:11:46 +00:00
Oana Pop Rus 0bcd775f7e Backed out changeset d619690c640b (bug 1613608) for xpcshell failures in test_UrlbarQueryContext_restrictSource.js on a CLOSED TREE 2020-02-06 17:15:58 +02:00
ffxbld b0457ded54 No Bug, mozilla-central repo-update HSTS HPKP blocklist remote-settings - a=repo-update r=RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D61817

--HG--
extra : moz-landing-system : lando
2020-02-06 13:38:28 +00:00
Harry Twyford f9babacac5 Bug 1613608 - Enable Interventions in Nightly. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D61812

--HG--
extra : moz-landing-system : lando
2020-02-06 13:33:35 +00:00
Harry Twyford 22fcd9d004 Bug 1608766 - Disable tabbing through results after focusing the Urlbar with the keyboard, behind a pref. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D61483

--HG--
extra : moz-landing-system : lando
2020-02-06 12:31:04 +00:00
Marco Bonardo 186a5b28f9 Bug 1613264 - Clicking on urlbar text is misbehaving on autofill. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D61721

--HG--
extra : moz-landing-system : lando
2020-02-06 12:30:56 +00:00
Harry Twyford 90cf2749b5 Bug 1613603 - Add a localized alt attribute to the Interventions icon. r=mak,fluent-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D61804

--HG--
extra : moz-landing-system : lando
2020-02-06 12:45:37 +00:00
Narcis Beleuzu 614e851352 Backed out changeset 6866be136e53 (bug 1592486) for cppunit failures on TestNativeNt.exe . CLOSED TREE 2020-02-06 11:53:45 +02:00
Narcis Beleuzu 0a07db889e Backed out changeset 8b6868dfc7a7 (bug 1613264) for leaks at (AbstractThread, AbstractWatcher, AnimationTimeline, AsyncFreeSnowWhite). CLOSED TREE 2020-02-06 11:52:34 +02:00
Marco Bonardo d9802e73e8 Bug 1613264 - Clicking on urlbar text is misbehaving on autofill. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D61721

--HG--
extra : moz-landing-system : lando
2020-02-06 08:36:20 +00:00
Toshihito Kikuchi c531413173 Bug 1592486 - Store ModuleLoadFrame::sTopFrame as a global variable if TLS is not ready. r=aklotz
We had a thread-local varialbe `ModuleLoadFrame::sTopFrame` to track the topmost
stack frame of `LdrLoadDll`.  However, our hook function `patched_LdrLoadDll` can
be called even before TLS is initialized.  In such a case, accessing `sTopFrame`
causes AV.

This patch introduces `SafeThreadLocal` to safely access a thread-local varialbe.
If TLS is not initialized, it falls back to a global variable because in that
early stage there is only a single thread running.

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

--HG--
extra : moz-landing-system : lando
2020-02-06 03:10:57 +00:00
Cameron McCormack 860a94fba5 Bug 1608308 - Enable Corroborate.jsm telemetry on release. r=rhelmer
And bump the expiration versions on the scalars.

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

--HG--
extra : moz-landing-system : lando
2020-02-06 00:22:30 +00:00
Harry Twyford 32eca717ec Bug 1606928 - Modify the Top Sites API to store a favicon for “Tippy Top Sites". r=Mardak,dao
This patch uses the favicons as actually served by the sites. I tried to get 32x32 versions where possible, but a few are smaller and larger. There's also a mix of .ico and .png. I think the inconsistency is acceptable, and even desirable, seeing as these are the actual icons that would appear in the UrlbarView should they appear in the user's frecency results.

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

--HG--
extra : moz-landing-system : lando
2020-02-05 13:18:55 +00:00
Kirk Steuber d94307cf3a Bug 1612735 - Fix font size regression on preferences dialogs without a <dialog> element r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D61758

--HG--
extra : moz-landing-system : lando
2020-02-05 22:18:38 +00:00
Kendall Werts a3b87c2eaa Bug 1613250 - Bring long press for new container tab menu back. r=Gijs,flod
Added long press as well as the old tooltip language back
and updated 2 tests.

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

--HG--
extra : moz-landing-system : lando
2020-02-05 21:50:58 +00:00
Noemi Erli 931c2134af Backed out changeset 579552c57946 (bug 1613250) for causing failures in test_tabbrowser.xhtml CLOSED TREE 2020-02-05 22:00:34 +02:00
Gabriel Luong 11ef385535 Bug 1613460 - Only enable keyboard control for PiP in Nightly. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D61731

--HG--
extra : moz-landing-system : lando
2020-02-05 19:16:14 +00:00
Kendall Werts 451f25113a Bug 1613250 - Bring long press for new container tab menu back. r=Gijs,flod
Added long press as well as the old tooltip language back

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

--HG--
extra : moz-landing-system : lando
2020-02-05 17:51:12 +00:00
Ryan VanderMeulen 20e7951d6c Bug 1613426 - Update pdf.js to version 2.4.326. r=bdahl
Differential Revision: https://phabricator.services.mozilla.com/D61713

--HG--
extra : moz-landing-system : lando
2020-02-05 17:18:48 +00:00
Harry Twyford 606e719987 Bug 1612228 - Reset UrlbarProviderSearchTips after each run of browser_search_tips.js. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D61544

--HG--
extra : moz-landing-system : lando
2020-02-05 13:54:44 +00:00
Nihanth Subramanya ba28d4e4a2 Bug 1608713 - Add nsIWebNavigation load flags to force TRR mode and use them to load captive portal tabs with TRR disabled. r=valentin,Gijs,baku
Differential Revision: https://phabricator.services.mozilla.com/D60860

--HG--
extra : moz-landing-system : lando
2020-01-24 17:18:35 +00:00
Emilio Cobos Álvarez e641bfe465 Bug 1608541 - Make min-height in "remove site data" dialog apply to the root element again. r=dao
XUL windows are sized constrained by the min-width/height properties on the root
element. If there are none we do XUL layout calculations that apparently don't
always produce the results we want.

The change to make <dialog> not a root element broke this in some cases.

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

--HG--
extra : moz-landing-system : lando
2020-02-05 10:37:08 +00:00
Morgan Reschenberg d25eef6d59 Bug 1611903: Change 'Text zoom only' checkbox behaviour to call ZoomManager.toggleZoom instead of changing preference directly. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D61587

--HG--
extra : moz-landing-system : lando
2020-02-05 10:26:32 +00:00
Razvan Maries 29f4461ccd Backed out changeset 03d54624d4f2 (bug 1612228) for perma fails on browser_search_tips.js. CLOSED TREE 2020-02-05 12:07:49 +02:00
Chris Henry dcf5ffefe8 Bug 1604970 - make delete key work correctly even when shortcut permissions are restricted, r=NeilDeakin
Differential Revision: https://phabricator.services.mozilla.com/D61275

--HG--
extra : moz-landing-system : lando
2020-02-04 20:48:07 +00:00
Harry Twyford c2821bfff5 Bug 1612228 - Reset UrlbarProviderSearchTips after each run of browser_search_tips.js. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D61544

--HG--
extra : moz-landing-system : lando
2020-02-04 17:47:16 +00:00
Harry Twyford cc8df10c49 Bug 1613048 - Support browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features pref for Search Tips. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D61563

--HG--
extra : moz-landing-system : lando
2020-02-04 21:36:10 +00:00
Harry Twyford 6e64ec0fac Bug 1613092 - Support Regexp in checkIntervention. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D61565

--HG--
extra : moz-landing-system : lando
2020-02-05 08:58:29 +00:00
David Major 1be4ba190c Bug 1613209 - Allow clang-plugin on arm64-windows r=froydnj
I'm guessing that maybe this was a leftover from when we built arm64-windows with MSVC. In any case, the plugin seems to work fine now.

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

--HG--
extra : moz-landing-system : lando
2020-02-04 19:18:10 +00:00
emcminn ed6568381e Bug 1611011 - changes to about:welcome modal template & relevant mochitest r=pdahiya
Differential Revision: https://phabricator.services.mozilla.com/D61177

--HG--
extra : moz-landing-system : lando
2020-02-04 01:36:28 +00:00
Scott 97881e96fc Bug 1612337 - Moving to ff prefs r=nanj
Differential Revision: https://phabricator.services.mozilla.com/D61602

--HG--
extra : moz-landing-system : lando
2020-02-04 18:24:08 +00:00
Molly Howell 0e678d8a9a Bug 1515534 - Use nicer scaling for full installer images. r=agashlin
This patch uses the `SetStretchedImageOLE` function that was developed for the
stub installer background image and landed in bug 1337856 part 1 to also
provide nicer scaling for the bitmap controls in the full installer dialogs,
instead of GDI's default which produces undesirably jagged curved edges.

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

--HG--
extra : moz-landing-system : lando
2020-01-29 17:35:44 +00:00
emcminn 45bea3317f Bug 1613155 - Set dir property on the HTML element instead of <root>. r=andreio
Differential Revision: https://phabricator.services.mozilla.com/D61591

--HG--
extra : moz-landing-system : lando
2020-02-04 17:37:43 +00:00
Drew Willcoxon 6b4c84d580 Bug 1611873 - Pick search tips when the user focuses the urlbar. r=harry
Differential Revision: https://phabricator.services.mozilla.com/D61387

--HG--
extra : moz-landing-system : lando
2020-02-04 09:58:38 +00:00
Dão Gottwald 735a7e4d6d Bug 1401835 - Hide page action buttons in small windows. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D61289

--HG--
extra : moz-landing-system : lando
2020-02-04 16:00:09 +00:00
Ryan VanderMeulen 3adabd99a5 Bug 1611175 - Update pdf.js to version 2.4.292. r=bdahl
Differential Revision: https://phabricator.services.mozilla.com/D60852

--HG--
extra : moz-landing-system : lando
2020-02-04 16:46:55 +00:00
Gijs Kruitbosch 3772201ed6 Bug 1613062 - avoid including utilityOverlay.js twice on macOS, r=ntim
Differential Revision: https://phabricator.services.mozilla.com/D61545

--HG--
extra : moz-landing-system : lando
2020-02-04 15:27:18 +00:00
Christian Holler 71231ac083 Bug 1612707 - Disable various slow tests under TSan. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D61562

--HG--
extra : moz-landing-system : lando
2020-02-04 14:34:07 +00:00
Rob Wu 649149b433 Bug 1464451 - Fix intermittent failure in browser_ext_pageAction_context.js r=rpl
There is no guarantee that a tab has finished loading when the test
resumes. As a result, it is possible for the page action's visibility
state to reset (to invisible) between calling `pageAction.show()` and
`pageAction.isShown()`. To prevent that from happening, wait until the
tab has finished loading before resuming the test.

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

--HG--
extra : moz-landing-system : lando
2020-02-04 12:39:17 +00:00
Marco Bonardo 29429b36f7 Bug 1612496 - Use data-l10n-id to localize Tips and Interventions. r=harry
Differential Revision: https://phabricator.services.mozilla.com/D61486

--HG--
extra : moz-landing-system : lando
2020-02-04 11:10:59 +00:00
Cosmin Sabou f0b79aceb0 Backed out changeset 5f5e1e88a319 (bug 1606928) for newtab failures.
CLOSED TREE
2020-02-04 14:15:44 +02:00
Harry Twyford 9820837535 Bug 1606928 - Modify the Top Sites API to store a favicon for “Tippy Top Sites". r=Mardak,dao
This patch uses the favicons as actually served by the sites. I tried to get 32x32 versions where possible, but a few are smaller and larger. There's also a mix of .ico and .png. I think the inconsistency is acceptable, and even desirable, seeing as these are the actual icons that would appear in the UrlbarView should they appear in the user's frecency results.

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

--HG--
extra : moz-landing-system : lando
2020-02-04 10:18:58 +00:00
Harry Twyford 52e5cf9fdf Bug 1612509 - Remove custom colour for autocomplete-popup-highlight-background in Dark Mode. r=dao
I opted to remove this colour altogether instead of adding branching logic for the legacy Urlbar and the search bar. The legacy Urlbar is being replaced and this patch will land in the same version, and the search bar should support system Highlight colours as well.

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

--HG--
extra : moz-landing-system : lando
2020-02-04 10:01:51 +00:00
Harry Twyford 5a96cb1491 Bug 1613044 - Change remaining customize-entered CSS rules to customizing. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D61536

--HG--
extra : moz-landing-system : lando
2020-02-04 09:48:58 +00:00
Harry Twyford 15c10649b0 Bug 1606917 - Cleanup - Port the Interventions experiment into a new provider. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D61460

--HG--
extra : moz-landing-system : lando
2020-02-03 17:58:04 +00:00
Andrei Oprea 67476c54d8 Bug 1609635 - Whitelist about:newtab/home from content sanitization r=ckerschb
Differential Revision: https://phabricator.services.mozilla.com/D60701

--HG--
extra : moz-landing-system : lando
2020-02-04 08:37:57 +00:00
Andrew Swan ac50447267 Bug 1611715 Fix screenshots Copy/Download buttons to include img and text r=_6a68
Differential Revision: https://phabricator.services.mozilla.com/D61138

--HG--
extra : moz-landing-system : lando
2020-02-03 21:41:33 +00:00
Ed Lee 23da43ed64 Bug 1567927 - Report karma code coverage failures with existing istanbul thresholds r=dmose
Parse coverage errors and report like other karma errors.

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

--HG--
extra : moz-landing-system : lando
2020-02-03 21:50:44 +00:00
Scott 3d5caced73 Bug 1612326 - Update model keys pref used for v2 r=nanj
Differential Revision: https://phabricator.services.mozilla.com/D61308

--HG--
extra : moz-landing-system : lando
2020-02-03 20:15:22 +00:00
Ksenia Berezina 7455ec021f Bug 1612909 - Import WebCompat GoFaster 7.0.0 sources; r=miketaylr
Differential Revision: https://phabricator.services.mozilla.com/D61482

--HG--
extra : moz-landing-system : lando
2020-02-03 18:01:37 +00:00
Drew Willcoxon be8fbc64ec Bug 1606918 - Port the Update Intervention from the experiment, part 2: Tests. r=harry
Differential Revision: https://phabricator.services.mozilla.com/D60786

--HG--
extra : moz-landing-system : lando
2020-02-03 12:46:22 +00:00
Drew Willcoxon 91b23b2c3a Bug 1606918 - Port the Update Intervention from the experiment, part 1: Check for app updates. r=harry
Differential Revision: https://phabricator.services.mozilla.com/D61204

--HG--
extra : moz-landing-system : lando
2020-02-03 12:12:38 +00:00
emcminn dc7be9b230 Bug 1578257 - Positioning fixes for the Special Monitor Snippet r=andreio
Differential Revision: https://phabricator.services.mozilla.com/D60734

--HG--
extra : moz-landing-system : lando
2020-02-03 16:42:41 +00:00
Scott 9027e2f744 Bug 1611443 - console error from taggers cache r=nanj
Differential Revision: https://phabricator.services.mozilla.com/D60990

--HG--
extra : moz-landing-system : lando
2020-02-03 16:25:18 +00:00
ffxbld 8715672a5b 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/D61462

--HG--
extra : moz-landing-system : lando
2020-02-03 15:34:55 +00:00
Andrei Oprea 2736c686b6 Bug 1610298 - Snippets preview messages don't belong to a provider r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D60414

--HG--
extra : moz-landing-system : lando
2020-02-03 13:43:52 +00:00
Harry Twyford 58672ccfb1 Bug 1606917 - Port the Interventions experiment into a new provider. r=adw,fluent-reviewers,Pike
Differential Revision: https://phabricator.services.mozilla.com/D60064

--HG--
extra : moz-landing-system : lando
2020-02-03 12:30:35 +00:00
Jordan Lund 49f4d66b89 Bug 1609993 - Setup WNP for users coming from <73.0 and receiving the 73.0 release, r=mtabara
Differential Revision: https://phabricator.services.mozilla.com/D61453

--HG--
extra : moz-landing-system : lando
2020-02-03 12:38:30 +00:00
Andrea Marchesini cdc1e1cd9a Bug 1612519 - Fix "Terminating worker revokes its URLs" WPT, r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D61360

--HG--
extra : moz-landing-system : lando
2020-02-02 09:24:37 +00:00
Coroiu Cristina 1b1308abac Backed out changeset a422cac07967 (bug 1612519) for ESlint failure at browser/components/originattributes/test/browser/worker_blobify.js 2020-02-02 10:55:25 +02:00
Andrea Marchesini 167432e4c6 Bug 1612519 - Fix "Terminating worker revokes its URLs" WPT, r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D61360

--HG--
extra : moz-landing-system : lando
2020-02-02 08:24:55 +00:00
Marco Bonardo 459a5ab5b4 Bug 1601052 - Wait for both TabSelect and urlbar focus changes from the tab switcher. r=dao
The Async Tab Switcher seems to fire the TabSelect event in parallel with focus
changes, making the behavior non-predictable, because we need a stable situation
where both events happened.

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

--HG--
extra : moz-landing-system : lando
2020-01-31 15:10:27 +00:00
Marco Bonardo 5af1f5f1ef Bug 1601052 - Merge openViewOnFocus and retained results features. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D60668

--HG--
extra : moz-landing-system : lando
2020-01-31 08:30:34 +00:00
Dão Gottwald c4ae6a5692 Bug 1612304 - Change search bar min-width from ch to px so it's consistent across platforms. r=harry
Differential Revision: https://phabricator.services.mozilla.com/D61356

--HG--
extra : moz-landing-system : lando
2020-01-31 14:13:11 +00:00
Dão Gottwald eb11bba87e Bug 1577930 - Hide the urlbar zoom button when typing in the urlbar. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D61362

--HG--
extra : moz-landing-system : lando
2020-01-31 11:01:58 +00:00
Dão Gottwald f07d464f9d Bug 1610497 - Increase browser window min-width so the address bar can be focused by mouse. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D60960

--HG--
extra : moz-landing-system : lando
2020-01-30 15:59:29 +00:00
Jared Wein 9948fda03f Bug 1612521 - Hide any messages related to how many logins the user has until the page has been initialized. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D61361

--HG--
extra : moz-landing-system : lando
2020-01-31 10:33:41 +00:00
Tom Ritter 6b9d012fbe Bug 1612428 - Set WIDL_TIME_OVERRIDE to prevent widl from writing a timestamp in a comment r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D61320

--HG--
extra : moz-landing-system : lando
2020-01-31 08:12:48 +00:00
Ed Lee 33e7d3e2d1 Bug 1610923 - Point npm run testmc to use mach to avoid error with linting r=thecount
Add various linters supported by mach and remove eslint dependency.

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

--HG--
extra : moz-landing-system : lando
2020-01-31 07:33:54 +00:00
Brad Werth 67081368c7 Bug 1516413 Part 2: Make browser FullZoom act on the new zoom change events. r=mstange
This replaces the handling of the ZoomChangeUsingMouseWheel event with
2 new zoom events that trigger the actual zoom changes. As a side effect,
this allows the mousewheel and zoom in/out key events to have an effect
on Reader and PDFJS views as well.

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

--HG--
extra : moz-landing-system : lando
2020-01-30 17:17:26 +00:00
Zibi Braniecki f3db980355 Bug 1608022 - Migrate browser-sets to Fluent. r=fluent-reviewers,Gijs,flod
Differential Revision: https://phabricator.services.mozilla.com/D60068

--HG--
extra : moz-landing-system : lando
2020-01-30 21:07:20 +00:00
Zibi Braniecki 55d15562fd Bug 1608022 - Migrate the bookmark this page and edit bookmark strings to Fluent. r=fluent-reviewers,Gijs,flod
Differential Revision: https://phabricator.services.mozilla.com/D59387

--HG--
extra : moz-landing-system : lando
2020-01-30 21:07:08 +00:00
Drew Willcoxon f381e0c275 Bug 1611055 - Replace UrlbarProvider subclasses in tests with UrlbarTestUtils.TestProvider. r=harry
Differential Revision: https://phabricator.services.mozilla.com/D61253

--HG--
extra : moz-landing-system : lando
2020-01-30 18:08:51 +00:00
Drew Willcoxon 2d50a6ec99 Bug 1611132 - Don't select the heuristic result if there's already a selection. r=harry
The fix to bug 1610681 needed to make sure that there's no current selection before selecting the heuristic result.

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

--HG--
extra : moz-landing-system : lando
2020-01-30 16:28:29 +00:00
Rob Wu 2b587393c5 Bug 1475043 - Allow "" as shortcut in commands.update r=rpl
- Allow empty string ("") as a value for "shortcut" in the
  commands.update API.

- Use an empty string instead of null for an unset shortcut in
  `commands.getAll`, to match the documented behavior (and for
  consistency with Chrome).

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

--HG--
extra : moz-landing-system : lando
2020-01-22 13:18:16 +00:00
Ciure Andrei 7ae304fe1e Backed out 3 changesets (bug 1608022) for causing browser_findbar.js to perma fail CLOSED TREE
Backed out changeset b7097a9f6a16 (bug 1608022)
Backed out changeset 853e5ec59184 (bug 1608022)
Backed out changeset d538041cc083 (bug 1608022)
2020-01-30 18:03:31 +02:00
Ciure Andrei 18ac1aa623 Backed out changeset 309ae9c52ef1 (bug 1610298) for causing browser_findbar.js to perma fail CLOSED TREE 2020-01-30 16:57:09 +02:00
Andrew McCreight 3df19ca140 Bug 1612179 - Reuse content Fission content processes for URL bar tests. r=Gijs
There are intermittent XPConnect leaks in this directory, mostly for
content processes created during the test browser_retainedResultsOnFocus.js.
Hopefully by reusing Fission content processes the failure rate can be
reduced to an acceptable leve.

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

--HG--
extra : moz-landing-system : lando
2020-01-30 09:12:36 +00:00
Andrei Oprea db18c3d345 Bug 1610298 - Snippets preview messages don't belong to a provider r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D60414

--HG--
extra : moz-landing-system : lando
2020-01-30 13:51:26 +00:00
Zibi Braniecki 3a53fffe60 Bug 1608022 - Migrate browser-sets to Fluent. r=fluent-reviewers,Gijs,flod
Differential Revision: https://phabricator.services.mozilla.com/D60068

--HG--
extra : moz-landing-system : lando
2020-01-30 12:46:39 +00:00
Zibi Braniecki 2b5ea4172f Bug 1608022 - Migrate the bookmark this page and edit bookmark strings to Fluent. r=fluent-reviewers,Gijs,flod
Differential Revision: https://phabricator.services.mozilla.com/D59387

--HG--
extra : moz-landing-system : lando
2020-01-30 13:45:32 +00:00
Brian Grinstead 3d2d2d0ea7 Bug 1608281 - Automated rewrite away from reading properties on the global `this` in JSM files - round 1 r=mossop
This patch was generated with a script. It doesn't include all files:

- Files that use the preprocessor or fail to parse are skipped
- Files that are loaded as JSMs but don't use the .jsm extension are skipped (those will be renamed in Bug 1609269)

It was generated with the following command using d855222aa2/no-this-property-read.js:

```
hg revert --all &&
cp .gitignore .rgignore &&
rg --files-without-match -g '*.jsm' '^#endif|^#include|^#filter' | jscodeshift --stdin --transform ~/Code/jsm-rewrites/no-this-property-read.js --ignore-pattern ./mobile/android/modules/Sanitizer.jsm --ignore-pattern ./js/xpconnect/tests/unit/syntax_error.jsm &&
./mach eslint `hg st | rg '^M ' | sed 's/^M //'`
```

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

--HG--
extra : moz-landing-system : lando
2020-01-29 21:50:04 +00:00
Harry Twyford 3a55468c1f Bug 1610024 - End Urlbar engagement if the user ignores a Search Tip. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D60562

--HG--
extra : moz-landing-system : lando
2020-01-29 16:45:46 +00:00
Emma Malysz cf03403781 Bug 1610463, move _setTabAttributes back into addTab because it was incorrectly named r=dao
Differential Revision: https://phabricator.services.mozilla.com/D61232

--HG--
extra : moz-landing-system : lando
2020-01-29 15:17:05 +00:00
Harry Twyford afe982fafb Bug 1593886 - Update dark theme Urlbar colours. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D60899

--HG--
extra : moz-landing-system : lando
2020-01-29 09:58:38 +00:00
Kevin Jacobs b77ae35a28 Bug 1612062 - Remove Delegated Credentials experiment add-on r=jcj
This patch removes add-on code for the TLS Delegated Credentials experiment, backing out 5196ecfdca.

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

--HG--
extra : moz-landing-system : lando
2020-01-29 10:07:32 +00:00
Nan Jiang 50fb7bd5cd Bug 1604681 - Add page information to the Onboarding telemetry r=andreio
Differential Revision: https://phabricator.services.mozilla.com/D60903

--HG--
extra : moz-landing-system : lando
2020-01-29 09:43:09 +00:00
Arthur Iakab 04787705d2 Backed out changeset 28a9739ba4c4 (bug 1610298) for causing browser-chrome failures on browser_asrouter_snippets.js
CLOSED TREE
2020-01-29 10:48:58 +02:00
Andrei Oprea de60fd5486 Bug 1610298 - Snippets preview messages don't belong to a provider r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D60414

--HG--
extra : moz-landing-system : lando
2020-01-29 07:45:58 +00:00
Matthew Noorenberghe d81e89c89a Bug 1582738 - ChromeProfileMigrator: Don't initialize crypto if there are no rows. r=Gijs
Initializing OSCrypto can lead to a useless macOS Keychain prompt when there are no logins to import.

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

--HG--
rename : browser/components/migration/tests/unit/AppData/Local/Google/Chrome/User Data/Default/Login Data => browser/components/migration/tests/unit/AppData/LocalWithNoData/Google/Chrome/User Data/Default/Login Data
rename : browser/components/migration/tests/unit/Library/Application Support/Google/Chrome/Default/Login Data => browser/components/migration/tests/unit/LibraryWithNoData/Application Support/Google/Chrome/Default/Login Data
rename : browser/components/migration/tests/unit/Library/Application Support/Google/Chrome/Local State => browser/components/migration/tests/unit/LibraryWithNoData/Application Support/Google/Chrome/Local State
rename : browser/components/migration/tests/unit/test_Chrome_passwords.js => browser/components/migration/tests/unit/test_Chrome_passwords_emptySource.js
extra : moz-landing-system : lando
2020-01-28 10:50:10 +00:00
Andy Bruère 96f76ae89c Bug 1597993 - Add regression test for login-item focus trap r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D60258

--HG--
extra : moz-landing-system : lando
2020-01-28 22:33:26 +00:00
Andy Bruère dab63aaf2a Bug 1597993 - Rework login-item overflow rule to solve focus trap r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D60257

--HG--
extra : moz-landing-system : lando
2020-01-26 20:49:54 +00:00
Matthew Noorenberghe f5aec46ab3 Bug 1216186 - Use the actual browser name for imported bookmark folders from Chromium. r=Gijs
Using _getLocalePropertyForBrowser isn't ideal but ideally this patch would get uplifted so I didn't want to do a larger refactoring to fix this.

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

--HG--
extra : moz-landing-system : lando
2020-01-28 12:27:25 +00:00
Harry Twyford 4133cc649b Bug 1611271 - Remove -moz-mac-focusring border colour. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D60901

--HG--
extra : moz-landing-system : lando
2020-01-28 16:27:31 +00:00
Dão Gottwald 5bf3f1776c Bug 1611689 - Make OverflowableToolbar::_checkOverflow return early in DOM fullscreen mode. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D61181

--HG--
extra : moz-landing-system : lando
2020-01-28 15:55:50 +00:00
Daniel Varga 7ed4497bd1 Backed out changeset 10909dde7e43 (bug 1593886) for causing browser-chrome failures at toolkit/components/extensions/test/browser/browser_ext_themes_autocomplete_popup.js
CLOSED TREE
2020-01-28 17:23:34 +02:00
Marco Castelluccio 408554a6e3 Bug 1608683 - Reduce debug info in Mac ccov build. r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D59734

--HG--
extra : moz-landing-system : lando
2020-01-14 09:20:20 +00:00
Marco Castelluccio a7ab21a7c8 Bug 1608298 - Reduce debug info in Windows ccov build. r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D59733

--HG--
extra : moz-landing-system : lando
2020-01-21 05:53:41 +00:00
Harry Twyford e8274a71f3 Bug 1593886 - Update dark theme Urlbar colours. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D60899

--HG--
extra : moz-landing-system : lando
2020-01-28 14:13:18 +00:00
Mark Banner 32056c5b6e Bug 1610840 - Remove webExtension.version from the Search Engine configuration schema and config as we don't need it. r=daleharvey
Differential Revision: https://phabricator.services.mozilla.com/D60869

--HG--
extra : moz-landing-system : lando
2020-01-28 13:33:11 +00:00
Gabriele Svelto 44c60cb145 Bug 1609649 - Strip telemetry annotations from the crashes we submit via Firefox r=chutten
Differential Revision: https://phabricator.services.mozilla.com/D60145

--HG--
extra : moz-landing-system : lando
2020-01-23 21:22:11 +00:00
Daniel Varga cd4e1066fd Backed out changeset 74c36888692b (bug 1610298) for causing browser-chrome failures at browser/components/aboutlogins/tests/browser/browser_breachAlertShowingForAddedLogin.js
CLOSED TREE
2020-01-28 12:50:44 +02:00
Andrei Oprea 4d3579227c Bug 1610298 - Snippets preview messages don't belong to a provider r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D60414

--HG--
extra : moz-landing-system : lando
2020-01-24 13:48:58 +00:00
Mike Conley 3defe1872c Bug 1610993 - Adjust Picture-in-Picture toggle to be at 25% from the top for Instagram videos. r=denschub
Depends on D61010

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

--HG--
extra : moz-landing-system : lando
2020-01-28 08:50:53 +00:00
Mike Conley 97955a01e0 Bug 1606195 - Adjust Picture-in-Picture toggle to be at 25% from the top for Udemy videos. r=denschub
Depends on D61009

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

--HG--
extra : moz-landing-system : lando
2020-01-28 08:50:25 +00:00
Mike Conley 9745b30124 Bug 1608425 - Adjust Picture-in-Picture toggle to be at 25% from the top for Twitch videos. r=denschub
Differential Revision: https://phabricator.services.mozilla.com/D61009

--HG--
extra : moz-landing-system : lando
2020-01-28 08:50:02 +00:00
Brindusan Cristian 61ffa1f5ad Backed out changeset b1dd19cb645b (bug 1606928) for build bustages at favicons/google-com.ico. CLOSED TREE 2020-01-27 19:11:44 +02:00
Harry Twyford aa565bccad Bug 1606928 - Modify the Top Sites API to store a favicon for “Tippy Top Sites". r=Mardak
This patch uses the favicons as actually served by the sites. I tried to get 32x32 versions where possible, but a few are smaller and larger. There's also a mix of .ico and .png. I think the inconsistency is acceptable, and even desirable, seeing as these are the actual icons that would appear in the UrlbarView should they appear in the user's frecency results.

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

--HG--
extra : moz-landing-system : lando
2020-01-27 16:33:41 +00:00
Sebastian Hengst 6705b82917 Bug 1611454 - browser_devices_get_user_media_in_frame.js: enable dom.security.featurePolicy.enabled and permissions.delegation.enabled. r=mjf
These prefs got disabled for Late Beta and Release in bug 1611454 but the test
uses the feature (access to media devices from frame).

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

--HG--
extra : moz-landing-system : lando
2020-01-27 15:04:16 +00:00
Itiel 466c72c148 Bug 1611718 - Retain the about:logins search bar position when the branding is not official r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D61092

--HG--
extra : moz-landing-system : lando
2020-01-26 20:41:47 +00:00
Gabriel Luong aa684c0c76 Bug 1602841 - Implement keystroke handling for PiP window for video controls. r=mconley
This implements keystroke handling behind a pref "media.videocontrols.picture-in-picture.keyboard-controls.enabled".
This patch handles all the keystrokes for video controls, which include play, pause,
volume decrease and increase, mute, unmute, seek forward and backward for 15 seconds
or by 10% of the max video duration, seek to beginning and seek to end.
This reuses the key handler logic from https://searchfox.org/mozilla-central/rev/cfd1cc461f1efe0d66c2fdc17c024a203d5a2fd8/toolkit/content/widgets/videocontrols.js#1687-1810.

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

--HG--
extra : moz-landing-system : lando
2020-01-26 06:21:23 +00:00
Andrew Swan 906e1a31e3 Bug 1587544 Part 2: Migrate screenshots to fluent r=fluent-reviewers,_6a68,flod,Gijs
Differential Revision: https://phabricator.services.mozilla.com/D49785

--HG--
extra : moz-landing-system : lando
2020-01-25 17:09:54 +00:00
Andrew Swan 1de1359036 Bug 1587544 Part 1: Remove screenshots onboarding r=_6a68
Screenshots is now part of the browser first-run experience so get rid of
the onboarding slides embedded in screenshots.  This means fewer strings
that need to be ported to fluent.

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

--HG--
extra : moz-landing-system : lando
2020-01-25 15:35:25 +00:00
Oana Pop Rus aace55be1b Backed out changeset cfb9cc9ee352 (bug 1607545) for node failures on a CLOSED TREE 2020-01-25 01:21:24 +02:00
Andy Bruère 78a2bd4711 Bug 1592673 - Add reverse alpha sort in about:logins r=MattN,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D60496

--HG--
extra : moz-landing-system : lando
2020-01-24 22:47:36 +00:00
Mike Conley 5a5b08df8c Bug 1607545 - Don't record about_home_topsites_first_paint scalar unless the first windows initial tab is about:home. r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D60416

--HG--
extra : moz-landing-system : lando
2020-01-24 21:08:30 +00:00
Neil Deakin 0355257f83 Bug 1505915, move view source components to use JSWindowActor. This allows view frame source to work in out of process child frames, r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D60253

--HG--
rename : toolkit/components/viewsource/content/viewSource-content.js => toolkit/actors/ViewSourceChild.jsm
rename : toolkit/components/viewsource/content/viewSource-content.js => toolkit/actors/ViewSourcePageChild.jsm
rename : toolkit/components/viewsource/ViewSourceBrowser.jsm => toolkit/actors/ViewSourcePageParent.jsm
extra : moz-landing-system : lando
2020-01-24 19:53:55 +00:00
Kris Maglione 3c23c76a5f Bug 1595936: Part 3c - Dispatch message manager observers only when safe. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D55876

--HG--
extra : moz-landing-system : lando
2020-01-24 19:03:22 +00:00
Taylor f4e85ffc2f Bug 1588197 - Add autoplay to our permissions policies. r=mkaply,fluent-reviewers,Gijs,flod
Differential Revision: https://phabricator.services.mozilla.com/D55753

--HG--
extra : moz-landing-system : lando
2020-01-24 16:22:01 +00:00
Luca Greco 1eaa5753b6 Bug 1609677 - Inspect the boundTargetFunction if the target object is a bound function. r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D60142

--HG--
extra : moz-landing-system : lando
2020-01-24 12:58:36 +00:00
Dão Gottwald 39e3f763f8 Bug 1610473 - Use UrlbarInput::_toolbar property instead of textbox.closest("toolbar") in UrlbarInput and UrlbarView. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D60842

--HG--
extra : moz-landing-system : lando
2020-01-24 16:20:11 +00:00
Andrei Oprea a508a8ebc8 Bug 1524810 - Intermittent browser/components/newtab/test/browser/browser_asrouter_targeting.js r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D60541

--HG--
extra : moz-landing-system : lando
2020-01-24 04:40:07 +00:00
Mark Hammond f18437fc58 Bug 1601662 - split UITour's 'fxa' request into high and low latency versions r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D59443

--HG--
extra : moz-landing-system : lando
2020-01-10 03:37:02 +00:00
Nihanth Subramanya 53ec6e72dc Bug 1605297 - Don't expect telemetry after restarting add-on in policy override test. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D60804

--HG--
extra : moz-landing-system : lando
2020-01-24 08:55:51 +00:00
Nihanth Subramanya 5d02e4862b Bug 1609037 - DoH Rollout Extension: Wait until a top-level location change to show the doorhanger. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D59833

--HG--
extra : moz-landing-system : lando
2020-01-23 08:39:49 +00:00
Nihanth Subramanya ec2865c8d7 Bug 1608320 - DoH Rollout Extension: Don't show the doorhanger if the user has seen the post-DoH privacy statement. r=dragana
Differential Revision: https://phabricator.services.mozilla.com/D59830

--HG--
extra : moz-landing-system : lando
2020-01-22 22:16:44 +00:00
Nihanth Subramanya 150f590937 Bug 1600109 - Fix network change handling and test telemetry. r=dragana
Differential Revision: https://phabricator.services.mozilla.com/D58196

--HG--
extra : moz-landing-system : lando
2020-01-22 22:16:46 +00:00
Nihanth Subramanya cb4ffdf160 Bug 1600109 - Implement setup function in head.js to set up prefs and telemetry, and call it in all tests. r=dragana,JuniorHsu
Differential Revision: https://phabricator.services.mozilla.com/D58195

--HG--
extra : moz-landing-system : lando
2020-01-22 22:16:48 +00:00
Masayuki Nakano b1bf7e0db4 Bug 1540043 - part 1: Move all constants and methods of `nsIPlaintextEditor` to `nsIEditor` and make `nsIPlaintextEditor` inherit `nsIEditor` r=m_kato
For preparing to remove `nsIPlaintextEditor` interface, this patch moves
all of them to `nsIEditor`, but for avoiding bustage in comm-central, makes
`nsIPlaintextEditor` inherit `nsIEditor` for now (i.e., even with this patch,
script can access old `nsIPlaintextEditor` members with the interface.

In C++ code, this patch moves `SetWrapColumn()`, `InsertTextAsAction()`,
`InsertTextAsSubAction()` and `InsertLineBreakAsSubAction()` because
they do common things between `TextEditor` and `HTMLEditor`.  On the other
hand, this does not move `TextEditor::GetTextLength()` because it's designed
only for `TextEditor`.

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

--HG--
rename : editor/libeditor/tests/test_nsIPlaintextEditor_insertLineBreak.html => editor/libeditor/tests/test_nsIEditor_insertLineBreak.html
extra : moz-landing-system : lando
2020-01-24 08:33:42 +00:00
Matthew Noorenberghe 3f6697449b Bug 1595915 - Move the password generation context menu item to the top-level. r=sfoster,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D60640

--HG--
extra : moz-landing-system : lando
2020-01-23 23:01:04 +00:00
Kendall Werts 7f966c7fbf Bug 1606265 - Work on new tab containers menu popup. r=fluent-reviewers,Gijs,flod
Added right click on new tab button to open containers menu.
Removed long press and added option to enable left click in preferences menu.
Renamed privacy.userContext.longPressBehavior to privacy.userContext.newTabContainer.enabled

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

--HG--
extra : moz-landing-system : lando
2020-01-23 22:28:30 +00:00
Andreea Pavel 950995415e Backed out 2 changesets (bug 1587544) for failing browser_all_files_referenced.js on a CLOSED TREE
Backed out changeset 919eb56fa574 (bug 1587544)
Backed out changeset 483a2f094c2b (bug 1587544)
2020-01-24 00:42:32 +02:00
Andreea Pavel a34592d2b5 Backed out 2 changesets (bug 1595915) for failing fission bc at browser/browser_context_menu_iframe.js on a CLOSED TREE
Backed out changeset d844b69b9fbd (bug 1595915)
Backed out changeset 8e751164816c (bug 1595915)
2020-01-24 00:23:40 +02:00
Matthew Noorenberghe cb2556b19d Bug 1595915 - Move the password generation context menu item to the top-level. r=sfoster,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D60640

--HG--
extra : moz-landing-system : lando
2020-01-23 20:19:17 +00:00
emcminn a800d52c70 Bug 1590331 - "What's New" message date background should be --arrowpanel-dimmed instead of --toolbar-bgcolor. r=andreio,dao
Differential Revision: https://phabricator.services.mozilla.com/D50037

--HG--
extra : moz-landing-system : lando
2020-01-23 20:31:03 +00:00
Andrew Swan 38d82e180b Bug 1587544 Part 1: Remove screenshots onboarding r=_6a68
Screenshots is now part of the browser first-run experience so get rid of
the onboarding slides embedded in screenshots.  This means fewer strings
that need to be ported to fluent.

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

--HG--
extra : moz-landing-system : lando
2020-01-23 19:30:02 +00:00
Andrew Swan 6a910cddaf Bug 1587544 Part 2: Migrate screenshots to fluent r=fluent-reviewers,_6a68,flod
Differential Revision: https://phabricator.services.mozilla.com/D49785

--HG--
extra : moz-landing-system : lando
2020-01-23 19:27:50 +00:00
Gavin Lazar Suntop 095171a2ea Bug 1608952 - un-hardcoding label r=fluent-reviewers,thecount,flod
Differential Revision: https://phabricator.services.mozilla.com/D60188

--HG--
extra : moz-landing-system : lando
2020-01-23 19:35:54 +00:00
Luca Greco ab51b2424c Bug 1611037 - Fix browser_ext_menus_events_after_context_destroy intermittency. r=robwu
Differential Revision: https://phabricator.services.mozilla.com/D60843

--HG--
extra : moz-landing-system : lando
2020-01-23 18:15:02 +00:00
emcminn 34f2de9959 Bug 1603549 - Added an action to the "Force WNP" button that opens the WNPanel r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D57896

--HG--
extra : moz-landing-system : lando
2020-01-23 16:56:08 +00:00
Marco Bonardo dd6f2af24c Bug 1605161 - The muxer shouldn't put non-search-suggestions results in the suggestions bucket. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D60840

--HG--
extra : moz-landing-system : lando
2020-01-23 16:53:04 +00:00
ffxbld 2f2c6ee707 No Bug, mozilla-central repo-update HSTS HPKP blocklist remote-settings - a=repo-update r=RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D60838

--HG--
extra : moz-landing-system : lando
2020-01-23 13:31:34 +00:00
Kirk Steuber 0c6c51ee27 Bug 1607575 - Restore support for saving/restoring MozTree column ordering r=bgrins CLOSED TREE
MozTrees persist column ordering using the XUL persist="ordinal" attribute. This patch synchronizes MozTree with that old mechanism to restore the ability to save and restore column ordering. Because the persist data will be stored in the same place as before, this should prevent people from losing their column ordering data without requiring data migration.

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

--HG--
extra : rebase_source : 0474619cb817263d7a56b970c44cf8987d719355
extra : histedit_source : d8ed787170f5dd3ac6e19bf318e1a69c9ad0eac5
2020-01-21 18:48:58 +01:00
Kirk Steuber 44aeb05573 Bug 1607575 - Change consumers of XUL ordinal attribute to use the -moz-box-ordinal-group style instead r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D59762

--HG--
extra : rebase_source : e70a0b95e3f878fa57d4af134e5ed7d16200467c
2020-01-22 17:23:47 +01:00
Belén Albeza ec4650bec8 Bug 1609356 - Enable application panel in Nightly r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D60143

--HG--
extra : moz-landing-system : lando
2020-01-22 16:42:17 +00:00
Mihai Alexandru Michis 331926ea06 Backed out changeset c07d1683b9f1 (bug 1609649) for causing failures regarding the Crash Reporter.
CLOSED TREE
2020-01-23 12:37:53 +02:00
Gabriele Svelto 157c39b737 Bug 1609649 - Strip telemetry annotations from the crashes we submit via Firefox r=chutten
Differential Revision: https://phabricator.services.mozilla.com/D60145

--HG--
extra : moz-landing-system : lando
2020-01-22 19:23:18 +00:00
Gijs Kruitbosch c229dbc8a1 Bug 1526731 - handle image.http.accept pref inside netwerk instead of forcing all consumers to do the same dance, r=valentin,aosmond
Differential Revision: https://phabricator.services.mozilla.com/D60568

--HG--
extra : moz-landing-system : lando
2020-01-23 08:36:48 +00:00
Gijs Kruitbosch 0606b71ddb Bug 1526731 - pass content policy to webbrowserpersist to improve image request headers, r=smaug,johannh
Differential Revision: https://phabricator.services.mozilla.com/D60567

--HG--
extra : moz-landing-system : lando
2020-01-23 08:36:00 +00:00
Ciure Andrei d35aa07785 Backed out 2 changesets (bug 1595915) for causing browser_contextmenuFillLogins.js perma fails CLOSED TREE
Backed out changeset 5675d8e0f9f5 (bug 1595915)
Backed out changeset 9ef66fee0f47 (bug 1595915)
2020-01-23 06:49:47 +02:00
Matthew Noorenberghe 3248d7392d Bug 1595915 - Move the password generation context menu item to the top-level. r=sfoster,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D60640

--HG--
extra : moz-landing-system : lando
2020-01-23 03:43:40 +00:00
Bogdan Tara edb6d929c7 Backed out 2 changesets (bug 1595915) for browser_contextmenu.js failures CLOSED TREE
Backed out changeset acdf5e974aef (bug 1595915)
Backed out changeset d021fb320a3b (bug 1595915)
2020-01-23 04:55:28 +02:00
Drew Willcoxon 7832ff2703 Bug 1610681 - Make UrlbarView select the heuristic result even when it's not the first result added r=harry
Differential Revision: https://phabricator.services.mozilla.com/D60613

--HG--
extra : moz-landing-system : lando
2020-01-22 23:52:21 +00:00
Ciure Andrei 19fa2bbadb Backed out 2 changesets (bug 1516413) for causing browser_viewport_zoom_resolution_invariant.js to perma fail CLOSED TREE
Backed out changeset 0647ffc0cc6f (bug 1516413)
Backed out changeset a8d9460cdbd6 (bug 1516413)
2020-01-23 02:53:08 +02:00
Bogdan Tara edd9a5a7c9 Backed out changeset 472207e967c7 (bug 1608952) for newtab failures complaining about activity-stream CLOSED TREE 2020-01-23 01:58:26 +02:00
Matthew Noorenberghe b0e16a062a Bug 1595915 - Move the password generation context menu item to the top-level. r=sfoster,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D60640

--HG--
extra : moz-landing-system : lando
2020-01-22 23:51:02 +00:00
Brad Werth 7aba9ae0bf Bug 1516413 Part 2: Make browser FullZoom act on the new zoom change events. r=mstange
This replaces the handling of the ZoomChangeUsingMouseWheel event with
2 new zoom events that trigger the actual zoom changes. As a side effect,
this allows the mousewheel and zoom in/out key events to have an effect
on Reader and PDFJS views as well.

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

--HG--
extra : moz-landing-system : lando
2020-01-22 23:14:20 +00:00
Bogdan Tara 6b44dbdf87 Backed out 2 changesets (bug 1516413) for valgrind failure CLOSED TREE
Backed out changeset 8eb500f31661 (bug 1516413)
Backed out changeset 333368f257b3 (bug 1516413)
2020-01-23 00:53:42 +02:00
Cosmin Sabou 158024baa6 Backed out 4 changesets (bug 1600109, bug 1609037, bug 1608320) for turning bug 1605297 into permafail.
Backed out changeset ca3381ffade1 (bug 1609037)
Backed out changeset 6f3358db89c7 (bug 1608320)
Backed out changeset 0614bbf65c82 (bug 1600109)
Backed out changeset ea650c48ddcb (bug 1600109)
2020-01-23 00:12:00 +02:00
Scott f9d63c9c0c Bug 1544922 - Port v2 personalization to Discovery Stream r=gvn
Differential Revision: https://phabricator.services.mozilla.com/D60523

--HG--
extra : moz-landing-system : lando
2020-01-22 21:31:14 +00:00
Brad Werth 0549d5f10b Bug 1516413 Part 2: Make browser FullZoom act on the new zoom change events. r=mstange
This replaces the handling of the ZoomChangeUsingMouseWheel event with
2 new zoom events that trigger the actual zoom changes. As a side effect,
this allows the mousewheel and zoom in/out key events to have an effect
on Reader and PDFJS views as well.

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

--HG--
extra : moz-landing-system : lando
2020-01-22 21:43:14 +00:00
Gavin Lazar Suntop 8e900d406e Bug 1608952 - un-hardcoding label r=fluent-reviewers,thecount,flod
Differential Revision: https://phabricator.services.mozilla.com/D60188

--HG--
extra : moz-landing-system : lando
2020-01-22 19:41:56 +00:00
Mike Conley ea70cbeec9 Bug 1576917 - Port PopupBlocker to JSWindowActors to make it Fission-compatible. r=NeilDeakin
This patch was started by Alex Vamvounis <a.vamvounis@gmail.com> and finished by
Mike Conley <mconley@mozilla.com>

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

--HG--
extra : moz-landing-system : lando
2020-01-22 21:24:19 +00:00
Luca Greco 3aa34ea287 Bug 1602384 - Fix browser_ext_menus_incognito.js timeout failure when running locally on linux. r=robwu
The openContextMenu test helper uses a default selector parameter that doesn't actually exist in the
test page used (which is about:robots) and so the test was getting stuck because the context menu
was not being opened.

This change is unrelated to the issue fixed in this bugzilla issue, but the timeout failure was
preventing to run all the menus test successfully in a local linux build and so it did seem
worth to look into where the test was getting stuck and ensure that it does pass consistently.

Depends on D60493

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

--HG--
extra : moz-landing-system : lando
2020-01-22 13:12:26 +00:00
Luca Greco 324d405b13 Bug 1602384 - Make sure menu.onShown API event is still emitted after a destroyed extension context. r=robwu
Differential Revision: https://phabricator.services.mozilla.com/D60493

--HG--
extra : moz-landing-system : lando
2020-01-22 12:21:14 +00:00
Harry Twyford 4cde91dd0c Bug 1603321 - Replace Touch Bar "Search or enter address" button with an "Exit Fullscreen" button while in fullscreen. r=mikedeboer,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D57350

--HG--
extra : moz-landing-system : lando
2020-01-22 21:08:45 +00:00
Neil Deakin 3be2884a5d Bug 1608584, shouldn't pass true to browserLoaded to wait for the subframe to load, also fixes 1608497, r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D60439

--HG--
extra : moz-landing-system : lando
2020-01-22 14:56:36 +00:00
Matthew Noorenberghe 68e8a0ebd6 Bug 1608513 - Chromium Edge migrator support on Windows and macOS. r=Gijs
Microsoft supports using both old and new Edge in side-by-side (SxS) mode so both migrators should be supported if they have data.

Also rename the existing EdgeHTML Edge migrator to "Microsoft Edge Legacy" to allow disambiguation. This is the name Microsoft uses in side-by-side (SxS) mode.

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

--HG--
extra : moz-landing-system : lando
2020-01-22 18:35:11 +00:00
Alex Henrie b670bcef3e Bug 1606731 - Ignore diacritics when searching the browser history. r=jfkthame,mak
Differential Revision: https://phabricator.services.mozilla.com/D58584

--HG--
extra : moz-landing-system : lando
2020-01-22 17:39:56 +00:00
Andrei Oprea 7b4b742fdc Bug 1590412 - The Awesomebar gets unfocused if a CFR recommendation is displayed r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D59890

--HG--
extra : moz-landing-system : lando
2020-01-20 14:05:54 +00:00
Doug Thayer bf593b995c Bug 1596592 - Warm tab being switched to early during tab removal r=mconley,dao
Tab switch can be expensive if a page has a beforeunload handler. We should
start warming up the next tab to be shown early in the process of tab removal
to compensate for this. We could only do this if we know we have a
beforeUnload handler, but there shouldn't be any negative side effects of
getting started on the tab switch early regardless.

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

--HG--
extra : moz-landing-system : lando
2020-01-22 17:15:21 +00:00
Mark Striemer 39ea7101df Bug 1469060 - Make extension controlled panel heading more consistent r=dao
Differential Revision: https://phabricator.services.mozilla.com/D59913

--HG--
extra : moz-landing-system : lando
2020-01-22 10:51:28 +00:00
Harry Twyford b23f9e9a90 Bug 1610271 - Null-check updateManager in UrlbarProviderSearchTips.lastBrowserUpdateDate. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D60434

--HG--
extra : moz-landing-system : lando
2020-01-21 23:28:57 +00:00
Dão Gottwald e96c05c1ab Bug 1601795 - Let Ctrl+I open Page Info instead of the bookmarks sidebar on Windows. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D60669

--HG--
extra : moz-landing-system : lando
2020-01-22 14:41:47 +00:00
Jason Laster b14b35557c Bug 1603356 - Enable Eager evaluation in Nightly. r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D60519

--HG--
extra : moz-landing-system : lando
2020-01-21 16:40:51 +00:00
Johann Hofmann 2d827839ff Bug 1609973 - Fix wrong localization string in WebRTCParent.js. r=nhnt11
Instead of correcting the string in the localization file, I use the slightly inconsistent
string in code now, to avoid issues with uplifting.

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

--HG--
extra : moz-landing-system : lando
2020-01-22 12:55:26 +00:00
Christoph Kerschbaumer 357ee3d14c Bug 1609877: Convert prefs for domsecurity to use static prefs. r=tjr
Differential Revision: https://phabricator.services.mozilla.com/D60403

--HG--
extra : moz-landing-system : lando
2020-01-22 11:04:17 +00:00
Csoregi Natalia 77cb44a9dc Backed out changeset f6ccc4ba38d9 (bug 1609356) for failures on browser_toolbox_dynamic_registration.js. CLOSED TREE 2020-01-22 00:28:37 +02:00
Kris Maglione ab5a99dd15 Bug 1602898: Rename Window.getWindowGlobalChild() to .windowGlobalChild. r=farre
Differential Revision: https://phabricator.services.mozilla.com/D56609

--HG--
extra : moz-landing-system : lando
2020-01-21 21:32:28 +00:00
Mark Banner 793a87d40a Bug 1607172 - Update ESLint to the latest version and use ignorePatterns to ignore paths listed in ThirdPartyPaths.txt. r=mossop
Differential Revision: https://phabricator.services.mozilla.com/D59691

--HG--
extra : moz-landing-system : lando
2020-01-21 20:46:06 +00:00
Mihai Alexandru Michis 745c94b1df Backed out changeset 006f4e50e8e5 (bug 1602898) for causing multiple failures.
CLOSED TREE
2020-01-21 22:55:37 +02:00
Kris Maglione aa0306477e Bug 1602898: Rename Window.getWindowGlobalChild() to .windowGlobalChild. r=farre
Differential Revision: https://phabricator.services.mozilla.com/D56609

--HG--
extra : moz-landing-system : lando
2020-01-21 18:48:26 +00:00
Mihai Alexandru Michis 2dab66d06e Backed out 9 changesets (bug 1607172, bug 1609998, bug 1608799) for causing xpcshell failures in test_parser.js
CLOSED TREE

Backed out changeset 7753083b67dd (bug 1609998)
Backed out changeset e6f5aac734ab (bug 1608799)
Backed out changeset 90ea35966b73 (bug 1608799)
Backed out changeset 6fafa451b3f9 (bug 1608799)
Backed out changeset e07a4aea2ae1 (bug 1608799)
Backed out changeset d69d6dfdccad (bug 1607172)
Backed out changeset 93023b1b6153 (bug 1607172)
Backed out changeset 99ce7a56080e (bug 1607172)
Backed out changeset 20aa5934c785 (bug 1607172)
2020-01-21 21:44:03 +02:00
Mark Banner 96709101c1 Bug 1607172 - Update ESLint to the latest version and use ignorePatterns to ignore paths listed in ThirdPartyPaths.txt. r=mossop
Differential Revision: https://phabricator.services.mozilla.com/D59691

--HG--
extra : moz-landing-system : lando
2020-01-21 17:10:10 +00:00
Belén Albeza fb1055410b Bug 1609356 - Enable application panel in Nightly r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D60143

--HG--
extra : moz-landing-system : lando
2020-01-21 17:49:02 +00:00
Morgan Reschenberg 9685f6e92d Bug 1610250: Ensure we compare rounded integer values when setting the hidden attribute of the URL bar's zoom button. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D60533

--HG--
extra : moz-landing-system : lando
2020-01-21 17:38:51 +00:00
Johann Hofmann bfb55452df Bug 1607499 - Remove the contentblocking.exceptions probe. r=ewright
Differential Revision: https://phabricator.services.mozilla.com/D60492

--HG--
extra : moz-landing-system : lando
2020-01-21 15:35:39 +00:00
Nan Jiang 4b92e66391 Bug 1607315 - Migrate Activity Stream session ping to the new data pipeline. r=andreio
This schema was defined at [here](https://github.com/mozilla-services/mozilla-pipeline-schemas/pull/483) with a few minor changes compared to the old one:

* Remove the `region` field
* Type change from "number" to "integer" for `load_trigger_ts`, `visibility_event_rcvd_ts`, and `topsites_first_painted_ts`

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

--HG--
extra : moz-landing-system : lando
2020-01-15 19:18:10 +00:00
Jason Laster dc3aa3a63a Bug 1592725 - Enable async live stacks in Nightly and DevEdition. r=Honza
Differential Revision: https://phabricator.services.mozilla.com/D59435

--HG--
extra : moz-landing-system : lando
2020-01-17 21:19:43 +00:00
Nihanth Subramanya dde23c4501 Bug 1609037 - DoH Rollout Extension: Wait until a top-level location change to show the doorhanger. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D59833

--HG--
extra : moz-landing-system : lando
2020-01-21 08:28:25 +00:00
Nihanth Subramanya 7dc0b07882 Bug 1608320 - DoH Rollout Extension: Don't show the doorhanger if the user has seen the post-DoH privacy statement. r=dragana
Differential Revision: https://phabricator.services.mozilla.com/D59830

--HG--
extra : moz-landing-system : lando
2020-01-21 08:22:03 +00:00
Nihanth Subramanya 0d2a8199d0 Bug 1600109 - Fix network change handling and test telemetry. r=dragana
Differential Revision: https://phabricator.services.mozilla.com/D58196

--HG--
extra : moz-landing-system : lando
2020-01-21 08:22:01 +00:00
Nihanth Subramanya eee7b4fa3c Bug 1600109 - Implement setup function in head.js to set up prefs and telemetry, and call it in all tests. r=dragana,JuniorHsu
Differential Revision: https://phabricator.services.mozilla.com/D58195

--HG--
extra : moz-landing-system : lando
2020-01-21 08:21:59 +00:00
Tim Nguyen a368c15da3 Bug 1610152 - Ensure extension browsers take at least their parent's min-height. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D60370

--HG--
extra : moz-landing-system : lando
2020-01-20 21:50:21 +00:00
Razvan Maries 41ffa16326 Backed out changeset dbaa31392a53 (bug 1609877) for build bustages on DOMSecurityMonitor.cpp. CLOSED TREE 2020-01-20 22:08:07 +02:00
Christoph Kerschbaumer b7a9b6218a Bug 1609877: Convert prefs for domsecurity to use static prefs. r=tjr
Differential Revision: https://phabricator.services.mozilla.com/D60403

--HG--
extra : moz-landing-system : lando
2020-01-20 18:10:38 +00:00
Coroiu Cristina 9490b63809 Backed out changeset b634b7b787d5 (bug 1609491) for wpt failures at /cookies/http-state/general-tests.html on a CLOSED TREE 2020-01-20 20:57:54 +02:00
ffxbld 2dea3bc808 No Bug, mozilla-central repo-update HSTS HPKP blocklist remote-settings - a=repo-update r=RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D60400

--HG--
extra : moz-landing-system : lando
2020-01-20 17:59:00 +00:00
Emilio Cobos Álvarez 256c124f94 Bug 1609996 - Reorder some includes affected by the previous patches. r=froydnj
This was done by:

This was done by applying:

```
diff --git a/python/mozbuild/mozbuild/code-analysis/mach_commands.py b/python/mozbuild/mozbuild/code-analysis/mach_commands.py
index 789affde7bbf..fe33c4c7d4d1 100644
--- a/python/mozbuild/mozbuild/code-analysis/mach_commands.py
+++ b/python/mozbuild/mozbuild/code-analysis/mach_commands.py
@@ -2007,7 +2007,7 @@ class StaticAnalysis(MachCommandBase):
         from subprocess import Popen, PIPE, check_output, CalledProcessError

         diff_process = Popen(self._get_clang_format_diff_command(commit), stdout=PIPE)
-        args = [sys.executable, clang_format_diff, "-p1", "-binary=%s" % clang_format]
+        args = [sys.executable, clang_format_diff, "-p1", "-binary=%s" % clang_format, '-sort-includes']

         if not output_file:
             args.append("-i")
```

Then running `./mach clang-format -c <commit-hash>`

Then undoing that patch.

Then running check_spidermonkey_style.py --fixup

Then running `./mach clang-format`

I had to fix four things:

 * I needed to move <utility> back down in GuardObjects.h because I was hitting
   obscure problems with our system include wrappers like this:

0:03.94 /usr/include/stdlib.h:550:14: error: exception specification in declaration does not match previous declaration
0:03.94 extern void *realloc (void *__ptr, size_t __size)
0:03.94              ^
0:03.94 /home/emilio/src/moz/gecko-2/obj-debug/dist/include/malloc_decls.h:53:1: note: previous declaration is here
0:03.94 MALLOC_DECL(realloc, void*, void*, size_t)
0:03.94 ^
0:03.94 /home/emilio/src/moz/gecko-2/obj-debug/dist/include/mozilla/mozalloc.h:22:32: note: expanded from macro 'MALLOC_DECL'
0:03.94     MOZ_MEMORY_API return_type name##_impl(__VA_ARGS__);
0:03.94                                ^
0:03.94 <scratch space>:178:1: note: expanded from here
0:03.94 realloc_impl
0:03.94 ^
0:03.94 /home/emilio/src/moz/gecko-2/obj-debug/dist/include/mozmemory_wrap.h:142:41: note: expanded from macro 'realloc_impl'
0:03.94 #define realloc_impl mozmem_malloc_impl(realloc)

   Which I really didn't feel like digging into.

 * I had to restore the order of TrustOverrideUtils.h and related files in nss
   because the .inc files depend on TrustOverrideUtils.h being included earlier.

 * I had to add a missing include to RollingNumber.h

 * Also had to partially restore include order in JsepSessionImpl.cpp to avoid
   some -WError issues due to some static inline functions being defined in a
   header but not used in the rest of the compilation unit.

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

--HG--
extra : moz-landing-system : lando
2020-01-20 16:19:48 +00:00
Emilio Cobos Álvarez aa3a695712 Bug 1609996 - Remove mozilla/Move.h. r=froydnj
rg -l 'mozilla/Move.h' | xargs sed -i 's/#include "mozilla\/Move.h"/#include <utility>/g'

Further manual fixups and cleanups to the include order incoming.

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

--HG--
extra : moz-landing-system : lando
2020-01-20 16:18:20 +00:00
Ehsan Akhgari 5a2d4ea5a4 Bug 1609491 - Stop accepting cookie name-value pairs without an equal sign; r=baku
Differential Revision: https://phabricator.services.mozilla.com/D60040

--HG--
extra : moz-landing-system : lando
2020-01-20 15:59:12 +00:00
Marco Bonardo fbb1faec29 Bug 1608631 - Perma Beta failure in browser_urlbar_event_telemetry.js. r=adw
Run each test in a new window, to ensure tests isolation and properly support
enabling/disabling the new urlbar design.

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

--HG--
extra : moz-landing-system : lando
2020-01-20 15:43:01 +00:00
Neil Deakin 87bf897e88 Bug 1598919, move Browser:LoadURI into BrowserTabParent actor, r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D54411

--HG--
extra : moz-landing-system : lando
2020-01-20 15:19:14 +00:00
Neil Deakin 3d7ffd608a Bug 1603020, allow sendMessageToActor to send the message to all descendants, not just process roots, r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D58990

--HG--
extra : moz-landing-system : lando
2020-01-20 15:14:31 +00:00
pbz f0c6a67c01 Bug 1357107 - Remove nsContentBlocker telemetry. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D59697

--HG--
extra : moz-landing-system : lando
2020-01-20 12:26:49 +00:00
Sebastian Hengst 8f821d77ab Backed out 3 changesets (bug 1525218) for breaking fenix, reference-browser speedometer tasks. a=backout
Backed out changeset 76036ce90611 (bug 1525218)
Backed out changeset 9c66ecb1f66c (bug 1525218)
Backed out changeset eb4b265deb5e (bug 1525218)

--HG--
extra : rebase_source : 5f1b01bd44628efff2a7e0f28a62a7ad673a73c0
2020-01-20 11:19:46 +01:00
Brindusan Cristian f1982e0059 Backed out changeset 5261ea86fa26 (bug 1579440) for xpcshell failures at test_stickyprefs.js. 2020-01-19 20:22:34 +02:00
Agi Sferro b961d56f5d Bug 1579440 - Set browser.tabs.remote.autostart to true everywhere. r=snorp
Now that Fennec is gone we can finally do this.

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

--HG--
extra : moz-landing-system : lando
2020-01-19 16:55:20 +00:00
Andrei Oprea a1f1d61928 Bug 1600339 - Measure responsiveness while evaluating messages r=k88hudson,mconley
Differential Revision: https://phabricator.services.mozilla.com/D59535

--HG--
extra : moz-landing-system : lando
2020-01-18 21:08:40 +00:00
Andrew Swan cef90d7b6e Bug 1597932 Remove obsolete tabbrowser-tab selector r=dao
Differential Revision: https://phabricator.services.mozilla.com/D59631

--HG--
extra : moz-landing-system : lando
2020-01-18 16:36:55 +00:00
Dão Gottwald 446563f92e Bug 1609938 - Enable tab animation when closing the customize tab via ESC key or Done button. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D60248

--HG--
extra : moz-landing-system : lando
2020-01-17 23:22:49 +00:00
Dão Gottwald 3774eb8a9a Bug 1609932 - Make depopulatePalette synchronous and remove the customize tab immediately in CustomizeMode::exit. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D60243

--HG--
extra : moz-landing-system : lando
2020-01-17 23:31:43 +00:00
Emma Malysz 746b2ac5ad Bug 1607718, make addTab helper methods private r=dao
Differential Revision: https://phabricator.services.mozilla.com/D59892

--HG--
extra : moz-landing-system : lando
2020-01-18 00:29:30 +00:00
Cosmin Sabou 6ed6078578 Backed out 2 changesets (bug 1600109) for browser chrome failures on browser_policyOverride.js CLOSED TREE
Backed out changeset 18ebd4ba0148 (bug 1600109)
Backed out changeset 76363bc85344 (bug 1600109)
2020-01-18 01:17:07 +02:00
Cosmin Sabou 9b6e5f8e66 Backed out changeset 4c303f6ec2e6 (bug 1602898) for browser chrome failures on browser_ssb_windowlocation. 2020-01-18 01:06:34 +02:00
Kris Maglione 036e960542 Bug 1602898: Rename Window.getWindowGlobalChild() to .windowGlobalChild. r=farre
Differential Revision: https://phabricator.services.mozilla.com/D56609

--HG--
extra : moz-landing-system : lando
2020-01-17 21:36:10 +00:00
Drew Willcoxon 416ccb5261 Bug 1608597 - Quantumbar: Replace restricting providers with a priority system. r=mak
Replace `isRestricting` with `getPriority` -- i.e., replace the binary restricting system with a general priority system. Instead of choosing restricting providers, the providers manager chooses the highest-priority providers.

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

--HG--
extra : moz-landing-system : lando
2020-01-17 20:50:45 +00:00
Zibi Braniecki 4fb4f2f900 Bug 1609585 - Migrate all possible uses from AppLocalesAsLangTag(s) to AppLocale(s)AsBCP47. r=marionette-reviewers,jfkthame,whimboo
Differential Revision: https://phabricator.services.mozilla.com/D60096

--HG--
extra : moz-landing-system : lando
2020-01-17 19:29:09 +00:00
Agi Sferro ac359bc8bf Bug 1609019 - Define browser.privatebrowsing.autostart on all.js. r=Ehsan
Differential Revision: https://phabricator.services.mozilla.com/D60265

--HG--
extra : moz-landing-system : lando
2020-01-17 16:18:37 +00:00
Mark Banner 1b0a484ab0 Bug 1609937 - Get test_UrlbarQueryContext_restrictSource.js working with the search modern configuration. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D60247

--HG--
extra : moz-landing-system : lando
2020-01-17 17:50:59 +00:00
Cosmin Sabou 7a03de6733 Backed out changeset 17f7eac615fa (bug 1609356) for devtools failures on browser_toolbox_options_multiple_tabs. CLOSED TREE 2020-01-17 20:11:34 +02:00
Cosmin Sabou 4b24015c8a Backed out changeset c516b5d716f1 (bug 1608597) for browser chrome failures on browser_search_tips. 2020-01-17 20:10:21 +02:00
Narcis Beleuzu a024104573 Backed out 2 changesets (bug 1609037, bug 1608320) for bc failures on browser_cleanFlow.js . CLOSED TREE
Backed out changeset 44539f8e0cea (bug 1609037)
Backed out changeset 3dddea4c5d73 (bug 1608320)
2020-01-17 19:18:49 +02:00
Drew Willcoxon e693e42a59 Bug 1608597 - Quantumbar: Replace restricting providers with a priority system. r=mak
Replace `isRestricting` with `getPriority` -- i.e., replace the binary restricting system with a general priority system. Instead of choosing restricting providers, the providers manager chooses the highest-priority providers.

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

--HG--
extra : moz-landing-system : lando
2020-01-17 16:11:31 +00:00
Belén Albeza fc96acd11f Bug 1609356 - Enable application panel in Nightly r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D60143

--HG--
extra : moz-landing-system : lando
2020-01-17 16:59:53 +00:00
Harry Twyford b7040f1383 Bug 1609699 - Rename browser.urlbar.searchTips pref to browser.urlbar.update1.searchTips. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D60152

--HG--
extra : moz-landing-system : lando
2020-01-17 16:07:21 +00:00
Nihanth Subramanya 73ad962480 Bug 1609037 - DoH Rollout Extension: Wait until a top-level location change to show the doorhanger. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D59833

--HG--
extra : moz-landing-system : lando
2020-01-17 14:58:52 +00:00
Nihanth Subramanya 2a5d7c0fe8 Bug 1608320 - DoH Rollout Extension: Don't show the doorhanger if the user has seen the post-DoH privacy statement. r=dragana
Differential Revision: https://phabricator.services.mozilla.com/D59830

--HG--
extra : moz-landing-system : lando
2020-01-17 15:00:46 +00:00
Nihanth Subramanya 1ff5f9a747 Bug 1600109 - Fix network change handling and test telemetry. r=dragana
Differential Revision: https://phabricator.services.mozilla.com/D58196

--HG--
extra : moz-landing-system : lando
2020-01-15 16:08:10 +00:00
Nihanth Subramanya c64c07e5af Bug 1600109 - Implement setup function in head.js to set up prefs and telemetry, and call it in all tests. r=dragana,JuniorHsu
Differential Revision: https://phabricator.services.mozilla.com/D58195

--HG--
extra : moz-landing-system : lando
2020-01-08 10:21:38 +00:00
Jan Sonntag 0d470191cd Bug 616130 - Add option to disable tab detaching r=dao
Differential Revision: https://phabricator.services.mozilla.com/D60180

--HG--
extra : moz-landing-system : lando
2020-01-17 13:44:29 +00:00
Axel Hecht 940eed0daa Bug 1609898, fix xml parsing error introduced by bug 1605467, r=Gijs
This is just a bustage fix, and doesn't try to address the question
of test coverage.

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

--HG--
extra : moz-landing-system : lando
2020-01-17 11:44:42 +00:00
Zibi Braniecki 79a10c61a3 Bug 1605467 - Migrate text action keys to Fluent. r=fluent-reviewers,Gijs,flod
Differential Revision: https://phabricator.services.mozilla.com/D59272

--HG--
extra : moz-landing-system : lando
2020-01-17 11:43:39 +00:00
Narcis Beleuzu d97f243585 Backed out changeset a2f061d89feb (bug 1605467) for causing Bug 1609898. 2020-01-17 13:23:33 +02:00
Siddhant085 676ce0d13c Bug 1511700 - Use the new notification system (PlacesObserver) for bookmark removed notifications. r=Standard8,mak
Phasing out the old notification system for OnItemRemoved events.

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

--HG--
extra : moz-landing-system : lando
2020-01-16 18:38:54 +00:00
Marco Bonardo 36edd98332 Bug 1605889 - Ensure LTR origins stay visible on urlbar blur. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D60141

--HG--
extra : moz-landing-system : lando
2020-01-16 13:50:46 +00:00
Scott b225185523 Bug 1609758 - personalization affinities lastUpdated in devtools and refreshAll tweak and some unrelated test updates r=gvn
Differential Revision: https://phabricator.services.mozilla.com/D60178

--HG--
extra : moz-landing-system : lando
2020-01-16 23:46:38 +00:00
Tomislav Jovanovic 48d05a45cb Bug 1602639 - Switch native messaging from MessageManagers to Conduits r=robwu
Differential Revision: https://phabricator.services.mozilla.com/D58356

--HG--
extra : moz-landing-system : lando
2020-01-16 22:41:27 +00:00
Erica Wright b739b36f77 Bug 1609287 - about:protections private browsing message is dark-theme friendly. r=ntim
Differential Revision: https://phabricator.services.mozilla.com/D60020

--HG--
extra : moz-landing-system : lando
2020-01-15 22:39:24 +00:00
ffxbld 5a611b020b No Bug, mozilla-central repo-update HSTS HPKP blocklist remote-settings - a=repo-update r=RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D60144

--HG--
extra : moz-landing-system : lando
2020-01-16 19:24:27 +00:00
Punam Dahiya 94027b5678 Bug 1608942 - Add FX_MONITOR_OAUTH_CLIENT_ID as FxA constant r=rfkelly,k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D59930

--HG--
extra : moz-landing-system : lando
2020-01-16 18:01:29 +00:00
Harry Twyford 99cf823836 Bug 1608638 - Apply a floor and ceiling to Urlbar position values in performance/head.js. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D59942

--HG--
extra : moz-landing-system : lando
2020-01-16 18:04:20 +00:00
Dão Gottwald 063ff0ea9e Bug 883397 - Remove redundant about:blank check from CustomizeMode.exit. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D60146

--HG--
extra : moz-landing-system : lando
2020-01-16 17:20:11 +00:00
Julian Descottes ec77c620a6 Bug 1585747 - Remove devtools preference devtools.toolbox.content-frame r=ochameau
Differential Revision: https://phabricator.services.mozilla.com/D47963

--HG--
extra : moz-landing-system : lando
2020-01-14 14:45:41 +00:00
Harry Twyford cf63dc31df Bug 1604798 - Re-focus Urlbar more reliably after exiting customize mode. r=dao
focusAndSelectUrlbar can fire after isCustomizing() is false but before customizeMode is fully exited. This means the Urlbar is refocused but then quickly loses focus after the main browser window is focused. By adding this additional check we can be sure that the browser focus event occurs before the Urlbar is refocused.

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

--HG--
extra : moz-landing-system : lando
2020-01-16 15:22:47 +00:00
Dão Gottwald 7aa0386034 Bug 1608169 - Tweak urlbar-grow animation's scale starting points. r=harry
Differential Revision: https://phabricator.services.mozilla.com/D60136

--HG--
extra : moz-landing-system : lando
2020-01-16 15:05:31 +00:00
pbz 899c4467e4 Bug 1432856 - Added tests for window open and focus in fullscreen. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D56391

--HG--
extra : moz-landing-system : lando
2020-01-16 14:39:11 +00:00
Gabriele Svelto 96a70684f4 Bug 1588538 - Use the new Windows dump_syms tool to dump symbols in local builds r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D57094

--HG--
extra : moz-landing-system : lando
2020-01-16 14:14:13 +00:00
Gijs Kruitbosch 9d4ffbfc01 Bug 1608545 - ensure userContextId inherited from relatedTab is used throughout addTab and test for it, r=dao
Differential Revision: https://phabricator.services.mozilla.com/D60017

--HG--
extra : moz-landing-system : lando
2020-01-16 13:54:21 +00:00
Dão Gottwald bca8987c92 Bug 1560348 - Remove CustomizeMode::_doTransition. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D58763

--HG--
extra : moz-landing-system : lando
2020-01-16 11:41:36 +00:00
Marco Bonardo 49bfea3d43 Bug 1608631 - Perma Beta test failure in browser_urlbar_event_telemetry.js. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D60025

--HG--
extra : moz-landing-system : lando
2020-01-16 10:09:12 +00:00
Mike Hommey 5378c2e839 Bug 1525218 - Use minidump_stackwalk toolchain artifacts instead of tooltool packages. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D59936

--HG--
extra : moz-landing-system : lando
2020-01-15 14:20:30 +00:00
Kirk Steuber e52b55a2a6 Bug 1608246 - Fixes for small subdialogs in preferences r=bgrins
Bug 1588142 introduced two problems: First, it added CSS to prefrences.css that was meant to apply only to preferences.xhtml, but in fact ends up applying to other pages. This patch fixes that.

The second problem was an assumption made in subdialogs.js that all preferences subdialogs would have either a contentPane or a <dialog> element, which we should set to be scrollable if the window is too small. It turns out that there is at least one dialog that has overflow-y set to auto, thus handling it's own scrolling. The relevant code has been updated not to make that assumption.

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

--HG--
extra : moz-landing-system : lando
2020-01-15 22:18:09 +00:00
Scott b817712cfb Bug 1609462 - working on modal overlay positioning r=emcminn
Differential Revision: https://phabricator.services.mozilla.com/D59385

--HG--
extra : moz-landing-system : lando
2020-01-15 21:59:09 +00:00
Scott a79896fdf5 Bug 1609241 - Remove test stub r=gvn
Differential Revision: https://phabricator.services.mozilla.com/D59933

--HG--
extra : moz-landing-system : lando
2020-01-15 22:12:43 +00:00
Scott ec0b059795 Bug 1609277 - Expand PersonalityProvider functionality r=gvn
Differential Revision: https://phabricator.services.mozilla.com/D59954

--HG--
extra : moz-landing-system : lando
2020-01-15 22:14:32 +00:00
Dimi Lee 45330c2c4e Bug 1601310 - Add GetContentBlockingEvents IPC method for the child to retrive content blocking event in the parent. r=timhuang,twisniewski,Ehsan
This patch does the following:
1. Add a WindowGlobalChild IPC method - GetContentBlockingEvents. Documents can use the method
   retrieve content blocking events stored in the parent process.
2. Update nsIDocShell::GetHasTrackingContentBlocked to return a promise.
3. Replace API in report-site-issue to use the promise-based GetHasTrackingContentBlocked API

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

--HG--
extra : moz-landing-system : lando
2019-12-17 11:05:06 +00:00
shindli fca74ac308 Bug 1603014 - unskip browser_pdfjs_zoom.js on mac r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D59271

--HG--
extra : moz-landing-system : lando
2020-01-15 07:53:22 +00:00
Shane Caraveo 8351044ded Bug 1524327 remove MOZ_ALLOW_LEGACY_EXTENSIONS and extensions.legacy.enabled r=zombie,aswan
Legacy extensions are no longer loaded, so we can drop the build config for it.  We
still need flags for handling experimental APIs since what we require differs between builds
and distributions.

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

--HG--
extra : moz-landing-system : lando
2020-01-15 21:38:40 +00:00
Harry Twyford 8ad4e1813a Bug 1606909 - Port Tips from the experiment behind a pref. r=adw,fluent-reviewers,flod
Top Sites must be disabled for this to work correctly. This is because we haven't defined the behaviour for when two restricting providers are active. Bug 1607797 must be resolved before this is preffed on.

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

--HG--
extra : moz-landing-system : lando
2020-01-14 16:28:46 +00:00
Drew Willcoxon 02ffd74c11 Bug 1602991 - Fix intermittent browser/components/urlbar/tests/browser/browser_urlbar_locationchange_urlbar_edit_dos.js r=Gijs
The test messages the content script to trigger a web-progress change and waits for the change. The problem is that those two actions race each other. In the intermittent failures, the web-progress change happens before the test adds a listener for it.

The test first should add its listener and then message the content script to trigger the change. This try run is all green with many retriggers: https://treeherder.mozilla.org/#/jobs?repo=try&revision=6990ce980eff124ef28c41195ae57e0fd2b1f25b&group_state=expanded

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

--HG--
extra : moz-landing-system : lando
2020-01-15 18:27:10 +00:00
Zibi Braniecki 723beff370 Bug 1605467 - Migrate text action keys to Fluent. r=fluent-reviewers,Gijs,flod
Differential Revision: https://phabricator.services.mozilla.com/D59272

--HG--
extra : moz-landing-system : lando
2020-01-15 11:44:14 +00:00
thomasmo b841095b22 Bug 1608844 - WebExtensions do not run in FxRPC content processes r=zombie
This change introduces a content script, fxr-content.js, that runs in content processes associated with an FxR PC window. This new script notifies observers of "tab-content-frameloader-created", which allows for WebExtensions content script to be injected into the content process.

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

--HG--
extra : moz-landing-system : lando
2020-01-15 15:14:15 +00:00
Brian Grinstead fd3ed49e86 Bug 1602230 - Use an html:label with textContent instead of xul:label with [value] for toolbarbutton-badges r=Gijs
This both allows proper CSS sizing (it respects max-width), and allows for hidden overflow for long badges.
Using xul:label with textContent fixes the former but doesn't support the latter, so an html:label is used instead.

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

--HG--
extra : moz-landing-system : lando
2020-01-15 10:49:04 +00:00