diff options
author | dbeam <dbeam@chromium.org> | 2015-07-09 12:56:50 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-07-09 19:57:32 +0000 |
commit | c8d25d35ac0302a45cc551a67efa4c5afa3846b7 (patch) | |
tree | 786903a307d4098d33b38027f1269fc552786aeb /chrome/browser/browser_resources.grd | |
parent | e07eeff09655755e09588d1e7b47c026013b4270 (diff) | |
download | chromium_src-c8d25d35ac0302a45cc551a67efa4c5afa3846b7.zip chromium_src-c8d25d35ac0302a45cc551a67efa4c5afa3846b7.tar.gz chromium_src-c8d25d35ac0302a45cc551a67efa4c5afa3846b7.tar.bz2 |
Load chrome://downloads' file icons in parallel.
The current goal is to load any ~visible icons in parallel
(while loading all the rest right after).
The long term goal is to lazy load icons when visible
(i.e. not load those "below the fold" until necessary [if ever]).
Depends on: https://codereview.chromium.org/1223113003/
R=asanka@chromium.org
BUG=425626
Review URL: https://codereview.chromium.org/1213013004
Cr-Commit-Position: refs/heads/master@{#338121}
Diffstat (limited to 'chrome/browser/browser_resources.grd')
-rw-r--r-- | chrome/browser/browser_resources.grd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd index 5d7ed8a..18f693b 100644 --- a/chrome/browser/browser_resources.grd +++ b/chrome/browser/browser_resources.grd @@ -128,9 +128,10 @@ <if expr="not is_android"> <include name="IDR_DOWNLOAD_CONSTANTS_JS" file="resources\downloads\constants.js" type="BINDATA" /> <include name="IDR_DOWNLOAD_FOCUS_ROW_JS" file="resources\downloads\focus_row.js" type="BINDATA" /> - <include name="IDR_DOWNLOAD_ICON_LOADER_JS" file="resources\downloads\icon_loader.js" type="BINDATA" /> <include name="IDR_DOWNLOAD_ITEM_VIEW_JS" file="resources\downloads\item_view.js" type="BINDATA" /> <include name="IDR_DOWNLOAD_MANAGER_JS" file="resources\downloads\manager.js" type="BINDATA" /> + <include name="IDR_DOWNLOAD_THROTTLED_ICON_LOADER_HTML" file="resources\downloads\throttled_icon_loader.html" type="BINDATA" /> + <include name="IDR_DOWNLOAD_THROTTLED_ICON_LOADER_JS" file="resources\downloads\throttled_icon_loader.js" type="BINDATA" /> <include name="IDR_MD_DOWNLOAD_MANAGER_JS" file="resources\md_downloads\manager.js" type="BINDATA" /> </if> <if expr="enable_extensions"> |