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

64728 Коммитов

Автор SHA1 Сообщение Дата
Mike Shal f8f5fce637 Bug 1496746 - Remove VPATH; r=glandium
Having a full VPATH for the srcdir sometimes causes make to grab the
wrong prerequisite for a rule, in particular if we have a file in the
srcdir and also generate a file of the same name in the objdir. We don't
really need VPATH anymore though, since most of the information comes
from mozbuild, where we can explicitly list the path to the srcdir or
objdir as necessary.

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

--HG--
extra : moz-landing-system : lando
2019-09-09 17:44:47 +00:00
Erica Wright cfa31aaecc Bug 1567373 - Fix intermittent, check for element before visibility r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D44247

--HG--
extra : moz-landing-system : lando
2019-09-09 17:10:44 +00:00
James Teh 9cede8d015 Bug 1579767: Reinstate the accessibility group role for the search one-offs container. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D45151

--HG--
extra : moz-landing-system : lando
2019-09-09 16:39:34 +00:00
Zibi Braniecki 66ec96da37 Bug 1579474 - Remove unused DTD entities from browser.dtd. r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D45063

--HG--
extra : moz-landing-system : lando
2019-09-06 22:37:43 +00:00
Erica Wright be70440ffa Bug 1572188 - Re-enable test as it no longer times out. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D45191

--HG--
extra : moz-landing-system : lando
2019-09-09 15:14:03 +00:00
Nihanth Subramanya 07ce45894d Bug 1578459 - [Protections Panel] Reorder category items in popupshowing instead of shown. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D44885

--HG--
extra : moz-landing-system : lando
2019-09-09 12:36:14 +00:00
Kris Maglione c9bc5f8a41 Bug 1542415: Part 4 - Always rebuild frameloaders on remoteness change in Fission windows. r=nika
Differential Revision: https://phabricator.services.mozilla.com/D44738

--HG--
extra : moz-landing-system : lando
2019-09-09 12:28:09 +00:00
Gijs Kruitbosch 62ca738270 Bug 1496158 - only apply start-fade to url bar input if we've force-scrolled to the right because of an RTL domain, r=mak
Differential Revision: https://phabricator.services.mozilla.com/D44987

--HG--
extra : moz-landing-system : lando
2019-09-09 12:09:12 +00:00
Harry Twyford 90354d936e Bug 1579515 - Fix Megabar hidden-focus behaviour. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D45074

--HG--
extra : moz-landing-system : lando
2019-09-08 04:15:01 +00:00
Drew Willcoxon 926e58227b Bug 1576889 - Ensure Quantum Bar Contextual Tip looks correct in RTL builds. r=dao
The `padding-right` is the only oversight afaict. This patch is based on D45125.

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

--HG--
extra : moz-landing-system : lando
2019-09-07 17:39:41 +00:00
Paolo Amadini 18ae81fa54 Bug 1549080 - Turn the delete and reset buttons into ghost buttons. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D44837

--HG--
extra : moz-landing-system : lando
2019-09-08 01:33:43 +00:00
Andreea Pavel 441df5bd0b Bug 1577395 - disable browser_identityPopup_clearSiteData.js on linux64 r=bc
Differential Revision: https://phabricator.services.mozilla.com/D45137

--HG--
extra : moz-landing-system : lando
2019-09-08 10:07:27 +00:00
Toshihito Kikuchi 18aab300b5 Bug 1576697 - Use LauncherResult in WinHeaderOnlyUtils.h instead of WindowsErrorResult. r=aklotz
`WindowsErrorResult` is a class to hold either a value or a Windows error
code based on the `Result` template.  We also have `LauncherResult` for the
same purpose, which was introduced as a part of the launcher process feature
afterward.  The difference is `LauncherResult` holds a filename and line
number along with an error code.

This patch integrates LauncherResult.h into WinHeaderOnlyUtils.h so that we
can use `LauncherResult` more broadly.

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

--HG--
extra : moz-landing-system : lando
2019-09-07 18:17:45 +00:00
Mike Conley dc88b92a5d Bug 1566196 - Apply a CSP to about:framecrashed. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D44917

--HG--
extra : moz-landing-system : lando
2019-09-07 17:03:37 +00:00
Paolo Amadini 9f2152b92f Bug 1529319 - Part 1 - Fix clicking radio buttons in "about:config" with multiple forms displayed. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D44835

--HG--
extra : moz-landing-system : lando
2019-09-05 16:30:04 +00:00
matthias bf61d7d324 Bug 1579115 - Adopting about:config search text to convey that you can not search values. r=paolo,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D44520

--HG--
extra : moz-landing-system : lando
2019-09-07 15:42:04 +00:00
Gurzau Raul 812644ff5f Backed out changeset 8c25acd6a557 (bug 1237782) for wpt failures at controller-on-disconnect.https.html 2019-09-07 14:32:37 +03:00
Jonathan Kingston 64f59b042f Bug 1237782 - Remove http override and add appcache pref r=baku
Differential Revision: https://phabricator.services.mozilla.com/D44472

