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

8725 Коммитов

Автор SHA1 Сообщение Дата
Tim Huang 748ddb821d Bug 1647825 - Part 1: Add the UI for enable reporting XFO and CSP:frame-ancestors error. r=ckerschb,nhnt11
This patch adds the UI for allowing users to enable reporting XFO error.
The reporting UI will be displayed in the error page if the error is a
XFO error.

Differential Revision: https://phabricator.services.mozilla.com/D82331
2020-07-22 15:12:38 +00:00
Itiel 4df0cdf960 Bug 1653946 - Fix the expander icons visibility in dark mode r=dao
Also fix their hover and active states for non-dark mode.

Differential Revision: https://phabricator.services.mozilla.com/D84193
2020-07-21 16:02:11 +00:00
Nihanth Subramanya f195ad10c8 Bug 1643187 - Update storage access permission icon to cookie icon. r=pbz
Differential Revision: https://phabricator.services.mozilla.com/D84270
2020-07-21 11:29:26 +00:00
Itiel 13a373aaec Bug 1653589 - Remove the Windows 7 specific top border styling for the details deck in the Library r=dao
Also remove unused styling in the top toolbox for Windows 7.

Differential Revision: https://phabricator.services.mozilla.com/D83959
2020-07-19 16:08:34 +00:00
Severin ecd179eec0 Bug 1652737 - fix misaligned pmgr doorhanger dropmarker on windows;r=bdanforth
Differential Revision: https://phabricator.services.mozilla.com/D83712
2020-07-16 23:41:19 +00:00
Severin e233b6f5aa Bug 1653116 - change pmgr doorhanger dropmarker icon;r=bdanforth
Differential Revision: https://phabricator.services.mozilla.com/D83705
2020-07-16 23:41:01 +00:00
Cameron McCormack dd61f595eb Bug 1620467 - Part 4: Change internal uses of -moz-appearance to appearance and -moz-default-appearance. r=emilio,webcompat-reviewers,geckoview-reviewers,preferences-reviewers,ntim,agi,miketaylr
Uses of `-moz-appearance: none` are changed to `appearance: none`.

Uses of other values that are simply reverting the appearance back to
its default are changed to `appearance: auto`.

Uses of values in UA sheets that are defining the inherent appearance of
widgets are changed to:

  appearance: auto;
  -moz-default-appearance: <value>;

since those values are either no longer supported on (-moz-)appearance,
or are still supported but only in some limited form.

There are some uses of `-moz-appearance: textfield` on <input
type=number> elements that are renamed to `appearance: textfield`.

Differential Revision: https://phabricator.services.mozilla.com/D83430
2020-07-16 22:04:14 +00:00
Dão Gottwald 4dae718035 Bug 1652473 - Create "Show All x Tabs" button without going through ctrlTab.makePreview. r=ntim
Differential Revision: https://phabricator.services.mozilla.com/D83620
2020-07-16 11:44:23 +00:00
Harry Twyford 5cecf709c9 Bug 1647930 - Create urlbar.update2 prefs. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D83353
2020-07-14 15:57:24 +00:00
julianwels 1e1856b4fe Bug 1647336 - Fixed incorrect icon and site-identity information on HTTPS-Only Error Page. r=nhnt11
Differential Revision: https://phabricator.services.mozilla.com/D83134
2020-07-14 14:07:50 +00:00
Dão Gottwald e4d255bbe2 Bug 1651952 - Hide the button-box element in Ctrl-Tab previews. r=ntim
Differential Revision: https://phabricator.services.mozilla.com/D83063
2020-07-13 14:03:37 +00:00
Mike Conley 52a799b296 Bug 1646958 - Fix styling for WebRTC indicator when in High Contrast mode on Windows, or the user is using a dark theme. r=ntim
Thanks to Youri Wims for helping me put this patch together.

