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

62817 Коммитов

Автор SHA1 Сообщение Дата
Brian Grinstead 69583ef6e0 Bug 1553387 - Use createXULElement for 'window' menuitems on osx r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D32166

--HG--
extra : moz-landing-system : lando
2019-05-22 21:09:52 +00:00
Bogdan Tara a0b69fc936 Backed out 4 changesets (bug 1510569) for 1419902.html failures CLOSED TREE
Backed out changeset 756519a7cf79 (bug 1510569)
Backed out changeset 39c6818fdb12 (bug 1510569)
Backed out changeset 3d9715a5ecd4 (bug 1510569)
Backed out changeset 418a61f5f87b (bug 1510569)
2019-05-23 01:58:51 +03:00
meandave 39ca462747 Bug 1528459 - Show PiP Icon in parent tab of media. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D29023

--HG--
extra : moz-landing-system : lando
2019-05-22 18:44:28 +00:00
Mathieu Leplatre 8f123db7b9 Bug 1553145 - Improve Remote Settings documentation r=glasserc
Differential Revision: https://phabricator.services.mozilla.com/D32130

--HG--
extra : moz-landing-system : lando
2019-05-23 09:19:37 +00:00
Cosmin Sabou 12b64c4e93 Merge mozilla-central to inbound.
--HG--
extra : amend_source : 55eacae86aadd789db07df60f5783c3dc5a040e9
2019-06-03 19:32:32 +03:00
Ryan VanderMeulen e9febe29bf Bug 1556404 - Update pdf.js to version 2.2.199. r=bdahl 2019-06-03 09:38:33 -04:00
Brian Grinstead 7ba536e61d Bug 1551334 - Migrate OSX hidden window from XUL to XHTML r=Gijs
Also take the oppurtunity to include "mac" in the filename to clarify
where it's used.

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

--HG--
rename : browser/base/content/hiddenWindow.xul => browser/base/content/hiddenWindowMac.xhtml
extra : moz-landing-system : lando
2019-05-22 18:00:13 +00:00
Barret Rennie f795631269 Bug 1510569 - Keep track of whether we are navigating to a new URI in nsDocShell r=mconley,kmag,qdot
Previously the `WebNavigationChild` would keep track of when triggering its
`nsIWebNavigation`, `goForward`, `goBack`, `gotoIndex`, and `loadURI` methods.
It's `nsIWebNavigation` instance is always an `nsIDocShell` and as part of
porting `OnStateChange` and `OnLocationChange` events from
`WebProgressChild`/`RemoteWebProgress` to `BrowserChild`/`BrowserParent`, this
informations needs to be available from the `BrowserChild`. As it stands, it is
currently an expando property on the `WebProgressChild`.

Instead of introducing yet another XPCOM interface for the WebProgressChild, we
now store this information directly on the `nsDocShell`. Furthermore, instead
of having the `WebNavigationChild` manage this part of the `nsDocShell`'s
state, we can have the `nsDocShell` manage this state itself so it is always
consistent.

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

--HG--
extra : moz-landing-system : lando
2019-05-21 21:34:54 +00:00
Emilio Cobos Álvarez 300ed443b9 Bug 416771 - Allow window.focus() to switch tabs. r=NeilDeakin,dao CLOSED TREE
Differential Revision: https://phabricator.services.mozilla.com/D31643

--HG--
extra : source : 5acccb49a66840b5c2266edfb7a8953878a2a040
extra : histedit_source : 33a19d54114ef5eda00aefb1c997d6dbcfb40501
2019-05-22 17:21:29 +00:00
Bogdan Tara e34a09a25c Backed out changeset 5acccb49a668 (bug 416771) for gecko decision bustage CLOSED TREE 2019-05-22 20:38:33 +03:00
Emilio Cobos Álvarez f11ec3db68 Bug 416771 - Allow window.focus() to switch tabs. r=NeilDeakin,dao
Differential Revision: https://phabricator.services.mozilla.com/D31643

--HG--
extra : moz-landing-system : lando
2019-05-22 17:21:29 +00:00
Matt Howell 7f16a3b9c6 Bug 1548612 Part 8 - Implement the new stub installer UI design for release/beta. r=agashlin
This patch implements the new stub installer UI design for the official branding
and leaves the other brandings mostly alone. Leaving them entirely alone was not
a goal because it wouldn't have been worth the hacks required, but the layouts
and overall designs should be unchanged. The differences between the two designs
are intended to be driven entirely by the branding files, so that the new design
can be easily expanded to the other channels once art assets exist.

Depends on D31145

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

--HG--
extra : moz-landing-system : lando
2019-05-21 23:29:05 +00:00
Matt Howell dbcb1ec8a1 Bug 1548612 Part 7 - Add and normalize stub installer UI parameters. r=agashlin
This patch adds a bunch of new defines for stub installer UI parameters that
were previously hard coded or implicit, moves several that were universal into
the branding files, removes several no longer used ones, and changes the names
of some others to match a standard naming convention.

Depends on D31144

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

--HG--
extra : moz-landing-system : lando
2019-05-21 23:29:22 +00:00
Matt Howell 1cd03cdf5e Bug 1548612 Part 6 - Remove a couple of no longer needed stub installer strings. r=agashlin
Depends on D31143

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

--HG--
extra : moz-landing-system : lando
2019-05-21 16:12:48 +00:00
Matt Howell c71e8f6c5f Bug 1548612 Part 1 - New background images for the release stub installer. r=agashlin
Differential Revision: https://phabricator.services.mozilla.com/D31139

--HG--
extra : moz-landing-system : lando
2019-05-21 16:12:41 +00:00
Gijs Kruitbosch b49196046b Bug 1549548 - update browser tests for plugin blocking, r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D31346

--HG--
rename : browser/base/content/test/plugins/browser.ini => browser/base/content/test/plugins/browser-rs-blocklist.ini
extra : moz-landing-system : lando
2019-05-22 14:48:04 +00:00
Michael Kaply 2c41b2e900 Bug 1552302 - Link policy message to about:policies. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D32061

--HG--
extra : moz-landing-system : lando
2019-05-22 14:34:44 +00:00
Florian Quèze b911add66e Bug 1552524 - Add a mochitest to avoid more sync IPC being introduced during startup, r=mconley.
Differential Revision: https://phabricator.services.mozilla.com/D31644

--HG--
rename : browser/base/content/test/performance/browser_startup_mainthreadio.js => browser/base/content/test/performance/browser_startup_syncIPC.js
extra : moz-landing-system : lando
2019-05-22 14:15:29 +00:00
Michael Kaply 4b1ce8d8bb Bug 1553041 - Add waitForStateStop to try to fix intermittent. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D32005

--HG--
extra : moz-landing-system : lando
2019-05-22 14:02:58 +00:00
Oana Pop Rus af0293e185 Backed out changeset 7de6c5aab8b4 (bug 1471698) for build bustages on Windows MinGW all on a CLOSED TREE 2019-05-22 16:36:06 +03:00
Tom Ritter 382e464814 Bug 1471698 - Remove our binutils-corruption-avoiding workaround for mingw-clang r=froydnj
Depends on D31347

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

--HG--
extra : moz-landing-system : lando
2019-05-21 17:57:06 +00:00
Kestrel 94d172dfbc Bug 1553385 - Add context fill to about:preferences permanent private browsing mode info icon for dark mode r=dao
Differential Revision: https://phabricator.services.mozilla.com/D32096

--HG--
extra : moz-landing-system : lando
2019-05-22 08:41:31 +00:00
Mathieu Leplatre 8eb7224e54 Bug 1526018 - Initialize PSM clients in their own service r=Gijs,jcj
Differential Revision: https://phabricator.services.mozilla.com/D31603

--HG--
extra : moz-landing-system : lando
2019-05-21 21:14:11 +00:00
Florian Quèze a19ac2626e Bug 1553113 - Rename the profiles uploaded by startup main thread IO tests so that treeherder offers to open them in Firefox Profiler, r=mconley.
Differential Revision: https://phabricator.services.mozilla.com/D31994

--HG--
extra : moz-landing-system : lando
2019-05-22 10:03:48 +00:00
Alphan Chen 2dbd18c6c8 Bug 1549973 - Force tabState flush from C++ listener before tab is closed r=peterv
Differential Revision: https://phabricator.services.mozilla.com/D30475

--HG--
extra : moz-landing-system : lando
2019-05-22 09:06:14 +00:00
Mike de Boer 4ea690eb96 Bug 1543684 - When a session is set to resume anyways, skip analyzing previous crashes and always restore immediately. r=dao
I also made a few gratuitous code formatting cleanups. I hope you don't mind.
We are unable to properly analyze shutdown crashes and deduce the right action
to take when that happened. This leads to surprising occurrences of the
'about:sessionrestore' page shown, especially when a full restore is expected
anyway.

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

--HG--
extra : moz-landing-system : lando
2019-05-22 09:08:09 +00:00
Andrea Marchesini 7b8a38ee05 Bug 1551729 - Revert bug 1548432 - Re-introducing the support for cookies without values, r=mayhemer
This patch reverts the second part of bug 1548432.

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

--HG--
extra : moz-landing-system : lando
2019-05-22 06:31:22 +00:00
Jared Wein 85a73bedf5 Bug 1553321 - Remove connect-src https and img-src https from about:logins CSP. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D32087

--HG--
extra : moz-landing-system : lando
2019-05-22 03:20:37 +00:00
Jared Wein eee6bc8a84 Bug 1553320 - Include about:logins as a secure internal UI page. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D32065

--HG--
extra : moz-landing-system : lando
2019-05-22 02:44:48 +00:00
Ed Lee 2903e9b58d Bug 1553334 - Add experimentation sizing, card actions and bug fixes to Activity Stream r=r1cky
Differential Revision: https://phabricator.services.mozilla.com/D32076

--HG--
extra : moz-landing-system : lando
2019-05-21 23:43:23 +00:00
Christoph Kerschbaumer 796a800303 Bug 965637: Move CSP from Principal into Client, part 4: test updates. r=mccr8,jkt
Differential Revision: https://phabricator.services.mozilla.com/D27657

--HG--
extra : moz-landing-system : lando
2019-05-21 23:15:08 +00:00
Christoph Kerschbaumer 30b618ff6e Bug 965637: Move CSP from Principal into Client, part 3: frontend changes. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D27656

--HG--
extra : moz-landing-system : lando
2019-05-21 23:15:08 +00:00
Cosmin Sabou ce81aa750c Backed out 7 changesets (bug 1519577) for mochitest failures. CLOSED TREE
Backed out changeset 5192370c4f79 (bug 1519577)
Backed out changeset 2999bbc0422b (bug 1519577)
Backed out changeset bcedf1e9b09c (bug 1519577)
Backed out changeset 293af339be51 (bug 1519577)
Backed out changeset 9f311461ad1e (bug 1519577)
Backed out changeset cf4e91d423b4 (bug 1519577)
Backed out changeset 4f53ad1e3674 (bug 1519577)
2019-05-22 02:20:08 +03:00
Cosmin Sabou 0e7add25c1 Bug 1519577 - Fix browser chrome failures. r=aswan 2019-05-22 01:56:55 +03:00
Jared Wein aa9c7b4e7e Bug 1549814 - Add automated tests for creating a login. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D31714

--HG--
extra : moz-landing-system : lando
2019-05-21 19:04:08 +00:00
Jared Wein 4ad2b10786 Bug 1549814 - Add 'New Login' button to create new saved logins. r=MattN,Pike
Differential Revision: https://phabricator.services.mozilla.com/D31713

--HG--
extra : moz-landing-system : lando
2019-05-21 19:24:19 +00:00
Jared Wein eec920c32d Bug 1549814 - LoginHelper.searchLoginsWithObject always returns an array so no need to check for a falsy return value. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D31712

--HG--
extra : moz-landing-system : lando
2019-05-21 19:03:49 +00:00
Jared Wein 0323332d31 Bug 1549814 - Include a title with the login object that removes http(s) or www prefix. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D31711

--HG--
extra : moz-landing-system : lando
2019-05-21 19:03:45 +00:00
Jared Wein e1dee87910 Bug 1549814 - Update the login-list count on login additions and removals. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D31710

