Commit Graph

8603 Commits

Author SHA1 Message Date
Jared Wein
d0679695d6 Bug 1581383 - Rename 'Preview in Firefox' to 'Open in Firefox' since 'preview' projects limited capabilities, and also change the name of the OS option when the file type can be handled internally. r=Gijs,fluent-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D72775
2020-05-03 21:51:54 +00:00
Brindusan Cristian
63dd8d9103 Backed out changeset 24437647ba33 (bug 1581383) for bc failures at browser_applications_selection.js. 2020-05-03 20:32:26 +03:00
Jared Wein
47d1d70b51 Bug 1581383 - Rename 'Preview in Firefox' to 'Open in Firefox' since 'preview' projects limited capabilities, and also change the name of the OS option when the file type can be handled internally. r=Gijs,fluent-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D72775
2020-05-03 16:09:03 +00:00
Dão Gottwald
84553118c4 Bug 1634865 - Backed out bug 1625720 and bug 1625721. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D73542
2020-05-02 13:16:31 +00:00
Itiel
91da2c25d2 Bug 1632073 - [RTL] Fix the url padding when 2-line layout is active r=dao
Differential Revision: https://phabricator.services.mozilla.com/D73330
2020-04-30 19:34:41 +00:00
Emilio Cobos Álvarez
db32bb7406 Bug 1634449 - Set toolbar_field_text in the light theme. r=dao
We're setting the background but not the text color on the light theme,
which means that  per these two rules:

  https://searchfox.org/mozilla-central/rev/7fd1c1c34923ece7ad8c822bee062dd0491d64dc/toolkit/themes/shared/findBar.inc.css#63-64

You'll get:

  background-color: #fff;
  color: -moz-FieldText;

If you have a dark system theme (like Adwaita Dark on Linux) where
-moz-FieldText is white, then badness happens and you get white-on-white.

The color is just tab_background_text, which seems to work quite nicely
and is the same that the dark theme does for this field.

Differential Revision: https://phabricator.services.mozilla.com/D73329
2020-04-30 19:29:09 +00:00
aarushivij
145445e3bc Bug 1634076 - Remove redundant .PanelUI-subView toolbarseparator rule r=dao
Differential Revision: https://phabricator.services.mozilla.com/D73195
2020-04-30 09:10:01 +00:00
Julian Descottes
bdabf1705b Bug 1630228 - Show a doorhanger when using F12 r=fluent-reviewers,nchevobbe,Gijs,victoria
Depends on D71035

When F12 is disabled, if the user presses this key we show a notification hanging below the Firefox Hamburger menu.
This anchor was chosen because this is where the users can normally find the Web Developer menu.
Note that they could also open DevTools via another keyboard shortcut, even if it's not mentioned in the message.

Pressing on F12 again hides the message. The message will be displayed again if the user presses F12 again (ie, F12 is a toggle and the message is not just a one shot)

{F2136447}

Differential Revision: https://phabricator.services.mozilla.com/D71036
2020-04-29 16:17:47 +00:00
Itiel
e6d04b60d8 Bug 1532172 - Fix separators in the context menu for downloaded files in the Library r=dao
Differential Revision: https://phabricator.services.mozilla.com/D72048
2020-04-29 15:47:03 +00:00
Dão Gottwald
8dde39e373 Bug 1630918 - Use prefers-reduced-motion media query for the tracking protection shield icon animation. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D71308
2020-04-29 06:26:49 +00:00
Narcis Beleuzu
c6a90c4273 Backed out 5 changesets (bug 1630228) for bc failures on browser_startup_images.js . CLOSED TREE
Backed out changeset 92172b9cef6b (bug 1630228)
Backed out changeset 8a9c30923847 (bug 1630228)
Backed out changeset 11f6beab6bdf (bug 1630228)
Backed out changeset f9e6d07f3a90 (bug 1630228)
Backed out changeset ae64b5ffc3b5 (bug 1630228)
2020-04-29 02:20:52 +03:00
Ed Lee
a6fbc5aae4 Bug 1618311 - Contextually suggest importing passwords as an autocomplete entry r=MattN,fluent-reviewers,flod
Add importableLogins autocomplete items that show for a site when there's chromium-based logins, no saved logins, and appropriate experiment state. Default behavior is unchanged with default "" pref value, and new behavior can be turned on with "import" pref value.

