Commit Graph

8183 Commits

Author SHA1 Message Date
Brindusan Cristian
e32489a0d8 Backed out changeset 44d3452f6a07 (bug 1550721) for build bustages on nsWindow.cpp. CLOSED TREE 2019-09-17 02:27:52 +03:00
Marius Gedminas
880d097a69 Bug 1550721 - Fix GTK title bar for tiled windows. r=stransky,dao
Differential Revision: https://phabricator.services.mozilla.com/D45500

--HG--
extra : moz-landing-system : lando
2019-09-16 20:35:47 +00:00
Tim Huang
15cf9f859c Bug 1566813 - Part 3: Show a warning lock icon for the 'about:certerror' page in identity popup. r=johannh
We add a new connection type 'cert-error-page' and will show a warning
lock icon for it. We add a test for it and update existing tests.

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

--HG--
extra : moz-landing-system : lando
2019-09-16 18:00:04 +00:00
Tim Huang
5ffe9356f3 Bug 1566813 - Part 2: Show a warning lock icon as the identity icon if it is in a 'about:certerror' page. r=johannh
This patch adds a new class 'certError' for the identity icon if it is
in the 'about:certerror' page. The identity icon will show a warning
lock icon if this class is present.

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

--HG--
extra : moz-landing-system : lando
2019-09-16 17:58:38 +00:00
Dão Gottwald
a9c4c1d278 Bug 1577181 - Fix one off search button overflow layout in the urlbar. r=harry
Differential Revision: https://phabricator.services.mozilla.com/D45826

--HG--
extra : moz-landing-system : lando
2019-09-14 09:18:11 +00:00
Harry Twyford
23ad8796f5 Bug 1578435 - Update UrlbarView's selection model to support selection within "tip" results. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D45455

--HG--
extra : moz-landing-system : lando
2019-09-13 22:47:41 +00:00
Cosmin Sabou
9bd5920216 Backed out changeset dc7ec5a19a13 (bug 1577181) for browser chrome failures on browser_oneOffContextMenu. CLOSED TREE 2019-09-13 20:33:34 +03:00
Dão Gottwald
1b33a49317 Bug 1578715 - Increase urlbarView's z-index. r=adw
This is the same value we now use for the megabar: https://searchfox.org/mozilla-central/rev/878bbf3cb8897a208454df27535f3522ab482cf2/browser/themes/shared/urlbar-searchbar.inc.css#118

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

--HG--
extra : moz-landing-system : lando
2019-09-13 17:15:06 +00:00
Dão Gottwald
5f29710fd7 Bug 1577181 - Fix one off search button overflow layout in the urlbar. r=harry
Differential Revision: https://phabricator.services.mozilla.com/D45826

--HG--
extra : moz-landing-system : lando
2019-09-13 14:52:53 +00:00
Edouard Oger
926c5d067c Bug 1570569 p1 - Add Sync Disabled state to Synced Tabs menu. r=vbudhram,fluent-reviewers,flod,markh
Differential Revision: https://phabricator.services.mozilla.com/D44484

--HG--
extra : moz-landing-system : lando
2019-09-11 01:17:46 +00:00
Tim Huang
80a516cb71 Bug 1580106 - Fixing the hovering color issue for the toolbarbutton in general on the protections panel on Linux. r=nhnt11
This patch overrides the color of the toolbarbutton in general on
the protections panel on Linux for :hover and :hover:active

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

--HG--
extra : moz-landing-system : lando
2019-09-12 12:21:30 +00:00
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