Itiel
96145ab2fe
Bug 1627477 - Convert all relevant uses of left/right to logical properties in browser/themes/shared r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D69723
--HG--
extra : moz-landing-system : lando
2020-04-06 17:35:31 +00:00
Itiel
23508bb09f
Bug 1627477 - Convert all relevant uses of left/right to logical properties in browser/themes/windows r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D69722
--HG--
extra : moz-landing-system : lando
2020-04-06 17:03:00 +00:00
Brian Grinstead
63ceb92c53
Bug 1623992 - Automated rewrite from chrome://global/skin/ to chrome://global/skin/global.css in imported stylesheets r=mossop
...
This was generated with
```
cp .gitignore .rgignore
rg -l -g '*.{css}' '"chrome://global/skin/"' | xargs sed -i "" 's/"chrome:\/\/global\/skin\/"/"chrome:\/\/global\/skin\/global.css"/g'
```
Depends on D67687
Differential Revision: https://phabricator.services.mozilla.com/D67690
--HG--
extra : moz-landing-system : lando
2020-03-25 15:41:15 +00:00
Narcis Beleuzu
1a3813f70b
Backed out changeset 96614a3debc3 (bug 1625600) for bc failure on browser_ext_browserAction_popup_resize_bottom.js . CLOSED TREE
2020-04-04 03:08:48 +03:00
Gijs Kruitbosch
9c0fe6c5f5
Bug 1625600 - remove superfluous overflow:hidden for extension panelviews to resolve issues with long pane titles, r=kmag
...
From some testing on Windows, I can't figure out why we need this styling,
and re-reading what's left of the reviews after mozreview's demise has not
helped. So perhaps we can just remove it?
Differential Revision: https://phabricator.services.mozilla.com/D69630
--HG--
extra : moz-landing-system : lando
2020-04-03 20:53:56 +00:00
jayati
fa65d02109
Bug 1626619 - Remove `browser.in-content.dark-mode` preference. r=ntim
...
Differential Revision: https://phabricator.services.mozilla.com/D69234
--HG--
extra : moz-landing-system : lando
2020-04-01 16:31:27 +00:00
ajitesh
f44178c63c
Bug 1624960 - Simplify some margin/padding values. r=ntim
...
Differential Revision: https://phabricator.services.mozilla.com/D68643
--HG--
extra : moz-landing-system : lando
2020-04-01 14:06:33 +00:00
Drew Willcoxon
f01cf92b19
Bug 1623944 - Improve tip button color in dark themes and fix hover and active states. r=dao
...
This uses `rgba(249, 249, 250, 0.24)` for the tip button background in dark themes. 0.24 is the largest alpha with two significant digits that passes the WebAIM contrast check for normal text, considering that the button text color is `rgb(249, 249, 250)`. i.e., 0.25 fails. I think it looks OK, but open to tweaks.
This patch also fixes existing problems with the hover and active states for the non-selected tip button. We've been incorrectly using primary button colors for those states even when the button isn't selected and therefore shouldn't be using primary colors. It becomes more obvious in dark mode, at least to my eye. Also the problem only shows up for intervention tips, not search tips. We should use default colors for those states when the button isn't selected and primary colors when it is selected.
Differential Revision: https://phabricator.services.mozilla.com/D69139
--HG--
extra : moz-landing-system : lando
2020-04-01 09:49:33 +00:00
Tim Nguyen
cc320d0a03
Bug 1626485 - Clean up some prefs styling. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D69144
--HG--
extra : moz-landing-system : lando
2020-04-01 09:16:20 +00:00
Dão Gottwald
24595c1052
Bug 1626179 - Use the search-textbox custom element in the Synced Tabs sidebar. r=ntim
...
Differential Revision: https://phabricator.services.mozilla.com/D68959
--HG--
extra : moz-landing-system : lando
2020-03-31 10:06:16 +00:00
Tim Nguyen
4447b7118b
Bug 1625314 - Scope search-textbox.css to search-textbox custom element. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D68810
--HG--
extra : moz-landing-system : lando
2020-03-30 19:59:45 +00:00
aarushivij
fb695f5c5e
Bug 1562940 - Icon chrome://browser/skin/identity-icon.svg should be in toolkit r=mconley
...
Differential Revision: https://phabricator.services.mozilla.com/D68684
--HG--
rename : browser/themes/shared/identity-block/identity-icon.svg => toolkit/themes/shared/icons/identity-icon.svg
extra : moz-landing-system : lando
2020-03-30 18:54:46 +00:00
aarushivij
93aace0110
Bug 1625895 - Change tabbrowser-arrowscrollbox from class to id. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D68817
--HG--
extra : moz-landing-system : lando
2020-03-30 18:06:04 +00:00
Dão Gottwald
08f49a5a88
Bug 1624300 - Adjust Search Tip/Intervention button styling for non-default Windows themes. r=harry
...
Differential Revision: https://phabricator.services.mozilla.com/D68787
--HG--
extra : moz-landing-system : lando
2020-03-30 14:18:27 +00:00
Tim Nguyen
6a61b2e4fa
Bug 1625681 - Clean up synced tabs sidebar searchbox styling. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D68696
--HG--
extra : moz-landing-system : lando
2020-03-30 13:38:06 +00:00
Mihai Alexandru Michis
ac9739f9a4
Backed out changeset dd53e57b244b (bug 1599729) for causing multiple bc failures.
...
CLOSED TREE
2020-03-27 15:08:51 +02:00
Tim Nguyen
d1bf0ebec3
Bug 1624882 - Scope dialog.css styles to dialog custom element. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D68216
--HG--
extra : moz-landing-system : lando
2020-03-27 12:52:03 +00:00
jayati
f832d5e444
Bug 1599729 - Remove security.identityblock.show_extended_validation pref and related UI code. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D67874
--HG--
extra : moz-landing-system : lando
2020-03-27 12:13:42 +00:00
Tim Nguyen
e5bc26e567
Bug 1625331 - Update twisty size in synced tabs sidebar. r=dao
...
https://bugzilla.mozilla.org/show_bug.cgi?id=1560540 made those twisties larger and I forgot to update the size in the synced tabs sidebar.
Differential Revision: https://phabricator.services.mozilla.com/D68482
--HG--
extra : moz-landing-system : lando
2020-03-27 12:10:58 +00:00
aarushivij
bb4a259d6d
Bug 1569757 - [Protections Panel] Clean up colors in panel.inc.css. r=ntim
...
Differential Revision: https://phabricator.services.mozilla.com/D67534
--HG--
extra : moz-landing-system : lando
2020-03-26 20:17:33 +00:00
Tim Nguyen
1909c4ba88
Bug 1624919 - Scope scrollbox.css to arrowscrollbox custom element. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D68239
--HG--
extra : moz-landing-system : lando
2020-03-26 15:07:10 +00:00
jayati
c59dbeb5c7
Bug 1570391 - Trigger highlighting when hovering over notification icon. r=johannh,pbz
...
Differential Revision: https://phabricator.services.mozilla.com/D67737
--HG--
extra : moz-landing-system : lando
2020-03-26 13:53:02 +00:00
AminaKenessova
326be9cb5e
Bug 1581931 - Remove unused identity popup breakage report view styles. r=nhnt11
...
Differential Revision: https://phabricator.services.mozilla.com/D67693
--HG--
extra : moz-landing-system : lando
2020-03-25 22:16:09 +00:00
aarushivij
c4cdc680be
Bug 1442762 - Open Pop-up Windows site permissions drop-down list items are too narrow r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D67768
--HG--
extra : moz-landing-system : lando
2020-03-25 19:08:01 +00:00
Dão Gottwald
6e27e76318
Bug 1624598 - Rename MozPlacesPopup's popupbox shadow DOM part to arrowscrollbox. r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D68202
--HG--
extra : moz-landing-system : lando
2020-03-25 17:06:30 +00:00
Harry Twyford
8a78f12129
Bug 1623980 - Always wrap tip results at narrow window widths. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D68077
--HG--
extra : moz-landing-system : lando
2020-03-25 15:32:38 +00:00
Dão Gottwald
5b3f8be6aa
Bug 1624847 - Fix in-use-blink animation name collision. r=johannh
...
Differential Revision: https://phabricator.services.mozilla.com/D68187
--HG--
extra : moz-landing-system : lando
2020-03-25 13:30:50 +00:00
Dão Gottwald
a6cde0cee8
Bug 1623015 - Modernize scrollbox arrows. r=ntim
...
Differential Revision: https://phabricator.services.mozilla.com/D67678
--HG--
rename : toolkit/themes/windows/global/scrollbox.css => toolkit/themes/shared/scrollbox.css
extra : moz-landing-system : lando
2020-03-25 13:38:44 +00:00
Noemi Erli
b4d7f44f77
Backed out changeset cdc5571c2d7c (bug 1623015) for causing mochitest failures CLOSED TREE
...
--HG--
rename : toolkit/themes/shared/scrollbox.css => toolkit/themes/windows/global/scrollbox.css
2020-03-24 17:31:35 +02:00
Dão Gottwald
913447fb35
Bug 1623015 - Modernize scrollbox arrows. r=ntim
...
Differential Revision: https://phabricator.services.mozilla.com/D67678
--HG--
rename : toolkit/themes/windows/global/scrollbox.css => toolkit/themes/shared/scrollbox.css
extra : moz-landing-system : lando
2020-03-24 13:42:04 +00:00
jayati
801dd8219d
Bug 1616324 - Add focus ring for sidebar drop down menu and close icon. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D67583
--HG--
extra : moz-landing-system : lando
2020-03-24 00:56:34 +00:00
ajitesh
74c011887b
Bug 1421039 - Remove duplicate extension icons r=mstriemer
...
Differential Revision: https://phabricator.services.mozilla.com/D63288
--HG--
rename : browser/themes/shared/controlcenter/extension.svg => toolkit/themes/shared/extensions/extension.svg
extra : moz-landing-system : lando
2020-03-23 15:24:24 +00:00
Gijs Kruitbosch
9ccc55c1c2
Bug 1621632
- fix margins on close-button so it's positioned correctly on Windows 7, r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D67698
--HG--
extra : moz-landing-system : lando
2020-03-20 21:07:40 +00:00
Jared Wein
8a62d1761f
Bug 1622240 - Brighten the warning text in the Forget panel so it works with both light and dark backgrounds. r=ntim
...
Differential Revision: https://phabricator.services.mozilla.com/D67490
--HG--
extra : moz-landing-system : lando
2020-03-19 16:39:23 +00:00
meenohara
812500d8dc
Bug 1567827 Get rid of security.insecure_password.ui.enabled r=johannh
...
Differential Revision: https://phabricator.services.mozilla.com/D67178
--HG--
extra : moz-landing-system : lando
2020-03-19 11:28:36 +00:00
Gijs Kruitbosch
4f48d0ec5b
Bug 1623332
- remove the non-functional about:library stub, r=jaws
...
Differential Revision: https://phabricator.services.mozilla.com/D67323
--HG--
extra : moz-landing-system : lando
2020-03-18 18:05:02 +00:00
shweta
4517d1042b
Bug 1401346 - Move browser/base/content/illustrations to browser/themes/shared. r=johannh
...
Differential Revision: https://phabricator.services.mozilla.com/D67176
--HG--
rename : browser/base/content/illustrations/blue-berror.svg => browser/themes/shared/illustrations/blue-berror.svg
rename : browser/base/content/illustrations/error-connection-failure.svg => browser/themes/shared/illustrations/error-connection-failure.svg
rename : browser/base/content/illustrations/error-malformed-url.svg => browser/themes/shared/illustrations/error-malformed-url.svg
rename : browser/base/content/illustrations/error-server-not-found.svg => browser/themes/shared/illustrations/error-server-not-found.svg
rename : browser/base/content/illustrations/under-construction.svg => browser/themes/shared/illustrations/under-construction.svg
extra : moz-landing-system : lando
2020-03-18 12:02:16 +00:00
Dão Gottwald
e938695219
Bug 1620536 - Move "Import from Another Browser" to the Help menu. r=Mardak,fluent-reviewers,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D66551
--HG--
extra : moz-landing-system : lando
2020-03-13 17:29:15 +00:00
Gijs Kruitbosch
fb6c63da8c
Bug 1620048 - use photon de-emphasized text colour for about:downloads de-emphasized text, r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D66080
--HG--
extra : moz-landing-system : lando
2020-03-12 16:54:03 +00:00
Andrei Oprea
960325f010
Bug 1620313 - CFR Experiment for Link to Existing Heartbeat Survey r=k88hudson
...
Differential Revision: https://phabricator.services.mozilla.com/D65763
--HG--
extra : moz-landing-system : lando
2020-03-12 14:29:51 +00:00
jayati
598d8a5aab
Bug 1584096- changed font-weight for link text. r=johannh
...
Differential Revision: https://phabricator.services.mozilla.com/D65920
--HG--
extra : moz-landing-system : lando
2020-03-10 08:32:10 +00:00
Ed Lee
24153cdf6f
Bug 1618346 - Add browser import to Firefox menu r=MattN,fluent-reviewers,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D65420
--HG--
extra : moz-landing-system : lando
2020-03-05 06:07:08 +00:00
mcrawford@mozilla.com
a75f3bc936
Bug 1579310 - Moved iOS and Android icon from in-content preferences to shared icons folder r=ntim
...
Differential Revision: https://phabricator.services.mozilla.com/D65244
--HG--
rename : browser/themes/shared/incontentprefs/logo-android.svg => browser/themes/shared/icons/logo-android.svg
rename : browser/themes/shared/incontentprefs/logo-ios.svg => browser/themes/shared/icons/logo-ios.svg
extra : moz-landing-system : lando
2020-03-04 00:29:24 +00:00
Dão Gottwald
d547c0b8f2
Bug 1619537 - Remove obsolete title separator color override for selected rows. r=harry
...
Differential Revision: https://phabricator.services.mozilla.com/D65081
--HG--
extra : moz-landing-system : lando
2020-03-03 14:36:21 +00:00
Michael Forney
2e80ca8853
Bug 1618411 - Fix installed file conditions on non-Linux platforms using GTK r=dao
...
TwemojiMozilla.ttf is used on all GTK platforms, not just Linux.
import-export.svg and sort.svg aren't used on GTK platforms, so
they shouldn't be installed for non-Linux GTK platforms.
autocomplete-item.css and editDialog.css are used on all GTK
platforms, not just Linux.
Differential Revision: https://phabricator.services.mozilla.com/D64496
--HG--
extra : moz-landing-system : lando
2020-03-02 19:54:43 +00:00
Harry Twyford
74b6726cda
Bug 1618721
- Improve urlbarView-title-separator contrast. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D64991
--HG--
extra : moz-landing-system : lando
2020-03-02 19:28:41 +00:00
Greg Tatum
16a5f282e3
Bug 1597378 - Create new UI for the profiler popup; r=julienw
...
This commit implements the actual UI changes. A follow-up commit adds the
tests for the changes. The CSS is a little bit awkard since it uses lots of
ID selectors rather than class selectors. I wanted to be able to write quick
selects, since it's selecting across the entire browser document. I feel
a little conflicted with the approach, as I would prefer to use classes in
general.
The panel.jsm.js file collects all of the UI handling changes rather than
having everything in menu-button.jsm.js, as the latter can get loaded
at startup. I'm not sure if it's completely worth the trouble of having
two files, as most of it should be pretty light.
This commit does not handle localization for the panel, as we should be moving
to Fluent. Rather than solve that here, I will follow-up with it in Bug 1599774.
Differential Revision: https://phabricator.services.mozilla.com/D62914
--HG--
extra : moz-landing-system : lando
2020-03-02 16:40:38 +00:00
Dave Townsend
6b18fc8fb5
Bug 1617682: Add a menu option to uninstall an ssb. r=Gijs.
...
Differential Revision: https://phabricator.services.mozilla.com/D63921
--HG--
extra : moz-landing-system : lando
2020-03-02 10:29:41 +00:00
Harry Twyford
4b3731befe
Bug 1618878 - Show remotetab results in the 2-lines layout. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D64772
--HG--
extra : moz-landing-system : lando
2020-02-28 17:31:39 +00:00
Tim Nguyen
d2a153d6ca
Bug 1560540 - Update twisty images to be larger. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D63626
--HG--
extra : moz-landing-system : lando
2020-02-27 17:46:53 +00:00
Dave Townsend
54615a06b1
Bug 1617679: Reword the SSB menus and add a page action icon. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D63920
--HG--
extra : moz-landing-system : lando
2020-02-26 22:15:19 +00:00
Arthur Iakab
2f1c972d30
Backed out 6 changesets (bug 1144438, bug 1617208, bug 1597378) for causing devtools failures on browser_all_files_referenced.js
...
Backed out changeset eef173a3678d (bug 1617208)
Backed out changeset cc21fa09b88d (bug 1597378)
Backed out changeset b802ce66aa59 (bug 1597378)
Backed out changeset c65103d7bf0b (bug 1597378)
Backed out changeset 35da034acf03 (bug 1597378)
Backed out changeset 4e152220ad14 (bug 1144438)
--HG--
rename : devtools/client/performance-new/test/browser/browser_popup-record-capture.js => devtools/client/performance-new/test/browser/browser_popup-end-to-end-click.js
rename : devtools/client/performance-new/test/browser/browser_aboutprofiling-env-restart-button.js => devtools/client/performance-new/test/browser/browser_popup-env-restart-button.js
rename : devtools/client/performance-new/test/browser/browser_aboutprofiling-features-disabled.js => devtools/client/performance-new/test/browser/browser_popup-features-disabled.js
2020-02-26 03:22:40 +02:00
Greg Tatum
f34a461b3d
Bug 1597378 - Create new UI for the profiler popup; r=julienw
...
This commit implements the actual UI changes. A follow-up commit adds the
tests for the changes. The CSS is a little bit awkard since it uses lots of
ID selectors rather than class selectors. I wanted to be able to write quick
selects, since it's selecting across the entire browser document. I feel
a little conflicted with the approach, as I would prefer to use classes in
general.
The panel.jsm.js file collects all of the UI handling changes rather than
having everything in menu-button.jsm.js, as the latter can get loaded
at startup. I'm not sure if it's completely worth the trouble of having
two files, as most of it should be pretty light.
This commit does not handle localization for the panel, as we should be moving
to Fluent. Rather than solve that here, I will follow-up with it in Bug 1599774.
Differential Revision: https://phabricator.services.mozilla.com/D62914
--HG--
extra : moz-landing-system : lando
2020-02-25 20:39:27 +00:00
Arthur Iakab
854fd7a3b4
Backed out 6 changesets (bug 1144438, bug 1617208, bug 1597378) for causing mochitest failures on test_perf-settings-entries.html.
...
Backed out changeset 2181d8a99229 (bug 1617208)
Backed out changeset 38c8db44b398 (bug 1597378)
Backed out changeset b2f0cf9a387e (bug 1597378)
Backed out changeset 4d1ff8bd4e64 (bug 1597378)
Backed out changeset 9b760d8fc1dc (bug 1597378)
Backed out changeset bc5727185383 (bug 1144438)
--HG--
rename : devtools/client/performance-new/test/browser/browser_popup-record-capture.js => devtools/client/performance-new/test/browser/browser_popup-end-to-end-click.js
rename : devtools/client/performance-new/test/browser/browser_aboutprofiling-env-restart-button.js => devtools/client/performance-new/test/browser/browser_popup-env-restart-button.js
rename : devtools/client/performance-new/test/browser/browser_aboutprofiling-features-disabled.js => devtools/client/performance-new/test/browser/browser_popup-features-disabled.js
2020-02-25 20:51:07 +02:00
Greg Tatum
10b5ed8b35
Bug 1597378 - Create new UI for the profiler popup; r=julienw
...
This commit implements the actual UI changes. A follow-up commit adds the
tests for the changes. The CSS is a little bit awkard since it uses lots of
ID selectors rather than class selectors. I wanted to be able to write quick
selects, since it's selecting across the entire browser document. I feel
a little conflicted with the approach, as I would prefer to use classes in
general.
The panel.jsm.js file collects all of the UI handling changes rather than
having everything in menu-button.jsm.js, as the latter can get loaded
at startup. I'm not sure if it's completely worth the trouble of having
two files, as most of it should be pretty light.
This commit does not handle localization for the panel, as we should be moving
to Fluent. Rather than solve that here, I will follow-up with it in Bug 1599774.
Differential Revision: https://phabricator.services.mozilla.com/D62914
--HG--
extra : moz-landing-system : lando
2020-02-25 16:47:19 +00:00
Gijs Kruitbosch
85e0ffced3
Bug 1616008 - fix text zoom responsiveness in the prefs for buttons and menulists, r=jaws
...
Differential Revision: https://phabricator.services.mozilla.com/D63090
--HG--
extra : moz-landing-system : lando
2020-02-24 21:57:48 +00:00
Itiel
685f13e7a3
Bug 1611778
- Fix flickering of the "Firefox Home Content" section in about:preferences on slower machines r=Mardak
...
Differential Revision: https://phabricator.services.mozilla.com/D61317
--HG--
extra : moz-landing-system : lando
2020-02-18 23:48:07 +00:00
Itiel
a69c573694
Bug 1614714 - Set width on the icons under Default Search Engine in about:preferences r=jaws
...
Differential Revision: https://phabricator.services.mozilla.com/D62463
--HG--
extra : moz-landing-system : lando
2020-02-14 17:22:06 +00:00
Markus Stange
ac0687ac8b
Back out bug 1592739 due to multiple regressions (bug 1599366, bug 1601183, bug 1602193). a=backout
...
Differential Revision: https://phabricator.services.mozilla.com/D62753
--HG--
extra : moz-landing-system : lando
2020-02-13 14:26:51 +00:00
Dão Gottwald
6c9b595366
Bug 1610002 - Make the status panel respect @media (prefers-color-scheme: dark). r=ntim
...
Differential Revision: https://phabricator.services.mozilla.com/D61554
--HG--
extra : moz-landing-system : lando
2020-02-11 10:47:21 +00:00
Dão Gottwald
e2f2ad5cab
Bug 1585994 - Stop using --panel-disabled-color in the urlbar. r=harry
...
Differential Revision: https://phabricator.services.mozilla.com/D62240
--HG--
extra : moz-landing-system : lando
2020-02-11 10:35:57 +00:00
Mihai Alexandru Michis
7c31ecf30b
Backed out changeset 3e34d378fab6 (bug 1585994) for causing bc failures in browser_ext_themes_autocomplete_popup.js
...
CLOSED TREE
2020-02-10 21:07:47 +02:00
Dão Gottwald
a341082d51
Bug 1585994 - Stop using --panel-disabled-color in the urlbar. r=harry
...
Differential Revision: https://phabricator.services.mozilla.com/D62240
--HG--
extra : moz-landing-system : lando
2020-02-10 14:06:11 +00:00
Daniel Holbert
6105c652bb
Bug 1612104: Give #downloads-notification-anchor a min-height so that the download-start animation is visible. r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D61928
--HG--
extra : moz-landing-system : lando
2020-02-07 09:03:24 +00:00
Harry Twyford
2b362a3056
Bug 1613699 - Rename browser.urlbar.update1.expandTextOnFocus pref to ...update2... r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D61846
--HG--
extra : moz-landing-system : lando
2020-02-06 18:52:30 +00:00
Kirk Steuber
d94307cf3a
Bug 1612735 - Fix font size regression on preferences dialogs without a <dialog> element r=bgrins
...
Differential Revision: https://phabricator.services.mozilla.com/D61758
--HG--
extra : moz-landing-system : lando
2020-02-05 22:18:38 +00:00
Emilio Cobos Álvarez
e641bfe465
Bug 1608541 - Make min-height in "remove site data" dialog apply to the root element again. r=dao
...
XUL windows are sized constrained by the min-width/height properties on the root
element. If there are none we do XUL layout calculations that apparently don't
always produce the results we want.
The change to make <dialog> not a root element broke this in some cases.
Differential Revision: https://phabricator.services.mozilla.com/D61597
--HG--
extra : moz-landing-system : lando
2020-02-05 10:37:08 +00:00
Harry Twyford
52e5cf9fdf
Bug 1612509 - Remove custom colour for autocomplete-popup-highlight-background in Dark Mode. r=dao
...
I opted to remove this colour altogether instead of adding branching logic for the legacy Urlbar and the search bar. The legacy Urlbar is being replaced and this patch will land in the same version, and the search bar should support system Highlight colours as well.
Differential Revision: https://phabricator.services.mozilla.com/D61461
--HG--
extra : moz-landing-system : lando
2020-02-04 10:01:51 +00:00
Dão Gottwald
c4ae6a5692
Bug 1612304 - Change search bar min-width from ch to px so it's consistent across platforms. r=harry
...
Differential Revision: https://phabricator.services.mozilla.com/D61356
--HG--
extra : moz-landing-system : lando
2020-01-31 14:13:11 +00:00
Harry Twyford
afe982fafb
Bug 1593886 - Update dark theme Urlbar colours. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D60899
--HG--
extra : moz-landing-system : lando
2020-01-29 09:58:38 +00:00
Harry Twyford
4133cc649b
Bug 1611271 - Remove -moz-mac-focusring border colour. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D60901
--HG--
extra : moz-landing-system : lando
2020-01-28 16:27:31 +00:00
Daniel Varga
7ed4497bd1
Backed out changeset 10909dde7e43 (bug 1593886) for causing browser-chrome failures at toolkit/components/extensions/test/browser/browser_ext_themes_autocomplete_popup.js
...
CLOSED TREE
2020-01-28 17:23:34 +02:00
Harry Twyford
e8274a71f3
Bug 1593886 - Update dark theme Urlbar colours. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D60899
--HG--
extra : moz-landing-system : lando
2020-01-28 14:13:18 +00:00
emcminn
a800d52c70
Bug 1590331 - "What's New" message date background should be --arrowpanel-dimmed instead of --toolbar-bgcolor. r=andreio,dao
...
Differential Revision: https://phabricator.services.mozilla.com/D50037
--HG--
extra : moz-landing-system : lando
2020-01-23 20:31:03 +00:00
Mark Striemer
39ea7101df
Bug 1469060 - Make extension controlled panel heading more consistent r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D59913
--HG--
extra : moz-landing-system : lando
2020-01-22 10:51:28 +00:00
Tim Nguyen
a368c15da3
Bug 1610152 - Ensure extension browsers take at least their parent's min-height. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D60370
--HG--
extra : moz-landing-system : lando
2020-01-20 21:50:21 +00:00
Dão Gottwald
7aa0386034
Bug 1608169 - Tweak urlbar-grow animation's scale starting points. r=harry
...
Differential Revision: https://phabricator.services.mozilla.com/D60136
--HG--
extra : moz-landing-system : lando
2020-01-16 15:05:31 +00:00
Dão Gottwald
bca8987c92
Bug 1560348 - Remove CustomizeMode::_doTransition. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D58763
--HG--
extra : moz-landing-system : lando
2020-01-16 11:41:36 +00:00
Kirk Steuber
e52b55a2a6
Bug 1608246 - Fixes for small subdialogs in preferences r=bgrins
...
Bug 1588142 introduced two problems: First, it added CSS to prefrences.css that was meant to apply only to preferences.xhtml, but in fact ends up applying to other pages. This patch fixes that.
The second problem was an assumption made in subdialogs.js that all preferences subdialogs would have either a contentPane or a <dialog> element, which we should set to be scrollable if the window is too small. It turns out that there is at least one dialog that has overflow-y set to auto, thus handling it's own scrolling. The relevant code has been updated not to make that assumption.
Differential Revision: https://phabricator.services.mozilla.com/D60057
--HG--
extra : moz-landing-system : lando
2020-01-15 22:18:09 +00:00
Gijs Kruitbosch
627a13d5a4
Bug 1608829 - fix wrapping of telemetry checkbox in the preferences/options, r=emilio
...
Differential Revision: https://phabricator.services.mozilla.com/D60006
--HG--
extra : moz-landing-system : lando
2020-01-15 12:54:08 +00:00
Harry Twyford
db5a2152ac
Bug 1605936 - Align horizontal seperator with toolbar border. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D59814
--HG--
extra : moz-landing-system : lando
2020-01-14 16:27:47 +00:00
Gijs Kruitbosch
ef94750f32
Bug 1608106
- fix drag space label contrast in dark lwthemes, r=nhnt11
...
Differential Revision: https://phabricator.services.mozilla.com/D59368
--HG--
extra : moz-landing-system : lando
2020-01-14 03:30:52 +00:00
Shane Caraveo
7fa8b283f6
Bug 1544975 remove private window extension change notification r=robwu,fluent-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D57716
--HG--
extra : moz-landing-system : lando
2020-01-03 23:01:54 +00:00
Gijs Kruitbosch
f75eeb52f6
Bug 1608802 - fix permissions alignment in the preferences now that descriptions are not affected by baseline alignment, r=emilio
...
There are two issues:
- the 'thin' separators added in bug 1381401 . They have width of 0.5em and now they break things onto their own line. We can just remove these.
- whitespace now produces space, making up for some but not all of the 0.5em separation we had before. Let's add some inline-end margin back to address this.
Differential Revision: https://phabricator.services.mozilla.com/D59682
--HG--
extra : moz-landing-system : lando
2020-01-13 13:13:05 +00:00
Harry Twyford
62f0375b13
Bug 1606930 - Unify address bar focus border across platforms. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D59513
--HG--
extra : moz-landing-system : lando
2020-01-10 18:05:20 +00:00
Itiel
79cd082a2d
Bug 1608192 - Place the protections popup message image on the left side of the popup for RTL r=ewright
...
Differential Revision: https://phabricator.services.mozilla.com/D59383
--HG--
extra : moz-landing-system : lando
2020-01-09 20:51:11 +00:00
Dão Gottwald
37e4eda7ad
Bug 1584498 - Set tab drop indicator width and negative margin in CSS instead of calculating them on the fly. r=harry
...
Differential Revision: https://phabricator.services.mozilla.com/D59091
--HG--
extra : moz-landing-system : lando
2020-01-08 15:19:19 +00:00
Gijs Kruitbosch
d608450e8e
Bug 1605619 - allow reload all tabs button to wrap when necessary, r=johannh
...
Differential Revision: https://phabricator.services.mozilla.com/D58642
--HG--
extra : moz-landing-system : lando
2020-01-08 10:20:04 +00:00
Itiel
62d46e9ea1
Bug 1607580 - Make the download folder box height the same as the Browse... button r=johannh
...
Differential Revision: https://phabricator.services.mozilla.com/D59011
--HG--
extra : moz-landing-system : lando
2020-01-08 09:43:21 +00:00
Coroiu Cristina
a11955a5ba
Backed out changeset e2a0b2626fe8 (bug 1560348) for frequently failing browser-chrome at browser/components/extensions/test/browser/browser_ext_browserAction_contextMenu.js
2020-01-08 10:13:51 +02:00
Tim Nguyen
b27bd660a3
Bug 1607465 - Fix position of pinned tabs when dragged. r=bgrins
...
Differential Revision: https://phabricator.services.mozilla.com/D58980
--HG--
extra : moz-landing-system : lando
2020-01-07 18:58:15 +00:00
Dão Gottwald
dd16ec0252
Bug 1560348 - Remove CustomizeMode::_doTransition. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D58763
--HG--
extra : moz-landing-system : lando
2020-01-07 11:28:13 +00:00
Brindusan Cristian
74bfffec0d
Backed out changeset c716cc9f2a70 (bug 1560348) for bc failures at browser_lwt_telemetry.js. CLOSED TREE
2020-01-07 13:08:00 +02:00
Dão Gottwald
75e1b2d43f
Bug 1560348 - Remove CustomizeMode::_doTransition. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D58763
--HG--
extra : moz-landing-system : lando
2020-01-06 17:45:27 +00:00
Tanner Davies
835320102e
Bug 1576935 - Fix formatting of "Synced Tabs" panel to match that of the "Send Tab to Device" panel r=vbudhram
...
Differential Revision: https://phabricator.services.mozilla.com/D56297
--HG--
extra : moz-landing-system : lando
2020-01-06 06:38:15 +00:00
Emilio Cobos Álvarez
1f83d4fea0
Bug 1606130 - Make vertical alignment not mess with our <body>. r=Gijs
...
Safe CSS hack for uplifting or what not.
Differential Revision: https://phabricator.services.mozilla.com/D58727
--HG--
extra : moz-landing-system : lando
2020-01-06 00:39:41 +00:00
Gijs Kruitbosch
81c7e499cf
Bug 969282 - don't copy http proxy values to socks proxy now that we use it for websocket connections, r=mixedpuppy,mkaply,fluent-reviewers,flod
...
I also took the opportunity to fix the SSL proxy label - we shouldn't label
things "SSL" anymore in 2019, unless they really are. All the comments in
bug 969282, bug 1577862 and bug 1601871 use 'HTTPS'.
Differential Revision: https://phabricator.services.mozilla.com/D58120
--HG--
extra : moz-landing-system : lando
2020-01-02 12:51:40 +00:00
Narcis Beleuzu
eaf9da2674
Backed out changeset 97679241a744 (bug 969282) for xpcshell failures on test_ext_proxy_config.js
2019-12-31 03:30:02 +02:00
Gijs Kruitbosch
16ba4e5886
Bug 969282 - don't copy http proxy values to socks proxy now that we use it for websocket connections, r=mixedpuppy,mkaply,fluent-reviewers,flod
...
I also took the opportunity to fix the SSL proxy label - we shouldn't label
things "SSL" anymore in 2019, unless they really are. All the comments in
bug 969282, bug 1577862 and bug 1601871 use 'HTTPS'.
Differential Revision: https://phabricator.services.mozilla.com/D58120
--HG--
extra : moz-landing-system : lando
2019-12-30 22:20:02 +00:00
Jim Porter
9c55da7d77
Bug 1529969 - Only request info about the current engine to the parent; r=adw,Mardak
...
This patch adds a new ContentSearchHandoffUI class to be used when search
handoff is enabled in the newtab page, avoiding the much more complex
ContentSearchUI. This also reduces the amount of unnecessary information being
sent across processes.
Differential Revision: https://phabricator.services.mozilla.com/D48776
--HG--
extra : moz-landing-system : lando
2019-12-17 21:02:52 +00:00
Cosmin Sabou
205ac58f1b
Backed out changeset 6636e1cd0c41 (bug 1529969) for causing node tests newtab failures. CLOSED TREE
2019-12-17 21:55:48 +02:00
Jim Porter
fb61d7ebae
Bug 1529969 - Only request info about the current engine to the parent; r=adw,Mardak
...
This patch adds a new ContentSearchHandoffUI class to be used when search
handoff is enabled in the newtab page, avoiding the much more complex
ContentSearchUI. This also reduces the amount of unnecessary information being
sent across processes.
Differential Revision: https://phabricator.services.mozilla.com/D48776
--HG--
extra : moz-landing-system : lando
2019-12-17 07:06:59 +00:00
emcminn
2206ac74ed
Bug 1602400 - Improved What's New Panel message layout to use full width r=andreio
...
Differential Revision: https://phabricator.services.mozilla.com/D56446
--HG--
extra : moz-landing-system : lando
2019-12-11 16:11:43 +00:00
Emily McMinn
9271624bf9
Bug 1575658 - Moved firefox-wordmark.svg to browser/branding r=MattN,Mardak
...
Differential Revision: https://phabricator.services.mozilla.com/D44235
--HG--
rename : browser/components/newtab/data/content/assets/firefox-wordmark.svg => browser/branding/aurora/content/firefox-wordmark.svg
rename : browser/components/newtab/data/content/assets/firefox-wordmark.svg => browser/branding/nightly/content/firefox-wordmark.svg
rename : browser/components/newtab/data/content/assets/firefox-wordmark.svg => browser/branding/official/content/firefox-wordmark.svg
extra : moz-landing-system : lando
2019-12-10 21:08:57 +00:00
Drew Willcoxon
0747ba4f37
Bug 1600891 - Wrap tips at narrow window widths. r=harry
...
Megabar automatically wraps the tip, which is nice. We just need some tweaks to make it look a little better. Non-megabar needs to have `flex-wrap: wrap` set, and I also couldn't get the wrapping to Just Work for non-small window widths. (The buttons keep wrapping when they don't need to.) So I gave up and added a `@media screen and (max-width: 800px)` specifically for turning on wrapping in narrow windows. I don't feel bad about that because megabar is the future anyway.
Differential Revision: https://phabricator.services.mozilla.com/D57173
--HG--
extra : moz-landing-system : lando
2019-12-16 17:59:08 +00:00
Tim Nguyen
cd110275f9
Bug 1599783 - Fix shifting of content blocking radiogroup when switching options. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D57181
--HG--
extra : moz-landing-system : lando
2019-12-14 23:30:44 +00:00
Harry Twyford
2adf41645c
Bug 1590450 - Remove the contextual tip API. r=adw
...
Differential Revision: https://phabricator.services.mozilla.com/D57133
--HG--
extra : moz-landing-system : lando
2019-12-13 22:58:21 +00:00
Matthew Noorenberghe
c9c34fda3f
Bug 1598717 - Only set display:block on password generation richlistitems that aren't collapsed.
...
Also remove dateAndTimeFormatter creation overhead.
Differential Revision: https://phabricator.services.mozilla.com/D56851
--HG--
extra : moz-landing-system : lando
2019-12-12 06:25:12 +00:00
Kearwood Kip Gilbert
19ba3b0322
Bug 1580567 - Implement XR device access permission UI r=fluent-reviewers,bzbarsky,pbz,daoshengmu,imanol
...
Added @rbarker as a reviewer to check if this will work well within GeckoView for FxR / Android.
Added @bzbarsky for test_interfaces.html. -- I'd like to re-land the secure origin requirement for WebVR as part of this patch, as it doesn't help to have UI that can't guarantee the identity of the origin. (This was backed out due to test failures originally, and since been fixed)
Differential Revision: https://phabricator.services.mozilla.com/D45951
--HG--
rename : browser/components/privatebrowsing/test/browser/browser_privatebrowsing_geoprompt.js => browser/components/privatebrowsing/test/browser/browser_privatebrowsing_rememberprompt.js
extra : moz-landing-system : lando
2019-12-12 03:10:51 +00:00
Mark Hammond
5a897829db
Bug 1598979 - make the device name in the sync-tabs menu visible to screen readers. r=Gijs,Jamie
...
Differential Revision: https://phabricator.services.mozilla.com/D56677
--HG--
extra : moz-landing-system : lando
2019-12-11 23:45:55 +00:00
Brindusan Cristian
9c36dcbf23
Backed out 2 changesets (bug 1580567, bug 1599927
) for mochitest failures at test_interfaces.html. CLOSED TREE
...
Backed out changeset 0e0d88942d33 (bug 1599927
)
Backed out changeset 522c8d183bd5 (bug 1580567)
--HG--
rename : browser/components/privatebrowsing/test/browser/browser_privatebrowsing_rememberprompt.js => browser/components/privatebrowsing/test/browser/browser_privatebrowsing_geoprompt.js
2019-12-11 05:31:08 +02:00
Kearwood Kip Gilbert
7c8ce74b8f
Bug 1580567 - Implement XR device access permission UI r=fluent-reviewers,bzbarsky,pbz,daoshengmu,imanol
...
Added @rbarker as a reviewer to check if this will work well within GeckoView for FxR / Android.
Added @bzbarsky for test_interfaces.html. -- I'd like to re-land the secure origin requirement for WebVR as part of this patch, as it doesn't help to have UI that can't guarantee the identity of the origin. (This was backed out due to test failures originally, and since been fixed)
Differential Revision: https://phabricator.services.mozilla.com/D45951
--HG--
rename : browser/components/privatebrowsing/test/browser/browser_privatebrowsing_geoprompt.js => browser/components/privatebrowsing/test/browser/browser_privatebrowsing_rememberprompt.js
extra : moz-landing-system : lando
2019-12-11 01:38:17 +00:00
shindli
652f3b0296
Backed out 2 changesets (bug 1580567, bug 1599927
) for causing permafailures in dom/tests/mochitest/general/test_interfaces.html CLOSED TREE
...
Backed out changeset aeceec922866 (bug 1599927
)
Backed out changeset 29809135f18e (bug 1580567)
--HG--
rename : browser/components/privatebrowsing/test/browser/browser_privatebrowsing_rememberprompt.js => browser/components/privatebrowsing/test/browser/browser_privatebrowsing_geoprompt.js
2019-12-11 03:32:44 +02:00
Kearwood Kip Gilbert
6a9c22db45
Bug 1580567 - Implement XR device access permission UI r=fluent-reviewers,bzbarsky,pbz,daoshengmu,imanol
...
Added @rbarker as a reviewer to check if this will work well within GeckoView for FxR / Android.
Added @bzbarsky for test_interfaces.html. -- I'd like to re-land the secure origin requirement for WebVR as part of this patch, as it doesn't help to have UI that can't guarantee the identity of the origin. (This was backed out due to test failures originally, and since been fixed)
Differential Revision: https://phabricator.services.mozilla.com/D45951
--HG--
rename : browser/components/privatebrowsing/test/browser/browser_privatebrowsing_geoprompt.js => browser/components/privatebrowsing/test/browser/browser_privatebrowsing_rememberprompt.js
extra : moz-landing-system : lando
2019-12-10 23:55:05 +00:00
Kirk Steuber
589b7532ea
Bug 1585482 - Restructure all <xul:dialog> usages such that they are not the top level element r=bgrins
...
This patch also includes necessary JS changes to support this. Most commonly, the dialog was accessed with document.documentElement, which needed to be changed now that the dialog is not the top level element.
Differential Revision: https://phabricator.services.mozilla.com/D52411
--HG--
extra : moz-landing-system : lando
2019-12-10 18:25:59 +00:00
Itiel
b51c7bc9fa
Bug 1601345 - Replace the "<< Go Back" text link in about:preferences#containers with a button r=Gijs,fluent-reviewers
...
Also fix the styling of containers to have their separators centered vertically, and make them stretch to the end.
Differential Revision: https://phabricator.services.mozilla.com/D55839
--HG--
extra : moz-landing-system : lando
2019-12-10 05:09:30 +00:00
Emma Malysz
c233a3dd80
Bug 1599444, allow users to delete past telemetry data within about:preferences#privacy r=fluent-reviewers,Gijs,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D55569
--HG--
extra : moz-landing-system : lando
2019-12-09 21:01:29 +00:00
Arthur Iakab
cb13cb47be
Backed out changeset 9cf05aa4c43c (bug 1599444) for causing mass browser-chrome failures CLOSED TREE
2019-12-06 22:50:31 +02:00
Emma Malysz
7718d22ba1
Bug 1599444, allow users to delete past telemetry data within about:preferences#privacy r=fluent-reviewers,Gijs,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D55569
--HG--
extra : moz-landing-system : lando
2019-12-06 18:50:54 +00:00
Andrei Oprea
a06612790c
Bug 1596118 - Remove fxa accounts badge that has been replaced by Messaging System badging r=eoger,k88hudson
...
Differential Revision: https://phabricator.services.mozilla.com/D52843
--HG--
extra : moz-landing-system : lando
2019-12-06 13:53:07 +00:00
Matthew Noorenberghe
beec957175
Bug 1598717 - Make the line-height of the 3 password generation lines consistent. r=sfoster
...
Also increase the min-width for password generation popups so at least en-US doesn't wrap.
Depends on D55742
Differential Revision: https://phabricator.services.mozilla.com/D55743
--HG--
extra : moz-landing-system : lando
2019-12-04 20:57:54 +00:00
Matthew Noorenberghe
a55e089037
Bug 1598717 - Wrap the "Firefox will save this password for this website" text. r=sfoster
...
Depends on D55741
Differential Revision: https://phabricator.services.mozilla.com/D55742
--HG--
extra : moz-landing-system : lando
2019-12-04 21:08:46 +00:00
Razvan Maries
30d4c4f26d
Backed out changeset 15f8fa34d2f4 (bug 1580567) for perma fails on browser_temporary_permissions_expiry.js and browser_privatebrowsing_rememberprompt.js. CLOSED TREE
...
--HG--
rename : browser/components/privatebrowsing/test/browser/browser_privatebrowsing_rememberprompt.js => browser/components/privatebrowsing/test/browser/browser_privatebrowsing_geoprompt.js
2019-12-05 01:05:34 +02:00
Kearwood Kip Gilbert
ef6bdce0ec
Bug 1580567 - Implement XR device access permission UI r=fluent-reviewers,bzbarsky,pbz,daoshengmu,imanol
...
Added @rbarker as a reviewer to check if this will work well within GeckoView for FxR / Android.
Added @bzbarsky for test_interfaces.html. -- I'd like to re-land the secure origin requirement for WebVR as part of this patch, as it doesn't help to have UI that can't guarantee the identity of the origin. (This was backed out due to test failures originally, and since been fixed)
Differential Revision: https://phabricator.services.mozilla.com/D45951
--HG--
rename : browser/components/privatebrowsing/test/browser/browser_privatebrowsing_geoprompt.js => browser/components/privatebrowsing/test/browser/browser_privatebrowsing_rememberprompt.js
extra : moz-landing-system : lando
2019-12-04 21:10:56 +00:00
Itiel
d045f2ca65
Bug 1600748 - Fix styling of the device name section on the Sync tab in about:preferences r=mconley
...
Differential Revision: https://phabricator.services.mozilla.com/D55539
--HG--
extra : moz-landing-system : lando
2019-12-03 21:51:21 +00:00
Kirk Steuber
ea4c4eb27f
Bug 1599258 - Ensure that unexpected body elements don't end up with display:-moz-box r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D55531
--HG--
extra : moz-landing-system : lando
2019-12-02 21:02:00 +00:00
Erica Wright
524384c096
Bug 1599778 - Info message fades below the main content panel. r=nhnt11
...
Differential Revision: https://phabricator.services.mozilla.com/D55181
--HG--
extra : moz-landing-system : lando
2019-11-28 20:35:06 +00:00
Tim Nguyen
cdbba16564
Bug 1600138 - Clean up update-icon.svg and addon-private-browsing.svg. r=mstriemer
...
Differential Revision: https://phabricator.services.mozilla.com/D55175
--HG--
extra : moz-landing-system : lando
2019-11-29 16:38:52 +00:00
Harry Twyford
0574e3e5a1
Bug 1597221 - Use Urlbar width instead of screen width for the 2-line layout. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D54584
--HG--
extra : moz-landing-system : lando
2019-11-28 19:52:20 +00:00
Dão Gottwald
0e0e7832ed
Bug 1590759 - Ensure webextension theme's toolbar_field_text_focus is visible when overriding toolbar_field_focus' alpha value. r=mikedeboer
...
Differential Revision: https://phabricator.services.mozilla.com/D55093
--HG--
extra : moz-landing-system : lando
2019-11-28 15:11:14 +00:00
Matthew Noorenberghe
7dca7daa86
Bug 1599752 - Partial back out of changeset c72321ba48b8 to remove subdomain suggestions in the context menu.
...
Differential Revision: https://phabricator.services.mozilla.com/D54937
--HG--
extra : moz-landing-system : lando
2019-11-27 14:25:19 +00:00
Harry Twyford
4f99373ef5
Bug 1599123 - Rename instances of "search icon" to "search button". r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D54539
--HG--
extra : moz-landing-system : lando
2019-11-26 09:38:02 +00:00
Harry Twyford
9b61c484ab
Bug 1597698 - Move all megabar prefs under a urlbar.update1 branch. r=mak,dao
...
Differential Revision: https://phabricator.services.mozilla.com/D54146
--HG--
extra : moz-landing-system : lando
2019-11-26 17:15:31 +00:00
Sylvestre Ledru
e94f355d96
Bug 1596911 - Add missing license headers on the new managed extensions r=Gijs,MattN
...
Depends on D53267
Differential Revision: https://phabricator.services.mozilla.com/D53269
--HG--
extra : moz-landing-system : lando
2019-11-26 15:00:00 +00:00
Mike Conley
d4899e5209
Bug 1598886 - Mirror the Picture-in-Picture icons for RTL locales. r=mstriemer
...
Differential Revision: https://phabricator.services.mozilla.com/D54582
--HG--
extra : moz-landing-system : lando
2019-11-25 20:19:30 +00:00
Harry Twyford
6192f9f83e
Bug 1599217
- Clean up child selectors regressed by bug 1586284. r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D54593
--HG--
extra : moz-landing-system : lando
2019-11-25 20:11:27 +00:00
Marco Bonardo
7a05ce8403
Bug 1597086
- Limit size of the search bar panel. r=Standard8
...
Wrapping one-off buttons into a container confuses layout that lets the richlist
box to grow unconditionally. This problem is already partially visible by
opening the searchbar continuously, sometimes strings are not properly overflowing
with ellipsis, they are just overflowing.
Setting a width on the panel limits its size properly, though this won't fix the
layout sometimes not properly cutting the richlistbox. It's likely there an
underlying bug in the widget or calculations when widgets are not visible.
This also correctly forces showing at least 3 one-off buttons per row, the
existing code is not sufficient for that because search-one-offs.js sets a
max-width that is smaller than 3 buttons.
Similarly, it corrects a calculation in the urlbar one-offs, where we should
show at least 4 buttons, but due to a not considered margin we only show 3.
Finally, this removes a few rules that are not necessary with the current design.
Differential Revision: https://phabricator.services.mozilla.com/D53968
--HG--
extra : moz-landing-system : lando
2019-11-25 13:48:04 +00:00
Matthew Noorenberghe
66f2568013
Bug 1566536 - Support password generation in private windows. r=sfoster
...
* Inform users in autocomplete that using a generated password will cause it to be automatically saved.
* Don't fill generated passwords from the context menu directly, that menu item (renamed) should simply force the generation UI to appear in autocomplete.
Differential Revision: https://phabricator.services.mozilla.com/D54338
--HG--
extra : moz-landing-system : lando
2019-11-23 03:26:03 +00:00
Tim Nguyen
dc104f14fc
Bug 1597120 - Replace usages of XUL mousethrough with CSS pointer-events. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D53348
--HG--
extra : moz-landing-system : lando
2019-11-22 13:15:00 +00:00
Marco Bonardo
dea2608089
Bug 1586284 - Modify the flex layout to give urls more space on small screens. r=dao
...
Let the url wrap, when the screen size is smaller than a threshold.
Along with a new proposal by Verdi for the toolbar overflow behavior, this
allows the urlbar to stay usable in small windows.
Because the title in Quantum Bar should never be empty, a few rules can be
simplified, so they also apply to the url when it's not a sibling of the other
result parts.
Differential Revision: https://phabricator.services.mozilla.com/D53178
--HG--
extra : moz-landing-system : lando
2019-11-22 10:05:45 +00:00
Brian Grinstead
d497e5fd20
Bug 1596591
- Rename inc.xul files to inc.xhtml r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D53843
--HG--
rename : browser/base/content/browser-allTabsMenu.inc.xul => browser/base/content/browser-allTabsMenu.inc.xhtml
rename : browser/base/content/macWindow.inc.xul => browser/base/content/macWindow.inc.xhtml
rename : browser/components/controlcenter/content/identityPanel.inc.xul => browser/components/controlcenter/content/identityPanel.inc.xhtml
rename : browser/components/controlcenter/content/protectionsPanel.inc.xul => browser/components/controlcenter/content/protectionsPanel.inc.xhtml
rename : browser/components/customizableui/content/customizeMode.inc.xul => browser/components/customizableui/content/customizeMode.inc.xhtml
rename : browser/components/customizableui/content/panelUI.inc.xul => browser/components/customizableui/content/panelUI.inc.xhtml
rename : browser/components/downloads/content/downloadsCommands.inc.xul => browser/components/downloads/content/downloadsCommands.inc.xhtml
rename : browser/components/downloads/content/downloadsContextMenu.inc.xul => browser/components/downloads/content/downloadsContextMenu.inc.xhtml
rename : browser/components/downloads/content/downloadsPanel.inc.xul => browser/components/downloads/content/downloadsPanel.inc.xhtml
rename : browser/components/downloads/content/downloadsStrings.inc.xul => browser/components/downloads/content/downloadsStrings.inc.xhtml
rename : browser/components/places/content/bookmarksHistoryTooltip.inc.xul => browser/components/places/content/bookmarksHistoryTooltip.inc.xhtml
rename : browser/components/places/content/editBookmarkPanel.inc.xul => browser/components/places/content/editBookmarkPanel.inc.xhtml
rename : browser/components/places/content/placesCommands.inc.xul => browser/components/places/content/placesCommands.inc.xhtml
rename : browser/components/places/content/placesContextMenu.inc.xul => browser/components/places/content/placesContextMenu.inc.xhtml
extra : moz-landing-system : lando
2019-11-21 09:46:01 +00:00
Harry Twyford
d7c31e9a0d
Bug 1593825 - Implement badged favicons. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D53148
--HG--
extra : moz-landing-system : lando
2019-11-21 14:58:15 +00:00
Harry Twyford
d3de0e27da
Bug 1593664 - Add urlbar.megabar.expandTextOnFocus pref and increase font size to the equivalent of 15px on focus. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D53723
--HG--
extra : moz-landing-system : lando
2019-11-21 09:15:21 +00:00
Brendan Dahl
2ab3c9fcc8
Bug 1597068 - Revert navigator toolbox sheet anchor changes. r=dao
...
I'm not exactly sure what changed, but the changes from bug 149582 are no
longer needed to fix test_queryCaretRect.htm and the position of the
drop down dialog.
Differential Revision: https://phabricator.services.mozilla.com/D54066
--HG--
extra : moz-landing-system : lando
2019-11-21 09:12:04 +00:00
Tim Nguyen
3250ee2a10
Bug 1598034 - Fix misaligned question mark in CFR popup header. r=andreio
...
Differential Revision: https://phabricator.services.mozilla.com/D53986
--HG--
extra : moz-landing-system : lando
2019-11-20 17:09:32 +00:00
Drew Willcoxon
174a54fc65
Bug 1597077 - Fix padding for tip results. r=harry
...
Differential Revision: https://phabricator.services.mozilla.com/D53329
--HG--
extra : moz-landing-system : lando
2019-11-19 18:26:18 +00:00
Tim Nguyen
1d2e747df1
Bug 1529534 - Convert the page info dialog XUL grids to HTML tables. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D20643
--HG--
extra : moz-landing-system : lando
2019-11-19 16:50:58 +00:00
Marco Bonardo
5aa3cf5e49
Bug 1594062 - urlbar part - When selecting a one-off button with the keyboard, show action text on a search heuristic result. r=Standard8
...
When a one-off button is the only selection, and the heuristic result is the
a search, forcibly show its action text, so the search engine name is visible.
This doesn't handle cases where the heuristic results are not searches, because
it would be a lot more complex and involve heavy design changes. Those cases
should be less common, representing searches for urls or non-search strings on
other engines.
Differential Revision: https://phabricator.services.mozilla.com/D53785
--HG--
extra : moz-landing-system : lando
2019-11-19 15:53:59 +00:00
Tim Nguyen
492214c05c
Bug 1596966 - Set `min-height: 0` on <stack> children. r=dholbert
...
Differential Revision: https://phabricator.services.mozilla.com/D53294
--HG--
extra : moz-landing-system : lando
2019-11-16 02:00:01 +00:00
Tim Nguyen
c4a4d07ff5
Bug 1596725 - Fix plugin icon and badge appearance. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D53265
--HG--
extra : moz-landing-system : lando
2019-11-15 22:50:13 +00:00
Dão Gottwald
aab7b9850f
Bug 1596366 - Clean up selectors after bug 1492582. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D52983
--HG--
extra : moz-landing-system : lando
2019-11-15 17:23:26 +00:00
Harry Twyford
12ad663a2b
Bug 1593965 - Use new drag & drop indicators for tabs and the bookmarks toolbar. r=mak,dao
...
Differential Revision: https://phabricator.services.mozilla.com/D52822
--HG--
extra : moz-landing-system : lando
2019-11-15 14:45:22 +00:00
Noemi Erli
7fe084de5f
Backed out changeset 81b1c17310c2 (bug 1593965) for causing failures in browser_startup_images.js CLOSED TREE
2019-11-15 13:58:00 +02:00
Gijs Kruitbosch
5b1dbc026d
Bug 1595772 - make overflow panel arrow position in customize mode more reliably correct, r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D52934
--HG--
extra : moz-landing-system : lando
2019-11-15 10:25:06 +00:00
Harry Twyford
140236d492
Bug 1593965 - Use new drag & drop indicators for tabs and the bookmarks toolbar. r=mak,dao
...
Differential Revision: https://phabricator.services.mozilla.com/D52822
--HG--
extra : moz-landing-system : lando
2019-11-15 10:27:50 +00:00
Matthew Noorenberghe
5899ac5cb2
Bug 1200472 - Include subdomain login fill suggestions in the context menu. r=sfoster
...
Differential Revision: https://phabricator.services.mozilla.com/D51354
--HG--
extra : moz-landing-system : lando
2019-11-15 01:03:48 +00:00
Kirk Steuber
2ad7a54783
Bug 1588142 - about:preferences - migrate the root xul:window element to an html:html element r=Gijs,bgrins
...
Differential Revision: https://phabricator.services.mozilla.com/D51712
--HG--
extra : moz-landing-system : lando
2019-11-14 00:17:01 +00:00
Erica Wright
9c7602da03
Bug 1590446 - Implement reduced animation r=nhnt11
...
Differential Revision: https://phabricator.services.mozilla.com/D52405
--HG--
extra : moz-landing-system : lando
2019-11-13 20:39:39 +00:00
Csoregi Natalia
6db46a2b36
Backed out 4 changesets (bug 1588142) for failures on browser_canvasframe_helper_02.js. CLOSED TREE
...
Backed out changeset 2284a535c8bc (bug 1588142)
Backed out changeset 939b6b3922c2 (bug 1588142)
Backed out changeset 1a5f2b044f82 (bug 1588142)
Backed out changeset 87336cc7f8a1 (bug 1588142)
2019-11-14 00:18:21 +02:00
Kirk Steuber
66fd9b08ff
Bug 1588142 - about:preferences - migrate the root xul:window element to an html:html element r=Gijs,bgrins
...
Differential Revision: https://phabricator.services.mozilla.com/D51712
--HG--
extra : moz-landing-system : lando
2019-11-13 17:46:30 +00:00
Harry Twyford
eb45d1ab90
Bug 1593662 - Don't animate results. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D52643
--HG--
extra : moz-landing-system : lando
2019-11-13 17:57:43 +00:00
Tim Nguyen
a9335df10d
Bug 1576946 - Implement <stack> using CSS Grid. r=bgrins
...
Differential Revision: https://phabricator.services.mozilla.com/D46226
--HG--
extra : moz-landing-system : lando
2019-11-12 19:49:48 +00:00
Nihanth Subramanya
3501f62242
Bug 1587042 - Don't use --panel-separator-color for TP switch border. r=timhuang
...
Differential Revision: https://phabricator.services.mozilla.com/D52330
--HG--
extra : moz-landing-system : lando
2019-11-11 12:39:21 +00:00
Brendan Dahl
78e128bc52
Bug 1492582 - Fix test_queryCaretRect.html. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D49469
--HG--
extra : moz-landing-system : lando
2019-11-08 23:33:59 +00:00
Brendan Dahl
2e2ca37f8d
Bug 1492582 - Use html root element in browser.xhtml and update styling to support html roots r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D33558
--HG--
extra : moz-landing-system : lando
2019-11-08 23:33:43 +00:00
Michael Kaply
d10bbb5692
Bug 1594513 - Explicitly set width and height for application images. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D52070
--HG--
extra : moz-landing-system : lando
2019-11-08 23:13:33 +00:00
Erica Wright
c1436d3767
Bug 1594340 - Celebration message is highlighted when selected with keyboard. r=nhnt11
...
Differential Revision: https://phabricator.services.mozilla.com/D52208
--HG--
extra : moz-landing-system : lando
2019-11-08 16:12:34 +00:00
Tim Nguyen
fe1657a564
Bug 1595029 - Hide searchbar placeholder text in customize mode. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D52386
--HG--
extra : moz-landing-system : lando
2019-11-08 19:55:15 +00:00
Marco Bonardo
87849aa2b6
Bug 1593663 - Polish megabar one-offs shrinking behavior. r=harry
...
Differential Revision: https://phabricator.services.mozilla.com/D52198
--HG--
extra : moz-landing-system : lando
2019-11-08 12:56:56 +00:00
Itiel
550a45ad16
Bug 1594526 - Fix margin of seachbar image for RTL r=mikedeboer
...
Also improve CSS code style/quality around about:preferences
Differential Revision: https://phabricator.services.mozilla.com/D52086
--HG--
extra : moz-landing-system : lando
2019-11-08 11:51:21 +00:00
Nihanth Subramanya
a13671e1aa
Bug 1578831 - Link directly to breakage report subview when ETP is off. r=timhuang,fluent-reviewers,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D47574
--HG--
extra : moz-landing-system : lando
2019-11-07 20:13:31 +00:00
Noemi Erli
f4d989ef82
Backed out 7 changesets (bug 1492582) for causing ss mochitest failures CLOSED TREE
...
Backed out changeset 1484255e5f4d (bug 1492582)
Backed out changeset bbf62ef50e52 (bug 1492582)
Backed out changeset 836724d3860e (bug 1492582)
Backed out changeset 5efddfd196b5 (bug 1492582)
Backed out changeset d4be1aa8cdb6 (bug 1492582)
Backed out changeset f05dfbeff17b (bug 1492582)
Backed out changeset e0e56a195659 (bug 1492582)
--HG--
extra : rebase_source : 913c432be684629992a773dc3e4e233141bc3061
2019-11-07 21:51:46 +02:00
Brendan Dahl
976e434a4d
Bug 1492582 - Fix test_queryCaretRect.html. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D49469
--HG--
extra : moz-landing-system : lando
2019-11-07 16:21:13 +00:00
Brendan Dahl
0a467b3fbd
Bug 1492582 - Use html root element in browser.xhtml and update styling to support html roots r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D33558
--HG--
extra : moz-landing-system : lando
2019-11-07 16:20:55 +00:00
Johann Hofmann
708a5abfb0
Bug 1582751 - Show an error message when content blocking breakage reporting fails. r=nhnt11,fluent-reviewers,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D51382
--HG--
extra : moz-landing-system : lando
2019-11-06 21:14:21 +00:00
Coroiu Cristina
10c5246702
Backed out 5 changesets (bug 1582751, bug 1575785, bug 1592616) for browser-chrome failures at browser/base/content/test/siteProtections/browser_protections_UI.js on a CLOSED TREE
...
Backed out changeset 7bc4ba491fc6 (bug 1592616)
Backed out changeset 7f420cfdf282 (bug 1592616)
Backed out changeset 9c00153e7458 (bug 1575785)
Backed out changeset e8ba7d342c46 (bug 1582751)
Backed out changeset 6ded6886d2ed (bug 1592616)
2019-11-06 22:58:29 +02:00
Johann Hofmann
bdc5996289
Bug 1582751 - Show an error message when content blocking breakage reporting fails. r=nhnt11,fluent-reviewers,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D51382
--HG--
extra : moz-landing-system : lando
2019-11-06 15:35:17 +00:00
Harry Twyford
e137687e91
Bug 1593959 - Introduce a visual gap between results. r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D51979
--HG--
extra : moz-landing-system : lando
2019-11-06 16:23:45 +00:00
Gurzau Raul
a48236e296
Backed out 5 changesets (bug 1582751, bug 1575785, bug 1592616) for failing at browser_protections_UI.js on a CLOSED TREE.
...
Backed out changeset ee2ba98f5a17 (bug 1592616)
Backed out changeset 1f665fb32bff (bug 1592616)
Backed out changeset dde543f12c83 (bug 1575785)
Backed out changeset fadcc9e29ffd (bug 1582751)
Backed out changeset e86703d8db17 (bug 1592616)
2019-11-06 15:48:17 +02:00
Johann Hofmann
22a9a59387
Bug 1582751 - Show an error message when content blocking breakage reporting fails. r=nhnt11,fluent-reviewers,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D51382
--HG--
extra : moz-landing-system : lando
2019-11-06 00:47:33 +00:00
Brindusan Cristian
7dd89e5631
Backed out 4 changesets (bug 1582751, bug 1575785, bug 1592616) for bc failures at browser_protections_UI.js. CLOSED TREE
...
Backed out changeset 7065a97d62f2 (bug 1592616)
Backed out changeset 5f243fa3ab1e (bug 1575785)
Backed out changeset 7870976299f2 (bug 1582751)
Backed out changeset a9b6b44f82af (bug 1592616)
2019-11-06 02:23:31 +02:00
Johann Hofmann
757b8d00e4
Bug 1582751 - Show an error message when content blocking breakage reporting fails. r=nhnt11,fluent-reviewers,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D51382
--HG--
extra : moz-landing-system : lando
2019-11-03 06:46:39 +00:00
Harry Twyford
a9891da4c8
Bug 1589826 - Remove the megabar's "focused & collapsed" state. r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D49824
--HG--
extra : moz-landing-system : lando
2019-11-05 15:21:29 +00:00
Harry Twyford
a0b4536ac3
Bug 1593665 - Increase font-weight of highlighted URLs and titles in the Megabar. r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D51816
--HG--
extra : moz-landing-system : lando
2019-11-05 16:16:28 +00:00
Markus Stange
4ea9aa8435
Bug 1592739 - Make the sidebar non-vibrant when any lwtheme is in use. r=ntim
...
This is needed because under the new vibrancy model, vibrant -moz-appearance
values only work on elements that have nothing rendered behind them. The elements
with the vibrant appearance become truly transparent.
Differential Revision: https://phabricator.services.mozilla.com/D51465
--HG--
extra : moz-landing-system : lando
2019-11-05 18:48:49 +00:00
Markus Stange
1e79827721
Bug 1592739 - Style the browser window's root element with -moz-appearance: dialog on macOS (which is the default). r=ntim
...
This is preferable over a hardcoded color because it lets Gecko choose where the
window background should come from. We would like the background to be handled
by the OS widget, and prevent Gecko from painting a CSS background color.
Differential Revision: https://phabricator.services.mozilla.com/D51460
--HG--
extra : moz-landing-system : lando
2019-11-05 18:47:44 +00:00
Erica Wright
3f15d7f302
Bug 1593974 - remove top border from celebration button r=nhnt11
...
Differential Revision: https://phabricator.services.mozilla.com/D51887
--HG--
extra : moz-landing-system : lando
2019-11-05 18:47:13 +00:00
Nihanth Subramanya
4ba289a597
Bug 1593984 - Set -moz-appearance: none on the milestone toolbarbutton. r=timhuang
...
Differential Revision: https://phabricator.services.mozilla.com/D51886
--HG--
extra : moz-landing-system : lando
2019-11-05 18:20:12 +00:00
Cosmin Sabou
98797835bb
Backed out changeset 283c5335d006 (bug 1589826) for causing browser chrome failures. CLOSED TREE
2019-11-05 16:24:45 +02:00
Dão Gottwald
1cbeba3832
Bug 1589826 - Remove the megabar's "focused & collapsed" state. r=harry
...
Differential Revision: https://phabricator.services.mozilla.com/D49824
--HG--
extra : moz-landing-system : lando
2019-11-05 13:01:37 +00:00
Itiel
bca6f7018c
Bug 1593462 - Cleanup preferences.inc.css to fix RTL and remove unused rules r=Gijs
...
Also improve code style/quality
Differential Revision: https://phabricator.services.mozilla.com/D51501
--HG--
extra : moz-landing-system : lando
2019-11-04 20:26:50 +00:00
Drew Willcoxon
ea83b1e6d0
Bug 1592172 - Quantumbar: Recreate result DOM as necessary when reusing rows, and don't try to update the overflow state of nonexistent tip URLs r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D50899
--HG--
extra : moz-landing-system : lando
2019-11-05 02:39:17 +00:00
Ciure Andrei
d3857aeb96
Backed out changeset d4ccc4398453 (bug 1592172) for causing browser_updateRows.js to permafail CLOSED TREE
2019-11-05 03:46:49 +02:00
Drew Willcoxon
7c79b20d22
Bug 1592172 - Quantumbar: Recreate result DOM as necessary when reusing rows, and don't try to update the overflow state of nonexistent tip URLs r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D50899
--HG--
extra : moz-landing-system : lando
2019-11-05 00:37:41 +00:00
Harry Twyford
4dce9bbdfa
Bug 1593659 - Put the search button behind a pref. r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D51674
--HG--
extra : moz-landing-system : lando
2019-11-04 20:40:40 +00:00
Harry Twyford
cd00782e41
Bug 1593661 - Extend the expanded megabar by 2px. r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D51661
--HG--
extra : moz-landing-system : lando
2019-11-04 20:25:51 +00:00
Ciure Andrei
7e109624e1
Backed out changeset 5fa9d63654d0 (bug 1593462) for causing browser_parsable_css.js to permafail CLOSED TREE
2019-11-04 22:16:06 +02:00
Itiel
5ce806c91a
Bug 1593463 - Fix RTL for about:tabcrashed r=Gijs,mconley
...
Differential Revision: https://phabricator.services.mozilla.com/D51502
--HG--
extra : moz-landing-system : lando
2019-11-04 18:17:41 +00:00
Paul Zuehlcke
fc28db568e
Bug 1519648 - Fixed screen share preview permission prompt layout bug. r=nhnt11
...
Differential Revision: https://phabricator.services.mozilla.com/D51579
--HG--
extra : moz-landing-system : lando
2019-11-04 16:33:04 +00:00
Itiel
e74a8a614d
Bug 1593462 - Cleanup preferences.inc.css to fix RTL and remove unused rules r=Gijs
...
Also improve code style/quality
Differential Revision: https://phabricator.services.mozilla.com/D51501
--HG--
extra : moz-landing-system : lando
2019-11-04 18:07:56 +00:00