Commit Graph

62285 Commits

Author SHA1 Message Date
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
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
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
Ed Lee
de6f8d5227 Bug 1550300 - Add top source, unblank discovery and bug fixes to Activity Stream r=r1cky
Differential Revision: https://phabricator.services.mozilla.com/D30438

--HG--
extra : moz-landing-system : lando
2019-05-09 01:42:56 +00: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
Ian Moody
8b8cafe43c Bug 1549537 - Unconditionally offer 'Span' option for desktop background position on Linux. r=sfoster
Bug 1544105 added a default implementation of `GfxInfoBase::FindMonitors` so
`gfxInfo.getMonitors()` no longer throws on Linux, but it only ever returns the
primary monitor there.

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

--HG--
extra : moz-landing-system : lando
2019-05-07 18:36:19 +00:00
Ian Moody
566d9090f7 Bug 1547459 - Use explicit text for desktop span preview not being available. r=sfoster
When I implemented the no preview for span I did originally try using text in
the canvas, but discarded it when I realised trying to format it to display
nicely (across different languages and text lengths) was a losing proposition.
However just the prohibition symbol without context is confusing to users, and
on reflection the text can easily be included as an element stacked on top of
the canvas.

Also lighten the background of the no preview message, since the pure black was
indistinguishable from the frame sides on Windows and Linux.

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

--HG--
extra : moz-landing-system : lando
2019-05-06 18:55:57 +00:00
Kestrel
44af0f4541 Bug 1549293 - Add context fill to info-page title background images and about:config preference lock icon r=dao
Differential Revision: https://phabricator.services.mozilla.com/D29991

--HG--
extra : moz-landing-system : lando
2019-05-07 11:42:09 +00:00
Mihai Alexandru Michis
bd960ef22c Backed out 3 changesets (bug 1540135, bug 1547018, bug 1549723) for causing leaks
Backed out changeset 72723e7257b1 (bug 1549723)
Backed out changeset 5c597a3f82bd (bug 1547018)
Backed out changeset eb8757f9586f (bug 1540135)
2019-05-08 11:16:35 +03:00
Mihai Alexandru Michis
520193d092 Backed out changeset 5add0a9fd0fb (bug 1540135) for causing leaks 2019-05-08 11:15:35 +03:00
Ed Lee
abff4da67d Bug 1549906 - Use brandings.ftl to allow OnboardingMessageProvider.jsm to use new strings r=flod
Differential Revision: https://phabricator.services.mozilla.com/D30311

--HG--
extra : moz-landing-system : lando
2019-05-08 05:28:15 +00:00
James Teh
c504fadc7d Bug 1547635: PanelMultiView: Don't override keyboard navigation in context menus. r=Gijs
Normally, context menu keyboard handling takes precedence.
However, because we have a capturing window keydown listener, our listener takes precedence.
Therefore, we need to check for an open context menu and suppress our keyboard handling in this case.

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

--HG--
extra : moz-landing-system : lando
2019-05-08 05:18:17 +00:00
Shane Caraveo
a0df3a4705 Bug 1541317 fix extension failures when setting homepage on upgrade r=aswan
Differential Revision: https://phabricator.services.mozilla.com/D29912

--HG--
extra : moz-landing-system : lando
2019-05-08 01:30:25 +00:00
Bogdan Tara
ac8636de44 Backed out changeset 791dcf072a98 (bug 1496844) for browser_identity_UI.js failures CLOSED TREE 2019-05-08 04:21:19 +03:00
Ed Lee
5fda4b07d2 Bug 1549863 - Add 3-card layout, card adjustments and bug fixes to Activity Stream r=r1cky
Differential Revision: https://phabricator.services.mozilla.com/D30286

--HG--
extra : moz-landing-system : lando
2019-05-08 00:38:11 +00:00
jawad
8c1bd8808f Bug 1496844 - treatment of https view-source URIs is inconsistent. r=johannh
***

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

--HG--
extra : moz-landing-system : lando
2019-05-07 23:34:31 +00:00
Andreea Pavel
dbb464327f Bug 1546797 - disabled browser_trackingUI_report_breakage.js on linux debug and asan r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D30077

--HG--
extra : moz-landing-system : lando
2019-05-06 15:50:49 +00:00
Florian Quèze
a69e6af3a8 Bug 1540135 - follow up to fix browser_startup_mainthreadio.js on asan builds where the crash reporter is disabled, r=mconley CLOSED TREE
--HG--
extra : histedit_source : 66d516f2533e623af178390b49957c6dc09646e5
2019-05-07 21:58:37 +02:00
Tom Ritter
a12c0530c5 Bug 1548634 - Update the default letterboxing behavior to use stepped ranges r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D29759

--HG--
extra : moz-landing-system : lando
2019-05-07 16:06:43 +00:00
Christoph Kerschbaumer
94491c87f9 Bug 1549769: Split test browser_principalSerialization_version1.js and move CSP tests into separate test. r=jkt
Differential Revision: https://phabricator.services.mozilla.com/D30227

--HG--
extra : moz-landing-system : lando
2019-05-07 18:17:42 +00:00
Robert Strong
9762d0c27b Bug 1521427 - Display the doorhanger notification for unsupported type update notifications. r=bytesized,flod,zbraniecki
The unsupported doorhanger will persist the menu item across application restarts until an update has been found.

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

--HG--
extra : moz-landing-system : lando
2019-05-07 17:59:21 +00:00
Johann Hofmann
d7bf464018 Bug 1549761 - Require user interaction for push notification permission prompts (with post-prompting) in Beta. r=Ehsan
Differential Revision: https://phabricator.services.mozilla.com/D30219

--HG--
extra : moz-landing-system : lando
2019-05-07 17:15:18 +00:00
Florian Quèze
aaddea8ae3 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-07 17:15:43 +00:00