--HG--
extra : moz-landing-system : lando
2019-05-21 19:03:42 +00:00
Andrew Swan f80f3b7f72 Bug 1519577 Convert toolbarbutton to a custom element r=surkov
Differential Revision: https://phabricator.services.mozilla.com/D31941

--HG--
extra : moz-landing-system : lando
2019-05-21 19:26:48 +00:00
Andrew Swan 5d152fbda9 Bug 1519577 Mark badged page action toolbarbuttons before inserting r=Gijs
The "add search engine" page action wants to use badged toolbarbuttons,
but it does this by adding the "badged-button" class (which changes the
XBL binding) after the button has already been created and added to
the DOM.  To avoid having to switch between non-badged and badged buttons
when toolbarbutton is converted to custom elements, add a property to
page actions so that the badged status can be determined when the element
is created.

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

--HG--
extra : moz-landing-system : lando
2019-05-21 19:26:23 +00:00
Andrew Swan cf3c87c462 Bug 1519577 Remove support for unused toolbarbutton anchor attribute r=NeilDeakin
This code contains an undesirable dependency between the layout code and
the implementation of toolbarbutton.  Since it isn't actually used anywhere
by the firefox UI, remove it here.

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

--HG--
extra : moz-landing-system : lando
2019-05-21 19:26:25 +00:00
Michael Kaply 8f53021f57 Bug 1552676 - Cleanup cookie policy tests. r=rstrong
Differential Revision: https://phabricator.services.mozilla.com/D32037

--HG--
extra : moz-landing-system : lando
2019-05-21 19:15:36 +00:00
Noemi Erli cc1f5b44f2 Backed out 4 changesets (bug 1510569) for mass test failures CLOSED TREE
Backed out changeset c5488e2770a6 (bug 1510569)
Backed out changeset df98eef1f640 (bug 1510569)
Backed out changeset db6da7f94a92 (bug 1510569)
Backed out changeset fb696b92c13d (bug 1510569)
2019-05-21 23:41:41 +03:00
Erica Wright c20fb3ba09 Bug 1549825 - Create empty about:protections page. r=johannh,baku
Differential Revision: https://phabricator.services.mozilla.com/D30652

--HG--
extra : moz-landing-system : lando
2019-05-21 18:32:32 +00:00
Barret Rennie 68cdb08594 Bug 1510569 - Keep track of whether we are navigating to a new URI in nsDocShell r=mconley,kmag,qdot
Previously the `WebNavigationChild` would keep track of when triggering its
`nsIWebNavigation`, `goForward`, `goBack`, `gotoIndex`, and `loadURI` methods.
It's `nsIWebNavigation` instance is always an `nsIDocShell` and as part of
porting `OnStateChange` and `OnLocationChange` events from
`WebProgressChild`/`RemoteWebProgress` to `BrowserChild`/`BrowserParent`, this
informations needs to be available from the `BrowserChild`. As it stands, it is
currently an expando property on the `WebProgressChild`.

Instead of introducing yet another XPCOM interface for the WebProgressChild, we
now store this information directly on the `nsDocShell`. Furthermore, instead
of having the `WebNavigationChild` manage this part of the `nsDocShell`'s
state, we can have the `nsDocShell` manage this state itself so it is always
consistent.

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

--HG--
extra : moz-landing-system : lando
2019-05-21 19:28:39 +00:00
Trishul 5ef28fb648 Bug 1442271 - Cookie imports fail on newer versions of Chrome r=Gijs
DB field name is changed in chrome, so matching that.

Cookie imports fail on newer versions of Chrome

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

--HG--
extra : moz-landing-system : lando
2019-05-21 12:40:22 +00:00
Mike Conley 899c691498 Bug 1544037 - Remove startupCache stat entry from main thread IO whitelist. r=florian
Depends on D31086

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

--HG--
extra : moz-landing-system : lando
2019-05-21 17:33:26 +00:00
Cosmin Sabou e565aa827a Backed out 4 changesets (bug 1510569) for causing build bustages on nsIDocShell.idl CLOSED TREE
Backed out changeset 57f49df057be (bug 1510569)
Backed out changeset de97a258fcfd (bug 1510569)
Backed out changeset 4b0ed20ab3bc (bug 1510569)
Backed out changeset 1d8ab383d3e9 (bug 1510569)
2019-05-21 20:30:01 +03:00
Barret Rennie 3ee6a359f7 Bug 1510569 - Keep track of whether we are navigating to a new URI in nsDocShell r=mconley,kmag,qdot
Previously the `WebNavigationChild` would keep track of when triggering its
`nsIWebNavigation`, `goForward`, `goBack`, `gotoIndex`, and `loadURI` methods.
It's `nsIWebNavigation` instance is always an `nsIDocShell` and as part of
porting `OnStateChange` and `OnLocationChange` events from
`WebProgressChild`/`RemoteWebProgress` to `BrowserChild`/`BrowserParent`, this
informations needs to be available from the `BrowserChild`. As it stands, it is
currently an expando property on the `WebProgressChild`.

Instead of introducing yet another XPCOM interface for the WebProgressChild, we
now store this information directly on the `nsDocShell`. Furthermore, instead
of having the `WebNavigationChild` manage this part of the `nsDocShell`'s
state, we can have the `nsDocShell` manage this state itself so it is always
consistent.

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

--HG--
extra : moz-landing-system : lando
2019-05-21 17:08:57 +00:00
Thomas Wisniewski 74b6b6997d Bug 1551672 - add a site patch to fix PDK video player versions that are broken on Fennec; r=denschub,aswan
add a site patch to fix PDK video player versions that are broken on Fennec

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

--HG--
extra : moz-landing-system : lando
2019-05-21 16:16:33 +00:00
Drew Willcoxon 05bb5b9bc7 Bug 1549043 - Fix browser_urlbar_search_legacy.js and browser_urlbar_keyed_search_legacy.js failures on macOS 10.14 Mojave. r=Standard8
This includes the previously excluded initial expected reflow on macOS 10.14. That reflow is already expected on other platforms, and it seems to be necessary on 10.14, too. This also removes the DEBUG checks. Those checks are different between these two tests, so I had a hunch that maybe they aren't actually necessary, and they seem not to be. Here's a try run: https://treeherder.mozilla.org/#/jobs?repo=try&revision=8558d9ec29bd4d6ce7372c182ff3cc8c7d6d2275&selectedJob=247137299

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

--HG--
extra : moz-landing-system : lando
2019-05-20 08:50:09 +00:00
violet 6dd273cc7e Bug 1550432 - Do not report error for unknown property if its known moz prefixed version is specified. r=emilio
Suppose that `prop` is a property that we haven't supported yet, while its `-moz-prop`
version is already supported.

If an author specifies in a declaration block this property in its standard form
as well as multiple verdor specific forms, as long as `-moz-prop` is specified, we
shouldn't report error for unknown property `prop`. Because that's just noise.

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

--HG--
extra : moz-landing-system : lando
2019-05-21 15:35:41 +00:00
Andreea Pavel 846e7d0d9b Backed out 2 changesets (bug 1544037) for build bustages at StartupCache.cpp on a CLOSED TREE
Backed out changeset 8242c6c52f6c (bug 1544037)
Backed out changeset c19e86931d1a (bug 1544037)
2019-05-21 17:06:26 +03:00
Mike Conley 50c3b0eff2 Bug 1544037 - Remove startupCache stat entry from main thread IO whitelist. r=florian
Depends on D31086

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

--HG--
extra : moz-landing-system : lando
2019-05-16 17:44:08 +00:00
Jared Wein eaaeced236 Bug 1550131 - Automated test for master password prompt from about:logins. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D31125

--HG--
extra : moz-landing-system : lando
2019-05-21 13:16:03 +00:00
Jared Wein 67f0b6b6f1 Bug 1550131 - Move notification strings to Fluent file. r=MattN,Pike
Differential Revision: https://phabricator.services.mozilla.com/D31747

--HG--
extra : moz-landing-system : lando
2019-05-21 13:16:01 +00:00
Matthew Noorenberghe 20d0afe243 Bug 1550131 - Remove about:logins master password login notifications when the user logs in. r=jaws
Depends on D31699

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

--HG--
extra : moz-landing-system : lando
2019-05-21 13:15:53 +00:00
Matthew Noorenberghe 077e2f04c0 Bug 1550131 - Show a notification when master password login is cancelled while about:logins is open. r=jaws
Depends on D31698

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

--HG--
extra : moz-landing-system : lando
2019-05-21 13:15:46 +00:00
Matthew Noorenberghe 12bb2a4ea0 Bug 1550131 - Expose an iterator for AboutLoginsParent subscribers. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D31698

--HG--
extra : moz-landing-system : lando
2019-05-21 13:15:44 +00:00
Mihai Alexandru Michis 68421ffba4 Backed out changeset 754426d70d28 (bug 1551729) for causing wpt failures. CLOSED TREE 2019-05-21 15:17:37 +03:00
Gijs Kruitbosch 943215f0d0 Bug 1550697 - fix focus colours for banners in hamburger menu, r=ntim
Differential Revision: https://phabricator.services.mozilla.com/D31617

--HG--
extra : moz-landing-system : lando
2019-05-21 10:17:31 +00:00
Andrea Marchesini 32c1b6bb89 Bug 1551729 - Revert bug 1548432 - Re-introducing the support for cookies without values, r=mayhemer
This patch reverts the second part of bug 1548432.

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

--HG--
extra : moz-landing-system : lando
2019-05-21 08:57:21 +00:00
Matthew Noorenberghe c7e2647572 Bug 1548381 - Password generation autocomplete UI. r=sfoster
Differential Revision: https://phabricator.services.mozilla.com/D31211

--HG--
extra : moz-landing-system : lando
2019-05-21 00:24:20 +00:00
Matthew Noorenberghe 49af8c9279 Bug 1548381 - Make a generic two-line autocomplete richlistitem element. r=sfoster
Differential Revision: https://phabricator.services.mozilla.com/D31210

--HG--
extra : moz-landing-system : lando
2019-05-21 00:24:22 +00:00
Matthew Noorenberghe c2a92f5c65 Bug 1548381 - Generate and cache a password for autocomplete="new-password" password fields. r=sfoster
Differential Revision: https://phabricator.services.mozilla.com/D31206

--HG--
extra : moz-landing-system : lando
2019-05-21 00:24:30 +00:00
Dorel Luca 02d3c96fae Backed out 9 changesets (bug 1548381) for XPCShell failures in toolkit/components/passwordmgr/test/unit/test_LoginManagerParent_doAutocompleteSearch.js
Backed out changeset 0e7d8f96bf12 (bug 1548381)
Backed out changeset 738ce5e88e05 (bug 1548381)
Backed out changeset 38e35b6d8d80 (bug 1548381)
Backed out changeset cddbcd92ec10 (bug 1548381)
Backed out changeset 60ff6e363acf (bug 1548381)
Backed out changeset 1e2300b95a59 (bug 1548381)
Backed out changeset e0cf735bdcf5 (bug 1548381)
Backed out changeset fde90ccfb570 (bug 1548381)
Backed out changeset 426750b88fc2 (bug 1548381)

--HG--
extra : rebase_source : af00f81d952ed46b6f140e3a1dd6b5ca5bf638ec
2019-05-21 03:19:42 +03:00
Matthew Noorenberghe d89bb467c0 Bug 1548381 - Password generation autocomplete UI. r=sfoster
Differential Revision: https://phabricator.services.mozilla.com/D31211

--HG--
extra : moz-landing-system : lando
2019-05-20 19:56:07 +00:00
Matthew Noorenberghe 033f729066 Bug 1548381 - Make a generic two-line autocomplete richlistitem element. r=sfoster
Differential Revision: https://phabricator.services.mozilla.com/D31210

--HG--
extra : moz-landing-system : lando
2019-05-20 19:55:54 +00:00
Matthew Noorenberghe b491827097 Bug 1548381 - Generate and cache a password for autocomplete="new-password" password fields. r=sfoster
Differential Revision: https://phabricator.services.mozilla.com/D31206