Differential Revision: https://phabricator.services.mozilla.com/D72096
2020-04-28 21:59:34 +00:00
Julian Descottes
cd23320b30 Bug 1630228 - Show a doorhanger when using F12 r=fluent-reviewers,nchevobbe,Gijs,victoria
Depends on D71035

When F12 is disabled, if the user presses this key we show a notification hanging below the Firefox Hamburger menu.
This anchor was chosen because this is where the users can normally find the Web Developer menu.
Note that they could also open DevTools via another keyboard shortcut, even if it's not mentioned in the message.

Pressing on F12 again hides the message. The message will be displayed again if the user presses F12 again (ie, F12 is a toggle and the message is not just a one shot)

{F2136447}

Differential Revision: https://phabricator.services.mozilla.com/D71036
2020-04-28 20:09:17 +00:00
Noemi Erli
f8de68792e Backed out changeset 49365332dd15 (bug 1630918) for causing failures on browser_protectionsUI_animation_2.js CLOSED TREE 2020-04-28 18:59:49 +03:00
Dão Gottwald
cb08ac977b Bug 1630918 - Use prefers-reduced-motion media query for the tracking protection shield icon animation. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D71308
2020-04-28 13:35:32 +00:00
jayati
39095ae990 Bug 1630998 - Remove unused CSS and SVG related to protections-popup-trackersView-strict-info. r=nhnt11
Differential Revision: https://phabricator.services.mozilla.com/D72391
2020-04-27 17:16:15 +00:00
Harry Twyford
ce293c31f4 Bug 1631844 - Add pinned site badge to pinned Top Sites in the Urlbar. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D72196
2020-04-27 17:14:44 +00:00
Nihanth Subramanya
54123adcd7 Bug 1624238 - Enable PanelMultiView header text to span multiple lines. r=Gijs,robwu
Differential Revision: https://phabricator.services.mozilla.com/D72630
2020-04-27 16:07:37 +00:00
Daniel Varga
0515fa0c84 Backed out changeset 2b44919091c7 (bug 1630998) for causing build bustages
CLOSED TREE
2020-04-27 17:51:50 +03:00
Daniel Varga
167993d296 Backed out changeset 4ff0cbc3329c (bug 1631844) for causing browser-chrome failures at browser/components/urlbar/tests/browser/browser_top_sites.js 2020-04-27 17:23:48 +03:00
jayati
1b2144c115 Bug 1630998 - Remove unused CSS and SVG related to protections-popup-trackersView-strict-info. r=nhnt11
Differential Revision: https://phabricator.services.mozilla.com/D72391
2020-04-27 10:50:52 +00:00
Harry Twyford
13bdc05bd6 Bug 1631844 - Add pinned site badge to pinned Top Sites in the Urlbar. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D72196
2020-04-27 08:15:36 +00:00
Mihai Alexandru Michis
bd67a54949 Backed out changeset aa46487d3145 (bug 1599138) for causing failures in ToolbarPanelHub.jsm
CLOSED TREE
2020-04-25 02:43:50 +03:00
emcminn
1c22ae465d Bug 1599138 - UI update and pref toggle for Whats New Panel r=andreio,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D71341
2020-04-24 19:48:43 +00:00
Dão Gottwald
c8d56c1ef5 Bug 1577029 - Remove bogus max-height from Firefox Account menu header. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D72025
2020-04-23 21:56:02 +00:00
Dão Gottwald
7dab39d254 Bug 1393218 - Remove obsolete Pocket toolbar button styling. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D71944
2020-04-23 18:49:55 +00:00
Ryan VanderMeulen
b87402c557 Backed out changeset b1ec91a4d10c (bug 1570391) for various regressions on a CLOSED TREE. 2020-04-23 14:26:35 -04:00
Ryan VanderMeulen
d207324cba Backed out changeset 17aa41e3cb7c (bug 1629947) for various regressions. 2020-04-23 14:25:53 -04:00
Dão Gottwald
5c19fd7594 Bug 1630506 - Reduce the address bar's drop shadow when it's focused but not open. r=harry
Differential Revision: https://phabricator.services.mozilla.com/D71164
2020-04-23 13:13:54 +00:00
Severin
26ab54b917 Bug 1628528 - Fix text color of the 'insecure connection' login field warning. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D71850
2020-04-22 17:04:36 +00:00
pbz
b4ad1c7ca4 Bug 1629947 - Moved hover state to notification-anchor-icon and adjusted icon padding. r=nhnt11
Differential Revision: https://phabricator.services.mozilla.com/D71346
2020-04-22 15:05:52 +00:00
Dão Gottwald
7ca6dd5cb8 Bug 1628601 - Stop using lwt-popup-darktext / lwt-popup-brighttext for urlbar results. r=ntim
Differential Revision: https://phabricator.services.mozilla.com/D71764
2020-04-21 14:46:15 +00:00
Dão Gottwald
dfe49c422f Bug 1631438 - Use prefers-reduced-motion media query for the star button animation. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D71566
2020-04-21 09:34:00 +00:00
aarushivij
a2bf196619 Bug 1631632 - Stop pre-processing browser/themes/linux/pageInfo.css and browser/themes/shared/aboutSessionRestore.css. r=ntim
Differential Revision: https://phabricator.services.mozilla.com/D71728
2020-04-21 09:57:32 +00:00
Tim Nguyen
2eeab7c5b4 Bug 1625721 - Split out arrow panel styles and load them as shadow DOM stylesheet. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D68713
2020-04-21 09:54:57 +00:00
Brindusan Cristian
aac7877663 Backed out changeset 6c312e49ee09 (bug 1625721) for build bustages at popup.css. CLOSED TREE 2020-04-21 12:46:28 +03:00
Tim Nguyen
61b493582b Bug 1625721 - Split out arrow panel styles and load them as shadow DOM stylesheet. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D68713
2020-04-21 09:20:43 +00:00
Tim Nguyen
bcb3afee10 Bug 1631626 - Reduce dependency on toolkit/themes/osx/global/shared.inc. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D71670
2020-04-21 09:16:04 +00:00
Tim Nguyen
97559d02db Bug 1630084 - Re-instate row-based markup in browser/components/preferences/connection.xhtml. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D71480
2020-04-20 20:24:37 +00:00
Itiel
fdc6dbadf7 Bug 1631278 - Mirror the "Restore" window control button for RTL r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D71478
2020-04-20 13:24:46 +00:00
aarushivij
d67f3a91f3 Bug 1587870 - [Protections Panel] Add level of protection next to 'Protection Settings' r=johannh,fluent-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D70521
2020-04-19 09:27:39 +00:00
jayati
1e9e57ecb6 Bug 1599729 - Remove security.identityblock.show_extended_validation pref and related UI code. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D67874
2020-04-18 22:45:24 +00:00
Andrei Oprea
d88ff7e8b9 Bug 1616280 - Use shadow DOM to hide Remote L10n translations for from local translations r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D63895
2020-04-18 11:24:44 +00:00
Scott
41b35dbdf8 Bug 1618051 - Proper hi res logo for search only newtab r=Mardak
Differential Revision: https://phabricator.services.mozilla.com/D65347
2020-04-17 17:45:58 +00:00
Coroiu Cristina
a5e2e552ba Backed out changeset 7afc6bac547c (bug 1616280) for browser-chrome failures at dom/l10n/DOMLocalization.cpp on a CLOSED TREE 2020-04-17 19:55:25 +03:00
Andrei Oprea
03784f3a33 Bug 1616280 - Use shadow DOM to hide Remote L10n translations for from local translations r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D63895
2020-04-17 15:58:18 +00:00
Gijs Kruitbosch
b6f57a5d9e Bug 1629832 - add tooltips to all the window control buttons, r=dao,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D71199
2020-04-17 12:55:05 +00:00
Andreea Pavel
7ac1c7a794 Backed out changeset a95e314cd2af (bug 1618051) for failing bc at browser_parsable_css.js on a CLOSED TREE 2020-04-17 02:41:26 +03:00
Scott
e6632dd612 Bug 1618051 - Proper hi res logo for search only newtab r=Mardak
Differential Revision: https://phabricator.services.mozilla.com/D65347
2020-04-16 20:14:48 +00:00
Tim Nguyen
55d9542872 Bug 1630615 - Remove duplicate settings icons. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D71185
2020-04-16 18:48:33 +00:00