--HG--
extra : moz-landing-system : lando
2019-09-07 07:45:30 +00:00
Ed Lee af5c0960b4 Bug 1557153 - Workaround UITour default permissions overridden by UNKNOWN_ACTION r=MattN
Specially permit www.mozilla.org after ensuring other origin checks but failing ALLOW_ACTION.

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

--HG--
extra : moz-landing-system : lando
2019-09-06 23:57:06 +00:00
Brindusan Cristian 1b00e04863 Backed out 2 changesets (bug 1566196) for bc failures in CTypes.cpp. CLOSED TREE
Backed out changeset eaf4a3284f00 (bug 1566196)
Backed out changeset 2de26156c571 (bug 1566196)
2019-09-07 02:28:58 +03:00
Mike Conley b4d6003884 Bug 1566196 - Apply a CSP to about:framecrashed. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D44917

--HG--
extra : moz-landing-system : lando
2019-09-06 20:40:15 +00:00
lesleynorton 8f7faa78fb Bug 1570852: Trap focus in delete confirmation dialog. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D43717

--HG--
extra : moz-landing-system : lando
2019-09-05 21:31:10 +00:00
Ryan VanderMeulen 1c1704fdbb Bug 1579486 - Update pdf.js to version 2.3.146. r=bdahl
Differential Revision: https://phabricator.services.mozilla.com/D45053

--HG--
extra : moz-landing-system : lando
2019-09-06 20:31:54 +00:00
Brian Grinstead 080cc34472 Bug 1579470 - Remove goOfflineCmd.label and replace with menu-file-go-offline from ftl r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D45033

--HG--
extra : moz-landing-system : lando
2019-09-06 20:18:11 +00:00
Jared Wein ed48b13b4c Bug 1576609 - Use href attribute for setting link target on support link in intro text. r=MattN
This also fixes a typo in the breach-alert-link to correctly use noreferrer.

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

--HG--
extra : moz-landing-system : lando
2019-09-06 20:11:29 +00:00
Erica Wright da3ac3c2ca Bug 1577031 - make Protection Report page sharable via UITour. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D44249

--HG--
extra : moz-landing-system : lando
2019-09-06 15:45:28 +00:00
Erica Wright 3366ee9495 Bug 1577035 - Cache Monitor data to reduce the load on Monitor API. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D43865

--HG--
extra : moz-landing-system : lando
2019-09-06 17:57:58 +00:00
Brindusan Cristian ed1e383341 Backed out changeset 84744d179773 (bug 1578459) for bc failures in browser_trackingUI_. CLOSED TREE 2019-09-06 22:06:20 +03:00
Brindusan Cristian 02ad28a12b Backed out changeset a8975a4aebc0 (bug 1521893) for bc leasks on (nsIconLoaderObserver, nsIconLoaderService, nsTouchBarInputIcon). CLOSED TREE 2019-09-06 22:03:15 +03:00
harry 0be00626e6 Bug 1521893 - Part 2 - Support loading SVG icons on the Touch Bar through a new nsTouchBarInputIcon service class r=spohl
Differential Revision: https://phabricator.services.mozilla.com/D34926

--HG--
extra : moz-landing-system : lando
2019-09-06 17:23:37 +00:00
harry 9219af6886 Bug 1578485 - Re-enable browser_918049_skipintoolbarset_dnd.js. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D45031

--HG--
extra : moz-landing-system : lando
2019-09-06 17:17:07 +00:00
Thomas Wisniewski e94407c181 Bug 1564594 - use more specific match patterns in the enhanced search experiment to improve performance and avoid test failures; r=denschub
use more specific match patterns in the enhanced search experiment to improve performance and avoid test failures

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

--HG--
extra : moz-landing-system : lando
2019-09-06 17:06:38 +00:00
Erica Wright c146e8c8a1 Bug 1578768 - Resize icons to fit in a 64px X 64px area. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D44718

--HG--
extra : moz-landing-system : lando
2019-09-06 16:55:39 +00:00
Cosmin Sabou 732b97195a Backed out changeset 7dc9a45ef7d6 (bug 1237782) for causing browser chrome failures on browser_disableAppcache.js CLOSED TREE 2019-09-06 19:10:20 +03:00
Erica Wright 270e03dff6 Bug 1577030 - Telemetry to track total numbers of trackers blocked. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D44521

--HG--
extra : moz-landing-system : lando
2019-09-06 14:43:16 +00:00
Jared Wein e82e045aed Bug 1578873 - Move focus to the login-intro if it is visible when tabbing from the login-list. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D44907

--HG--
extra : moz-landing-system : lando
2019-09-06 04:26:45 +00:00
Jonathan Kingston a8f4386427 Bug 1237782 - Remove http override and add appcache pref r=baku
Differential Revision: https://phabricator.services.mozilla.com/D44472

--HG--
extra : moz-landing-system : lando
2019-09-06 15:02:34 +00:00
Noemi Erli 4f379d0716 Bug 1578826 - fix browser-chrome kvstore failure r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D45008

--HG--
extra : moz-landing-system : lando
2019-09-06 14:52:55 +00:00
Marco Zehe ee8616fb31 Bug 1579126 - Make the Allowed section heading in the protections panel a heading for screen readers as well, r=nhnt11
Differential Revision: https://phabricator.services.mozilla.com/D44860