--HG--
extra : moz-landing-system : lando
2019-05-20 19:54:58 +00:00
Coroiu Cristina c86f7ac7c3 Backed out 5 changesets (bug 1550131) for browser-chrome failures at browser/components/aboutlogins/tests/browser/browser_masterPassword.js
Backed out changeset 95918413069f (bug 1550131)
Backed out changeset 8e7d6a1c30fa (bug 1550131)
Backed out changeset 97eabc062946 (bug 1550131)
Backed out changeset 32ff6a0b8436 (bug 1550131)
Backed out changeset b562886d574d (bug 1550131)

--HG--
extra : rebase_source : 542ffadbb47cbd1bfc90e7053af59c1e5ee385d7
2019-05-21 01:22:53 +03:00
David Major 12a5d86407 Bug 1526443 - Pick up LLVM fix for CFG on arm64-windows builds r=froydnj
Cherry-picks https://bugs.llvm.org/show_bug.cgi?id=39799 and enables CFG on aarch64-windows automation. It's keyed on an explicit --enable-hardening to avoid breaking the local builds of developers who haven't yet picked up the compiler patch.

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

--HG--
extra : moz-landing-system : lando
2019-05-20 17:53:37 +00:00
David Major 6efaa8b1cd Bug 1523526 - Don't allow CFG on old releases of Windows for arm64 r=bobowen,aklotz
There's a bug in ole32.dll on arm64 versions of Windows prior to 1809, that crashes our content processes if we enable CFG. We've reported the issue, but even if it gets fixed, we can't assume users will have the update.

This patch uses process mitigation policy flags to disable CFG on arm64 before 1809. Based on testing, we only need to do this in the sandbox for child processes, and it's not strictly necessary for the launcher stub to set the flag on the main process. But I've included that anyway as a guard against some yet-undiscovered scenario that might hit the issue and make the browser unusable.

The effects of this patch won't be visible until we actually enable CFG in a subsequent landing.

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

--HG--
extra : moz-landing-system : lando
2019-05-20 17:25:30 +00:00
Jared Wein a0851d9013 Bug 1550131 - Automated test for master password prompt from about:logins. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D31125

--HG--
extra : moz-landing-system : lando
2019-05-20 20:09:25 +00:00
Jared Wein ef4dd0773b Bug 1550131 - Move notification strings to Fluent file. r=MattN,Pike
Differential Revision: https://phabricator.services.mozilla.com/D31747

--HG--
extra : moz-landing-system : lando
2019-05-20 20:08:10 +00:00
Matthew Noorenberghe 2cee12df26 Bug 1550131 - Remove about:logins master password login notifications when the user logs in. r=jaws
Depends on D31699

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

--HG--
extra : moz-landing-system : lando
2019-05-20 02:56:08 +00:00
Matthew Noorenberghe 80e0594431 Bug 1550131 - Show a notification when master password login is cancelled while about:logins is open. r=jaws
Depends on D31698

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

--HG--
extra : moz-landing-system : lando
2019-05-20 02:56:05 +00:00
Matthew Noorenberghe 2058c17989 Bug 1550131 - Expose an iterator for AboutLoginsParent subscribers. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D31698

--HG--
extra : moz-landing-system : lando
2019-05-20 02:56:01 +00:00
Dorel Luca 06b2e4e9d2 Backed out changeset 41c511d9528c (bug 1551729) for causing WPT failures in cookies/http-state/mozilla-tests.html. CLOSED TREE 2019-05-20 23:40:10 +03:00
Brian Grinstead eb97e60e6c Bug 1534407 - Enable browser.xhtml by default r=mossop
Differential Revision: https://phabricator.services.mozilla.com/D26599

--HG--
extra : moz-landing-system : lando
2019-05-16 16:34:20 +00:00
Brendan Dahl 543c10a1d2 Bug 1551320 - Replace all CreateElement calls in XUL documents with CreateXULElement. r=mossop
Differential Revision: https://phabricator.services.mozilla.com/D31295

--HG--
extra : moz-landing-system : lando
2019-05-20 16:50:28 +00:00
Andrei Oprea 5ceda0b2bd Bug 1552768 - Remove hover style rules on Windows for the search input field r=nhnt11
Differential Revision: https://phabricator.services.mozilla.com/D31772

--HG--
extra : moz-landing-system : lando
2019-05-20 16:32:49 +00:00
Coroiu Cristina 55a63d1520 Backed out 2 changesets (bug 1523526, bug 1526443) for Be bustage on Windows AArch on a CLOSED TREE
Backed out changeset 98013639d600 (bug 1526443)
Backed out changeset e8ac4b512f9d (bug 1523526)
2019-05-20 20:21:56 +03:00
Andrei Oprea 2591098004 Bug 1548782 - Improve hover state and accessibility for Bookmark Panel message r=r1cky
Differential Revision: https://phabricator.services.mozilla.com/D31797

--HG--
extra : moz-landing-system : lando
2019-05-20 15:04:45 +00:00
Andrea Marchesini b2c76acaf1 Bug 1551729 - Revert bug 1548432 - Re-introducing the support for cookies without values, r=mayhemer
This patch reverts the second part of bug 1548432.

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

--HG--
extra : moz-landing-system : lando
2019-05-20 15:16:06 +00:00
Michael Kaply 48d4ac04df Bug 1446639 - Update policy tests to show URLs. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D31657

--HG--
extra : moz-landing-system : lando
2019-05-20 15:12:06 +00:00
Andrei Oprea 6b25c13613 Bug 1548478 - Fix fluent warnings about missing translations for Bookmark Panel messages r=zbraniecki
Differential Revision: https://phabricator.services.mozilla.com/D30060

--HG--
extra : moz-landing-system : lando
2019-05-20 15:02:22 +00:00
David Major f0dc4b3dbe Bug 1526443 - Pick up LLVM fix for CFG on arm64-windows builds r=froydnj
Cherry-picks https://bugs.llvm.org/show_bug.cgi?id=39799 and enables CFG on aarch64-windows automation. It's keyed on an explicit --enable-hardening to avoid breaking the local builds of developers who haven't yet picked up the compiler patch.

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

--HG--
extra : moz-landing-system : lando
2019-05-13 18:38:23 +00:00
David Major 250aff00e7 Bug 1523526 - Don't allow CFG on old releases of Windows for arm64 r=bobowen,aklotz
There's a bug in ole32.dll on arm64 versions of Windows prior to 1809, that crashes our content processes if we enable CFG. We've reported the issue, but even if it gets fixed, we can't assume users will have the update.

This patch uses process mitigation policy flags to disable CFG on arm64 before 1809. Based on testing, we only need to do this in the sandbox for child processes, and it's not strictly necessary for the launcher stub to set the flag on the main process. But I've included that anyway as a guard against some yet-undiscovered scenario that might hit the issue and make the browser unusable.

The effects of this patch won't be visible until we actually enable CFG in a subsequent landing.

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

--HG--
extra : moz-landing-system : lando
2019-05-07 18:37:13 +00:00
Dale Harvey e87e9841d7 Bug 1541415 - Add test to ensure engines send correct code. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D31546

--HG--
extra : moz-landing-system : lando
2019-05-20 12:59:45 +00:00
Dale Harvey 988c7f73f8 Bug 1551554 - Fix broken webextension localisation keys. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D31545

--HG--
extra : moz-landing-system : lando
2019-05-20 12:59:33 +00:00
Gurzau Raul c8aba9a691 Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-05-20 16:47:30 +03:00
Gurzau Raul ce435076fa Merge autoland to mozilla-central. a=merge 2019-05-20 16:42:23 +03:00
ffxbld 866936d99a Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2019-05-20 13:22:45 +00:00
ffxbld 132d447ea6 No Bug, mozilla-central repo-update HSTS HPKP blocklist remote-settings - a=repo-update r=RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D31781

--HG--
extra : moz-landing-system : lando
2019-05-20 12:42:12 +00:00
Ed Lee 3221e13d38 Bug 1552538 - Check for gBrowser before checking for pinned tabs r=r1cky
Differential Revision: https://phabricator.services.mozilla.com/D31735

--HG--
extra : moz-landing-system : lando
2019-05-19 11:04:16 +00:00
Julien Cristau 1c6fe6b8d4 Bug 1536465 - remove expiring FX_TAB_REMOTE_NAVIGATION_DELAY_MS telemetry probe. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D27328

--HG--
extra : rebase_source : 2f8c9ad952dfe9f5772709723a4fdfe0411083ee
2019-05-20 11:57:42 +02:00
Emilio Cobos Álvarez c1954c0d3a Bug 1492739 - Unprefix user-select. r=mats
The CSSWG decided that our behavior regarding inheritance is what we want,
see [1].

[1]: https://github.com/w3c/csswg-drafts/issues/3344

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

--HG--
extra : moz-landing-system : lando
2019-05-17 02:43:59 +00:00
Jared Wein e088d560ff Bug 1550093 - Add automated tests for CopyToClipboardButton. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D31664

--HG--
extra : source : 058d6d7a23a64ffc0051d2cc1ec6a78c3d050897
2019-05-17 21:20:54 +00:00
Jared Wein 07a199e46b Bug 1550093 - Style the Copied state to match the Lockwise addon. r=MattN,Pike
Differential Revision: https://phabricator.services.mozilla.com/D31521

--HG--
extra : source : 38cafbd4a35fc02e9c3b26f27338b7907878b6eb
2019-05-17 18:26:16 +00:00
Jared Wein 7891929ef0 Bug 1550093 - Clicking the Copy button places the related text on the clipboard. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D31520

--HG--
extra : source : 510a686041bb31f70684c29a72e8a5f1163836b2
2019-05-17 18:26:08 +00:00
Jared Wein a444990438 Bug 1550093 - Create CustomElement for copy-to-clipboard. r=MattN,Pike
Differential Revision: https://phabricator.services.mozilla.com/D31519

--HG--
extra : source : faf4415303fb85890222c1ca3b4a975ddd33b22a
2019-05-17 18:26:01 +00:00
Bogdan Tara f12a464572 Backed out 4 changesets (bug 1550093) for browser_parsable_css.js failures
Backed out changeset 058d6d7a23a6 (bug 1550093)
Backed out changeset 38cafbd4a35f (bug 1550093)
Backed out changeset 510a686041bb (bug 1550093)
Backed out changeset faf4415303fb (bug 1550093)
2019-05-18 03:56:20 +03:00
Ed Lee 2e94578a1b Bug 1552599 - Add accessible links, focus refinements and bug fixes to Activity Stream r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D31691

--HG--
extra : moz-landing-system : lando
2019-05-17 22:55:09 +00:00
Gurzau Raul bc953c3503 Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-05-18 00:46:18 +03:00
Gurzau Raul 80a3d06820 Merge inbound to mozilla-central. a=merge 2019-05-18 00:42:21 +03:00
Jared Wein e5365ad42c Bug 1550093 - Add automated tests for CopyToClipboardButton. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D31664

--HG--
extra : moz-landing-system : lando
2019-05-17 21:20:54 +00:00
Jared Wein 75eedf0a87 Bug 1550093 - Style the Copied state to match the Lockwise addon. r=MattN,Pike
Differential Revision: https://phabricator.services.mozilla.com/D31521

--HG--
extra : moz-landing-system : lando
2019-05-17 18:26:16 +00:00
Jared Wein 0319aafd31 Bug 1550093 - Clicking the Copy button places the related text on the clipboard. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D31520

--HG--
extra : moz-landing-system : lando
2019-05-17 18:26:08 +00:00
Jared Wein 7144a26e81 Bug 1550093 - Create CustomElement for copy-to-clipboard. r=MattN,Pike
Differential Revision: https://phabricator.services.mozilla.com/D31519

--HG--
extra : moz-landing-system : lando
2019-05-17 18:26:01 +00:00
Sylvestre Ledru fb63889274 Bug 1552430 - Fix some typos using codespell trunk r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D31589

--HG--
extra : moz-landing-system : lando
2019-05-17 15:56:50 +00:00
Dão Gottwald 7c2423aed3 Bug 1547671 - Hide the one-off buttons generally when the search string is empty. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D31594

--HG--
extra : moz-landing-system : lando
2019-05-17 18:49:17 +00:00
Michael Kaply 9972429612 Bug 1508752 - Make "managed by policy" message less preference specific. r=flod
Differential Revision: https://phabricator.services.mozilla.com/D31543

