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

9782 Коммитов

Автор SHA1 Сообщение Дата
pestanoah 185e859442 Bug 1699593 - Removed default icon styles from .title class. r=mhowell,mtigley,desktop-theme-reviewers,dao
Differential Revision: https://phabricator.services.mozilla.com/D125327
2021-09-14 14:42:44 +00:00
Harry Twyford ff6ab49717 Bug 1724956 - Use system colors on :root on Windows 10 when compacttheme.css is active. r=desktop-theme-reviewers,dao
This bug was introduced with the Proton tab design. Since we no longer draw a background behind inactive tabs, tabs are not legible against some accent colors. This problem is especially bad in brighttext themes. This patch also fixes 1714507, since the tabs are now legible against the light gray inactive window color.

Differential Revision: https://phabricator.services.mozilla.com/D125213
2021-09-12 23:25:13 +00:00
Harry Twyford f9a33ec80c Bug 1730237 - Split --urlbar-box-focus-bgcolor out from --urlbar-box-bgcolor. r=desktop-theme-reviewers,dao
Differential Revision: https://phabricator.services.mozilla.com/D125256
2021-09-12 23:24:44 +00:00
Itiel ac78513f3e Bug 1624311 - Don't span "Learn more" text across the whole row in notification popups r=desktop-theme-reviewers,dao
Differential Revision: https://phabricator.services.mozilla.com/D125111
2021-09-12 17:04:18 +00:00
Sam Foster a7f6392b0f Bug 1729736 - Extend success-animation frames to 16px to avoid overlap. r=dao
* Position each "frame" in the svg filmstrip animation at 16px increments, which allows space for the scaled path without intruding on the subsequent frame.
* Update CSS widths and animation details

Differential Revision: https://phabricator.services.mozilla.com/D125138
2021-09-10 21:17:21 +00:00
Sebastian Hengst 49f844414e Backed out changeset 13fa4cea337f (Bug 1724019) on request from emcminn because of change of plans. r=emcminn
Differential Revision: https://phabricator.services.mozilla.com/D124829

Depends on D124828
2021-09-07 20:41:56 +00:00
Sebastian Hengst e50b631415 Backed out changeset ad063959d7b7 (Bug 1725977) on request by emcminn for change of plans. r=emcminn
Differential Revision: https://phabricator.services.mozilla.com/D124828
2021-09-07 19:32:35 +00:00
Sam Foster f1d7b2e165 Bug 1716827 - Update the success checkbox animation. r=dao
* Use the new path from check.svg in each frame
* Use clip-paths rather than the mask & stroke-width properties to do the clipping in each frame
* Pick up the fill (white) color from CSS using currentColor rather than hardcoding in the SVG

Differential Revision: https://phabricator.services.mozilla.com/D124410
2021-09-07 16:10:29 +00:00
Sam Foster 4f976aae1d Bug 1728636 - Use theme colors for the progress bar with a dark system theme. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D124239
2021-09-07 16:07:38 +00:00
Drew Willcoxon e315af21e1 Bug 1728429 - Update the Firefox Suggest Sponsored action text by wrapping the action text. r=dao
Summary of changes:

* Remove the Sponsored action text for Firefox Suggest sponsored results
* Instead show Sponsored below their titles
* Remove the Firefox Suggest action text for non-sponsored results

This uses the action text for "Sponsored" as we do now, but it wraps it below
the title.

The Figma spec (link in Jira ticket) shows URLs in Firefox Suggest results, the
same as history results. I asked Natalie about it, and that's not correct, or at
least we shouldn't implement that now. If we do need to show URLs, then this
approach is probably worse than D124519 because wrapping the action would also
force the URL on a new line since the URL comes after it.

Differential Revision: https://phabricator.services.mozilla.com/D124563
2021-09-06 20:14:47 +00:00
Dan Mosedale 8965d0c0ca Bug 1728238 - Implement VPN promo UI look, r=Mardak
Differential Revision: https://phabricator.services.mozilla.com/D124285
2021-09-04 01:25:34 +00:00
Mike Conley 38e8910b47 Bug 1725837 - Adjust detail text size in Downloads Panel, and remove hardcoded width. r=emalysz,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D124243
2021-09-03 19:16:06 +00:00
Emilio Cobos Álvarez 8b10d3a89d Bug 1693222 - Implement SelectedItem and SelectedItemText system colors. r=mstange
Since Highlight / HighlightText are now equivalent to the text selection
ones, remove those too.

