Commit graph

74 commits

Author SHA1 Message Date
Tim Nguyen
dca495ffcc Bug 1699183 - Rename & clean up lock icons. r=preferences-reviewers,jaws
Differential Revision: https://phabricator.services.mozilla.com/D108815
2021-03-18 20:10:22 +00:00
Tim Nguyen
b6dabb59e8 Bug 1698415 - Remove --in-content-warning-container variable and tweak --in-content-box-info-background for proton. r=Itiel
Differential Revision: https://phabricator.services.mozilla.com/D108388
2021-03-16 18:55:41 +00:00
Tim Nguyen
8683d3c956 Bug 1698137 - De-duplicate identity-icon.svg and info.svg. r=desktop-theme-reviewers,harry
Differential Revision: https://phabricator.services.mozilla.com/D108219
2021-03-12 16:58:19 +00:00
Tim Nguyen
6436d2f8c3 Bug 1698035 - De-duplicate 16x16 icons re-packaged in browser/themes/shared/preferences directory. r=preferences-reviewers,Gijs
Differential Revision: https://phabricator.services.mozilla.com/D108175
2021-03-12 16:33:32 +00:00
Tim Nguyen
627499aa47 Bug 1698041 - Use a different naming scheme category icons in preferences. r=Itiel
This is consistent with about:addons (toolkit/themes/shared/extensions).

Differential Revision: https://phabricator.services.mozilla.com/D108176
2021-03-12 14:44:09 +00:00
Gijs Kruitbosch
3abf59cdb7 Bug 1696645 - fix height of buttons in container settings rows r=preferences-reviewers,desktop-theme-reviewers,ntim
Wrapping text can mean the container name takes up more vertical space.
The buttons should keep their ideal spacing instead of stretching vertically.

Differential Revision: https://phabricator.services.mozilla.com/D107486
2021-03-08 17:19:47 +00:00
Tim Nguyen
ea8fdba50e Bug 1696638 - Remove obsolete .header preferences.css & common.css styling. r=preferences-reviewers,Gijs
This was originally added in bug 1120967 to space the help button that used to appear in the header. The help button has since been removed.

It's bogus in this case, because it accidentally overrides the display value of some description (which used to force their own display value).

Differential Revision: https://phabricator.services.mozilla.com/D107334
2021-03-05 16:49:42 +00:00
Gijs Kruitbosch
3e8f017587 Bug 1693277 - fix long text wrapping, shadows, radii and colours for proton, and clean up some CSS, r=mtigley
This moves some inline styles into CSS and fixes modal masks and shadows to match the spec.

I also noticed some negative effects from other Proton button styles on close-icon buttons in dialogs
in about:preferences (e.g. check the oversized titlebar for the fonts dialog) that I fixed here.

Differential Revision: https://phabricator.services.mozilla.com/D107109
2021-03-05 10:50:52 +00:00
Alexandru Michis
55e499c3cf Backed out 3 changesets (bug 1693277) for causing bc failures in browser_modal_resize.js
CLOSED TREE

Backed out changeset 0580aaec32a0 (bug 1693277)
Backed out changeset be8108cd9820 (bug 1693277)
Backed out changeset 8b9986d057d7 (bug 1693277)
2021-03-05 03:58:03 +02:00
Gijs Kruitbosch
d0ec744dc0 Bug 1693277 - fix long text wrapping, shadows, radii and colours for proton, and clean up some CSS, r=mtigley
This moves some inline styles into CSS and fixes modal masks and shadows to match the spec.

I also noticed some negative effects from other Proton button styles on close-icon buttons in dialogs
in about:preferences (e.g. check the oversized titlebar for the fonts dialog) that I fixed here.

Differential Revision: https://phabricator.services.mozilla.com/D107109
2021-03-05 00:07:35 +00:00
Tim Nguyen
629bf23c06 Bug 1696202 - Refactor close-icon.css to use color-mix(). r=preferences-reviewers,jaws
Differential Revision: https://phabricator.services.mozilla.com/D107081
2021-03-04 02:51:00 +00:00
leli
a9db14946c Bug 1690276 - Remove unused pref browser.preferences.exposeHTTPSOnly r=ckerschb,Gijs
Differential Revision: https://phabricator.services.mozilla.com/D103806
2021-02-04 16:48:42 +00:00
Tim Nguyen
cf8a197c9f Bug 1689727 - Followup: fix missing CSS in preferences #updateDeck. DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D103593
2021-01-31 17:03:06 +00:00
Tim Nguyen
553283a8aa Bug 1689742 - Stop using XUL <deck> for #setDefaultPane. r=preferences-reviewers,Gijs
Differential Revision: https://phabricator.services.mozilla.com/D103522
2021-01-30 16:31:53 +00:00
Magnus Melin
e4574c7ab0 Bug 1524836 - Move new HTML about:config page from browser to toolkit. r=fluent-reviewers,preferences-reviewers,geckoview-reviewers,Gijs,agi
Unbitrot and change strategy for geckoview: now map about:config directly in nsAboutRecirector.cpp

