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

7471 Коммитов

Автор SHA1 Сообщение Дата
Dão Gottwald a92ac3f6fc Bug 1492841 - Add tab icon for switch-to-tab UrlbarView results. r=adw 2018-09-26 12:32:50 +02:00
Martin Stransky 89822d9f40 Bug 1493145 - [CSD] Enable round corners by default by -moz-gtk-csd-transparent-background media query, r=dao
Replace mozilla.widget.use-argb-visuals pref by -moz-gtk-csd-transparent-background media query at browser.css
to draw transparent background. The media query is set by toolkit code and enabled when compatible
window manager is detected.

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

--HG--
extra : moz-landing-system : lando
2018-09-25 11:53:04 +00:00
Jared Wein d783e3ca71 Bug 1476852 - Implement keyboard selection for multiselect tabs. r=Gijs,Jamie
To use this (Windows/Linux instructions), press Ctrl+L to give focus to the location bar. Shift+Tab to move focus backwards to the tab.
Ctrl+Left/Ctrl+Right to change which tab is focused
Ctrl+Space to add/remove a tab from the multiselection
Moving a tab has been changed from Ctrl+Left/Ctrl+Right to Ctrl+Shift+Left/Ctrl+Shift+Right, respectively.

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

--HG--
extra : moz-landing-system : lando
2018-09-24 20:36:59 +00:00
shindli 2060f92f7d Merge inbound to mozilla-central. a=merge 2018-09-24 19:46:04 +03:00
Dão Gottwald b0524960f2 Bug 1493638 - Stop changing <toolbarbutton>'s padding across button states by default. r=paolo 2018-09-24 16:15:08 +02:00
Ehsan Akhgari 19cc8cf31c Bug 1492114 - Really ensure that the Third-Party Cookies description doesn't wrap unnecessarily r=johannh
The selector should apply to deck elements that do have a selectedIndex
attribute but it's not 0.

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

--HG--
extra : moz-landing-system : lando
2018-09-24 08:07:18 +00:00
Dão Gottwald 83b559948c Bug 1493390 - Update .subviewbutton padding for toolbarbutton.css being loaded as a document style sheet. r=paolo 2018-09-22 19:36:18 +02:00
Paolo Amadini a022e14f01 Bug 1328519 - Simplify the definition of the Downloads Panel width. r=mak
The width is now defined on the entire list instead of the inner elements, similarly to other Photon panels like the main menu. This is a prerequisite for preventing layout issues while removing the "download" binding.

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

--HG--
extra : rebase_source : 1d77af762d2ff30f534d9a82dd7f27d61cd73572
2018-09-19 17:01:09 +01:00
Brindusan Cristian 0bfcc31824 Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-09-21 20:32:42 +03:00
Ehsan Akhgari 2d5c5a77bb Bug 1492114 - Ensure that the Third-Party Cookies description doesn't wrap unnecessarily r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D6159

--HG--
extra : moz-landing-system : lando
2018-09-21 15:03:18 +00:00
Tim Nguyen 3d54c50b09 Bug 1491609 - Update common.inc.css checkbox and radio styling. r=jaws,k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D5983

--HG--
rename : toolkit/themes/shared/in-content/check-partial.svg => toolkit/themes/shared/icons/check-partial.svg
rename : browser/themes/shared/icons/check.svg => toolkit/themes/shared/icons/check.svg
extra : moz-landing-system : lando
2018-09-21 10:23:21 +00:00
Johann Hofmann 9dff99cb01 Bug 1492576 - If no protection is enabled, don't offer the user the ability to disable protection or report a problem. r=Ehsan
Differential Revision: https://phabricator.services.mozilla.com/D6408

--HG--
extra : moz-landing-system : lando
2018-09-21 01:45:19 +00:00
arthur.iakab f47edab318 Backed out changeset 45f7b6097f9b (bug 1491609)for browser chrome failures on static/browser_parsable_css.js
--HG--
rename : toolkit/themes/shared/icons/check.svg => browser/themes/shared/icons/check.svg
rename : toolkit/themes/shared/icons/check-partial.svg => toolkit/themes/shared/in-content/check-partial.svg
extra : rebase_source : 2eed09bef57a3b2a28dd4d6a738e2e9c14781125
2018-09-21 10:15:46 +03:00
Tim Nguyen 53a8a142a5 Bug 1491609 - Update common.inc.css checkbox and radio styling. r=jaws,k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D5983

