Commit Graph

3155 Commits

Author SHA1 Message Date
Robert Strong
35f5c7975e Bug 1557909 - Remove unused app update theme images. r=bytesized
Differential Revision: https://phabricator.services.mozilla.com/D34267

--HG--
extra : moz-landing-system : lando
2019-06-10 16:19:03 +00:00
Robert Strong
0e618c5315 Bug 1515484 - Remove the wizard based app update UI and related code. r=bytesized
Adds a simple UI with tests for the elevation UI that mimics the wizard based elevation UI and uses the existing strings
Removes all methods from nsIUpdatePrompt except showUpdateHistory which will be removed later
Does not remove the UPDATE_WIZ_LAST_PAGE_CODE telemetry histogram since that will remove it from the data sources

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

--HG--
extra : moz-landing-system : lando
2019-06-06 17:44:57 +00:00
Alexander Surkov
61cc7103cf Bug 1544916 - migrate dialog binding to Custom Element r=bgrins,whimboo
Differential Revision: https://phabricator.services.mozilla.com/D30289

--HG--
rename : toolkit/content/widgets/dialog.xml => toolkit/content/widgets/dialog.js
extra : moz-landing-system : lando
2019-06-04 17:28:16 +00:00
Jared Wein
572bacc19e Bug 1550109 - Add default styling for input[type=url] to common.inc.css. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D32092

--HG--
extra : moz-landing-system : lando
2019-05-30 17:04:26 +00:00
Cameron McCormack
0946812131 Bug 1555240 - Remove unnecessary macOS scrollbar rule. r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D32954

--HG--
extra : moz-landing-system : lando
2019-05-29 13:58:54 +00:00
Jared Wein
a283135e4f Bug 1553373 - Change to use html:input type=password instead of xul:textbox type=password in Master Password dialogs since they use common styling which defines proper styling for html:input[type=password] now. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D32517

--HG--
extra : moz-landing-system : lando
2019-05-29 16:34:07 +00:00
Andrei Oprea
f745bd685c Bug 1552896 - Cleanup the different platform specific styles for the search input r=dao
MozReview-Commit-ID: D626LKOYsAu

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

--HG--
extra : moz-landing-system : lando
2019-05-27 09:01:20 +00:00
Rob Wu
830e4dd25a Bug 1552780 - Add missing --grey-90-a60 variable r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D32127

--HG--
extra : moz-landing-system : lando
2019-05-24 19:43:05 +00:00
Tim Nguyen
cce8333093 Bug 1550559 - Convert findbar XUL textbox to HTML input. r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D30542

--HG--
extra : moz-landing-system : lando
2019-05-20 21:54:15 +00:00
Martin Stransky
ba6373e9aa Bug 1531338 - [Linux/Gtk] Get and use Gtk theme text color for active/pressed button, r=dao,emilio
- Follow Gtk and get theme button text color directly from "button" CSS node instead of "button label"
- Provide new -moz-gtk-buttonactivetext color for active/pressed button text color
- Replace ButtonText color with -moz-gtk-buttonactivetext when it's appropriate

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

--HG--
extra : moz-landing-system : lando
2019-05-24 08:51:48 +00:00
Kestrel
0fecada21c Bug 1544228 - Fix some about: pages text color contrast for GTK dark system themes r=dao
Some about: pages use -moz-Dialog background color which is dark with popular GTK dark themes (Adwaita-dark, Yaru-dark) so the text color needs to be set to -moz-DialogText to retain contrast. This affects about:buildconfig, about:cache, about:serviceworkers and about:credits.

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

--HG--
extra : moz-landing-system : lando
2019-05-23 10:44:29 +00:00
meandave
39ca462747 Bug 1528459 - Show PiP Icon in parent tab of media. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D29023

--HG--
extra : moz-landing-system : lando
2019-05-22 18:44:28 +00:00
Jared Wein
d4eb675f7a Bug 1549814 - Update common.inc.css to style password inputs similar to text inputs. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D31709

--HG--
extra : moz-landing-system : lando
2019-05-21 19:03:39 +00:00
Andrei Oprea
5ceda0b2bd Bug 1552768 - Remove hover style rules on Windows for the search input field r=nhnt11
Differential Revision: https://phabricator.services.mozilla.com/D31772

--HG--
extra : moz-landing-system : lando
2019-05-20 16:32:49 +00:00
Rob Wu
069ae86050 Bug 1551202 - Update <message-bar> to fully match Photon's style r=jaws
- Update info.svg to adjust color based on the fill color.

