- Convert lots of JS to typescript, although marked a lot of it as ts-nocheck as adding types would take a very very long time. To be done separately, hopefully with help! - Upgrade many modules to polymer3 - Use chromium's build target for everything instead of duplicating a lot of build processes - Do the same for everything that was served by chrome://brave-resources, now that it's easier to have the build system for chrome://resources take our additional files TODO: Bring back manrope substitution for ru|el languages from brave_shared_resources_data_source.cc
13 lines
689 B
Diff
13 lines
689 B
Diff
diff --git a/chrome/browser/resources/downloads/downloads.html b/chrome/browser/resources/downloads/downloads.html
|
|
index 61d82b65d9315f9ba29c1ad5358b1555669a2d4f..2370273c52b29c054965ce4193d5aa066b508569 100644
|
|
--- a/chrome/browser/resources/downloads/downloads.html
|
|
+++ b/chrome/browser/resources/downloads/downloads.html
|
|
@@ -6,6 +6,7 @@
|
|
<base href="chrome://downloads">
|
|
<title>$i18n{title}</title>
|
|
<link rel="stylesheet" href="chrome://resources/css/md_colors.css">
|
|
+ <link rel="stylesheet" href="chrome://resources/brave/page_specific/downloads/downloads_loading_shim.css">
|
|
<style>
|
|
html {
|
|
/* Remove 300ms delay for 'click' event, when using touch interface. */
|