--HG--
extra : moz-landing-system : lando
2019-05-17 05:48:20 +00:00
Ed Lee e997399bf4 Bug 1552366 - Add placeholder cards, wrapping buttons and bug fixes to Activity Stream r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D31549

--HG--
extra : moz-landing-system : lando
2019-05-17 13:25:09 +00:00
Marco Bonardo 1f54ba7d47 Bug 1551898 - Replace UrlbarProvider.sources with a more flexible solution. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D31272

--HG--
extra : moz-landing-system : lando
2019-05-17 14:25:47 +00:00
Erica Wright ebeb369ef4 Bug 1551675 - remove the Standard category pref and depend on default values to compute standard settings. r=johannh
The standard category pref is gone.
When the default values change the standard category will change it's expectations to match.

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

--HG--
extra : moz-landing-system : lando
2019-05-16 22:05:47 +00:00
Mihai Alexandru Michis 97df17e745 Backed out 11 changesets (bug 1330467) as requested by xeonchen on IRC. CLOSED TREE
Backed out changeset 0229d5353d50 (bug 1330467)
Backed out changeset 2f2308fe5747 (bug 1330467)
Backed out changeset 2cd09bae2bdf (bug 1330467)
Backed out changeset 2648f5bb1804 (bug 1330467)
Backed out changeset 4686eebd8962 (bug 1330467)
Backed out changeset b43fa07d5756 (bug 1330467)
Backed out changeset 35d96a4ff659 (bug 1330467)
Backed out changeset 6ac44130d2bb (bug 1330467)
Backed out changeset f939c61e051f (bug 1330467)
Backed out changeset 0ae215d91758 (bug 1330467)
Backed out changeset 1d48bdbb4035 (bug 1330467)
2019-05-17 16:19:06 +03:00
monikamaheshwari 941d289059 Bug 1430165: Input clear icons does not match the design system r=andreio
Differential Revision: https://phabricator.services.mozilla.com/D31189

--HG--
rename : toolkit/themes/osx/global/icons/searchfield-cancel.svg => toolkit/themes/shared/icons/searchfield-cancel.svg
extra : moz-landing-system : lando
2019-05-17 10:11:25 +00:00
Dão Gottwald d028a9dc3b Bug 1547299 - Implement open-view-on-focus mode. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D31419

--HG--
extra : moz-landing-system : lando
2019-05-17 08:27:08 +00:00
Mark Banner 48c91b719e Bug 1315953 - Allow more browser search tests to run in artifact mode now that the underlying issues are fixed. r=daleharvey
Differential Revision: https://phabricator.services.mozilla.com/D31260

--HG--
extra : moz-landing-system : lando
2019-05-16 22:53:09 +00:00
Michael Kaply 33889ad738 Bug 1551867 - Move appinfo init to head to avoid timing when initing enterprise policies. r=rstrong
Differential Revision: https://phabricator.services.mozilla.com/D31499

--HG--
extra : moz-landing-system : lando
2019-05-16 23:47:13 +00:00
Ethan Glasser-Camp 3dc52b5fa4 Bug 1547034: PreferenceExperiments.start can take multiple prefs r=mythmon
Add a little bit to some existing tests to cover this new
functionality.

Depends on D29871

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

--HG--
extra : moz-landing-system : lando
2019-05-16 15:04:20 +00:00
Jared Wein 082af2bc36 Bug 1551696 - Add reveal icon. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D31290

--HG--
extra : moz-landing-system : lando
2019-05-16 20:16:56 +00:00
Jared Wein e45cb8f5b3 Bug 1551696 - Change reveal-button to a checkbox. r=MattN,Pike
Differential Revision: https://phabricator.services.mozilla.com/D31289

--HG--
extra : moz-landing-system : lando
2019-05-16 20:18:03 +00:00
Jared Wein 56e0d67593 Bug 1551696 - Add edit icon. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D31288

--HG--
extra : moz-landing-system : lando
2019-05-16 20:16:45 +00:00
Jared Wein 00f194a83f Bug 1551696 - Add delete icon. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D31287

--HG--
extra : moz-landing-system : lando
2019-05-16 20:16:40 +00:00
Jared Wein a9390757c2 Bug 1551696 - Add branded logo for official builds. r=MattN
I wasn't sure what we should show in the case of unofficial builds. Curently the logo is just hidden for those builds.

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

--HG--
extra : moz-landing-system : lando
2019-05-16 20:18:01 +00:00
Jared Wein 56b9f1504d Bug 1551696 - Fix a color for the deemphasized text of the field-label. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D31285

--HG--
extra : moz-landing-system : lando
2019-05-16 20:16:28 +00:00
Jared Wein fc7632b121 Bug 1551696 - Remove type=text/css from style references since its not necessary. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D31283

--HG--
extra : moz-landing-system : lando
2019-05-16 20:17:59 +00:00
Csoregi Natalia 60874606d0 Merge mozilla-central to autoland. CLOSED TREE 2019-05-17 00:58:59 +03:00
Csoregi Natalia 8ef3142853 Merge inbound to mozilla-central. a=merge 2019-05-17 00:55:45 +03:00
Andrei Oprea 919e29be27 Bug 1541969 - Fix intermittent newtab/browser_asrouter_cfr.js r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D31263

--HG--
extra : moz-landing-system : lando
2019-05-16 13:33:58 +00:00
Dão Gottwald 2c019d2592 Bug 1552130 - Stop reducing .urlbarView-secondary's font size when there's no primary text. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D31411

--HG--
extra : moz-landing-system : lando
2019-05-16 15:24:13 +00:00
Paul Zuehlcke 225d93a362 Bug 1372033 - Added option to permanently disallow addon installation for a website. r=johannh,aswan
Differential Revision: https://phabricator.services.mozilla.com/D28867

