Commit graph

202 commits

Author SHA1 Message Date
Itiel
3d88010bc4 Bug 1700644 - Fix Themes and Density subitems background color in customize mode r=harry,desktop-theme-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D109619
2021-03-24 14:49:20 +00:00
Tim Nguyen
2116e7693b Bug 1698404 - Refresh customize mode panels for Proton. r=Gijs
Also removes dead code from the old "Recommended themes" section, along with the unnecessary negative margins that went with it.

Differential Revision: https://phabricator.services.mozilla.com/D108362
2021-03-22 15:12:38 +00:00
Tim Nguyen
4cf35a083f Bug 1691965 - Replace (-moz-windows-default-theme) with (prefers-contrast) in some browser/ usages. r=Itiel
Differential Revision: https://phabricator.services.mozilla.com/D104695
2021-02-10 22:16:44 +00:00
Markus Stange
c66257367b Bug 1650835 - Use a "button-and-view" widget for the profiler button. r=florian
Differential Revision: https://phabricator.services.mozilla.com/D98217
2021-01-15 17:04:25 +00:00
Dão Gottwald
57d8ec78b2 Bug 1679463 - Replace :not(foo):not(bar) with :not(foo,bar) in browser/. r=ntim
Differential Revision: https://phabricator.services.mozilla.com/D98028
2020-11-26 21:54:32 +00:00
Itiel
e28cf185f0 Bug 1631202 - Convert all uses of :-moz-any to :is in browser/ r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D90690
2020-09-21 19:35:35 +00:00
Gijs Kruitbosch
aa2f638655 Bug 1655456 - use the default theme icon via a chrome: protocol in customize mode, r=ckerschb
Differential Revision: https://phabricator.services.mozilla.com/D89131
2020-09-11 12:44:45 +00:00
Narcis Beleuzu
b504f3fc4c Backed out changeset 3b8be82cd596 (bug 1655456) for bc failures on browser_parsable_css.js CLOSED TREE 2020-09-08 18:47:03 +03:00
Gijs Kruitbosch
9fad06329d Bug 1655456 - use the default theme icon via a chrome: protocol in customize mode, r=ckerschb
Differential Revision: https://phabricator.services.mozilla.com/D89131
2020-09-08 12:45:24 +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
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
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
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
Itiel
d5d20abf17 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-07 16:30:23 +00:00
Mihai Alexandru Michis
b719a733f2 Backed out 7 changesets (bug 1627477) for causing bc failures in browser_parsable_css.js
CLOSED TREE

Backed out changeset 96fcd3331e0a (bug 1627477)
Backed out changeset 30f7c9f36229 (bug 1627477)
Backed out changeset 4486a79e5691 (bug 1627477)
Backed out changeset 9d27d7893501 (bug 1627477)
Backed out changeset 4e1b2198a30a (bug 1627477)
Backed out changeset 2ff6d4196daf (bug 1627477)
Backed out changeset 9d13b52d9960 (bug 1627477)
2020-04-07 18:51:52 +03:00
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
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
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
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
Tim Nguyen
10db542f5e Bug 1586884 - Fix overflow menu arrow appearance in customize mode. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D48431

--HG--
extra : moz-landing-system : lando
2019-10-07 20:33:35 +00:00
Tim Nguyen
278a0d3de7 Bug 1582316 - Fix CSS broken by un-blockification of display: -moz-box - round 2. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D46497

--HG--
extra : moz-landing-system : lando
2019-09-20 18:13:45 +00:00
Brian Grinstead
08f32f358e Bug 1577207 - Set margin of 0 for the overflow menu content in customize mode in non-osx;r=Gijs
There's a 4px margin from popup.css that applies here, which causes the content to get detached
from the arrow. When popup.css used to be loaded as a XBL sheet, this stylesheet wuoldn't have
applied to the customize mode overflow menu since it's not a real <panel> but just elements in
the document sharing the same structure.

Differential Revision: https://phabricator.services.mozilla.com/D45407

--HG--
extra : moz-landing-system : lando
2019-09-10 20:07:43 +00:00
Bugtastico
ab7fe79a65 Bug 1567658 - Use --panel-separator-color on customize mode overflow menu separator r=ntim
Differential Revision: https://phabricator.services.mozilla.com/D40609