--HG--
rename : toolkit/themes/shared/in-content/check-partial.svg => toolkit/themes/shared/icons/check-partial.svg
rename : browser/themes/shared/icons/check.svg => toolkit/themes/shared/icons/check.svg
extra : moz-landing-system : lando
2018-09-20 21:34:14 +00:00
Margareta Eliza Balazs 92be42b8f3 Merge inbound to mozilla-central. a=merge 2018-09-20 16:24:21 +03:00
Dão Gottwald 4e5097d655 Bug 1490952 - Align <tabs> default and override styles on Mac. r=mikedeboer 2018-09-20 12:22:55 +02:00
Johann Hofmann b74353b1a7 Bug 1492175 - Add a pref for hiding the global content blocking toggle. r=nhnt11
Differential Revision: https://phabricator.services.mozilla.com/D6157

--HG--
extra : moz-landing-system : lando
2018-09-20 05:54:39 +00:00
Johann Hofmann 0c60d58387 Bug 1489581 - Improve vertical centering inside the content blocking "disabled" label. r=paolo
Labels in the identity popup that are potentially multiline get dynamic heights set
as part of the descriptionHeightWorkaround. This causes some cross-platform glitches
in vertically centering the icon and the label of the disabled indicator.

The disabled label doesn't really need to be multiline, so we avoid doing that. This
also means that we need to make some changes to handle long "Disabled" labels a little
more gracefully, but looking at existing translations of the word "Disabled" we won't
run into trouble: https://transvision.mozfr.org/string/?entity=browser/chrome/browser/browser.dtd:contentBlocking.disabled.label&repo=gecko_strings

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

--HG--
extra : moz-landing-system : lando
2018-09-18 12:14:35 +00:00
Gijs Kruitbosch 6b518d3722 Bug 1491243 - remove subscribe button, menu items and subscription section out of feed previews, r=florian
This removes subscribe UI and functionality from the main browser window,
the page info window, and from feed previews. It may leave some stray strings
in subscribe.properties/dtd, which will be removed in bug 1477669 when the
preview code goes away completely.

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

--HG--
extra : moz-landing-system : lando
2018-09-18 06:06:27 +00:00
Ehsan Akhgari e0245b2c0f Bug 1491449 - Ensure the warning descriptions in the Third-Party Cookies section of the content blocking UI don't consume vertical height when they're invisible; r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D5925

--HG--
extra : source : 8c419e33f65757ed32f5f3b9d73ea454a3c73c2b
2018-09-14 20:16:41 -04:00
Gurzau Raul c03510c273 Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-09-17 19:48:54 +03:00
Gurzau Raul 0040934b67 Backed out changeset 8c419e33f657 (bug 1491449) for failing at /cookie/test/unit/test_cookies_thirdparty.js on a CLOSED TREE
--HG--
extra : histedit_source : 7909ffef55a05769635c4c820ffc8fee05a7eca0
2018-09-17 19:08:16 +03:00
Ehsan Akhgari 5f9feb966a Bug 1489007 - Turn the colour of the 'Disabled' warning when Content Blocking UI is turned off and tracking protection is off to grey; r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D5940
2018-09-17 10:14:02 -04:00
Arshad Kazmi 79c60b26c5 Bug 1457784 - Replace warning-16.png with warning.svg. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D5973

--HG--
extra : moz-landing-system : lando
2018-09-17 09:55:12 +00:00
Ehsan Akhgari 6b0e0def14 Bug 1491449 - Ensure the warning descriptions in the Third-Party Cookies section of the content blocking UI don't consume vertical height when they're invisible; r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D5925
2018-09-17 09:21:25 -04:00
Bogdan Tara 6489a48863 Merge mozilla-central to mozilla-inbound. a=merge CLOSED TREE 2018-09-15 00:52:08 +03:00
Dão Gottwald 6a1c6379e6 Bug 1411707 - Load findBar.css as a document stylesheet;r=paolo
Differential Revision: https://phabricator.services.mozilla.com/D5776

--HG--
extra : moz-landing-system : lando
2018-09-14 18:30:29 +00:00
Dão Gottwald a6feba6f13 Bug 1491108 - Fix #editBMPanel_folderMenuList dropmarker styling after dropmarker.css changes. r=ntim 2018-09-14 20:03:17 +02:00
ahillier e9c38d0ebb Bug 1490508 - Apply mask correctly to CFR recommendation on urlbar focus r=Mardak
Differential Revision: https://phabricator.services.mozilla.com/D5618

--HG--
extra : moz-landing-system : lando
2018-09-13 23:21:06 +00:00
Dão Gottwald 7dee39df6f Bug 1477985 - Implement basic UrlbarInput and UrlbarView classes and a hidden pref for using them. r=standard8 2018-09-13 18:38:07 +02:00
Paolo Amadini 1044705311 Bug 1452629 - Part 5 - Remove the "downloadDetailsFull" description element. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D4461

--HG--
extra : rebase_source : cd5065468e1b8405c26e4935292084a2dd59af61
2018-08-28 16:53:04 +01:00
Paolo Amadini 7a497b003a Bug 1452629 - Part 4 - Remove the "downloadShowMoreInfo" description element. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D4460