--HG--
extra : moz-landing-system : lando
2019-09-06 14:50:09 +00:00
Nihanth Subramanya b268bf343b Bug 1578459 - [Protections Panel] Reorder category items in popupshowing instead of shown. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D44885

--HG--
extra : moz-landing-system : lando
2019-09-06 14:40:47 +00:00
Christoph Kerschbaumer b5a051c48e Bug 1497584: Apply Meta CSP to about:preferences. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D44474

--HG--
extra : moz-landing-system : lando
2019-09-06 11:59:19 +00:00
Peter Van der Beken dcc6babcd8 Bug 1578716 - Make browser_ext_contextMenus_targetUrlPatterns.js wait for end of load of about:reader before sending mouse event. r=kmag
Differential Revision: https://phabricator.services.mozilla.com/D44663

--HG--
extra : moz-landing-system : lando
2019-09-05 14:36:46 +00:00
Luca Greco b26125db66 Bug 1570645 - devtools panels registered by extension should provide an aria-label. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D44677

--HG--
extra : moz-landing-system : lando
2019-09-05 15:19:50 +00:00
Luke Crouch 010f500b2d Bug 1577808: add telemetry for breached logins r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D44524

--HG--
extra : moz-landing-system : lando
2019-09-05 23:01:02 +00:00
Thomas Wisniewski 088543f1ab Bug 1564594 - Make sure we set the correct Fennec shared prefs that the core ping is reading (without the `extensions.webcompat.` prefix); r=nalexander
Differential Revision: https://phabricator.services.mozilla.com/D44901

--HG--
extra : moz-landing-system : lando
2019-09-05 21:34:25 +00:00
thomasmo 9517432844 Bug 1570120 - Create FxR HTML UI with navigation r=Gijs
This change introduces the HTML-based UI for the 2D Content window in Firefox
Reality for Desktop, accessed via the --fxr command line parameter.

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

--HG--
extra : moz-landing-system : lando
2019-09-05 19:25:42 +00:00
Doug Thayer 7d54759c16 Bug 1575610 - Ensure we only show spinner after 400ms r=mconley
I haven't been able to work out a reason why we should show the
spinner before this.loadTimer is cleared. All this does is allow
for random reordering of events to sometimes show a spinner early.
This should ideally just make the spinner logic more rubust to
event ordering changes, without sacrificing visibility into tab
switch timings.

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

--HG--
extra : moz-landing-system : lando
2019-09-05 20:02:45 +00:00
Doug Thayer 4d29441819 Bug 1575610 - Revamp AsyncTabSwitcher.jsm logging r=mconley
This just adds a bit of information to the AsyncTabSwitcher's
logging and cleans up the display to make it quicker to find
what changed, especially with large numbers of tabs. The bit of
new information that I'm particularly interested in is what
event triggered a particular update - so now every time we call
postActions, we include the name of the event.

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

--HG--
extra : moz-landing-system : lando
2019-09-05 20:02:36 +00:00
prathiksha 2a39a566d7 Bug 1553342 - Have Browser:CertExceptionError message exchanges happen over RPM. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D34581

--HG--
extra : moz-landing-system : lando
2019-09-05 20:04:03 +00:00
Andrei Oprea 50158a6799 Bug 1578236 - Add back the CFR message after navigating between tabs when a host is not defined r=pdahiya
Differential Revision: https://phabricator.services.mozilla.com/D44804

--HG--
extra : moz-landing-system : lando
2019-09-05 17:12:45 +00:00
Gabriel Luong b676bac12f Bug 1579150 - Remove the RDM Settings Onboarding tooltip. r=mtigley
Differential Revision: https://phabricator.services.mozilla.com/D44876

--HG--
extra : moz-landing-system : lando
2019-09-05 19:13:11 +00:00
Itiel 9423447163 Bug 1577271 - Align the website, username and password text to the correct side while maintaining the LTR directionality r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D43816

--HG--
extra : moz-landing-system : lando
2019-09-05 17:43:04 +00:00
Mike Conley 3d0ca8182e Bug 1566183 - Add a keyboard shortcut to enter Picture-in-Picture for first video of focused window. r=NeilDeakin,JSON_voorhees,flod
Differential Revision: https://phabricator.services.mozilla.com/D40082

--HG--
extra : moz-landing-system : lando
2019-09-05 17:40:02 +00:00
Razvan Maries 1ad3f5b235 Backed out changeset bb08767934a8 (bug 1566183) for causing perma fails on browser_duplicateIDs.js. CLOSED TREE 2019-09-05 20:30:40 +03:00
Coroiu Cristina 9683a17a37 Backed out changeset d2867a062f45 (bug 1574480) for browser-chrome failures at browser/base/content/test/general/browser_offlineQuotaNotification.js on a CLOSED TREE 2019-09-05 18:38:42 +03:00
lloan c6d477d0d1 Bug 1574430 - Enabling Search in Nightly. r=Honza.
Differential Revision: https://phabricator.services.mozilla.com/D44841

