Commit Graph

8172 Commits

Author SHA1 Message Date
Nihanth Subramanya
175e5af2b0 Bug 1578187 - Reduce Protections and Identity panel scale on linux. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D44882

--HG--
extra : moz-landing-system : lando
2019-09-11 08:56:41 +00:00
Dão Gottwald
57f477c599 Bug 1580248 - Fix urlbar height and vertical alignment in compact mode. r=harry
Differential Revision: https://phabricator.services.mozilla.com/D45555

--HG--
extra : moz-landing-system : lando
2019-09-11 22:44:41 +00:00
Tim Huang
ed382c5ab7 Bug 1578051 - Apply hovering effect on the info button if it gets tab focus. r=nhnt11
By adding a ':-moz-focusring' on the info button.

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

--HG--
extra : moz-landing-system : lando
2019-09-11 05:27:42 +00:00
Liang-Heng Chen
1855d174bc Bug 1570631 - Part 4 migrate doorhanger to cfr; r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D43752

--HG--
extra : moz-landing-system : lando
2019-09-11 09:16:11 +00:00
Liang-Heng Chen
223988a9dd Bug 1570631 - Part 3: implement doorhangers using CFR; r=k88hudson
#   add `OPEN_PROTECTION_PANEL` command
  #   add `type` trigger matching
  #   add `trackingProtection` trigger listener
  #   add socialtracker/fingerprinter/cryptominer doorhangers

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

--HG--
extra : moz-landing-system : lando
2019-09-11 09:16:49 +00:00
Dão Gottwald
fa6e0d0d38 Bug 1579003 - Implement megabar growing and shrinking animation. r=harry
Differential Revision: https://phabricator.services.mozilla.com/D45404

--HG--
extra : moz-landing-system : lando
2019-09-10 21:47:56 +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
harry
69530522eb Bug 1578434 - Create the DOM and styling for the new TIP result type. r=adw,dao
Differential Revision: https://phabricator.services.mozilla.com/D44926

--HG--
extra : moz-landing-system : lando
2019-09-10 16:08:22 +00:00
Drew Willcoxon
85c416d2ad Bug 1576888 - Stop using px values for #urlbar-contextual-tip's and #urlbar-contextual-tip-button's font sizes. r=dao
Make #urlbar-contextual-tip inherit its font size so that it's the same as the size used for other results. Set #urlbar-contextual-tip-button's font to inherit.

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

--HG--
extra : moz-landing-system : lando
2019-09-10 08:39:33 +00:00
Dão Gottwald
137323d6a0 Bug 1577472 - Always use position:absolute for the megabar so it doesn't get reframed on focus r=harry
Differential Revision: https://phabricator.services.mozilla.com/D44864

--HG--
extra : moz-landing-system : lando
2019-09-10 14:48:28 +00:00
Mike Conley
971dc690ca Bug 1568318 - Make sure tab-icon-sound indicator uses appropriate fill colour in all cases. r=dao
This makes sure that tab-icon-sound icons have the right fill colour even
if the soundplaying, muted and activemedia-blocked attributes are not set.

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

--HG--
extra : moz-landing-system : lando
2019-09-10 12:52:11 +00:00
Itiel
cc2864361e Bug 1579955 - [RTL] Fix the "Custom URLs" textbox input and autocomplete popup direction in about:preferences r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D45234

--HG--
extra : moz-landing-system : lando
2019-09-10 10:53:49 +00:00
Paul Zuehlcke
00119452fc Bug 1574480 - Updated browser.js and OfflineAppsChild.jsm to use PermissionManager principal methods. r=johannh,smaug
Differential Revision: https://phabricator.services.mozilla.com/D42620

--HG--
extra : moz-landing-system : lando
2019-09-10 10:57:07 +00:00
Drew Willcoxon
926e58227b Bug 1576889 - Ensure Quantum Bar Contextual Tip looks correct in RTL builds. r=dao
The `padding-right` is the only oversight afaict. This patch is based on D45125.

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

--HG--
extra : moz-landing-system : lando
2019-09-07 17:39:41 +00:00
Coroiu Cristina
9683a17a37 Backed out changeset d2867a062f45 (bug 1574480) for browser-chrome failures at browser/base/content/test/general/browser_offlineQuotaNotification.js on a CLOSED TREE 2019-09-05 18:38:42 +03:00
Paul Zuehlcke
99bfbf1328 Bug 1574480 - Updated browser.js and OfflineAppsChild.jsm to use PermissionManager principal methods. r=johannh,smaug
Differential Revision: https://phabricator.services.mozilla.com/D42620

--HG--
extra : moz-landing-system : lando
2019-09-05 13:37:55 +00:00
Tim Huang
69c693bc22 Bug 1578105 - Fix the styling issue of the info button on Windows. r=nhnt11
The into button lacks the '-moz-appearance: none;' rule to disable the
system styling. Fix this by adding this.

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