Differential Revision: https://phabricator.services.mozilla.com/D82041
2020-07-10 14:14:34 +00:00
Tom Prince 2c52622b85 Bug 1651731: [lint] Add a bunch more types of files that should never be executable; r=linter-reviewers,perftest-reviewers,geckoview-reviewers,preferences-reviewers,agi,sylvestre,sparky
Differential Revision: https://phabricator.services.mozilla.com/D82953
2020-07-09 21:28:49 +00:00
Christoph Kerschbaumer 0c3b40549b Bug 1644152: Expose HTTPS-Only Mode in about:preferences. r=preferences-reviewers,Gijs,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D82074
2020-07-09 16:56:46 +00:00
Florian Quèze 70dffcbae3 Bug 1650843 - fix the opacity of the profiler toolbar down arrow when a light weight theme is in use, r=julienw.
Differential Revision: https://phabricator.services.mozilla.com/D82404
2020-07-08 17:24:10 +00:00
julianwels c44ea283e8 Bug 1644456 - Manage HTTPS-Only Mode permission with SitePermissions interface. r=necko-reviewers,pbz,dragana
Differential Revision: https://phabricator.services.mozilla.com/D79427
2020-07-08 12:06:02 +00:00
Dão Gottwald 15905f8234 Bug 1574562 - Make the find bar support frame_inactive. r=ntim
Differential Revision: https://phabricator.services.mozilla.com/D82658
2020-07-08 10:15:03 +00:00
Dão Gottwald f9607f7c7d Bug 1503678 - Respect prefers-reduced-motion when reordering items in customize mode. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D82541
2020-07-08 08:33:47 +00:00
Bogdan Tara d45df146b1 Backed out changeset d3f7f11b80ea (bug 1503678) for widget-overflow-fixed-list related failures CLOSED TREE 2020-07-08 11:10:29 +03:00
Dão Gottwald 9a6c0a0bd5 Bug 1503678 - Respect prefers-reduced-motion when reordering items in customize mode. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D82541
2020-07-07 23:17:56 +00:00
Gijs Kruitbosch 6aaf11538a Bug 1650931 - don't use hidden attribute to hide the containers category item, so switching to it works correctly, r=preferences-reviewers,mstriemer
In bug 1648222, the `gotoPref` helper that switches between different
preference panes was altered to disallow switching to hidden categories, so
that if there were no experimental pref entries, we don't show the
'Firefox experiments' category in the prefs.

Unfortunately, the containers category is always hidden, and only accessible
from the 'settings' button for containers and the URL (ie
`about:preferences#containers`), but the added requirement for categories to
not have the `hidden` attribute broke showing this category.

This patch fixes this by hiding the category using CSS instead. It also
cleans up some other use of the hidden attribute.

Note that the sync category is also hidden by default, but shown at
https://searchfox.org/mozilla-central/rev/91d82d7cbf05a71954dfa49d0e43824c7c973e62/browser/components/preferences/preferences.js#97-103

Differential Revision: https://phabricator.services.mozilla.com/D82505
2020-07-07 16:02:29 +00:00
Dão Gottwald b69a25acce Bug 1650417 - Remove dark mode styling for Library on Linux. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D82199
2020-07-06 18:21:57 +00:00
Florian Quèze 668686ae05 Bug 1621015 - Profiler popup button should be split into a start/stop button, and a down arrow, r=julienw.
Differential Revision: https://phabricator.services.mozilla.com/D77680
2020-07-03 14:28:17 +00:00
Dão Gottwald cbfd890193 Bug 1431237 - Implement static loading icon. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D81873
2020-07-01 22:31:29 +00:00
Itiel 184b05fb55 Bug 1649236 - Fix the separators being invisible in the Library r=dao
Differential Revision: https://phabricator.services.mozilla.com/D81603
2020-07-01 18:55:16 +00:00
Severin c5c659df89 Bug 1641408 - dropdown UI for the username field of the password manager doorhanger;r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D79777
2020-07-01 01:28:36 +00:00
Itiel f682de0a62 Bug 1648961 - Position the warning icon for the experiments section in the right place for RTL r=jaws,preferences-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D81445
2020-06-29 14:54:03 +00:00
Dão Gottwald fcc7d40c2f Bug 1499293 - Always use arrow-dropdown-12.svg for library menu dropdown arrows. r=Itiel
Differential Revision: https://phabricator.services.mozilla.com/D81458
2020-06-28 13:06:17 +00:00
Itiel b23671697c Bug 1642239 - Convert PNG/GIF icons in the library window and editbookmark panel to SVG r=dao
Also improve the dark mode in the library

Differential Revision: https://phabricator.services.mozilla.com/D77622
2020-06-27 09:57:42 +00:00
Jared Wein 19e3bfb8ad Bug 1646178 - Use similar markup as the other preference categories to show a header within the search results. r=mstriemer,fluent-reviewers,preferences-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D80959
2020-06-26 06:03:04 +00:00
Dorel Luca 8118a1f339 Backed out 4 changesets (bug 1646423, bug 1644544, bug 1646178, bug 1648223) for browser-chrome failures in browser/components/preferences/tests/browser_basic_rebuild_fonts_test.js
Backed out changeset 48790fe7990a (bug 1648223)
Backed out changeset 2d52e80dd321 (bug 1646178)
Backed out changeset 5186e66006a4 (bug 1646423)
Backed out changeset 28d0dc323af8 (bug 1644544)
2020-06-26 08:59:45 +03:00
Jared Wein e964c2ad3f Bug 1646178 - Use similar markup as the other preference categories to show a header within the search results. r=mstriemer,fluent-reviewers,preferences-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D80959
2020-06-26 03:45:01 +00:00
sotaro d335e0748d Bug 1644975 - Change scaleX to scale r=jrmuizel,dao
scaleX() with -moz-context-properties without WebRender does not sacale X direction. It is Bug 1646618. Then without WebRender, the rendering problem does not happen.  scale() requests correct scaling.