Differential Revision: https://phabricator.services.mozilla.com/D123964
2021-09-02 11:38:01 +00:00
Gijs Kruitbosch 849628533f Bug 1715001 - rehash downloads markup and tighten up spacing inside downloads item, r=mhowell
This addresses a few things:

- it doesn't really make sense to have 2 different badge implementations
  for the library and the panel. Just use the panel one for the library.
- remove the old badge itself
- remove a bunch of old CSS to do with the old badge
- rename the 'new' badge now it isn't new anymore
- share the badge styling between the 'all downloads' view (about:downloads
  and the library) and the downloads panel
- use the downloadMainArea for hover styling of the non-button bit, and
  update the JS to set the downloadHoveringButton class appropriately for
  this new reality.
- tighten up hover styles so we don't get a weird double hover for the
  blocked download case
- tighten up margins of the button, badge and progress meter (see also
  https://bugzilla.mozilla.org/show_bug.cgi?id=1725837). This is also
  helped by the fact that the renaming means we now properly hide the
  badge image when the download isn't blocked; the CSS at
  https://searchfox.org/mozilla-central/rev/a1ab92e0b16631465a946b300493e75be0eacc37/browser/components/downloads/content/downloads.css#44-47
  didn't apply to this badge pre-patch.

Differential Revision: https://phabricator.services.mozilla.com/D123169
2021-09-02 09:18:12 +00:00
Narcis Beleuzu 92fc260af2 Backed out changeset 28a0487d0291 (bug 1693222) for reftest failure on themed-widget.html. CLOSED TREE 2021-09-02 02:26:12 +03:00
Emilio Cobos Álvarez c3eb845bbf Bug 1693222 - Implement SelectedItem and SelectedItemText system colors. r=mstange
Since Highlight / HighlightText are now equivalent to the text selection
ones, remove those too.

Differential Revision: https://phabricator.services.mozilla.com/D123964
2021-09-01 18:21:57 +00:00
Sam Foster f6d8c81788 Bug 1725625 - Fix keyboard a11y on cert error details button. r=johannh,eeejay
* Refactor to call a toggle function in the various places we want to show or hide the debug info
* Add a href to the error link and preventDefault() on it to get proper link keyboard a11y
* Show/hide the debug info with the hidden property

Differential Revision: https://phabricator.services.mozilla.com/D122884
2021-09-01 17:19:21 +00:00
Dão Gottwald f97f02f5a8 Bug 1728368 - Simplify findbar overflow behavior. r=emalysz
Differential Revision: https://phabricator.services.mozilla.com/D124086
2021-09-01 02:43:24 +00:00
Sam Foster 9622ee2a92 Bug 1710918 - Update download panel progressbar styling. r=harry,desktop-theme-reviewers
* Resize progress bar to 4px to match spec, rounding the ends of the bar and its tray
* Define and use a set of CSS variables for the progressbar tray color, bar fill and paused fill
* Use the theme's icon attention color for the main progressbar color - when defined - to match the download indicator in the toolbar
* Use a --download-progress-flare-color variable for the highlight color in the indeterminate download animation, which lets us invert the colors in a selected item.
* Remove exceptions/overrides for windows and osx
* Match colors where possible in Places and about:downloads, ensuring we always have contrast in selected download richlistitems

Differential Revision: https://phabricator.services.mozilla.com/D122543
2021-08-31 22:50:34 +00:00
criss 38303683fa Backed out changeset cb24192713ff (bug 1710918) for causing bc failures on browser_parsable_css.js. CLOSED TREE 2021-08-31 23:05:33 +03:00
Sam Foster 743df26af8 Bug 1710918 - Update download panel progressbar styling. r=harry,desktop-theme-reviewers
* Resize progress bar to 4px to match spec, rounding the ends of the bar and its tray
* Define and use a set of CSS variables for the progressbar tray color, bar fill and paused fill
* Use the theme's icon attention color for the main progressbar color - when defined - to match the download indicator in the toolbar
* Use a --download-progress-flare-color variable for the highlight color in the indeterminate download animation, which lets us invert the colors in a selected item.
* Remove exceptions/overrides for windows and osx
* Match colors where possible in Places and about:downloads, ensuring we always have contrast in selected download richlistitems

Differential Revision: https://phabricator.services.mozilla.com/D122543
2021-08-31 18:52:03 +00:00
Molly Howell b01eac6807 Bug 1705200 - Improve contrast on the download details "blocked" text. r=desktop-theme-reviewers,dao
This bug was originally about changing the size of this text, but we aren't
really able to do that. We are however able to improve its legibility by giving
it some additional contrast against the background.

Based on the specs (and also on intuition, to be honest), I believe only the
"normal" download status text should be getting any reduced opacity, and the
error message states should not. So this patch undoes the opacity reduction in
the error states.

Differential Revision: https://phabricator.services.mozilla.com/D123659
2021-08-31 15:14:30 +00:00
Molly Howell fe5519a8b0 Bug 1712219 - Downloads toolbar button badge behavior improvements. r=Gijs
This patch addresses two points where the badge on the download status toolbar
button's badge was not quite meeting the MR1 design spec:

1) The badge for the "uncommon download" safe browsing verdict should be "info"
   (currently a blue circle) and not "warning" (a yellow triangle).