--HG--
extra : moz-landing-system : lando
2019-09-05 10:02:17 +00:00
Brian Grinstead
d7cccbcb04 Bug 1578569 - Restore padding-bottom on certain menupopups inside BMB_bookmarksPopup r=mak
This was removed in Bug 1573158, where the following line change forced it to 0px:
https://hg.mozilla.org/integration/autoland/rev/3f54e52c52eb#l2.12

This uses shadow parts instead of Shadow DOM + XBL selectors into the arrowscrollbox,
which unblocks arrowscrollbox Custom Element conversion and appears to have the same
visual effect as far as I can tell.

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

--HG--
extra : moz-landing-system : lando
2019-09-04 18:37:04 +00:00
Johann Hofmann
afa00a60dc Bug 1567440 - Don't use lower fill-opacity for the shield icon. r=timhuang
Differential Revision: https://phabricator.services.mozilla.com/D44528

--HG--
extra : moz-landing-system : lando
2019-09-04 08:14:54 +00:00
harry
60ef93e2ce Bug 1577000 - Fix Megabar breakout width on window resize. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D43674

--HG--
extra : moz-landing-system : lando
2019-09-03 22:28:39 +00:00
Edouard Oger
1aa9ec41ed Bug 1572439 - Don't import browser.css in Synced Tabs sidebar. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D44475

--HG--
extra : moz-landing-system : lando
2019-09-03 17:32:06 +00:00
harry
6a36bd8892 Bug 1577708 - Increase contrast on search settings button. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D44415

--HG--
extra : moz-landing-system : lando
2019-09-03 13:16:20 +00:00
Coroiu Cristina
79d4e12a44 Backed out changeset 18705df33e23 (bug 1577000) for browser-chrome failures at browser/components/customizableui/test/browser_918049_skipintoolbarset_dnd.js 2019-09-03 04:05:35 +03:00
harry
6772173be2 Bug 1577000 - Fix Megabar breakout width on window resize. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D43674

--HG--
extra : moz-landing-system : lando
2019-09-02 18:12:22 +00:00
Brian Grinstead
3481e20489 Bug 1573158 - Remove inline styles targeting BMB_bookmarksPopup in places-popup r=mak
We were originally going to port these into document sheets, but after inspecting
visually removing these aren't changing the UI.

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

--HG--
extra : moz-landing-system : lando
2019-08-30 21:23:33 +00:00
Brian Grinstead
6b9953922d Bug 1573158 - Move menupopup-drop-indicator styles back into browser.css using Shadow Parts and out of inline styles r=mak
This reverts removals like https://hg.mozilla.org/mozilla-central/rev/bd7cd9d7b6ad#l8.12

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

--HG--
extra : moz-landing-system : lando
2019-08-30 21:23:33 +00:00
Andrei Oprea
95146c9c2f Bug 1571022 - Conditional rendering for CFR feature recommendations r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D43630

--HG--
extra : moz-landing-system : lando
2019-08-31 00:02:44 +00:00
Nihanth Subramanya
8682c94a42 Bug 1577939 - [Protections Panel] Fix typo in selector that sets --height-offset. r=lina,Mardak
Differential Revision: https://phabricator.services.mozilla.com/D44291

--HG--
extra : moz-landing-system : lando
2019-08-30 23:56:36 +00:00
Ed Lee
f4d324d316 Bug 1574995 - Update Firefox workmark for the Private Browsing page r=k88hudson
Adjust sizing to match ba740fb695

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

--HG--
extra : moz-landing-system : lando
2019-08-30 23:27:54 +00:00
Emily McMinn
51904d0b25 Bug 1570996 - Removed the bottom border from the last message in the Whats New Panel r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D42720

--HG--
extra : moz-landing-system : lando
2019-08-30 18:16:02 +00:00
Nihanth Subramanya
954bfd66fb Bug 1576100 - Ensure correct document order of category items for keyboard nav. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D43932

--HG--
extra : moz-landing-system : lando
2019-08-30 15:29:39 +00:00
Emily McMinn
90152ac00d Bug 1551588 - Added a tab stop to the "info" and "dismiss" buttons in the FxA Bookmark Panel Message r=k88hudson
The Bookmark Panel Message now has tab stops on the info button, message dismiss icon, and message link, as well as all form fields and CTA buttons.

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

--HG--
extra : moz-landing-system : lando
2019-08-30 13:58:08 +00:00
Dão Gottwald
22e86c016f Bug 1577752 - Use padding-block and padding-inline for the urlbar's one-off search button adjustments. r=harry
Differential Revision: https://phabricator.services.mozilla.com/D44141