--HG--
extra : moz-landing-system : lando
2019-09-05 14:30:58 +00:00
Christoph Kerschbaumer 4144eb70e4 Bug 1578231: Hardcode whitelist of about: pages where we can not apply a CSP. r=jkt
Differential Revision: https://phabricator.services.mozilla.com/D44617

--HG--
extra : moz-landing-system : lando
2019-09-05 14:22:09 +00:00
Mark Banner 7731688366 Bug 1578938 - Correctly move the urlbar documentation up a folder. r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D44801

--HG--
extra : moz-landing-system : lando
2019-09-05 13:28:23 +00:00
Mike Conley 61209ad7a6 Bug 1566183 - Add a keyboard shortcut to enter Picture-in-Picture for first video of focused window. r=NeilDeakin,JSON_voorhees,flod
Differential Revision: https://phabricator.services.mozilla.com/D40082

--HG--
extra : moz-landing-system : lando
2019-09-05 14:09:25 +00:00
Paul Zuehlcke 99bfbf1328 Bug 1574480 - Updated browser.js and OfflineAppsChild.jsm to use PermissionManager principal methods. r=johannh,smaug
Differential Revision: https://phabricator.services.mozilla.com/D42620

--HG--
extra : moz-landing-system : lando
2019-09-05 13:37:55 +00:00
harry 0303f92923 Bug 1578433 - Add a new TIP result type to UrlbarUtils.RESULT_TYPES. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D44714

--HG--
extra : moz-landing-system : lando
2019-09-05 13:09:47 +00:00
Dão Gottwald fbdd2b23e3 Bug 1579051 - Megabar: Remove the layout breakout placeholder. r=harry
Differential Revision: https://phabricator.services.mozilla.com/D44818

--HG--
extra : moz-landing-system : lando
2019-09-05 13:04:04 +00:00
Dorel Luca 7f93ef38fb Backed out changeset 0b809df52f3f (bug 1578716) for Eslint failure. CLOSED TREE 2019-09-05 15:53:25 +03:00
Marco Zehe 32f8c059bc Bug 569313 - Get rid of redundant "Toolbar" in name of "Navigation" and "bookmarks" toolbars, r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D44810

--HG--
extra : moz-landing-system : lando
2019-09-05 12:25:13 +00:00
Peter Van der Beken 212a96aecf Bug 1578716 - Make browser_ext_contextMenus_targetUrlPatterns.js wait for end of load of about:reader before sending mouse event. r=kmag
Differential Revision: https://phabricator.services.mozilla.com/D44663

--HG--
extra : moz-landing-system : lando
2019-09-05 12:15:15 +00:00
Tim Huang 69c693bc22 Bug 1578105 - Fix the styling issue of the info button on Windows. r=nhnt11
The into button lacks the '-moz-appearance: none;' rule to disable the
system styling. Fix this by adding this.

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

--HG--
extra : moz-landing-system : lando
2019-09-05 10:02:17 +00:00
Coroiu Cristina 19d1a50744 Bug 1536312 - disabled browser_884402_customize_from_overflow.js on windows and mac for frequest failures r=egao
Differential Revision: https://phabricator.services.mozilla.com/D44805

--HG--
extra : moz-landing-system : lando
2019-09-05 09:56:36 +00:00
Nicolas Chevobbe 49076a161e Bug 1578665 - Create a dedicated pref for Browser Console editor state. r=Honza.
We want the Browser Console and WebConsole to have
distinct preferences, so you might have one in
editor mode, and the other one in inline mode if
you want.
This is as simple as adding the preference, and
stripping the devtools.webconsole. prefix in
the constant we use for retrieving the preference
value.

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

--HG--
extra : moz-landing-system : lando
2019-09-05 09:23:47 +00:00
Jared Wein ec6fa2b320 Bug 1577716 - Remove the placeholder when editing a login. r=MattN,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D44252

--HG--
extra : moz-landing-system : lando
2019-09-05 05:22:33 +00:00
Jared Wein 7f9775c78a Bug 1577849 - Move to the next visible login when the selected login is removed, respecting the applied search filter. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D44723

--HG--
extra : moz-landing-system : lando
2019-09-05 05:09:54 +00:00
Jared Wein 3dfad7cdc4 Bug 1576175 - Move focus handling to login-item and forward focus to the breach alert when it is visible during tabbing. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D44709

--HG--
extra : moz-landing-system : lando
2019-09-04 21:36:13 +00:00
Dorel Luca 44ad3cfc99 Backed out changeset 4b003634e1a7 (bug 1577031) for browser-chrome failures related to UITour. CLOSED TREE 2019-09-05 09:50:49 +03:00
Csoregi Natalia 321d7f8f17 Backed out changeset e16dda7ba4bf (bug 1570120) for failures on browser_parsable_css.js related to custom properties. CLOSED TREE 2019-09-05 06:21:44 +03:00
Gijs Kruitbosch 9f3a3e9669 Bug 1578709 - Only set flash only pref for those tests that need it, r=mconley,ahal
Differential Revision: https://phabricator.services.mozilla.com/D44648

