Mercurial > hg-stable
comparison tests/test-hgweb-empty.t @ 35605:45a816361926
hgweb: drop support of browsers that don't understand <canvas> (BC)
Internet Explorer 8 and below need excanvas aka ExplorerCanvas to support
canvas tag at all. We used to vendor the library in Mercurial, but IE8 was
discontinued and all support for it ceased in January 2016. We should do the
same and remove excanvas library.
Apart from just cleaning up code, this will also make downstream Debian
packages stop depending on libjs-excanvas, for example.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 11 Jan 2018 18:20:08 +0800 |
parents | 5afe0ca59b07 |
children | 59c842a3d1e1 |
comparison
equal
deleted
inserted
replaced
35604:74bec9e74831 | 35605:45a816361926 |
---|---|
240 <title>test: revision graph</title> | 240 <title>test: revision graph</title> |
241 <link rel="alternate" type="application/atom+xml" | 241 <link rel="alternate" type="application/atom+xml" |
242 href="/atom-log" title="Atom feed for test: log" /> | 242 href="/atom-log" title="Atom feed for test: log" /> |
243 <link rel="alternate" type="application/rss+xml" | 243 <link rel="alternate" type="application/rss+xml" |
244 href="/rss-log" title="RSS feed for test: log" /> | 244 href="/rss-log" title="RSS feed for test: log" /> |
245 <!--[if IE]><script type="text/javascript" src="/static/excanvas.js"></script><![endif]--> | |
246 </head> | 245 </head> |
247 <body> | 246 <body> |
248 | 247 |
249 <div class="container"> | 248 <div class="container"> |
250 <div class="menu"> | 249 <div class="menu"> |