--HG--
extra : rebase_source : 605db9a887b7781ca99e4ac242da57403e6cd844
2018-08-28 15:41:36 +01:00
Paolo Amadini 40b6912bb0 Bug 1452629 - Part 3 - Remove the "downloadOpenFile" description element. r=mak
The "Open File" message is now correctly displayed when hovering the one-pixel-wide clickable area around the action button.

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

--HG--
extra : rebase_source : c77a2ad0a35c5e53430a2988d30712913b4ddf82
2018-08-28 15:36:36 +01:00
Paolo Amadini 65779f2fbc Bug 1452629 - Part 2 - Avoid redundant button label elements in the "download" widget. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D4447

--HG--
extra : rebase_source : d2559544de5eaaca501fa83768ce344f7d0ed483
2018-08-28 15:57:52 +01:00
Paolo Amadini 6c526b121c Bug 1452629 - Part 1 - Avoid redundant button elements in the "download" widget. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D4441

--HG--
extra : rebase_source : 20e1cec5b5cdca8616700abd22a8f62a7fa8b081
2018-09-13 16:16:46 +01:00
Brindusan Cristian 711261875a Backed out changeset 5d63a6222e9e (bug 1492130) for chrome- mochitest failures on toolkit/content/tests/chrome/test_bug562554.xul. 2018-09-19 15:42:08 +03:00
Dão Gottwald 033d567f0b Bug 1492130 - Load toolbarbutton.css as a document stylesheet. r=paolo 2018-09-18 20:24:43 +02:00
Mark Striemer 91f1af9089 Bug 1488467 - Part 2: Match web languages dialog with browser dialog r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D5039

--HG--
extra : moz-landing-system : lando
2018-09-11 20:01:37 +00:00
Mark Striemer e71459e86b Bug 1488467 - Part 1: Support adding and removing installed browser languages r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D4989

--HG--
extra : moz-landing-system : lando
2018-09-11 20:01:35 +00:00
Tim Nguyen c6b41e6f31 Bug 1489485 - Don't apply -moz-appearance on macOS on selected synced tab items when themed. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D5254

--HG--
extra : moz-landing-system : lando
2018-09-07 15:47:07 +00:00
Tim Nguyen 6f98f57b03 Bug 1489495 - Fix synced tabs sidebar instructions text color with WebExtension themes. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D5257

--HG--
extra : moz-landing-system : lando
2018-09-07 13:29:44 +00:00
Prathiksha 7c41699357 Bug 1438857 - Remove the Flash plugin infobar. r=Felipe
Remove Flash plugin infobar code.

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

--HG--
extra : moz-landing-system : lando
2018-09-06 14:50:16 +00:00
Martin Stransky 848e86f0f6 Bug 1408360 - Make toplevel window transparent when mozilla.widget.titlebar-theme-round-corners is set, r=dao
Some Gtk+ themes use non-rectangular toplevel windows. To fully support
such themes we need to make toplevel window transparent with ARGB visual
and make background of toplevel window transparent.

It may cause performance issue so let's disable it by default and
put it under a preference to allow distros to enable it per default theme.

Depends on D4665

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

--HG--
extra : moz-landing-system : lando
2018-09-06 11:54:25 +00:00
Ehsan Akhgari 3bc37f679f Bug 1487556 - Disable the Cookies and Site Data section if Content Blocking has been turned off; r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D4988
2018-09-05 20:09:11 -04:00
Tim Nguyen 59c2439982 Bug 1488615 - Make #urlbar-zoom-button adjustments available to all webextension themes. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D4996

--HG--
extra : moz-landing-system : lando
2018-09-05 08:23:10 +00:00
Tim Nguyen 5a744e504b Bug 1488617 - Use currentColor and context-fill for tab-audio-small.svg icons. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D4999

--HG--
extra : moz-landing-system : lando
2018-09-05 08:25:54 +00:00
Tim Nguyen 2c14b75a07 Bug 1385518 - Update sidebar styling for dark theme. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D4823

--HG--
extra : moz-landing-system : lando
2018-09-04 18:49:15 +00:00
Tim Nguyen dff40a3357 Bug 1488118 - Fix sidebar border color when it's on the right. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D4837

--HG--
extra : moz-landing-system : lando
2018-09-04 11:42:13 +00:00
Ehsan Akhgari db91e3882b Bug 1488033 follow-up: Fix the name of the CSS property 2018-09-03 15:45:28 -04:00
Ehsan Akhgari 08f05bd051 Bug 1487048 - Use a <xul:checkbox> control to draw the icon and label of the checkboxes in the Content Blocking section; r=johannh,flod
Differential Revision: https://phabricator.services.mozilla.com/D4818
2018-09-03 14:57:02 -04:00