--HG--
extra : moz-landing-system : lando
2019-09-04 22:12:39 +00:00
Nick Thomas 407462408c Bug 1577634 - suppress warnings about comment changes in channel-prefs.js, r=bhearsum
Update verify noticed the new comments in channel-prefs.js from bug 1576546, and thought they were significant. This change suppresses that by ignoring all lines starting with '//'. Since we can't match on the significant new line but not on the existing one we swallow a rat and comment the new whitespace.

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

--HG--
extra : moz-landing-system : lando
2019-09-04 21:01:28 +00:00
thomasmo de1b47b157 Bug 1570120 - Create FxR HTML UI with navigation r=Gijs
This change introduces the HTML-based UI for the 2D Content window in Firefox
Reality for Desktop, accessed via the --fxr command line parameter.

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

--HG--
extra : moz-landing-system : lando
2019-09-04 20:30:14 +00:00
Kris Maglione f76d79c608 Bug 1578037: Follow-up: Only skip leaky tests on debug. r=mccr8
Differential Revision: https://phabricator.services.mozilla.com/D44715

--HG--
extra : moz-landing-system : lando
2019-09-04 20:19:10 +00:00
Brian Grinstead d7cccbcb04 Bug 1578569 - Restore padding-bottom on certain menupopups inside BMB_bookmarksPopup r=mak
This was removed in Bug 1573158, where the following line change forced it to 0px:
https://hg.mozilla.org/integration/autoland/rev/3f54e52c52eb#l2.12

This uses shadow parts instead of Shadow DOM + XBL selectors into the arrowscrollbox,
which unblocks arrowscrollbox Custom Element conversion and appears to have the same
visual effect as far as I can tell.

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

--HG--
extra : moz-landing-system : lando
2019-09-04 18:37:04 +00:00
Gurzau Raul f96e9cd73f Backed out changeset 887d125d7f59 (bug 1578709) for failing at test_bug427744.html on a CLOSED TREE. 2019-09-04 21:34:11 +03:00
mandy cheang f97af149f2 Bug 1546931 - Remove installs.ini stat during early start-up on the main thread. r=mossop
Differential Revision: https://phabricator.services.mozilla.com/D43295

--HG--
extra : moz-landing-system : lando
2019-08-30 22:05:41 +00:00
Paul Zuehlcke 9ae51149b7 Bug 1577478 - Log warning to website console when permission prompt / fullscreen is canceled. r=johannh,flod
Differential Revision: https://phabricator.services.mozilla.com/D44166

--HG--
extra : moz-landing-system : lando
2019-09-04 17:37:59 +00:00
Gijs Kruitbosch bb899238e7 Bug 1578709 - Only set flash only pref for those tests that need it, r=mconley,ahal
Differential Revision: https://phabricator.services.mozilla.com/D44648

--HG--
extra : moz-landing-system : lando
2019-09-04 17:28:02 +00:00
lesleynorton 0a08db5c69 Bug 1572109: Fix tabbing in edit mode. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D44056

--HG--
extra : moz-landing-system : lando
2019-09-04 17:14:27 +00:00
Brindusan Cristian e7cd0f35c7 Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-09-04 19:32:19 +03:00
Brindusan Cristian 971c2dc9aa Merge inbound to mozilla-central. a=merge 2019-09-04 19:26:46 +03:00
Cosmin Sabou 62c067e92f Bug 1578037 - Disable tests that cause leaks on fission. r=johannh
Differential Revision: https://phabricator.services.mozilla.com//D44599
2019-09-04 07:18:42 +03:00
Tom Ritter 1f279f7006 Bug 1547519 - Fix jemalloc redirections for MinGW build r=glandium
In the MinGW build, calls to malloc inside mozglue were not being
redirected as defined in the .def file. We create aliases for the
redirected functions to correctly redirect them inside mozglue.

An alternate solution for this exists. Rather than creating the
importlib during the linking step for mozglue, we could have used
dlltool to create it, and then provided it during linking. This
would allow mozglue to know that it should redirect calls to malloc
to je_malloc as specified in the .def file.

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

--HG--
extra : moz-landing-system : lando
2019-09-04 02:40:08 +00:00
Tim Nguyen 862d219a7c Bug 1578324 - Cleanup some text-align properties in about:logins. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D44509

--HG--
extra : moz-landing-system : lando
2019-09-04 01:27:36 +00:00
Erica Wright 4ea42ae25a Bug 1577031 - make Protection Report page sharable via UITour. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D44249

--HG--
extra : moz-landing-system : lando
2019-09-03 15:49:42 +00:00
Erica Wright af5cbc228f Bug 1578544 - Resize margins and heights. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D44533

--HG--
extra : moz-landing-system : lando
2019-09-04 14:55:00 +00:00
Cosmin Sabou a8597928c8 Bug 1574939 - Disable tracking tests on fission for causing crashes. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D44597

--HG--
extra : moz-landing-system : lando
2019-09-04 13:34:59 +00:00
Jared Wein 1a4aaa114c Bug 1576272 - Show the empty-search results view of about:logins if the page is opened with a filter that doesn't match any stored logins. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D44207

--HG--
extra : moz-landing-system : lando
2019-09-04 00:36:43 +00:00
sviho 6f5339e7b8 Bug 1562984 - browser_trackingUI_animation_2 now tests privacy.trackingprotection.pbmode.enabled r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D44268