Differential Revision: https://phabricator.services.mozilla.com/D79998
2020-06-25 14:41:43 +00:00
Csoregi Natalia 77d76d6fa2 Backed out changeset 9b4e057f8cd9 (bug 1647356) for causing bug 1648265. CLOSED TREE 2020-06-25 02:49:46 +03:00
Jared Wein 5a67b515ea Bug 1644639 - Set the label on the checkbox directly, and remove the 'control' attribute on the description since clicking a link shouldn't also toggle the checkbox. r=mstriemer,fluent-reviewers,preferences-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D79953
2020-06-24 20:53:26 +00:00
Drew Willcoxon 982c1da337 Bug 1632105 - Implement dynamic result types. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D71921
2020-06-23 19:14:43 +00:00
Mark Smith a7683d117e Bug 1642404 - add an option to show that an update is being downloaded r=bytesized,fluent-reviewers,flod
Add support for a hidden preference named app.update.notifyDuringDownload
that, when set to true, causes a "Downloading update" message to appear
in the app menu during a MAR download. Clicking the message opens the
about box so the user can see detailed progress information.

Differential Revision: https://phabricator.services.mozilla.com/D77688
2020-06-22 20:24:46 +00:00
Emilio Cobos Álvarez 54e4e1bf4b Bug 1647356 - Make some borders one device pixel, to ensure they're not fractional. r=dao
Note that this means that in HiDPI displays these borders will still be
1 device pixel, rather than one CSS pixel, so this technically is a
minor change for such displays.

Differential Revision: https://phabricator.services.mozilla.com/D79602
2020-06-22 16:32:23 +00:00
jayati b5affdb9cf Bug 1612125 - Add close button and delay for milestone message. r=ewright,fluent-reviewers,k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D71068
2020-06-19 08:54:07 +00:00
Gijs Kruitbosch d523471eac Bug 1644863 - fix trailing whitespace in browser/toolkit/devtools/mobile frontend code files, r=mossop,geckoview-reviewers,agi
Differential Revision: https://phabricator.services.mozilla.com/D79201
2020-06-17 22:40:53 +00:00
Jared Wein d8bc963e63 Bug 1644537 - Use FeatureGates for templating the Experimental Features section. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D79025
2020-06-17 03:39:48 +00:00
Razvan Maries eef39502e0 Backed out changeset 7f701cee12e7 (bug 1644537) for perma failures on browser_sync_disabled.js. CLOSED TREE 2020-06-17 05:55:10 +03:00
Jared Wein 3c292c8581 Bug 1644537 - Use FeatureGates for templating the Experimental Features section. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D79025
2020-06-17 01:50:54 +00:00
Jared Wein 0642aea6c8 Bug 1644538 - Add icon for Experimental Features section. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D79024
2020-06-10 18:13:05 +00:00
Jared Wein f94aaeb4a2 Bug 1644535 - Add section to about:preferences for Experimental Features. r=Gijs,fluent-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D79023
2020-06-17 01:34:27 +00:00
Itiel cbb851d4f0 Bug 1645618 - Improve the global sharing indicator for RTL r=mconley
Also improve the CSS a bit

Differential Revision: https://phabricator.services.mozilla.com/D79604
2020-06-16 15:07:38 +00:00
Mike Conley e4104dbc78 Bug 1644904 - Stop hiding focusrings in the new WebRTC sharing indicator. r=pbz
Differential Revision: https://phabricator.services.mozilla.com/D79509
2020-06-16 11:12:06 +00:00
Markus Stange bdfa3e1b93 Bug 1644461 - Drop -moz-appearance: -moz-mac-source-list; declarations from the nested sidebar documents. r=dao
This -moz-appearance is already set on #sidebar-box, in the main browser document.
Furthermore, we don't want to set the -moz-appearance when lwthemes are used, and
(as far as I can tell) we cannot detect lwtheme usage with :-moz-lwtheme in the
nested documents (bookmarksSidebar.xhtml, historySidebar.xhtml, syncedtabs/sidebar.xhtml).

Depends on D78924

Differential Revision: https://phabricator.services.mozilla.com/D78925
2020-06-13 16:50:13 +00:00
Markus Stange dd812b7a97 Bug 1644461 - 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
2020-06-09 17:46:32 +00:00
jf f3e3d7b93b Bug 1642195 - Library: fix hover styling for toolbar buttons in dark mode. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D77608
2020-06-13 16:47:44 +00:00