- Use button colors as defined by Photon (without this, the background
  of the non-generic buttons are almost indistinguishable when dark
  themes are enabled).

- Small refactor of message-bar.css to put all type-specific
  declarations in one location.

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

--HG--
extra : moz-landing-system : lando
2019-05-18 12:28:55 +00:00
Dorel Luca
0319a9ce33 Backed out 3 changesets (bug 1551202) for Causing Bug 1550093 to break on browser_parsable_css.js
Backed out changeset 70b0d5a417b8 (bug 1551202)
Backed out changeset 145429781395 (bug 1551202)
Backed out changeset 5f5daca84fbe (bug 1551202)
2019-05-18 08:28:33 +03:00
Rob Wu
70b1d66e05 Bug 1551202 - Update <message-bar> to fully match Photon's style r=jaws
- Update info.svg to adjust color based on the fill color.

- Use button colors as defined by Photon (without this, the background
  of the non-generic buttons are almost indistinguishable when dark
  themes are enabled).

- Small refactor of message-bar.css to put all type-specific
  declarations in one location.

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

--HG--
extra : moz-landing-system : lando
2019-05-17 16:57:13 +00:00
monikamaheshwari
941d289059 Bug 1430165: Input clear icons does not match the design system r=andreio
Differential Revision: https://phabricator.services.mozilla.com/D31189

--HG--
rename : toolkit/themes/osx/global/icons/searchfield-cancel.svg => toolkit/themes/shared/icons/searchfield-cancel.svg
extra : moz-landing-system : lando
2019-05-17 10:11:25 +00:00
Razvan Maries
4e6cdbab2b Backed out changeset 2a9a034e1b6a (bug 1550559) for perma fails on test_bug360437.xul. CLOSED TREE 2019-05-16 15:39:20 +03:00
Tim Nguyen
a1da583d89 Bug 1550559 - Convert findbar XUL textbox to HTML input. r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D30542

--HG--
extra : moz-landing-system : lando
2019-05-16 11:30:37 +00:00
Coroiu Cristina
1a2a542e03 Backed out changeset 30ee2053caf2 (bug 1550559) for chrome failures at docshell/test/chrome/test_bug298622.xul 2019-05-15 22:01:13 +03:00
Tim Nguyen
c11673ccf7 Bug 1550559 - Convert findbar XUL textbox to HTML input. r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D30542

--HG--
extra : moz-landing-system : lando
2019-05-15 18:02:10 +00:00
Csoregi Natalia
a38783d2fe Backed out changeset c8057f34f281 (bug 1550559) as requested. CLOSED TREE 2019-05-15 18:57:43 +03:00
Tim Nguyen
df4601c64a Bug 1550559 - Convert findbar XUL textbox to HTML input. r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D30542

--HG--
extra : moz-landing-system : lando
2019-05-15 15:40:23 +00:00
Kestrel
31942e2a6a Bug 1549142 - Prevent the in-content menulist background color from being overridden when control is disabled on Windows r=dao
Differential Revision: https://phabricator.services.mozilla.com/D30519

--HG--
extra : moz-landing-system : lando
2019-05-14 11:22:11 +00:00
Tim Nguyen
c1f5b7a338 Bug 1521280 - Convert search-textbox to a custom element. r=dao,bgrins
Differential Revision: https://phabricator.services.mozilla.com/D23045

--HG--
rename : toolkit/content/widgets/textbox.xml => toolkit/content/widgets/search-textbox.js
extra : moz-landing-system : lando
2019-05-13 18:12:37 +00:00
Coroiu Cristina
cc280c4be9 Backed out changeset c5798de806e2 (bug 1521280) for crashing when searching about:config for upcoming beta (bug 1551013)
--HG--
extra : rebase_source : 8f936159c23d09bf227ce4f5eb6f2d96d33bbff1
2019-05-13 08:50:28 +03:00
Tim Nguyen
1a57aab68e Bug 1521280 - Convert search-textbox to a custom element. r=dao,bgrins
Differential Revision: https://phabricator.services.mozilla.com/D23045

--HG--
rename : toolkit/content/widgets/textbox.xml => toolkit/content/widgets/search-textbox.js
extra : moz-landing-system : lando
2019-05-10 11:46:49 +00:00
Kestrel
071dbcbf7e Bug 1549282 - Remove checkbox-label appearance style for in-content pages to avoid interfering with selection highlight color in dark mode on Linux r=dao
`-moz-appearance: checkbox-label` causes in-content light text to behave like dark text for selection purposes, the primary color is used for the background highlight instead of the alternate. Setting `-moz-appearance: none` for checkbox labels avoids the problem.

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