Differential Revision: https://phabricator.services.mozilla.com/D25938
2021-01-26 00:27:56 +00:00
Mats Palmgren
bbfb26d085 Bug 1685040 - Fix truncation of about:preferences and about:policies in print media. r=ntim,preferences-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D101859
2021-01-15 02:22:03 +00:00
Tim Nguyen
bf42446e07 Bug 1681948 - Fix min height of siteDataRemoveSelected.xhtml dialog. r=preferences-reviewers,Gijs
Differential Revision: https://phabricator.services.mozilla.com/D99452
2020-12-11 17:27:43 +00:00
Drew Willcoxon
e6cc468b9a Bug 1657790 - Allow local search mode buttons to be toggled separately from engines. r=mak,ntim
* Add prefs for each local search shortcut
* Remove the `update2.localOneOffs` pref since it's not necessary with the three
  new prefs
* Modify preferences UI by adding a new row in the engines tree for each local
  shortcut
* Add `UrlbarUtils.LOCAL_SEARCH_MODES` so we have a single place where local
  search modes and their properties are defined
* Add a new test file for the preferences UI
* Modify browser_oneOffs.js to test the three new preferences

Differential Revision: https://phabricator.services.mozilla.com/D97376
2020-11-20 22:35:08 +00:00
Erica Wright
2e621affde Bug 1595858 - Allow users to select or deselect addons for homepage and newtab without disabling the addons. r=preferences-reviewers,Gijs,mixedpuppy,ahal
Differential Revision: https://phabricator.services.mozilla.com/D93584
2020-11-20 21:40:14 +00:00
Bogdan Tara
7b40f0b246 sBacked out changeset 26f7d3a8b1b6 (bug 1595858) for overrides related mochitest failures CLOSED TREE 2020-11-18 01:42:59 +02:00
Erica Wright
a0437a3853 Bug 1595858 - Allow users to select or deselect addons for homepage and newtab without disabling the addons. r=preferences-reviewers,Gijs,mixedpuppy
Differential Revision: https://phabricator.services.mozilla.com/D93584
2020-11-17 19:49:36 +00:00
Bogdan Tara
ca56bb2db5 Backed out changeset d86e4d6c2be4 (bug 1595858) for browser_ext_chrome_settings_overrides_home.js failures CLOSED TREE 2020-11-13 06:11:35 +02:00
Erica Wright
afcd271556 Bug 1595858 - Allow users to select or deselect addons for homepage and newtab without disabling the addons. r=preferences-reviewers,Gijs,mixedpuppy
Differential Revision: https://phabricator.services.mozilla.com/D93584
2020-11-13 02:02:47 +00:00
Nihanth Subramanya
b3297f83a5 Bug 1637344 - Show message in privacy preferences to indicate FPI is incompatible with dFPI. r=fluent-reviewers,johannh,preferences-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D96371
2020-11-12 11:18:23 +00:00
Moritz Birghan
628ee042f6 Bug 1659810 - Refactoring the cert manager server tab to use a richlist r=keeler,fluent-reviewers,preferences-reviewers,Gijs
Differential Revision: https://phabricator.services.mozilla.com/D87498
2020-09-14 10:06:31 +00:00
Edouard Oger
5ad49cc0a4 Bug 1664307 - Revise the pairing modal. r=markh,fluent-reviewers,preferences-reviewers,flod,Gijs
Differential Revision: https://phabricator.services.mozilla.com/D89824
2020-09-11 18:29:26 +00:00
Jared Wein
a235eef17c Bug 1654431 - Update experiments icon since Pioneer is using the beaker. r=ntim,preferences-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D88164
2020-08-25 18:35:25 +00:00
Sonia Singla
5f5c9fd7f2 Bug 1659267 - Remove usages of -moz-user-select across the Firefox codebase. r=emilio,marionette-reviewers,geckoview-reviewers,preferences-reviewers,whimboo,agi
Differential Revision: https://phabricator.services.mozilla.com/D87499
2020-08-18 23:37:51 +00:00
julianwels
01a1e3a57e Bug 1659115: Removed Icon from HTTPS-Only Mode section in about:preferences r=preferences-reviewers,Gijs
Differential Revision: https://phabricator.services.mozilla.com/D87295
2020-08-17 16:53:18 +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
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
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
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
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
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
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
Mark Hammond
932ae4e653 Bug 1604170 - add an icon for the credit-cards sync engine. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D77641
2020-06-01 06:44:04 +00:00
Tim Nguyen
d464b20e6d Bug 1640913 - reduce duplication in the sanitizeDialog.css files and fix the warning background in macOS dark mode in the preferences r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D77325
2020-05-28 20:00:31 +00:00
Moritz Birghan
53d0bd6bbd Bug 1620976 - Create UI for nsClientAuthRememberService r=keeler,fluent-reviewers,johannh
Differential Revision: https://phabricator.services.mozilla.com/D54336
2020-05-26 08:18:24 +00:00
Jared Wein
f96350059a Bug 1610081 - Show a border between the sidebar and the content area in about:addons and about:preferences when prefers-reduced-motion is enabled to help users with visual tearing migraines. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D75319
2020-05-20 16:10:07 +00:00
Bogdan Tara
321028c39b Backed out changeset 36d497fc42c5 (bug 1620976) for browser_clientAuthRememberService.js failures CLOSED TREE 2020-05-19 16:58:18 +03:00
Moritz Birghan
9997066263 Bug 1620976 - Create UI for nsClientAuthRememberService r=keeler,fluent-reviewers,johannh
Differential Revision: https://phabricator.services.mozilla.com/D54336
2020-05-19 13:13:39 +00:00
Coroiu Cristina
702c6f9694 Backed out changeset 1a271e4d8937 (bug 1610081) for assertion failures at layout/base/nsCSSFrameConstructor.cpp on a CLOSED TREE 2020-05-14 23:52:47 +03:00