2) The badge (regardless of its type) should not appear while the "finished"
   animation is playing, only after it completes.

Differential Revision: https://phabricator.services.mozilla.com/D123818
2021-08-31 15:12:44 +00:00
Gijs Kruitbosch 37bc2f0a06 Bug 1724230 - rely on flexbox instead of manual positioning for network/cert error page layout and fix warning icon going off-screen, r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D122913
2021-08-31 11:36:43 +00:00
Dão Gottwald 1807cc0548 Bug 1727935 - Use the same focus border implementation for the address bar and search bar. r=Itiel
Differential Revision: https://phabricator.services.mozilla.com/D123864
2021-08-30 18:24:40 +00:00
Sandor Molnar 4f7a684ab9 Backed out changeset 4e3667b642ab (bug 1727935) for causing mochitest failures in browser_ext_themes_toolbar_fields_focus 2021-08-30 19:29:54 +03:00
Dão Gottwald 1c0caf6113 Bug 1727935 - Use the same focus border implementation for the address bar and search bar. r=Itiel
Differential Revision: https://phabricator.services.mozilla.com/D123864
2021-08-30 15:54:22 +00:00
Sam Foster bd5b15ddb4 Bug 1705685 - Fix the font-size and subhead spacing in download item details panel. r=dao,desktop-theme-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D123689
2021-08-26 22:48:40 +00:00
Michael Kohler 44f360b272 Bug 1702991 - Use 4px border radius for Bookmark Panel image preview r=desktop-theme-reviewers,Itiel
Differential Revision: https://phabricator.services.mozilla.com/D123391
2021-08-25 18:27:08 +00:00
Emilio Cobos Álvarez a643e33d32 Bug 1722582 - Ensure downloads progress bar's border is visible. r=dao
This looks fine on Windows and macOS as well, afaict, and fixes the bug.

Differential Revision: https://phabricator.services.mozilla.com/D123538
2021-08-25 13:35:29 +00:00
Itiel 61f44ac188 Bug 1727129 - Also fix the focus outline for the organizer's searchbar on Windows using the same technique r=desktop-theme-reviewers,dao
Differential Revision: https://phabricator.services.mozilla.com/D123360
2021-08-25 12:23:10 +00:00
Itiel 6d722d7f1a Bug 1727129 - Fix the searchbar focus outline to be even on all sides, on all DPI modes r=desktop-theme-reviewers,dao
Differential Revision: https://phabricator.services.mozilla.com/D123358
2021-08-25 12:23:10 +00:00
Emma Malysz 3d9df913db Bug 1720835: adjust top margin for menupopups in placestooolbar r=mhowell
Differential Revision: https://phabricator.services.mozilla.com/D123546
2021-08-24 22:42:21 +00:00
Bernard Igiri 331ae34b67 Bug 1708866 - Adjust padding and minimum size in Download Panel r=desktop-theme-reviewers,dao,jaws
Changed the margin and padding to match the figma mock up. Updated broken test.