--HG--
extra : moz-landing-system : lando
2019-05-16 10:20:07 +00:00
Florian Quèze e71d3a6b9f Bug 1550034 - avoid most failures of the browser_startup_mainthreadio.js and browser_startup_content_mainthreadio.js tests, r=mconley.
This patch contains the following changes:
- upload a startup profile when there are unused mainthread I/O whitelist entries,
- avoid 'unused whitelist entry' failures in devedition beta builds (where the IOInterposer is ifdef'ed out) while keeping coverage that ensures we are able to produce valid startup profiles,
- completely disable on Windows Arm64 where the IO interposer is broken,
- mark as ignoreIfUnused the whitelist entry that caused most intermittent failures.

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

--HG--
extra : moz-landing-system : lando
2019-05-16 17:56:57 +00:00
Brendan Dahl 07099d0812 Bug 1552058 - Don't include browser.xhtml in package. r=mossop
MOZ_BROWSER_XHTML=0 was accidentally being set causing us to include
browser.xhtml when it wasn't actually enabled.

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

--HG--
extra : moz-landing-system : lando
2019-05-16 04:22:54 +00:00
Drew Willcoxon 3ae12c9208 Bug 1547673 - Quantumbar: For empty @token searches, show only the "Search with" text in the first result, not also the token. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D31487

--HG--
extra : moz-landing-system : lando
2019-05-16 16:17:30 +00:00
Doug Thayer 53b5f4b6e8 Bug 1547351 - Set renderroot of extension popup on browser element r=mattwoodrow
I'm not sure when/if this stopped working, but it appears the -moz-stack
display of the stack element doesn't send us through the admittedly
brittle pathways that allow us to create nsDisplayRenderRoots. This
brittleness is a consequence of copying the use of the "layer"
attribute and is discussed in the core document splitting bug. It's
outside the scope of this bug to fix that.

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

--HG--
extra : moz-landing-system : lando
2019-05-14 16:58:40 +00:00
Matt Howell 0cd427346b Bug 1546828 - Improve the stub installer's method for finding the most recent release. r=agashlin
The nsJSON plugin turns out not to handle waiting for an entire HTTP respoonse correctly,
so replace it with our InetBgDl plugin, which does.

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

--HG--
extra : moz-landing-system : lando
2019-04-29 15:44:47 +00:00
Boris Zbarsky b9db505a9a Bug 1551779 part 2. Stop using [array] for get/setParents in nsINavHistoryService. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D31238

--HG--
extra : moz-landing-system : lando
2019-05-16 13:06:11 +00:00
Mark Banner 78d9c69080 Bug 967013 - Re-enable browser_contextSearchTabPosition.js on Mac as the intermittents seem to have gone away. r=mikedeboer
Differential Revision: https://phabricator.services.mozilla.com/D31405

--HG--
extra : moz-landing-system : lando
2019-05-16 14:04:06 +00:00
ffxbld fc63b3d821 No Bug, mozilla-central repo-update HSTS HPKP blocklist remote-settings - a=repo-update r=RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D31422

--HG--
extra : moz-landing-system : lando
2019-05-16 13:00:29 +00:00
Dão Gottwald 955ffbbf4c Bug 1552106 - Remove obsolete display and vertical-align properties from urlbarView row children. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D31400

--HG--
extra : moz-landing-system : lando
2019-05-16 11:19:31 +00:00
Johann Hofmann 190c716f86 Bug 1549605 - Add an indicator in the identity popup for when the site is verified by an imported root certificate. r=nhnt11
Differential Revision: https://phabricator.services.mozilla.com/D30136

--HG--
extra : moz-landing-system : lando
2019-05-16 06:34:21 +00:00
Matthew Noorenberghe f278a9e9d9 Bug 1456725 - Tabs.jsm: Update documentURI in waitForCondition to handle not yet loaded tabs. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D31340

--HG--
extra : moz-landing-system : lando
2019-05-16 00:29:14 +00:00
Sam Foster 2aa0106cdc Bug 1543499 - Record telemetry event when opening the password management UI. r=MattN
* Remove the PWMGR_MANAGE_OPENED histogram and references to it
* Add a new pwmgr event category, open_management method and objects for each of the entry points
* Expect an entryPoint key to be passed to LoginHelper.openPasswordManager so it can record the event
* Update all callers of LoginHelper.openPasswordManager to pass the correct entryPoint key
* Record the event in preferences when we open the password management UI as a subdialog
* Add test assertions to confirm the telemetry events are recorded, piggybacking on existing tests where practical to avoid duplicating helpers and boilerplate

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

--HG--
extra : moz-landing-system : lando
2019-05-15 23:24:28 +00:00
Kevin Jacobs b93f23a66b Bug 1535210 - Set SSL STATE_IS_BROKEN flag for TLS1.0 and TLS 1.1 connections. r=keeler
Differential Revision: https://phabricator.services.mozilla.com/D29576

--HG--
extra : moz-landing-system : lando
2019-05-15 23:34:52 +00:00
Boris Zbarsky d49981ee72 Bug 1550930 part 2. Stop using [array] for nsIDroppedLinkHandler.validateURIsForDrop. r=NeilDeakin
Differential Revision: https://phabricator.services.mozilla.com/D30769

--HG--
extra : moz-landing-system : lando
2019-05-15 20:52:52 +00:00
Ed Lee 75c40487a2 Bug 1551951 - Update localization note for onboarding buttons r=flod
Differential Revision: https://phabricator.services.mozilla.com/D31281

--HG--
extra : moz-landing-system : lando
2019-05-15 18:41:16 +00:00
Johann Hofmann efaa2a219e Bug 1550209 - Clean up remnants of old clock skew error code in NetErrorChild.jsm. r=prathiksha
Differential Revision: https://phabricator.services.mozilla.com/D30432

--HG--
extra : moz-landing-system : lando
2019-05-15 17:29:35 +00:00
Dão Gottwald 763c907557 Bug 1551834 - Move legacy autocomplete attributes from shared browser.xul markup to the legacy-urlbar binding. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D31227

--HG--
extra : moz-landing-system : lando
2019-05-15 15:59:56 +00:00
Ed Lee fe2eba08c1 Bug 1551751 - Add return telemetry, faster stories and bug fixes to Activity Stream r=r1cky
Differential Revision: https://phabricator.services.mozilla.com/D31174

--HG--
extra : moz-landing-system : lando
2019-05-15 02:21:12 +00:00
Boris Zbarsky 47a701ff47 Bug 1551657 part 3. Stop using [array] in findLogins. r=MattN
I audited the results from
https://searchfox.org/mozilla-central/search?q=%5B%5EA-Za-z_%5D%5BFf%5DindLogins%5B%5EA-Za-z_%5D&case=true&regexp=true&path=

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

--HG--
extra : moz-landing-system : lando
2019-05-14 19:28:52 +00:00
Boris Zbarsky fd4dae89f0 Bug 1551657 part 1. Stop using [array] in getAllLogins. r=MattN
I audited all the callsites
https://searchfox.org/mozilla-central/search?q=%5B%5EA-Za-z_%5D%5BGg%5DetAllLogins%5B%5EA-Za-z_%5D&case=true&regexp=true&path=
brings up.

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

--HG--
extra : moz-landing-system : lando
2019-05-14 19:28:51 +00:00
Nihanth Subramanya c52874542e Bug 1551542 - Implement Protections Panel header. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D31070

--HG--
extra : moz-landing-system : lando
2019-05-15 13:15:32 +00:00
Nathan Froyd 279e2583b7 Bug 1551698 - disable PGO on some low-level windows files; r=dmajor
PGO instrumentation interacts badly with this code, and it's not crucial
that this code be lightning fast.

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

--HG--
extra : moz-landing-system : lando
2019-05-15 13:00:39 +00:00
Gijs Kruitbosch 98e55d80dd Bug 1543761 - stop reading chrome.manifest files in the app/gre dirs when using omni.ja, r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D29287

--HG--
extra : moz-landing-system : lando
2019-05-15 12:36:31 +00:00
Syeda Asra Arshia Qadri 8128559da3 Bug 1546088: Improve the look of the page URL in the Site Identity Button's drag-image/tooltip.r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D28985

--HG--
extra : moz-landing-system : lando
2019-05-15 12:54:57 +00:00
Mark Banner 4c547aee3e Bug 1541419 - Correct the search form url for Ebay in 'be' locale. r=mkaply,mikedeboer
Differential Revision: https://phabricator.services.mozilla.com/D30398

--HG--
extra : moz-landing-system : lando
2019-05-13 18:33:24 +00:00
Michael Kaply ca2f318096 Bug 1545539 - Add enterprise requested preferences to policy. r=Dolske
Differential Revision: https://phabricator.services.mozilla.com/D29697

--HG--
extra : moz-landing-system : lando
2019-05-14 21:15:47 +00:00
Michael Kaply a98b93897c Bug 1522823 - Policy for whitelist/blacklist addons by ID. r=aswan,flod
Differential Revision: https://phabricator.services.mozilla.com/D27902

--HG--
extra : moz-landing-system : lando
2019-05-15 01:22:39 +00:00
Jared Wein d18ec49103 Bug 1550091 - Place the Launch button in its own column in the LoginItem. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D30977

--HG--
extra : moz-landing-system : lando
2019-05-14 20:08:08 +00:00
Jared Wein f7af80942f Bug 1550091 - Add button to open a a site from a login item. r=MattN,Pike
Differential Revision: https://phabricator.services.mozilla.com/D30975

--HG--
extra : moz-landing-system : lando
2019-05-14 20:36:33 +00:00
Jared Wein b3d1ba9b48 Bug 1550099 - Add reveal button for modal-input[type=password]. r=MattN,Pike
Differential Revision: https://phabricator.services.mozilla.com/D30961

--HG--
extra : moz-landing-system : lando
2019-05-14 20:07:20 +00:00
Jared Wein 3c6818e92b Bug 1550099 - Add Edit button that toggles between editing/not-editing a LoginItem. r=MattN,Pike
Differential Revision: https://phabricator.services.mozilla.com/D30960

--HG--
extra : moz-landing-system : lando
2019-05-14 20:07:15 +00:00
Jared Wein 495653bb7e Bug 1550099 - Move Delete button to be inline with the LoginItem title. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D30959

--HG--
extra : moz-landing-system : lando
2019-05-14 20:07:10 +00:00
Jared Wein 187ffcdd6e Bug 1550099 - Use modal-input custom element for login-item. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D30958

--HG--
extra : moz-landing-system : lando
2019-05-14 20:07:05 +00:00
Jared Wein ff2fac0d71 Bug 1550099 - Create basic custom element for a modal input. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D30957

--HG--
extra : moz-landing-system : lando
2019-05-14 20:07:00 +00:00
Jared Wein 4b250f6e4e Bug 1549809 - Reduce duplication of reflected Fluent strings. r=MattN,Pike
This patch also fixes a bug where the custom elements wouldn't display their localized text if the attributes were updated before the custom element was defined.

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

--HG--
extra : moz-landing-system : lando
2019-05-14 20:06:28 +00:00
Jared Wein f70815781f Bug 1549809 - Automated tests for filtering logins. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D30760

--HG--
extra : moz-landing-system : lando
2019-05-14 20:06:23 +00:00
Jared Wein 38da7100b8 Bug 1549809 - Tweak the colors on the page and change to semantic CSS variable names. r=MattN
With this patch the page now works correctly with in-content dark mode. Tested by setting ui.systemUsesDarkTheme=1 in about:config.

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

--HG--
extra : moz-landing-system : lando
2019-05-14 20:06:18 +00:00
Jared Wein b13de681b2 Bug 1549809 - Show the count of the items in the login list. r=MattN,Pike
Differential Revision: https://phabricator.services.mozilla.com/D30758

--HG--
extra : moz-landing-system : lando
2019-05-14 20:36:27 +00:00
Jared Wein 23fa3950a3 Bug 1549809 - Live filter logins in the login list. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D30757

--HG--
extra : moz-landing-system : lando
2019-05-14 20:06:08 +00:00
Jared Wein d430790477 Bug 1549809 - Style the login-filter to span the header. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D30756

--HG--
extra : moz-landing-system : lando
2019-05-14 20:06:02 +00:00
Jared Wein 47a8b6f30b Bug 1549809 - Apply common styling to the shadow DOM. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D30755

--HG--
extra : moz-landing-system : lando
2019-05-14 20:05:57 +00:00
Jared Wein 9cb57c764a Bug 1549809 - Place the elements in a grid. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D30754

--HG--
extra : moz-landing-system : lando
2019-05-14 20:05:52 +00:00
Jared Wein a911756ae2 Bug 1549809 - Stub out LoginFilter custom element. r=MattN,Pike
Differential Revision: https://phabricator.services.mozilla.com/D30753

--HG--
extra : moz-landing-system : lando
2019-05-14 20:05:47 +00:00
Brindusan Cristian ebd6889717 Merge inbound to mozilla-central. a=merge 2019-05-15 00:41:32 +03:00
Kyle Machulis d0cadc6c25 Bug 1540839 - Add Cross Origin Opener Policy case for BC preservation; r=nika
If we're doing a process switch due to the cross origin opener policy
being mismatched, we don't want to preserve the browsing context.

Differential Revision: https://phabricator.services.mozilla.com/D26392
2019-05-14 10:51:05 -07:00
Nihanth Subramanya 9b711db77f Bug 1551206 - Introduce new Protections Panel behind a pref. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D30921

--HG--
rename : browser/components/controlcenter/content/panel.inc.xul => browser/components/controlcenter/content/identityPanel.inc.xul
extra : moz-landing-system : lando
2019-05-14 16:17:07 +00:00
Dão Gottwald ab75aa85ac Bug 1515589 - Implement newlines="stripsurroundingwhitespace" behavior directly in UrlbarInput. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D31064

--HG--
extra : moz-landing-system : lando
2019-05-14 16:01:18 +00:00
Drew Willcoxon 2045ab37b1 Bug 1485288 - Fix intermittent browser/base/content/test/urlbar/browser_urlbarStop.js by waiting for URLBarSetURI to be called by using a progress listener. r=mak
When the load is stopped, tabbrowser calls URLBarSetURI [1] and then calls onStateChange [2] on its progress listeners. That's the URLBarSetURI call that updates the urlbar value in this case. So to properly wait until the urlbar value has been updated, add our own progress listener in the test.

[1] https://searchfox.org/mozilla-central/rev/cc280c4be94ff8cf64a27cc9b3d6831ffa49fa45/browser/base/content/tabbrowser.js#5036
[2] https://searchfox.org/mozilla-central/rev/cc280c4be94ff8cf64a27cc9b3d6831ffa49fa45/browser/base/content/tabbrowser.js#5071

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

--HG--
extra : moz-landing-system : lando
2019-05-14 09:37:30 +00:00
Matthew Wacha 843d200875 Bug 1375463 - Move contextmenu related tests into browser/base/content/test/contextMenu. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D21916

--HG--
rename : browser/base/content/test/general/browser_contextmenu.js => browser/base/content/test/contextMenu/browser_contextmenu.js
rename : browser/base/content/test/general/browser_contextmenu_childprocess.js => browser/base/content/test/contextMenu/browser_contextmenu_childprocess.js
rename : browser/base/content/test/general/browser_contextmenu_input.js => browser/base/content/test/contextMenu/browser_contextmenu_input.js
rename : browser/base/content/test/general/contextmenu_common.js => browser/base/content/test/contextMenu/contextmenu_common.js
rename : browser/base/content/test/general/ctxmenu-image.png => browser/base/content/test/contextMenu/ctxmenu-image.png
rename : browser/base/content/test/general/subtst_contextmenu.html => browser/base/content/test/contextMenu/subtst_contextmenu.html
rename : browser/base/content/test/general/subtst_contextmenu_input.html => browser/base/content/test/contextMenu/subtst_contextmenu_input.html
rename : browser/base/content/test/general/subtst_contextmenu_xul.xul => browser/base/content/test/contextMenu/subtst_contextmenu_xul.xul
extra : moz-landing-system : lando
2019-05-14 12:38:53 +00:00
Paul Zuehlcke e9c7644627 Bug 1550647 - Updated test to check for addon-install-blocked events, improved AddonManger fullscreen block. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D30955

--HG--
extra : moz-landing-system : lando
2019-05-14 07:53:05 +00:00
Mark Banner 116bd975c3 Bug 1392320 - Enable browser_urlbar_keyed_search.js on Linux and Windows debug. r=mconley
It seems to be no longer affected by the previous intermittent/perma failures.

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

--HG--
extra : moz-landing-system : lando
2019-05-13 17:52:45 +00:00
Cosmin Sabou 2c257bbf35 Merge mozilla-central to autoland. 2019-05-14 08:25:39 +03:00
Matthew Noorenberghe 6f55e2f535 Bug 1548393 - Follow-up to temporarily exclude PasswordGenerator.jsm from browser_all_files_referenced.js r=Aryx
Summary: I forgot to push this to Phabricator before landing.

Reviewers: aryx

Bug #: 1548393

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

--HG--
extra : rebase_source : 80a194c83025f93f1490e351af5ab2506c28cd50
2019-05-14 08:14:48 +03:00
Andreea Pavel ce824f4a16 Merge mozilla-central to autoland on a CLOSED TREE 2019-05-14 07:17:06 +03:00
Andreea Pavel 4bf5812d4c Merge mozilla-inbound to mozilla-central. a=merge 2019-05-14 07:10:36 +03:00
Andreea Pavel 576781b49b Bug 1535645 - skipped browser_formdata_format.js on linux not debug r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D31003

--HG--
extra : moz-landing-system : lando
2019-05-14 00:58:49 +00:00
pospeselr 0d9c7ebbe0 Bug 1506693: PDFJS range-based requests violate FPI r=bdahl
Large pdf files download in parts via range-based requests so that
users can begin reading before the entire file has finished
downloading. This is implemented using XMLHttpRequests. However, since
these requests are created in the chrome, they are given the System
Principal and lack the correct firstPartyDomain associated with the
parent window.

This patch manually sets the XMLHttpRequest's originAttributes to the
one provided by the real owning window cached in the
RangedChromeActions object. This is done via the chrome-only
setOriginAttributes method.

The method is called in the xhr_onreadystatechanged() callback rather
than directly after construction in getXhr() because the
setOriginAttributes implementation requires the internal nsIChannel
object to have been created but not used. Fortunately, the
XMLHttpRequest object fires the readStateChangedEvent precisely after
the channel has been created in the XmlHttpRequest's Open() method.

The nsIChannel's nsILoadInfo's OriginAttributes are now overwritten
with the known OriginAttributes of the parent window before anything
else has had a chance to use it.

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

--HG--
extra : moz-landing-system : lando
2019-05-13 23:41:57 +00:00
Gavin Lazar Suntop ca683a78bb Bug 1550289 - changing pocket url r=thecount
Differential Revision: https://phabricator.services.mozilla.com/D30557

--HG--
extra : moz-landing-system : lando
2019-05-13 21:43:54 +00:00
Sebastian Streich 99e0852267 Bug 1402530 - Use IsOriginPotentiallyTrustworthy in ShouldLoad r=ckerschb
Differential Revision: https://phabricator.services.mozilla.com/D30917

--HG--
extra : moz-landing-system : lando
2019-05-13 14:40:40 +00:00
Tim Nguyen c1f5b7a338 Bug 1521280 - Convert search-textbox to a custom element. r=dao,bgrins
Differential Revision: https://phabricator.services.mozilla.com/D23045

--HG--
rename : toolkit/content/widgets/textbox.xml => toolkit/content/widgets/search-textbox.js
extra : moz-landing-system : lando
2019-05-13 18:12:37 +00:00
Ciure Andrei 62574b5918 Backed out changeset eb14a49fc4df (bug 1549825) for causing browser_aboutURLs.js to perma fail CLOSED TREE 2019-05-14 01:12:38 +03:00
Erica Wright 568cd4f2c5 Bug 1549825 - Create empty about:protections page. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D30652

--HG--
extra : moz-landing-system : lando
2019-05-13 18:44:31 +00:00
Luca Greco 43e302f3d3 Bug 1550529 - Load tabprompts.css as document stylesheet in the XUL about:addons page. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D30655

--HG--
extra : moz-landing-system : lando
2019-05-13 20:29:48 +00:00
Johann Hofmann 94bea848e4 Bug 1545743 - Don't use validity.not{After,Before}LocalTime for parsing date information in NetErrorChild.jsm. r=prathiksha
Differential Revision: https://phabricator.services.mozilla.com/D30431

--HG--
extra : moz-landing-system : lando
2019-05-13 20:18:07 +00:00
Johann Hofmann 3736102bef Bug 1547695 - De-dupe #errorTryAgain on about:neterror/certerror. r=prathiksha
We were using the same ID on two elements, which kind of messed up things everywhere
our code reasonably expected only one element of the kind to exist. We just use a
class name now.

This also cleans up #advancedPanelErrorTryAgain which worked around this issue
by using a different ID.

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

--HG--
rename : browser/base/content/test/general/browser_bug435325.js => browser/base/content/test/about/browser_bug435325.js
extra : moz-landing-system : lando
2019-05-13 19:38:03 +00:00
Emilio Cobos Álvarez 4e4121ea80 Bug 1551044 - Re-introduce debug symbols for noopt linux64 builds. r=froydnj
They were disabled in bug 1370129 because there were no use cases for them, but
there are use-cases for at least the linux64 ones :)