--HG--
extra : moz-landing-system : lando
2019-08-05 15:30:02 +00:00
Tim Nguyen
b6d8cc41ad Bug 1569375 - Refactor browser panel CSS to reduce shadow DOM traversal after CE conversion. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D39594

--HG--
extra : moz-landing-system : lando
2019-07-31 15:22:08 +00:00
Arpit
0376cbf447 Bug 1543043 - Changed #main-window to :root r=dao
Differential Revision: https://phabricator.services.mozilla.com/D27413

--HG--
extra : moz-landing-system : lando
2019-04-14 07:02:33 +00:00
Gijs Kruitbosch
edfb488cf8 Bug 1543733 - don't force text colour for disabled checkboxes in customize mode, r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D27105

--HG--
extra : moz-landing-system : lando
2019-04-11 21:46:36 +00:00
Tim Nguyen
e70373f76a Bug 1543615 - Extend toolbar colors to the customization mode for all themes without a header image. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D27041

--HG--
extra : moz-landing-system : lando
2019-04-11 09:38:19 +00:00
Kris Maglione
a15a869f4f Bug 1525762: Part 2a - Migrate built-in LWTs to static WebExtension themes. r=aswan
Differential Revision: https://phabricator.services.mozilla.com/D24627

--HG--
rename : browser/base/content/defaultthemes/dark.icon.svg => browser/themes/addons/dark/icon.svg
rename : browser/base/content/defaultthemes/light.icon.svg => browser/themes/addons/light/icon.svg
rename : toolkit/mozapps/extensions/content/default-theme-icon.svg => toolkit/mozapps/extensions/default-theme/icon.svg
extra : rebase_source : a844186d5a113b596c6bb6bdcd49f443e1879ab2
extra : histedit_source : a5b745dcdac9106fe224895d13862b156feb1eb0
2019-02-08 14:18:52 -08:00
Jared Wein
9ea9a03160 Bug 1469087 - Apply the reduced font-size on the Whimsypong toolbarpaletteitem so the label will fit inside of the paddle. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D23932

--HG--
extra : moz-landing-system : lando
2019-03-20 15:35:58 +00:00
Dão Gottwald
bc591d2d2c Bug 1512645 - Fix customization button colors. r=ntim
Differential Revision: https://phabricator.services.mozilla.com/D15810

--HG--
extra : moz-landing-system : lando
2019-01-07 11:49:07 +00:00
P Kausthubh S
48ad5643ae Bug 1362841 - Mirror the theme icons in customize mode in RTL to match the UI, r=gijs
--HG--
extra : rebase_source : a179f726b517c59c48820aff313d2e1a87865a46
2018-12-15 09:40:19 +00:00
Brian Grinstead
9a1ef58567 Bug 1507875 - Remove the customizable ui toolbarpaletteitem binding;r=Gijs
This removes the wrapping box inside the anonymous content, and replaces
the anonymous label with an ::after CSS rule that sets text based on
the [title] attribute.

Because it doesn't replicate the anonymous wrapping box with light DOM:
- Calling JS don't need to be updated (the child added via appendChild
  is still a direct descendant of the element).
- Many CSS selectors don't need to be updated (if they were targeting the
  slotted children as direct descendants. However, CSS selectors that were
  targeting the anonymous content directly do need to be updated, since those
  nodes are removed.

Differential Revision: https://phabricator.services.mozilla.com/D12172

--HG--
extra : moz-landing-system : lando
2018-11-20 17:01:48 +00:00
Dão Gottwald
d533fe7a8f Bug 1473922 - Load button.css as a document stylesheet. r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D11462

--HG--
extra : moz-landing-system : lando
2018-11-09 16:17:24 +00:00
Dão Gottwald
5d6053a080 Bug 1463685 - Change font-weight:500 to 600 to get a semibold font on Windows. r=mak
MozReview-Commit-ID: CIIOcpdw4Bk

