fune/browser/components/downloads/content
Gijs Kruitbosch 1e1ef247f3 Bug 1628255 - do not add a label/accesskey attribute to the button in the about:downloads and library downloads views, r=mconley,flod,fluent-reviewers
As noted by Jamie, accessible labels for richlistitem elements come from the
label elements that have value attributes within them.

In bug 1608202, we accidentally reused the same fluent message for the buttons
in about:downloads and the library download view (DownloadsViewUI.jsm) and
the context menuitems that do the same thing. This meant that
those menuitems gained a tooltip they shouldn't have, and the buttons gained
a label and accesskey they shouldn't have. The latter caused the
accessibility regression described in the bug.

This patch separates out the two usecases for the same string. I also checked
the other l10nIds used in DownloadsViewUI.jsm, and as far as I can tell this
is the only one that is reused in this way.

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

--HG--
extra : moz-landing-system : lando
2020-04-08 21:39:14 +00:00
..
allDownloadsView.js Bug 1620184 - fix drag/drop in about:downloads, r=mak 2020-03-11 16:43:01 +00:00
contentAreaDownloadsView.css Bug 1605939 - allow downloads view to scroll by not enclosing it in a stack that sizes to match the view size, r=ntim 2019-12-25 18:58:24 +00:00
contentAreaDownloadsView.js Bug 1616152 - avoid race conditions in about:downloads by waiting for downloads to load, r=mak 2020-02-21 15:02:34 +00:00
contentAreaDownloadsView.xhtml Bug 1623992 - Automated rewrite from chrome://global/skin/ to chrome://global/skin/global.css in markup r=marionette-reviewers,perftest-reviewers,mossop,whimboo,sparky 2020-04-03 22:23:23 +00:00
downloads.css
downloads.js
downloadsCommands.inc.xhtml
downloadsCommands.js
downloadsContextMenu.inc.xhtml Bug 1628255 - do not add a label/accesskey attribute to the button in the about:downloads and library downloads views, r=mconley,flod,fluent-reviewers 2020-04-08 21:39:14 +00:00
downloadsPanel.inc.xhtml Bug 1628255 - do not add a label/accesskey attribute to the button in the about:downloads and library downloads views, r=mconley,flod,fluent-reviewers 2020-04-08 21:39:14 +00:00
indicator.js Bug 1615732 - Don't show download panel on Mac when ctrl key is pressed; r=Gijs 2020-04-06 20:56:19 +00:00