Differential Revision: https://phabricator.services.mozilla.com/D123009
2021-08-24 17:53:58 +00:00
Gijs Kruitbosch c56ae6e965 Bug 1723742 - make privacy pref pane highlights more high-contrast friendly, r=morgan,preferences-reviewers,desktop-theme-reviewers,dao,jaws
Differential Revision: https://phabricator.services.mozilla.com/D123161
2021-08-24 16:29:27 +00:00
Molly Howell 31b4b6a762 Bug 1705684 - Correct download details panel spacing. r=desktop-theme-reviewers,dao
Differential Revision: https://phabricator.services.mozilla.com/D123401
2021-08-24 15:58:06 +00:00
Dão Gottwald d6dad40fc6 Bug 1727067 - Clean up #protections-popup-trackers-blocked-counter-box margin and padding styling. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D123327
2021-08-24 10:59:40 +00:00
Emma Malysz dcab5ce154 Bug 1724194: ensure close button is visible in findbar r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D123392
2021-08-23 22:17:32 +00:00
Sandor Molnar 7bafa9b9c2 Backed out changeset 38aa7d0b471f (bug 1708866) for causing mochitest failures in browser_downloads_panel_height. CLOSED TREE 2021-08-23 19:23:58 +03:00
Bernard Igiri 15d95405d0 Bug 1708866 - Adjust padding and minimum size in Download Panel r=desktop-theme-reviewers,dao
Changed the margin and padding to match the figma mock up.

Differential Revision: https://phabricator.services.mozilla.com/D123009
2021-08-23 14:52:24 +00:00
Asif Youssuff 6a850a50bb Bug 1725873 - Reduce menu panel padding in compact mode. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D122671
2021-08-23 12:19:42 +00:00
Andrei Oprea 707ebe0230 Bug 1726819 - Scrollbar is present in 'Add/Edit bookmark' panel r=desktop-theme-reviewers,Itiel
Differential Revision: https://phabricator.services.mozilla.com/D123294
2021-08-23 09:22:09 +00:00
Andrei Oprea dae1779589 Bug 1725131 - Remove messaging system code related to the Bookmark panel r=pdahiya,Mardak,webdriver-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D122342
2021-08-19 13:17:13 +00:00
Harry Twyford e84c71c45a Bug 1725468 - Add prototype monochromatic theme for UX iteration. r=Gijs,amy
Differential Revision: https://phabricator.services.mozilla.com/D122515
2021-08-18 13:13:38 +00:00
Narcis Beleuzu 4cccfbcb1f Backed out changeset 7546da95431a (bug 1725468) for screenshot failures on browser_controlCenter.js 2021-08-18 04:44:25 +03:00
Harry Twyford d74f421d6e Bug 1725468 - Add prototype monochromatic theme for UX iteration. r=Gijs,amy
Differential Revision: https://phabricator.services.mozilla.com/D122515
2021-08-17 23:28:31 +00:00
Emily McMinn b1c769c99f Bug 1725977 - Remove the unused markup for the "below search" version of about:privatebrowsing r=andreio
Differential Revision: https://phabricator.services.mozilla.com/D122879
2021-08-17 19:35:36 +00:00
Gijs Kruitbosch da0ddd5ef7 Bug 1725950 - use panel disabled color for disabled bookmark '(empty)' items, r=emalysz
Differential Revision: https://phabricator.services.mozilla.com/D122872
2021-08-17 17:02:35 +00:00
Johann Hofmann 59d88af1cd Bug 1706425 - Simplify requestStorageAccess prompt. r=pbz,flod
Differential Revision: https://phabricator.services.mozilla.com/D121081
2021-08-17 10:19:21 +00:00
Emily McMinn 0aaae4a863 Bug 1724019 - Update about:privatebrowsing CSS, markup and tests r=andreio
Differential Revision: https://phabricator.services.mozilla.com/D121753
2021-08-16 14:33:31 +00:00