fune/browser/components
Johann Hofmann 5632d25ece Bug 1569467 - Avoid setting the "hidden" attribute on protections popup switch labels. r=nhnt11
We were hiding these labels by setting the "hidden" attribute by default and then, in CSS,
negating the effect of "hidden" by using `display: unset;`. Turns out this isn't a great
idea because doing this won't remove the "hidden" attribute, which some code relies on
to figure out whether the element is hidden. Like in this case PanelMultiview:
https://searchfox.org/mozilla-central/rev/0ffa9e372df56c95547fed9c3433ddec4fbf6f11/browser/components/customizableui/PanelMultiView.jsm#1402

Here it tries to find elements to process as part of descriptionHeightWorkaround,
and that skips this technically visible element because it still has the hidden attribute.

Luckily that's easy to fix.

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

--HG--
extra : moz-landing-system : lando
2019-08-05 11:32:45 +00:00
..
about Bug 1570087 - Fix protection report breakage for unverified FXA user. r=ewright 2019-08-02 15:04:16 +00:00
aboutconfig Bug 1561435 - Format browser/components/, a=automatic-formatting 2019-07-05 09:53:32 +02:00
aboutlogins Bug 1570740 - Add yellow-10 color to common.css for use by the breached logins notification in about:logins. r=shorlander 2019-08-03 04:52:38 +00:00
attribution Bug 1515172 support funnel attributes in attribution code r=mconley 2019-07-22 22:06:46 +00:00
build
contextualidentity Bug 1570005 updated and rearranged icons. r=jkt 2019-07-31 14:14:26 +00:00
controlcenter/content Bug 1569467 - Avoid setting the "hidden" attribute on protections popup switch labels. r=nhnt11 2019-08-05 11:32:45 +00:00
customizableui Bug 1562006 - Update FxA toolbar menu for skyline r=eoger,Gijs,fluent-reviewers,flod 2019-08-02 13:55:19 +00:00
dirprovider
downloads Bug 1569375 - Refactor browser panel CSS to reduce shadow DOM traversal after CE conversion. r=dao 2019-07-31 15:22:08 +00:00
enterprisepolicies Bug 1568946 - Add better errors when addon install policy fails. r=aswan 2019-07-30 18:56:53 +00:00
extensions Backed out changeset 836310e3d3ee (bug 1570751) for bc failrues on browser_ext_popup_select.js . CLOSED TREE 2019-08-05 13:41:00 +03:00
library
migration Bug 1569414 - Don't hardcode a too old history visit date in test_Chrome_history.js. 2019-07-27 15:57:53 +00:00
newtab Backed out changeset 2d2938a3bee6 (bug 1533846) for bc failures at browser_asrouter_toolbarbadge.js. CLOSED TREE 2019-08-05 14:40:08 +03:00
originattributes Merge inbound to mozilla-central. a=merge 2019-07-27 00:38:36 +03:00
payments Bug 1566457 - Removed deprecated gDevTools JSM. r=jdescottes 2019-07-18 12:25:13 +00:00
places Bug 1568278. Remove various unnecessary QIs to nsIDOMWindow. r=Gijs 2019-07-24 01:26:07 +00:00
pocket Bug 1568278. Remove various unnecessary QIs to nsIDOMWindow. r=Gijs 2019-07-24 01:26:07 +00:00
preferences Bug 1568900 - Hide "Change Block List" UI in Custom option of ETP r=johannh 2019-07-31 15:54:40 +00:00
privatebrowsing Bug 1566182: Annotate mochitests that fail with Fission enabled. r=mccr8 2019-07-15 16:19:32 -07:00
protections Bug 1561336 - Move existing strings to an ftl file. r=fluent-reviewers,mtigley,flod 2019-07-31 19:24:53 +00:00
protocolhandler Bug 1561435 - Format browser/components/, a=automatic-formatting 2019-07-05 09:53:32 +02:00
resistfingerprinting Bug 1561435 - Format browser/components/, a=automatic-formatting 2019-07-05 09:53:32 +02:00
safebrowsing/content/test Bug 1560455 - rename CodebasePrincipal to ContentPrincipal. r=ckerschb 2019-07-08 16:37:45 +00:00
search Bug 1568959 - Add notifications for the urlbar results view opening and closing. r=mak 2019-08-02 07:25:25 +00:00
sessionstore Bug 1544371 - Implement FormDataListener for contentSessionStore in C++ r=peterv 2019-08-02 14:19:00 +00:00
shell Bug 1555454 - disable permafailing tests on macosx1014, migrate mochitest-browser-chrome to macosx1014 r=jmaher 2019-07-23 18:30:26 +00:00
syncedtabs Bug 1561435 - Format browser/components/, a=automatic-formatting 2019-07-05 09:53:32 +02:00
tests Bug 1568692 - Show a page like what's new on startup once but not dependent on major version bump r=k88hudson 2019-07-30 17:39:34 +00:00
touchbar Backed out changeset 4aead1eca8c6 (bug 1521893) to fix crashes (bug 1568862) 2019-07-29 17:11:19 +02:00
translation Bug 1561435 - Format browser/components/, a=automatic-formatting 2019-07-05 09:53:32 +02:00
uitour Bug 1562006 - Update FxA toolbar menu for skyline r=eoger,Gijs,fluent-reviewers,flod 2019-08-02 13:55:19 +00:00
urlbar Bug 1267643 - Remove client certificate filtering based on CA names r=keeler 2019-08-02 12:45:51 +00:00
.eslintrc.js
BrowserComponents.manifest
BrowserContentHandler.jsm Bug 1568692 - Show a page like what's new on startup once but not dependent on major version bump r=k88hudson 2019-07-30 17:39:34 +00:00
BrowserGlue.jsm Backed out changeset de47b64c35f1 (bug 1549808) for failing at browser_masterPassword.js on a CLOSED TREE. 2019-07-31 22:46:42 +03:00
components.conf
distribution.js Bug 1561435 - Format browser/components/, a=automatic-formatting 2019-07-05 09:53:32 +02:00
moz.build
nsIBrowserHandler.idl