--HG--
extra : moz-landing-system : lando
2019-08-30 12:52:42 +00:00
Dão Gottwald
e5663c5e75 Bug 1577742 - Inrease the megabar's z-index so it overlaps the tab overflow indicators. r=harry
Differential Revision: https://phabricator.services.mozilla.com/D44135

--HG--
extra : moz-landing-system : lando
2019-08-30 13:05:20 +00:00
Johann Hofmann
c652be7e03 Bug 1577324 - Always style the error code field in error pages as a link. r=nhnt11
The way that we're setting this now actually makes it impossible for this not to be a link, AFAICS.

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

--HG--
extra : moz-landing-system : lando
2019-08-30 10:14:45 +00:00
Dão Gottwald
b967d18b8d Bug 1577318 - Stop using GrayText for #identity-icon-labels and .urlbar-label, and clean up #identity-icon fill color rules. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D43936

--HG--
extra : moz-landing-system : lando
2019-08-30 07:57:35 +00:00
Johann Hofmann
aaa7552df4 Bug 1577731 - Place the granted permissions icon on the right for RTL and add dark mode support for it. r=nhnt11
Differential Revision: https://phabricator.services.mozilla.com/D44126

--HG--
extra : moz-landing-system : lando
2019-08-30 10:15:56 +00:00
Asif Youssuff
e2f8f3419b Bug 1577124 - Improve compact mode bookmarks toolbar alignment. r=dao
I made the left and right padding in compact mode on the bookmarks toolbar smaller,
so that the first favicon lines up with the back button and the see more bookmarks button
lines up with the main menu.

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

--HG--
extra : moz-landing-system : lando
2019-08-29 21:08:06 +00:00
Bogdan Tara
552e15effe Backed out changeset 1d1b7070291c (bug 1577000) for browser_918049_skipintoolbarset_dnd.js failures CLOSED TREE 2019-08-30 04:58:07 +03:00
harry
8f234ac35d Bug 1577000 - Fix Megabar breakout width on window resize. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D43674

--HG--
extra : moz-landing-system : lando
2019-08-30 00:10:43 +00:00
Mark Striemer
9aff921500 Bug 1533863 - Use icons instead of text for buttons in about:config r=fluent-reviewers,jaws,flod
Differential Revision: https://phabricator.services.mozilla.com/D43627

--HG--
rename : browser/components/aboutlogins/content/icons/edit.svg => browser/themes/shared/icons/edit.svg
extra : moz-landing-system : lando
2019-08-29 21:03:13 +00:00
Johann Hofmann
df1a4c6f84 Bug 1576072 - Add a new icon for granted permissions in the identity block + panel. r=nhnt11
Differential Revision: https://phabricator.services.mozilla.com/D43950

--HG--
extra : moz-landing-system : lando
2019-08-29 15:30:51 +00:00
Johann Hofmann
5b52ed56cf Bug 1576072 - Backed out changeset 93ae831e2fb9. r=timhuang
Differential Revision: https://phabricator.services.mozilla.com/D43949

--HG--
extra : moz-landing-system : lando
2019-08-29 15:30:39 +00:00
Johann Hofmann
cd5966c452 Bug 1576072 - Backed out changeset 0a7463d82e5f. r=timhuang
Differential Revision: https://phabricator.services.mozilla.com/D43948

--HG--
extra : moz-landing-system : lando
2019-08-29 15:30:26 +00:00
Nihanth Subramanya
7c2f8f4f3c Bug 1577419 - [Protections Panel] --height-offset should be 0px, not 0. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D43928

--HG--
extra : moz-landing-system : lando
2019-08-29 09:07:46 +00:00
Nihanth Subramanya
8cf10e4066 Bug 1574313 - Hide cookie subview category header if there's only one. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D43336

--HG--
extra : moz-landing-system : lando
2019-08-29 08:45:37 +00:00
Marco Bonardo
a30b89e235 Bug 1570727 - Clicking on the first Address Bar result fails with the bookmarks toolbar. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D43731

--HG--
extra : moz-landing-system : lando
2019-08-29 07:57:30 +00:00
Dão Gottwald
32b1021045 Bug 1575645 - Fix Megabar vertical centering. r=harry
Differential Revision: https://phabricator.services.mozilla.com/D42945

--HG--
extra : moz-landing-system : lando
2019-08-29 07:44:34 +00:00
Coroiu Cristina
a52358e99a Backed out changeset dcd17905b58d (bug 1575645) for browser-chrome failures at browser/base/content/test/static/browser_parsable_css.js on a CLOSED TREE 2019-08-28 20:34:24 +03:00
Dão Gottwald
24c8d32c36 Bug 1575645 - Fix Megabar vertical centering. r=harry
Differential Revision: https://phabricator.services.mozilla.com/D42945

--HG--
extra : moz-landing-system : lando
2019-08-28 13:28:46 +00:00