--HG--
extra : moz-landing-system : lando
2019-09-02 09:05:08 +00:00
Dão Gottwald 59361a4cea Bug 1567384 - Set oneOffSearchButtons.textbox to UrlbarInput::inputField since there's no real textbox anymore. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D38677

--HG--
extra : moz-landing-system : lando
2019-09-04 09:32:51 +00:00
Johann Hofmann afa00a60dc Bug 1567440 - Don't use lower fill-opacity for the shield icon. r=timhuang
Differential Revision: https://phabricator.services.mozilla.com/D44528

--HG--
extra : moz-landing-system : lando
2019-09-04 08:14:54 +00:00
harry 60ef93e2ce Bug 1577000 - Fix Megabar breakout width on window resize. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D43674

--HG--
extra : moz-landing-system : lando
2019-09-03 22:28:39 +00:00
Ryan VanderMeulen d3c953f0c6 Bug 1576613 - Update pdf.js to version 2.3.129. r=bdahl
Differential Revision: https://phabricator.services.mozilla.com/D43439

--HG--
extra : moz-landing-system : lando
2019-09-03 21:16:18 +00:00
Dão Gottwald 28ad95b9a1 Bug 1578375 - Stop flushing layout in SearchOneOffs::__rebuild when used with the address bar. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D44449

--HG--
extra : moz-landing-system : lando
2019-09-03 18:32:32 +00:00
Gijs Kruitbosch a48d81d4cb Bug 1577706 - move checks for -url from toolkit into browser code, and make osint sanitizer app-agnostic, r=mossop
Differential Revision: https://phabricator.services.mozilla.com/D44395

--HG--
extra : moz-landing-system : lando
2019-09-03 17:01:33 +00:00
arthur.iakab 4ea120b5cb Backed out changeset e3f06f11de62 (bug 1237782) for causing browser-chrome failure on automation.py CLOSED TREE 2019-09-03 21:04:49 +03:00
Edouard Oger 1aa9ec41ed Bug 1572439 - Don't import browser.css in Synced Tabs sidebar. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D44475

--HG--
extra : moz-landing-system : lando
2019-09-03 17:32:06 +00:00
Erica Wright e7972c9fce Bug 1570537 - Fix intermittent by waiting for condition. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D44176

--HG--
extra : moz-landing-system : lando
2019-09-03 16:57:06 +00:00
Jonathan Kingston dbfd29b586 Bug 1237782 - Remove http override and add appcache pref r=baku
Differential Revision: https://phabricator.services.mozilla.com/D44472

--HG--
extra : moz-landing-system : lando
2019-09-03 16:44:13 +00:00
Edouard Oger b176311275 Bug 1575704 - Redirect to Sync preferences in Send Tab sign-in button. r=vbudhram
Differential Revision: https://phabricator.services.mozilla.com/D44251

--HG--
extra : moz-landing-system : lando
2019-09-03 15:40:29 +00:00
Andreea Pavel 746fe5255a Backed out changeset 316e6fc0e5c5 (bug 1577706) for build bustages on a CLOSED TREE 2019-09-03 18:29:19 +03:00
Gijs Kruitbosch 553eb88c50 Bug 1577706 - move checks for -url from toolkit into browser code, and make osint sanitizer app-agnostic, r=mossop
Differential Revision: https://phabricator.services.mozilla.com/D44395

--HG--
extra : moz-landing-system : lando
2019-09-03 15:10:51 +00:00
matthias 5274f1a3ce Bug 1578299 - aligned about:config search bar with results. r=paolo
Differential Revision: https://phabricator.services.mozilla.com/D44406

--HG--
extra : moz-landing-system : lando
2019-09-03 15:02:22 +00:00
Emma Malysz 392fe89b3a Bug 1569738, make PageInfo fission compatible r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D42978

--HG--
extra : moz-landing-system : lando
2019-08-29 20:31:19 +00:00
harry 6a36bd8892 Bug 1577708 - Increase contrast on search settings button. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D44415

--HG--
extra : moz-landing-system : lando
2019-09-03 13:16:20 +00:00
Itiel 295521b3a9 Bug 1578298 - Fix protection details cog icon position for RTL and merge 2 rules r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D44405

--HG--
extra : moz-landing-system : lando
2019-09-03 09:00:24 +00:00
Christoph Kerschbaumer 08753eb725 Bug 1497191: Apply Meta CSP to about:config.r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D41526

--HG--
extra : moz-landing-system : lando
2019-09-03 11:03:30 +00:00
Julien Cristau b388d67f46 Bug 1478331 - Include common-opt mozconfig from nightly-asan-reporter instead of duplicating much of it. r=dmajor
Differential Revision: https://phabricator.services.mozilla.com/D43440

--HG--
extra : moz-landing-system : lando
2019-08-26 13:54:14 +00:00
Julien Cristau 1666ddaeaf Bug 1478331 - use nightly branding for ASan Nightly builds. r=dmajor
Differential Revision: https://phabricator.services.mozilla.com/D43247