--HG--
extra : moz-landing-system : lando
2019-05-09 18:29:07 +00:00
Rob Wu
bb1e8193ce Bug 1542262 - Match AMO's rating logic in about:addons r=mstriemer,Pike
- Fill stars based on whether the rating is within the 0.5 range of a
  0.5-multiple, rather than checking whether the rating is at least as
  large as the 0.5-multiple. This follows the boundaries at:
  bb9277eeff/src/ui/components/Rating/index.js (L139-L140)

- Use a review star rating instead of re-using the bookmark star.
  This is not necessarily to be more consistent with AMO's stars,
  but to prevent the stars from becoming non-stars if we ever change
  the bookmark icon. The SVG icon is based on the path at:
  bb9277eeff/src/ui/components/IconStar/index.js (L19)

- Turn it into a custom element to make re-use easier.

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

--HG--
extra : moz-landing-system : lando
2019-05-08 18:30:04 +00:00
Drew Willcoxon
47d0d9dc85 Bug 1548198 - Remove 1px of padding in the urlbar input so that text in the popup is aligned with text in the input. r=dao
In quantumbar, favicons have 8px of margin-end:

https://searchfox.org/mozilla-central/rev/197210b8c139b64f642edaa3336d26b9c1761568/browser/themes/shared/urlbar-autocomplete.inc.css#9
https://searchfox.org/mozilla-central/rev/197210b8c139b64f642edaa3336d26b9c1761568/browser/themes/shared/urlbar-autocomplete.inc.css#100

But in awesomebar, it's 9px, e.g.: https://searchfox.org/mozilla-central/rev/197210b8c139b64f642edaa3336d26b9c1761568/toolkit/themes/osx/global/autocomplete.css#46

It's nice that quantumbar has the same amount of space between the type icon and favicon as it does between the favicon and title, unlike awesomebar.  i.e., there's a single margin-end value for both .urlbarView-type-icon and .urlbarView-favicon (urlbarViewIconMarginEnd, 8px).  So instead of adding another 9px value for .urlbarView-favicon's margin-end, this patch removes the 1px of padding in the urlbar input.  That has the added benefit that the space around the identity box and its search icon (shown when typing) is now more symmetrical, although there's still 1px more space on its right side than its left side.

This patch also adjusts spacing in the awesomebar popup so the alignment remains right there.

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

--HG--
extra : moz-landing-system : lando
2019-05-08 21:22:06 +00:00
Emilio Cobos Álvarez
fe5995b8df Bug 1546983 - followup: use background-color instead of background so that browser_parsable_css.js doesn't get mad. rs=mconley
It would detect the variable as unreferenced because the background-repeat that
was added on this bug makes the values not serialize, see
https://github.com/w3c/csswg-drafts/issues/2515

CLOSED TREE of course
2019-05-08 21:05:25 +02:00
Mike Conley
17927a6beb Bug 1546983 - Make the Picture-in-Picture player window control buttons less sensitive to being in a thin window. r=dthayer
Differential Revision: https://phabricator.services.mozilla.com/D30280

--HG--
extra : moz-landing-system : lando
2019-05-08 16:35:22 +00:00
Mike Conley
0b9cef8251 Bug 1546983 - Make Picture-in-Picture player control buttons always a square proportional to the max window dimension. r=dthayer
Differential Revision: https://phabricator.services.mozilla.com/D30279

--HG--
extra : moz-landing-system : lando
2019-05-08 16:36:41 +00:00
Kestrel
44af0f4541 Bug 1549293 - Add context fill to info-page title background images and about:config preference lock icon r=dao
Differential Revision: https://phabricator.services.mozilla.com/D29991

--HG--
extra : moz-landing-system : lando
2019-05-07 11:42:09 +00:00
Mike Conley
27df5ed83c Bug 1548303 - Make it easier to resize the Picture-in-Picture player window. r=dthayer
This is made easier by making the window-dragging region inset by 5px on each side.

Depends on D30100

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

--HG--
extra : moz-landing-system : lando
2019-05-06 20:34:49 +00:00
Sonali9
5fe0091f40 Bug 1395824 Add css for table borders in aboutReader.css r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D29957