Let me know if you want me to enable them everywhere.

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

--HG--
extra : moz-landing-system : lando
2019-05-13 16:05:07 +00:00
Andrew Swan a2a47acbcd Bug 1549192 Remove extension shutdownReason footgun r=kmag
Checking extension.shutdownReason for any purpose other than detecting
app shutdown is unreliable, since actions such as disabing, uninstalling,
etc. may happen ito an extension after it has shut down.  Remove the
temptation for api authors to write incorrect code by removing
extension.shutdownReason and replacing it with an isAppShutdown boolean
passed to shutdown handlers.

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

--HG--
extra : rebase_source : 07ff7710757150d011fec6bc3ed134c6509e9a12
2019-05-09 19:46:38 -07:00
Andrew Swan 0e0b300fbe Bug 1549192 Fix extension apis that handle addon disabling r=kmag
API implementations that check shutdownReason for values other than
APP_SHUTDOWN during extension shutdown are inherently broken since an
addon may be disabled or uninstalled between browser sessions, in which
case code that is meant to run in these cases will not get executed.
This patch fixes existing api implementations that are broken in this way.

Also ensure that APIs' onDisabled methods get called properly when an
extension is disabled between browser sessions.

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

--HG--
extra : rebase_source : 06518bcabbde9f8db3066c63524e8947f7a36ee2
2019-05-09 19:59:21 -07:00
Razvan Maries 1be8bab7d1 Backed out 8 changesets (bug 1540839) for build bustages. CLOSED TREE
Backed out changeset f7e477858ab7 (bug 1540839)
Backed out changeset 55e841a0f005 (bug 1540839)
Backed out changeset b71b58e40426 (bug 1540839)
Backed out changeset 484a54613358 (bug 1540839)
Backed out changeset b34c4d71f202 (bug 1540839)
Backed out changeset 8ff2ff524489 (bug 1540839)
Backed out changeset 27492a30286c (bug 1540839)
Backed out changeset f1c35e8e84f6 (bug 1540839)
2019-05-14 04:23:27 +03:00
Kyle Machulis 679ff7a37e Bug 1540839 - Add Cross Origin Opener Policy case for BC preservation; r=nika
If we're doing a process switch due to the cross origin opener policy
being mismatched, we don't want to preserve the browsing context.

Differential Revision: https://phabricator.services.mozilla.com/D26392
2019-05-13 17:58:45 -07:00
Ian Bicking f715b952c4 Bug 1549828 - Export Screenshots 39.0.0 (code excluding translations) r=_6a68
Depends on D30261

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

--HG--
extra : moz-landing-system : lando
2019-05-08 00:22:53 +00:00
Ian Bicking 5b3e16fb4a Bug 1549828 - Export Screenshots 39.0.0 (translations only) r=_6a68,flod
Differential Revision: https://phabricator.services.mozilla.com/D30261

--HG--
extra : moz-landing-system : lando
2019-05-08 05:26:49 +00:00
monikamaheshwari 7dd0421715 Bug 1544680 - Use :root instead of #main-window in browser/themes/osx/browser.css r=dao
Differential Revision: https://phabricator.services.mozilla.com/D30772

--HG--
extra : moz-landing-system : lando
2019-05-13 15:21:46 +00:00
Dão Gottwald c5372c1508 Bug 1524539 - Finish porting browser_autocomplete_a11y_label.js to QuantumBar. r=Jamie
Differential Revision: https://phabricator.services.mozilla.com/D29811

--HG--
extra : moz-landing-system : lando
2019-05-12 23:42:38 +00:00
ffxbld 978abcee6f No Bug, mozilla-central repo-update HSTS HPKP blocklist remote-settings - a=repo-update r=RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D30903

--HG--
extra : moz-landing-system : lando
2019-05-13 12:59:57 +00:00
Coroiu Cristina cc280c4be9 Backed out changeset c5798de806e2 (bug 1521280) for crashing when searching about:config for upcoming beta (bug 1551013)
--HG--
extra : rebase_source : 8f936159c23d09bf227ce4f5eb6f2d96d33bbff1
2019-05-13 08:50:28 +03:00
Sebastian Hengst 097caf634b Bug 1551070 - Follow-up: re-enable browser_updateLogin.js on asan. rs=jaws DONTBUILD
--HG--
extra : rebase_source : 1c6ce6ce998e71fe63c1187b11db63a891dd899d
2019-05-13 07:26:11 +02:00
Sebastian Hengst 49a4894f0b Bug 1551070 - Check for type of remote content process depending on preference browser.tabs.remote.separatePrivilegedContentProcess in browser_updateLogin.js. r=jaws
Also fixes bug 1551042.

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

--HG--
extra : moz-landing-system : lando
2019-05-13 05:13:33 +00:00
Jared Wein 2b24ac36f0 Bug 1549803 - Move the handling of the selected login list item to the login list. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D30679

--HG--
extra : moz-landing-system : lando
2019-05-11 03:29:41 +00:00
Jared Wein 6433360050 Bug 1549803 - Move styling of LoginListItem to an external stylesheet. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D30678

--HG--
extra : moz-landing-system : lando
2019-05-11 03:29:43 +00:00
Jared Wein fe23d5e6eb Bug 1549803 - Add a check that the remoteType is privileged. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D30677

--HG--
extra : moz-landing-system : lando
2019-05-11 03:29:45 +00:00
Jared Wein d24ced8dda Bug 1549803 - Change LoginList to use an OL instead of PRE for containing the LoginListItems. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D30676

--HG--
extra : moz-landing-system : lando
2019-05-11 03:29:47 +00:00
Jared Wein 19dc0c9e0b Bug 1549803 - Add a reference to the common.css stylesheet. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D30675

--HG--
extra : moz-landing-system : lando
2019-05-11 03:29:55 +00:00
Jared Wein aa473950cd Bug 1550095 - Add Save Changes and Cancel button for LoginItem. r=MattN,Pike
Differential Revision: https://phabricator.services.mozilla.com/D30540

--HG--
rename : browser/components/aboutlogins/tests/browser/browser_loginChanges.js => browser/components/aboutlogins/tests/browser/browser_loginListChanges.js
extra : moz-landing-system : lando
2019-05-12 00:39:59 +00:00
Jared Wein f0b56e7ddf Bug 1550095 - Put LoginItem styles in an external stylesheet. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D30539

--HG--
extra : moz-landing-system : lando
2019-05-12 00:39:57 +00:00
Jared Wein b55ffec2de Bug 1550095 - Remove code duplication for forwarding Fluent strings in shadow DOM on the LoginItem. r=MattN,Pike
Differential Revision: https://phabricator.services.mozilla.com/D30538

--HG--
extra : moz-landing-system : lando
2019-05-12 00:39:50 +00:00
Michael Kaply baa71459c8 Bug 1548684 - Move enterprise tests to xpcshell. r=zombie
Differential Revision: https://phabricator.services.mozilla.com/D29757

--HG--
rename : browser/components/enterprisepolicies/tests/browser/config_popups_cookies_addons_flash.json => browser/components/enterprisepolicies/tests/xpcshell/config_popups_cookies_addons_flash.json
rename : browser/components/enterprisepolicies/tests/browser/browser_policy_3rdparty.js => browser/components/enterprisepolicies/tests/xpcshell/test_3rdparty.js
rename : browser/components/enterprisepolicies/tests/browser/browser_policy_app_update_URL.js => browser/components/enterprisepolicies/tests/xpcshell/test_appupdateurl.js
rename : browser/components/enterprisepolicies/tests/browser/browser_policy_clear_blocked_cookies.js => browser/components/enterprisepolicies/tests/xpcshell/test_clear_blocked_cookies.js
rename : browser/components/enterprisepolicies/tests/browser/browser_policy_default_browser_check.js => browser/components/enterprisepolicies/tests/xpcshell/test_defaultbrowsercheck.js
rename : browser/components/enterprisepolicies/tests/browser/browser_policies_macosparser_unflatten.js => browser/components/enterprisepolicies/tests/xpcshell/test_macosparser_unflatten.js
rename : browser/components/enterprisepolicies/tests/browser/browser_policy_permissions.js => browser/components/enterprisepolicies/tests/xpcshell/test_permissions.js
rename : browser/components/enterprisepolicies/tests/browser/browser_policies_popups_cookies_addons_flash.js => browser/components/enterprisepolicies/tests/xpcshell/test_popups_cookies_addons_flash.js
rename : browser/components/enterprisepolicies/tests/browser/browser_policy_preferences.js => browser/components/enterprisepolicies/tests/xpcshell/test_preferences.js
rename : browser/components/enterprisepolicies/tests/browser/browser_policy_proxy.js => browser/components/enterprisepolicies/tests/xpcshell/test_proxy.js
rename : browser/components/enterprisepolicies/tests/browser/browser_policy_locale.js => browser/components/enterprisepolicies/tests/xpcshell/test_requestedlocales.js
rename : browser/components/enterprisepolicies/tests/browser/browser_policies_runOnce_helper.js => browser/components/enterprisepolicies/tests/xpcshell/test_runOnce_helper.js
rename : browser/components/enterprisepolicies/tests/browser/browser_policies_simple_pref_policies.js => browser/components/enterprisepolicies/tests/xpcshell/test_simple_pref_policies.js
rename : browser/components/enterprisepolicies/tests/browser/browser_policies_sorted_alphabetically.js => browser/components/enterprisepolicies/tests/xpcshell/test_sorted_alphabetically.js
extra : moz-landing-system : lando
2019-05-11 19:37:35 +00:00
Matt Howell 0c11d1793f Bug 1548612 Part 0 Follow-up - Fix some issues with stub installer strings. r=flod
Differential Revision: https://phabricator.services.mozilla.com/D30793