--HG--
extra : moz-landing-system : lando
2019-08-26 13:54:14 +00:00
Paul Zuehlcke c4e3669f0f Bug 1558439 - Log warning to web console when add-on installation was blocked due to fullscreen. r=johannh,mixedpuppy
Differential Revision: https://phabricator.services.mozilla.com/D44161

--HG--
extra : moz-landing-system : lando
2019-08-30 16:34:08 +00:00
Dorel Luca 15fefbe415 Merge mozilla-inbound to mozilla-central. a=merge 2019-09-03 07:03:04 +03:00
Matt Woodrow e93ff775a3 Bug 1556489 - P24. Update test to handle extra onStateChange events fired when using DocumentChannel. r=kmag
DocumentChannel issues an extra onStateChange at the start when it switched over to the real channel.

Differential Revision: https://phabricator.services.mozilla.com/D43203
2019-09-03 10:19:54 +10:00
Dorel Luca e4301ca732 Merge autoland to mozilla-central. a=merge 2019-09-03 00:34:37 +03:00
myeongjun 24afc1d3b1 Bug 1495908 - Label unexpected WebExtension manifest.json properties as a Warning r=rpl
Differential Revision: https://phabricator.services.mozilla.com/D40413

--HG--
extra : moz-landing-system : lando
2019-09-02 15:50:26 +00:00
Dorel Luca 31fc8e4689 Merge mozilla-central to autoland 2019-09-03 00:41:47 +03:00
Johann Hofmann cdc9c28371 Bug 1576960 - In pageInfo, set security information in init() instead of fetching it from the selected browser. r=carolina.jimenez.g
This is to avoid displaying incorrect information when the user switches their selected tab but keeps the page info window open.

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

--HG--
extra : moz-landing-system : lando
2019-09-02 21:03:05 +00:00
Itiel 8e49ab5e67 Bug 1508080 - Don't set directionality on identity-icon-labels on extension pages r=dao
Differential Revision: https://phabricator.services.mozilla.com/D42000

--HG--
extra : moz-landing-system : lando
2019-09-02 17:58:44 +00:00
Bogdan Tara e04021f29e Merge autoland to mozilla-central. a=merge 2019-09-02 12:48:14 +03:00
ffxbld 426de7d9bd Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2019-09-02 09:00:31 +00:00
Sebastian Hengst 85fe72834c Bug 1577988 - Don't add toggle.svg to whitelist of unused files if running mochitest devtools. a=test-only-beta70-fix
Differential Revision: https://phabricator.services.mozilla.com/D44315

--HG--
extra : rebase_source : 41c6419e80f18410747a302cf78b6b0f9e98602b
extra : amend_source : 2891a5e0bca16e4d05a10e4657141370f56206f4
2019-09-01 12:40:14 +02:00
Andreea Pavel 37ee1c3b0e Backed out changeset b0d7d7218f37 (bug 1575359) on request by Erica 2019-09-01 03:04:26 +03:00
Drew Willcoxon e04895b6a5 Bug 1547676 - Add in-tree ‘Guide to implementing QB WebExtensions’ documentation r=harry
Differential Revision: https://phabricator.services.mozilla.com/D43568

--HG--
extra : moz-landing-system : lando
2019-08-31 02:40:46 +00:00
Itiel 97ca710dd4 Bug 1572698 - Fix the text alignment of the textboxes and the "Copied!" checkmark position for RTL r=ntim
Differential Revision: https://phabricator.services.mozilla.com/D44308

--HG--
extra : moz-landing-system : lando
2019-08-31 23:23:14 +00:00
Itiel e9909b7ef3 Bug 1578069 - Mirror the reset button on about:config for RTL r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D44316

--HG--
extra : moz-landing-system : lando
2019-09-01 19:53:41 +00:00
Brian Grinstead 5d8eacc755 Bug 1573158 - Move Shadow DOM creation into constructor instead of connectedCallback r=surkov
Differential Revision: https://phabricator.services.mozilla.com/D43847

--HG--
extra : moz-landing-system : lando
2019-08-30 21:23:34 +00:00
Brian Grinstead 41b4963af5 Bug 1573158 - Share one fragment across all consumers of places-popup r=surkov
This will avoid parsing the markup strings into fragments for every consumer.

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

--HG--
extra : moz-landing-system : lando
2019-08-30 21:23:34 +00:00
Brian Grinstead 3481e20489 Bug 1573158 - Remove inline styles targeting BMB_bookmarksPopup in places-popup r=mak
We were originally going to port these into document sheets, but after inspecting
visually removing these aren't changing the UI.

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

--HG--
extra : moz-landing-system : lando
2019-08-30 21:23:33 +00:00
Brian Grinstead 6b9953922d Bug 1573158 - Move menupopup-drop-indicator styles back into browser.css using Shadow Parts and out of inline styles r=mak
This reverts removals like https://hg.mozilla.org/mozilla-central/rev/bd7cd9d7b6ad#l8.12

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

--HG--
extra : moz-landing-system : lando
2019-08-30 21:23:33 +00:00
Alphan Chen 9fceaaa7ff Bug 1549975 - Implement SessionStorageListener for contentSessionStore in C++ r=peterv,mikedeboer
Differential Revision: https://phabricator.services.mozilla.com/D36493