--HG--
extra : moz-landing-system : lando
2019-05-06 19:00:03 +00:00
Andreea Pavel
e9c2024ba3 Backed out 9 changesets (bug 1546980, bug 1546123, bug 1546248, bug 1542262) backed out for not being reviewed by a proper peer on a CLOSED TREE
Backed out changeset b3f31aa87d0d (bug 1546248)
Backed out changeset c372247f4432 (bug 1546123)
Backed out changeset 56f4b0058107 (bug 1546980)
Backed out changeset 2209fbf12d8b (bug 1542262)
Backed out changeset cb165c7bea67 (bug 1546248)
Backed out changeset 75766279872a (bug 1546248)
Backed out changeset 6c8b944ef465 (bug 1546248)
Backed out changeset 0258f553e721 (bug 1546248)
Backed out changeset afb54f703345 (bug 1546248)
2019-05-06 19:41:37 +03:00
Rob Wu
483804f946 Bug 1542262 - Match AMO's rating logic in about:addons r=mstriemer,Pike
- Fill stars based on whether the rating is within the 0.5 range of a
  0.5-multiple, rather than checking whether the rating is at least as
  large as the 0.5-multiple. This follows the boundaries at:
  bb9277eeff/src/ui/components/Rating/index.js (L139-L140)

- Use a review star rating instead of re-using the bookmark star.
  This is not necessarily to be more consistent with AMO's stars,
  but to prevent the stars from becoming non-stars if we ever change
  the bookmark icon. The SVG icon is based on the path at:
  bb9277eeff/src/ui/components/IconStar/index.js (L19)

- Turn it into a custom element to make re-use easier.

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

--HG--
extra : moz-landing-system : lando
2019-05-06 10:41:26 +00:00
Kestrel
951897b0f5 Bug 1546077 - Fix some background colors and a few other colors in about:addons for dark mode r=dao
Differential Revision: https://phabricator.services.mozilla.com/D28328

--HG--
extra : moz-landing-system : lando
2019-05-01 11:59:08 +00:00
Kestrel
1ff5c5c733 Bug 1546155 - Fix in-content disabled label color and opacity for dark mode r=dao
Differential Revision: https://phabricator.services.mozilla.com/D28810

--HG--
extra : moz-landing-system : lando
2019-05-03 12:30:24 +00:00
Brian Grinstead
787d9413a8 Bug 1500626 - Convert <menuitem> bindings to a Custom Element r=surkov
Differential Revision: https://phabricator.services.mozilla.com/D9322

--HG--
extra : moz-landing-system : lando
2019-05-02 19:28:18 +00:00
Mark Striemer
2535017b15 Bug 1535683 - Part 1: Manage extension updates in list/detail views r=aswan,flod
Differential Revision: https://phabricator.services.mozilla.com/D27137

--HG--
extra : moz-landing-system : lando
2019-04-27 00:30:33 +00:00
Tim Nguyen
d21d519dd6 Bug 1544111 - Fix contrast of various elements in HTML about:addons in dark mode. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D28378

--HG--
extra : moz-landing-system : lando
2019-04-26 11:57:00 +00:00
Andreea Pavel
99a71d624d Backed out changeset 0c643e1215c7 (bug 1544111) for failing bc at browser_parsable_css.js on a CLOSED TREE 2019-04-26 14:47:12 +03:00
Tim Nguyen
6b925edfbe Bug 1544111 - Fix contrast of various elements in HTML about:addons in dark mode. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D28378

--HG--
extra : moz-landing-system : lando
2019-04-26 08:15:06 +00:00
Mike Conley
e14e511763 Bug 1543994 - Fade out Picture-in-Picture player controls after being open for 3 seconds, and reveal on hover. r=JSON_voorhees
Depends on D23231

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

--HG--
extra : moz-landing-system : lando
2019-04-25 18:49:08 +00:00
Dorel Luca
0082cd8b08 Backed out changeset 1d5e9d6d4dff (bug 1544111) for Browser-Chrome failures in browser/base/content/test/static/browser_parsable_css.js. CLOSED TREE 2019-04-25 22:32:37 +03:00
Tim Nguyen
a55a32d7a6 Bug 1544111 - Fix contrast of various elements in HTML about:addons in dark mode. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D28378

--HG--
extra : moz-landing-system : lando
2019-04-25 13:29:15 +00:00
Kestrel
b6909455b9 Bug 1546583 - Fix about:preferences Update History listbox appearance for dark mode r=ntim
Differential Revision: https://phabricator.services.mozilla.com/D28799

--HG--
extra : moz-landing-system : lando
2019-04-25 12:38:42 +00:00