Bug 1609898, fix xml parsing error introduced by bug 1605467, r=Gijs
authorAxel Hecht <axel@pike.org>
Fri, 17 Jan 2020 11:44:42 +0000 (2020-01-17)
changeset 510597 e722437f280aeff5ed6070299efee1ee3237dc27
parent 510596 da5c581e6169521190046d9ce8247ff8fa111d54
child 510598 a23114f53100d6a02709ba7c9c5f43123f29c2cb
push id105391
push userarchaeopteryx@coole-files.de
push dateFri, 17 Jan 2020 11:46:32 +0000 (2020-01-17)
treeherderautoland@e722437f280a [default view] [failures only]
perfherder[talos] [build metrics] [platform microbench] (compared to previous push)
reviewersGijs
bugs1609898, 1605467
milestone74.0a1
first release with
nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
last release without
nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
Bug 1609898, fix xml parsing error introduced by bug 1605467, r=Gijs This is just a bustage fix, and doesn't try to address the question of test coverage. Differential Revision: https://phabricator.services.mozilla.com/D60234
browser/components/downloads/content/contentAreaDownloadsView.xhtml
--- a/browser/components/downloads/content/contentAreaDownloadsView.xhtml
+++ b/browser/components/downloads/content/contentAreaDownloadsView.xhtml
@@ -18,16 +18,17 @@
 ]>
 
 <!-- @CSP: We have to whitelist the 'oncommand' handler for all the cmd_* fields within
    - editMenuOverlay.js until Bug 371900 is fixed using
    -    sha512-4o5Uf4E4EG+90Mb820FH2YFDf4IuX4bfUwQC7reK1ZhgcXWJBKMK2330XIELaFJJ8HiPffS9mP60MPjuXMIrHA==
    -->
 <window id="contentAreaDownloadsView"
         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
+        xmlns:html="http://www.w3.org/1999/xhtml"
         title="&downloads.title;"
         csp="default-src chrome:; script-src chrome: 'sha512-4o5Uf4E4EG+90Mb820FH2YFDf4IuX4bfUwQC7reK1ZhgcXWJBKMK2330XIELaFJJ8HiPffS9mP60MPjuXMIrHA=='; img-src chrome: moz-icon:; object-src 'none'">
 
   <linkset>
     <html:link rel="localization" href="toolkit/global/textActions.ftl"/>
   </linkset>
 
   <script src="chrome://global/content/globalOverlay.js"/>