--HG--
extra : moz-landing-system : lando
2019-08-27 14:47:27 +00:00
Erica Wright 179dc89337 Bug 1575359 - Update string on the Lockwise card button. r=fluent-reviewers,flod CLOSED TREE
Differential Revision: https://phabricator.services.mozilla.com/D44043

--HG--
extra : source : b0d7d7218f37183509eec1388ac1dda49fd31828
extra : amend_source : 1b23c41fa5dfe272fbabc203fb8e22cc96ef351b
2019-08-30 18:22:34 +00:00
Bogdan Tara 2d7dcc352d Backed out changeset 8b897666cf4f (bug 1567373) for browser_protections_monitor failures CLOSED TREE 2019-09-02 11:22:16 +03:00
Erica Wright 32eee71195 Bug 1567373 - Fix intermittent, check for element before visibility r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D44247

--HG--
extra : moz-landing-system : lando
2019-09-02 07:45:43 +00:00
Michael Kaply 9ec3e4ae35 Bug 1575681 - Add policy to remove access to the password manager. r=MattN,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D43673

--HG--
extra : moz-landing-system : lando
2019-08-28 05:33:47 +00:00
Robert Helmer 4a60c06c56 Bug 1576507 - add new FirstStartup service and --first-startup post-install flag. r=mconley
FirstStartup provides an optional mechanism to run synchronous services
before the UI appears. This is intended to be called as a post-install
action from an installer, such as the Windows Stub Installer, to allow
for downloading critical data and performance tuning before the first
run of a new Firefox install.

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

--HG--
extra : moz-landing-system : lando
2019-08-31 16:14:20 +00:00
Dale Harvey 5cfefa7835 Bug 1572470 - Add wikipedia to engines.json r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D43768

--HG--
extra : moz-landing-system : lando
2019-08-30 15:02:47 +00:00
Dorel Luca e8f334670d Merge mozilla-inbound to mozilla-central. a=merge 2019-08-31 12:47:56 +03:00
arthur.iakab 4d3d0231a5 Backed out 4 changesets (bug 1576507) for causing xpcshell failures on test_firstStartup.js
Backed out changeset efca0164a762 (bug 1576507)
Backed out changeset 2238ba5cec98 (bug 1576507)
Backed out changeset f16714d49101 (bug 1576507)
Backed out changeset 2d621070f778 (bug 1576507)
2019-08-31 03:52:51 +03:00
Andrei Oprea 95146c9c2f Bug 1571022 - Conditional rendering for CFR feature recommendations r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D43630

--HG--
extra : moz-landing-system : lando
2019-08-31 00:02:44 +00:00
Nihanth Subramanya 8682c94a42 Bug 1577939 - [Protections Panel] Fix typo in selector that sets --height-offset. r=lina,Mardak
Differential Revision: https://phabricator.services.mozilla.com/D44291

--HG--
extra : moz-landing-system : lando
2019-08-30 23:56:36 +00:00
Ed Lee f4d324d316 Bug 1574995 - Update Firefox workmark for the Private Browsing page r=k88hudson
Adjust sizing to match ba740fb695

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

--HG--
extra : moz-landing-system : lando
2019-08-30 23:27:54 +00:00
Ed Lee 3fcd7e0edd Bug 1577888 - Add whatsnew badge, optimistic cards and bug fixes to New Tab Page r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D44271

--HG--
extra : moz-landing-system : lando
2019-08-30 23:28:49 +00:00
Robert Helmer b60b4d9347 Bug 1576507 - add new FirstStartup service and --first-startup post-install flag. r=mconley
FirstStartup provides an optional mechanism to run synchronous services
before the UI appears. This is intended to be called as a post-install
action from an installer, such as the Windows Stub Installer, to allow
for downloading critical data and performance tuning before the first
run of a new Firefox install.

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

--HG--
extra : moz-landing-system : lando
2019-08-30 23:19:59 +00:00
Luke Crouch b33e756dad Bug 1575597: Add pref UI for login breach alerts. r=fluent-reviewers,MattN,flod
Differential Revision: https://phabricator.services.mozilla.com/D43831

--HG--
extra : moz-landing-system : lando
2019-08-30 21:53:08 +00:00
Matthew Noorenberghe 4a7b5a6566 Bug 1577710 - Disable browser_loginItemErrors.js in debug builds due to intermittent failures. r=ntim
Differential Revision: https://phabricator.services.mozilla.com/D44276

--HG--
extra : moz-landing-system : lando
2019-08-30 21:33:35 +00:00
Thomas Nguyen c175f3d626 Bug 1576347 - Correct referrerInfo when saving media and add a test of "Go To Download Page" button r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D43749

--HG--
extra : moz-landing-system : lando
2019-08-30 18:38:38 +00:00
Sebastian Hengst 44cc3077eb Bug 1577768 - add toggle.svg to whitelist of referenced files for non-central repositories. r=mstriemer
It got added in bug 1533863 for the new about:config page (bug 1493439) which is currently on enabled in Nightly (bug 1532703).

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

--HG--
extra : moz-landing-system : lando
2019-08-30 19:38:52 +00:00