--HG--
extra : rebase_source : 9ae55d18001bbb719a79a4a3e2bb10d94f54aa27
2018-05-24 14:03:35 +02:00
Tim Nguyen
92c9a958e1 Bug 1372694 - Stop making the default theme a heavyweight theme. r=kmag,aswan
MozReview-Commit-ID: 30wMauuc9oo

--HG--
rename : browser/base/content/default-theme-icon.svg => toolkit/mozapps/extensions/content/default-theme-icon.svg
extra : rebase_source : 5e4cf784135f4a8e40a2ed8357ba651e7fce9728
2018-04-01 13:53:31 +02:00
Dorel Luca
8ee8fc461e Backed out 2 changesets (bug 1317581) for Browser chrome failures on toolkit/components/extensions/test/browser/browser_ext_themes_arrowpanels.js. CLOSED TREE
Backed out changeset 5cc146254899 (bug 1317581)
Backed out changeset 963466173a74 (bug 1317581)
2018-04-18 18:54:38 +03:00
Jared Wein
7ee1860850 Bug 1317581 - DateTimePicker should support high contrast mode on Windows. r=dao
MozReview-Commit-ID: DEBBjcgHIyH

--HG--
extra : rebase_source : 9b52b15a0af9a56ad724dd578884856d4d5e7e20
2018-03-22 13:01:28 -04:00
Tim Nguyen
cfd0f93629 Bug 1448473 - Adjust panel variables to work well on dark themes. r=dao
MozReview-Commit-ID: KzL9iyMhOm

--HG--
extra : rebase_source : d5fc7990f6f447616bf2d89eb51eb1e27065119b
2018-03-28 21:22:29 +02:00
Tim Nguyen
55ba4a31c1 Bug 1404688 - Make headerURL optional and remove text-shadow when there is no headerURL. r=jaws
MozReview-Commit-ID: 5x6SPWEJ3jp

--HG--
extra : rebase_source : 2ed208a81ca59367b9140a6e73b85bf630c6e294
2018-02-15 13:37:30 +00:00
Coroiu Cristina
4d5bfdec43 Backed out changeset 067ee834b07b (bug 1404688) for xpcshell failures at toolkit/mozapps/extensions/test/xpcshell/test_LightweightThemeManager.js 2018-02-15 05:15:10 +02:00
Tim Nguyen
461f749a68 Bug 1404688 - Make headerURL optional and remove text-shadow when there is no headerURL. r=jaws
MozReview-Commit-ID: BWhStvcLpkL

--HG--
extra : rebase_source : b50632db25916f113cd85e089759e892493e3be3
2018-02-15 02:30:44 +00:00
Dorel Luca
495816f593 Backed out changeset 85e30806ade1 (bug 1404688) for Browser chrome failure on browser/base/content/test/general/browser_compacttheme.js. CLOSED TREE 2018-02-14 21:50:09 +02:00
Tim Nguyen
7185846c7b Bug 1404688 - Make headerURL optional and remove text-shadow when there is no headerURL. r=jaws
MozReview-Commit-ID: iHJggOjHBa

--HG--
extra : rebase_source : e9d7513b36f32f4d06b30b1228f688cbcdbdbd0f
2018-02-11 19:28:32 +00:00
Gijs Kruitbosch
2f7614a384 Bug 1391007 - stop giving buttons in customize mode a darker background on focus, r=jaws
MozReview-Commit-ID: 6mtM21WAqEn

--HG--
extra : rebase_source : b959e02de35dac5fd034715521fc6b66635b675d
2018-01-30 22:04:06 +00:00
Gijs Kruitbosch
b260c43755 Bug 1424452 - stop having 2 different values for the 'panel' area type, r=jaws
MozReview-Commit-ID: 3spDhRhlOTF

--HG--
extra : rebase_source : c3d39c18ed645c8023da4488704ed186a405ffda
2017-12-09 12:37:20 +00:00
Tim Nguyen
75b391f599 Bug 1426128 - Fix browser_parsable_css.js failure from bug 1425868. r=ntim
MozReview-Commit-ID: 79T1qZUYv8X

--HG--
extra : rebase_source : 5121bd218a96e68b3939e62cdf1f7ac0e1d8f9d1
2017-12-19 09:24:49 -06:00