--HG--
extra : moz-landing-system : lando
2019-05-11 17:34:07 +00:00
Dorel Luca 34c4308791 Backed out 8 changesets (bug 1549803, bug 1550095) for Browser-chrome failures in browser/components/aboutlogins/tests/browser/browser_updateLogin.js
Backed out changeset af805180a1e6 (bug 1549803)
Backed out changeset aa8595d46694 (bug 1549803)
Backed out changeset fe75205edc19 (bug 1549803)
Backed out changeset fe60f9cc2007 (bug 1549803)
Backed out changeset b665ca03d2f6 (bug 1549803)
Backed out changeset c5d450a431c8 (bug 1550095)
Backed out changeset 93a0674140fc (bug 1550095)
Backed out changeset 4a3dacc5d3b2 (bug 1550095)

--HG--
rename : browser/components/aboutlogins/tests/browser/browser_loginListChanges.js => browser/components/aboutlogins/tests/browser/browser_loginChanges.js
2019-05-11 06:28:15 +03:00
Ed Lee 11dad352f4 Bug 1550883 - Add line-clamp ellipsis, anonymous images and bug fixes to Activity Stream r=r1cky
Differential Revision: https://phabricator.services.mozilla.com/D30729

--HG--
rename : browser/components/newtab/content-src/components/DiscoveryStreamComponents/DSImage/DSImage.scss => browser/components/newtab/content-src/components/DiscoveryStreamComponents/DSImage/_DSImage.scss
extra : moz-landing-system : lando
2019-05-10 22:33:17 +00:00
Jared Wein cdde661c5f Bug 1549803 - Move the handling of the selected login list item to the login list. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D30679

--HG--
extra : moz-landing-system : lando
2019-05-11 01:38:20 +00:00
Jared Wein 156e15db16 Bug 1549803 - Move styling of LoginListItem to an external stylesheet. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D30678

--HG--
extra : moz-landing-system : lando
2019-05-10 22:38:50 +00:00
Jared Wein 425c33c1de Bug 1549803 - Add a check that the remoteType is privileged. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D30677

--HG--
extra : moz-landing-system : lando
2019-05-10 22:38:50 +00:00
Jared Wein aab95b925d Bug 1549803 - Change LoginList to use an OL instead of PRE for containing the LoginListItems. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D30676

--HG--
extra : moz-landing-system : lando
2019-05-10 22:38:50 +00:00
Jared Wein 5e7bc8dbac Bug 1549803 - Add a reference to the common.css stylesheet. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D30675

--HG--
extra : moz-landing-system : lando
2019-05-10 22:38:49 +00:00
Jared Wein 545a891cb1 Bug 1550095 - Add Save Changes and Cancel button for LoginItem. r=MattN,Pike
Differential Revision: https://phabricator.services.mozilla.com/D30540

--HG--
rename : browser/components/aboutlogins/tests/browser/browser_loginChanges.js => browser/components/aboutlogins/tests/browser/browser_loginListChanges.js
extra : moz-landing-system : lando
2019-05-11 02:04:52 +00:00
Jared Wein 40a3bcbe29 Bug 1550095 - Put LoginItem styles in an external stylesheet. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D30539

--HG--
extra : moz-landing-system : lando
2019-05-11 02:04:44 +00:00
Jared Wein cc3f324f83 Bug 1550095 - Remove code duplication for forwarding Fluent strings in shadow DOM on the LoginItem. r=MattN,Pike
Differential Revision: https://phabricator.services.mozilla.com/D30538

--HG--
extra : moz-landing-system : lando
2019-05-11 02:04:37 +00:00
Dorel Luca 579fd75ab8 Backed out changeset 52a4eb1624b7 (bug 1550289) for Browser-chrome failure in browser/components/pocket/test/browser_pocket_library_menu_action.js
--HG--
extra : rebase_source : 5e7c6b7ccdaf94068c49ff9cf144697b74703f7b
2019-05-11 02:44:27 +03:00
Matt Howell 0ec2b4c5df Bug 1548612 Part 0 - Pre-land new strings for the revised stub installer design. r=agashlin
Differential Revision: https://phabricator.services.mozilla.com/D30737

--HG--
extra : moz-landing-system : lando
2019-05-10 23:00:23 +00:00
Daniel Varga 72aa8afb7a Backed out 8 changesets (bug 1549803, bug 1550095) for browser-chrome failuire at browser/components/aboutlogins/tests/browser/browser_updateLogin.js
Backed out changeset 7e08cf4753a7 (bug 1549803)
Backed out changeset 452720b78ca7 (bug 1549803)
Backed out changeset e450e9d4671c (bug 1549803)
Backed out changeset e062410531b1 (bug 1549803)
Backed out changeset 2d13d407f562 (bug 1549803)
Backed out changeset 741b2f74227b (bug 1550095)
Backed out changeset 9f3df4002962 (bug 1550095)
Backed out changeset b1519a245b74 (bug 1550095)

--HG--
rename : browser/components/aboutlogins/tests/browser/browser_loginListChanges.js => browser/components/aboutlogins/tests/browser/browser_loginChanges.js
2019-05-11 01:36:28 +03:00
Gavin Lazar Suntop 14880aaaf8 Bug 1550289 - changing pocket url r=thecount
Differential Revision: https://phabricator.services.mozilla.com/D30557

--HG--
extra : moz-landing-system : lando
2019-05-10 22:06:27 +00:00
Jared Wein b1d5b19e06 Bug 1549803 - Move the handling of the selected login list item to the login list. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D30679

--HG--
extra : moz-landing-system : lando
2019-05-10 18:32:06 +00:00
Jared Wein f28162ab8b Bug 1549803 - Move styling of LoginListItem to an external stylesheet. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D30678

--HG--
extra : moz-landing-system : lando
2019-05-10 18:31:53 +00:00
Jared Wein c87b60bb9c Bug 1549803 - Add a check that the remoteType is privileged. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D30677

--HG--
extra : moz-landing-system : lando
2019-05-10 18:31:54 +00:00
Jared Wein 5c9bdcea61 Bug 1549803 - Change LoginList to use an OL instead of PRE for containing the LoginListItems. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D30676

--HG--
extra : moz-landing-system : lando
2019-05-10 18:31:41 +00:00
Jared Wein 51e164dd4f Bug 1549803 - Add a reference to the common.css stylesheet. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D30675

--HG--
extra : moz-landing-system : lando
2019-05-10 18:31:36 +00:00
Jared Wein 03f122082c Bug 1550095 - Add Save Changes and Cancel button for LoginItem. r=MattN,Pike
Differential Revision: https://phabricator.services.mozilla.com/D30540

--HG--
rename : browser/components/aboutlogins/tests/browser/browser_loginChanges.js => browser/components/aboutlogins/tests/browser/browser_loginListChanges.js
extra : moz-landing-system : lando
2019-05-10 21:29:51 +00:00
Jared Wein 50a50caf58 Bug 1550095 - Put LoginItem styles in an external stylesheet. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D30539

--HG--
extra : moz-landing-system : lando
2019-05-10 18:24:09 +00:00
Jared Wein a712c2976e Bug 1550095 - Remove code duplication for forwarding Fluent strings in shadow DOM on the LoginItem. r=MattN,Pike
Differential Revision: https://phabricator.services.mozilla.com/D30538

--HG--
extra : moz-landing-system : lando
2019-05-10 21:29:02 +00:00
Michael Kaply 1338327760 Bug 1535592 - Don't resizeToContent until all content is modified. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D30721

--HG--
extra : moz-landing-system : lando
2019-05-10 21:02:37 +00:00
Kirk Steuber 2074aaea20 Bug 1546627 - Prevent Firefox from prematurely showing "Restart to Update" on startup r=rstrong
Differential Revision: https://phabricator.services.mozilla.com/D30520

--HG--
extra : moz-landing-system : lando
2019-05-10 19:06:34 +00:00
Matthew Noorenberghe fa0e344c7b Bug 1550669 - Add a second row to autocomplete items for logins that shows origins. r=jaws
Based on a patch by Jared Wein <jwein@mozilla.com>

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

--HG--
extra : moz-landing-system : lando
2019-05-10 17:58:10 +00:00
Dorel Luca d09c2a1220 Backed out changeset e978f9960f57 (bug 1546627) for Browser-chrome failures in toolkit/mozapps/update/tests/browser/browser_aboutDialog_fc_downloadAuto_staging.js. CLOSED TREE 2019-05-10 21:10:25 +03:00
Kirk Steuber effad3ac55 Bug 1546627 - Prevent Firefox from prematurely showing "Restart to Update" on startup r=rstrong
Differential Revision: https://phabricator.services.mozilla.com/D30520

--HG--
extra : moz-landing-system : lando
2019-05-10 16:56:45 +00:00
Csoregi Natalia 8b5ccb9382 Backed out 2 changesets (bug 1541419) for frequent xpcshell failures e.g. test_duckduckgo.js. CLOSED TREE
Backed out changeset e661822f6730 (bug 1541419)
Backed out changeset 3d13d2cb56d1 (bug 1541419)
2019-05-10 18:55:08 +03:00
Dão Gottwald bcd69d5025 Bug 1534289 - Fix download panel summary color in dark mode. r=ntim
Differential Revision: https://phabricator.services.mozilla.com/D30644

--HG--
extra : moz-landing-system : lando
2019-05-10 14:43:41 +00:00
Liang-Heng Chen e1c0874c1a Bug 1330467 - part 12. FPI isolation of translation permissions; r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D19933

--HG--
extra : moz-landing-system : lando
2019-05-08 22:05:53 +00:00
Liang-Heng Chen 478bd1f21c Bug 1330467 - part 11. Use principal for permissions in webrtc UI; r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D19932

--HG--
extra : moz-landing-system : lando
2019-05-08 15:28:01 +00:00
Liang-Heng Chen d58f4d2a6f Bug 1330467 - part 10. Use principal for permissions in browser site-identity; r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D19931

--HG--
extra : moz-landing-system : lando
2019-05-07 22:19:06 +00:00
Liang-Heng Chen 284baaf7d8 Bug 1330467 - part 8. Make canvas permission respect FPI; r=johannh,jrmuizel
Differential Revision: https://phabricator.services.mozilla.com/D19929

--HG--
extra : moz-landing-system : lando
2019-05-07 22:19:02 +00:00
Liang-Heng Chen 0fd8b33eb5 Bug 1330467 - part 6. Use principal for permissions in sitePermissions.js; r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D19927

--HG--
extra : moz-landing-system : lando
2019-05-07 22:17:09 +00:00
Liang-Heng Chen 602ef3ab3b Bug 1330467 - part 5. Access permissions by principal in PermissionUI.jsm; r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D19926

--HG--
extra : moz-landing-system : lando
2019-05-08 09:03:06 +00:00
Liang-Heng Chen a1d43da6bd Bug 1330467 - part 3. Use principal for permissions in pageinfo/permissions.js; r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D19924

--HG--
extra : moz-landing-system : lando
2019-05-08 09:04:51 +00:00
Liang-Heng Chen 8e1e5c0a50 Bug 1330467 - part 2. Add SitePermissions APIs functions to accept principal; r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D19923

--HG--
extra : moz-landing-system : lando
2019-05-07 22:15:43 +00:00
Tim Nguyen 1a57aab68e Bug 1521280 - Convert search-textbox to a custom element. r=dao,bgrins
Differential Revision: https://phabricator.services.mozilla.com/D23045

--HG--
rename : toolkit/content/widgets/textbox.xml => toolkit/content/widgets/search-textbox.js
extra : moz-landing-system : lando
2019-05-10 11:46:49 +00:00
Dão Gottwald aea2e06289 Bug 1538049 - Fix broken .titlebar-button selector. r=ntim
Differential Revision: https://phabricator.services.mozilla.com/D30626

--HG--
extra : moz-landing-system : lando
2019-05-10 11:12:47 +00:00
Mark Banner ea1e68a854 Bug 1541419 - Correct the search form url for Ebay in 'be' locale. r=mikedeboer
Differential Revision: https://phabricator.services.mozilla.com/D30398

--HG--
extra : moz-landing-system : lando
2019-05-10 08:50:06 +00:00
Matthew Noorenberghe 3675e85c1a Bug 1543258 - Handle NULL 'action_url' for Chrome login import. r=sfoster
Save it with the wildcard "" value so it works with any form action.

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

--HG--
extra : moz-landing-system : lando
2019-05-09 22:59:18 +00:00
Gijs Kruitbosch ff5a80aceb Bug 1547573 - fix sorting in and add test for themes dropdown in customize mode, r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D30392

--HG--
extra : moz-landing-system : lando
2019-05-09 18:22:53 +00:00
Narcis Beleuzu b5a129f8e7 Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-05-10 01:17:29 +03:00
Narcis Beleuzu f533451f22 Merge inbound to mozilla-central. a=merge 2019-05-10 00:42:34 +03:00
Ed Lee 3497da642f Bug 1550572 - More string updates for onboarding messaging r=flod,r1cky
Differential Revision: https://phabricator.services.mozilla.com/D30554

--HG--
extra : moz-landing-system : lando
2019-05-09 20:13:43 +00:00
Rob Wu 07b06b75fa Bug 1546248 - Put HTML discopane behind separate pref r=mstriemer
Require `extensions.htmlaboutaddons.discover.enabled` to be enabled
before the HTML-based discopane is shown. This allows the feature
to be turned on and/or off independent of the other HTML views.

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

--HG--
extra : moz-landing-system : lando
2019-05-09 14:22:17 +00:00
Rob Wu dd8df1ac64 Bug 1546248 - Add discopane to about:addons HTML view r=mstriemer,flod,aswan
The api_response.json test file is the response from
https://addons-dev.allizom.org/api/v4/discovery/?lang=en-US
It has not been modified, except for being prettified using `json_pp`.

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

--HG--
extra : moz-landing-system : lando
2019-05-09 14:22:16 +00:00
Noemi Erli 1c65279044 Backed out changeset 38ce182f68ea (bug 1402530) for build bustages in nsMixedContentBlocker.cpp CLOSED TREE 2019-05-09 17:29:38 +03:00
Noemi Erli 6430d23336 Backed out 12 changesets (bug 1547813) for failures in browser_partitionedIndexedDB.js CLOSED TREE
Backed out changeset 98989127264b (bug 1547813)
Backed out changeset f9d790139a26 (bug 1547813)
Backed out changeset a29f58cef022 (bug 1547813)
Backed out changeset c1288949de1c (bug 1547813)
Backed out changeset 8cad4fd197b1 (bug 1547813)
Backed out changeset 807ce59e7e6e (bug 1547813)
Backed out changeset 06943593738c (bug 1547813)
Backed out changeset 4ced8d49ddc3 (bug 1547813)
Backed out changeset 77a040f527e9 (bug 1547813)
Backed out changeset b4651cfaff30 (bug 1547813)
Backed out changeset 279c140a4d71 (bug 1547813)
Backed out changeset 0e0241f3d366 (bug 1547813)
2019-05-09 20:04:16 +03:00
Marco Bonardo ca2c358730 Bug 1550025 - In Quantum Bar the restriction tokens should bypass the restriction prefs. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D30490

--HG--
extra : moz-landing-system : lando
2019-05-09 15:59:33 +00:00
Ehsan Akhgari db2e485317 Bug 1547813 - Part 11: Add support for reporting breakage when the nsICookieService.BEHAVIOR_REJECT_TRACKER_AND_PARTITION_FOREIGN cookie policy is active; r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D30120

--HG--
extra : moz-landing-system : lando
2019-05-08 19:38:12 +00:00
Ehsan Akhgari 31c7d14341 Bug 1547813 - Part 10: Add support for nsICookieService.BEHAVIOR_REJECT_TRACKER_AND_PARTITION_FOREIGN to the content blocking category pref; r=ewright
Differential Revision: https://phabricator.services.mozilla.com/D30119

--HG--
extra : moz-landing-system : lando
2019-05-08 22:34:06 +00:00
Marco Bonardo 582ea00aa6 Bug 1550480 - Increase the Quantum Bar stale rows removal timer. r=dao
Try to further reduce flicker by increasing the time we keep stale results visible.

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

--HG--
extra : moz-landing-system : lando
2019-05-09 15:00:47 +00:00
Dão Gottwald 24c3de356b Bug 1550423 - When a result's title or URL overflows, expose the full value in a tooltip. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D30470

--HG--
extra : moz-landing-system : lando
2019-05-09 13:06:53 +00:00
Sebastian Streich db1660661f Bug 1402530 - Use IsOriginPotentiallyTrustworthy in ShouldLoad r=ckerschb,jkt
Differential Revision: https://phabricator.services.mozilla.com/D28870

--HG--
extra : moz-landing-system : lando
2019-05-07 18:08:19 +00:00
ffxbld 6b6a4743bb No Bug, mozilla-central repo-update HSTS HPKP blocklist remote-settings - a=repo-update r=RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D30488

--HG--
extra : moz-landing-system : lando
2019-05-09 12:41:52 +00:00
Noemi Erli 34f9686f88 Merge mozilla-central to inbound. a=merge CLOSED TREE 2019-05-09 18:37:16 +03:00
Ryan VanderMeulen 8c6309e4ae Bug 1550514 - Update pdf.js to version 2.2.167. r=bdahl 2019-05-09 11:26:24 -04:00
Drew Willcoxon 47d0d9dc85 Bug 1548198 - Remove 1px of padding in the urlbar input so that text in the popup is aligned with text in the input. r=dao
In quantumbar, favicons have 8px of margin-end:

https://searchfox.org/mozilla-central/rev/197210b8c139b64f642edaa3336d26b9c1761568/browser/themes/shared/urlbar-autocomplete.inc.css#9
https://searchfox.org/mozilla-central/rev/197210b8c139b64f642edaa3336d26b9c1761568/browser/themes/shared/urlbar-autocomplete.inc.css#100

But in awesomebar, it's 9px, e.g.: https://searchfox.org/mozilla-central/rev/197210b8c139b64f642edaa3336d26b9c1761568/toolkit/themes/osx/global/autocomplete.css#46

It's nice that quantumbar has the same amount of space between the type icon and favicon as it does between the favicon and title, unlike awesomebar.  i.e., there's a single margin-end value for both .urlbarView-type-icon and .urlbarView-favicon (urlbarViewIconMarginEnd, 8px).  So instead of adding another 9px value for .urlbarView-favicon's margin-end, this patch removes the 1px of padding in the urlbar input.  That has the added benefit that the space around the identity box and its search icon (shown when typing) is now more symmetrical, although there's still 1px more space on its right side than its left side.

This patch also adjusts spacing in the awesomebar popup so the alignment remains right there.

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

--HG--
extra : moz-landing-system : lando
2019-05-08 21:22:06 +00:00
Mike Hommey 0e4063bd7b Bug 1549886 - Enable MOZ_TELEMETRY_REPORTING by default when MOZILLA_OFFICIAL is set. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D30336

--HG--
extra : moz-landing-system : lando
2019-05-08 14:33:56 +00:00
Dão Gottwald 51fd51ab63 Bug 1522440 - Finish porting browser_test_focus_urlbar.js to quantumbar. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D30346

--HG--
extra : moz-landing-system : lando
2019-05-08 22:04:54 +00:00
Matt Howell 1c5caaa201 Bug 1547399 - New stub installer background for release. r=agashlin
The new background image has a white background behind the footer text, so this
patch changes the color of the footer to black. It also moves the footer text
a bit lower to align with the new logo placement.

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

--HG--
extra : moz-landing-system : lando
2019-05-08 21:28:29 +00:00
Marco Bonardo 5df492d9fe Bug 1535656 - Quantum bar results flicker while typing a search. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D30190

--HG--
extra : moz-landing-system : lando
2019-05-08 21:14:35 +00:00
Marco Bonardo 4f8c7aa8a1 Bug 1548817 - Quantum Bar controller notifications may arrive out of order. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D30082

--HG--
extra : moz-landing-system : lando
2019-05-08 21:14:33 +00:00
Tim Nguyen 787a0c4d91 Bug 1548769 - Remove WebExtensions icons theming support. r=mikedeboer
Differential Revision: https://phabricator.services.mozilla.com/D29802

--HG--
extra : moz-landing-system : lando
2019-05-08 20:28:24 +00:00
Andreea Pavel ecb0fb992d Backed out changeset e8dbcc5c516f (bug 1548769) test_ext_manifest_themes.js on a CLOSED TREE
--HG--
extra : rebase_source : d708e0664844be8ee974347da4bbd92850c74225
2019-05-08 23:10:44 +03:00
Jared Wein f7b75f9e80 Bug 1548463 - Tests for HTML-based login manager. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D29625

--HG--
extra : moz-landing-system : lando
2019-05-08 18:02:26 +00:00
Jared Wein 6f75f8a31e Bug 1548463 - Base page for HTML-based login manager. r=MattN,flod
Differential Revision: https://phabricator.services.mozilla.com/D29624

--HG--
extra : moz-landing-system : lando
2019-05-08 19:17:02 +00:00
Shane Caraveo 2cbc937bf2 Bug 1545159 implement captivePortal api r=rpl,valentin
Differential Revision: https://phabricator.services.mozilla.com/D29602

--HG--
extra : moz-landing-system : lando
2019-05-08 18:40:08 +00:00
Tim Nguyen 97c0372069 Bug 1548769 - Remove WebExtensions icons theming support. r=mikedeboer
Differential Revision: https://phabricator.services.mozilla.com/D29802

--HG--
extra : moz-landing-system : lando
2019-05-08 18:31:29 +00:00
Dão Gottwald 4e0ccfc3b9 Bug 1550036 - UrlbarView should ignore vertical overflow events when applying the fade-out effect. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D30381

--HG--
extra : moz-landing-system : lando
2019-05-08 15:49:33 +00:00
Jared Wein d6ebc8b794 Bug 1549146 - Resize the subdialog after showing/hiding the Custom DoH textbox to make sure scrollbars appear if necessary. r=sfoster
Differential Revision: https://phabricator.services.mozilla.com/D30068

--HG--
extra : moz-landing-system : lando
2019-05-08 15:49:25 +00:00
Andrei Oprea 0380dc1228 Bug 1548520 - Add user telemetry for Bookmark Panel messages r=nanj
Differential Revision: https://phabricator.services.mozilla.com/D30176

--HG--
extra : moz-landing-system : lando
2019-05-08 15:46:42 +00:00
Mark Banner 9f37542745 Bug 1549821 - Fix a couple of issues with the Amazon search engine urls. r=mkaply
Differential Revision: https://phabricator.services.mozilla.com/D30256

--HG--
rename : browser/components/search/extensions/amazondotcom/_locales/de/messages.json => browser/components/search/extensions/amazon/_locales/de/messages.json
extra : moz-landing-system : lando
2019-05-08 11:50:55 +00:00
Mathieu Leplatre 3f60f66f05 Bug 1547994 - Remove preference that can disable Remote Settings signature verification r=glasserc
Differential Revision: https://phabricator.services.mozilla.com/D29656

--HG--
extra : moz-landing-system : lando
2019-05-07 14:16:22 +00:00
Florian Quèze 2bbe7b0f62 Bug 1549723 - disable browser_startup_mainthreadio.js and browser_startup_content_mainthreadio.js mochitests for debug builds, r=mconley.
Differential Revision: https://phabricator.services.mozilla.com/D30220

--HG--
extra : moz-landing-system : lando
2019-05-08 08:56:26 +00:00
Florian Quèze 4781b089f3 Bug 1547018 - Add a mochitest tracking child process startup main thread I/O, r=Felipe.
Differential Revision: https://phabricator.services.mozilla.com/D28869

--HG--
rename : browser/base/content/test/performance/browser_startup_mainthreadio.js => browser/base/content/test/performance/browser_startup_content_mainthreadio.js
extra : moz-landing-system : lando
2019-05-08 08:56:24 +00:00
Florian Quèze 9a6e28780e Bug 1540135 - Add a startup mochitest tracking mainthread I/O, r=Felipe.
Differential Revision: https://phabricator.services.mozilla.com/D25392

--HG--
extra : moz-landing-system : lando
2019-05-08 08:56:22 +00:00