Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Issue 934693002: Reload favicon from HTTP cache on Ctrl+Refresh (Closed)

Created:
5 years, 10 months ago by pkotwicz
Modified:
5 years, 9 months ago
Reviewers:
Tom Sepez, jam, sky, inferno
CC:
chromium-reviews, chrome-apps-syd-reviews_chromium.org, extensions-reviews_chromium.org, sadrul, mlamouri+watch-content_chromium.org, tfarina, nasko+codewatch_chromium.org, browser-components-watch_chromium.org, darin-cc_chromium.org, creis+watch_chromium.org, kalyank, mkwst+moarreviews-renderer_chromium.org, chromium-apps-reviews_chromium.org, android-webview-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Reload favicon from HTTP cache on Ctrl+Refresh This CL adds a new parameter to WebContents::DownloadImage() to indicate whether the request should bypass the cache. BUG=455383 TEST=FaviconTabHelperTest.ReloadIgnoringCache Committed: https://crrev.com/fd7735542c3d296871959cb425093c8a6f0d29d3 Cr-Commit-Position: refs/heads/master@{#320691}

Patch Set 1 : #

Total comments: 18

Patch Set 2 : #

Total comments: 1

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+354 lines, -41 lines) Patch
M android_webview/browser/icon_helper.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/android/shortcut_helper.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/favicon_downloader.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/favicon/DEPS View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/favicon/favicon_handler.h View 1 2 3 2 chunks +7 lines, -2 lines 0 comments Download
M chrome/browser/favicon/favicon_handler.cc View 1 2 3 3 chunks +9 lines, -3 lines 0 comments Download
M chrome/browser/favicon/favicon_tab_helper.h View 2 chunks +6 lines, -1 line 0 comments Download
M chrome/browser/favicon/favicon_tab_helper.cc View 1 2 3 3 chunks +21 lines, -5 lines 0 comments Download
A chrome/browser/favicon/favicon_tab_helper_browsertest.cc View 1 2 3 1 chunk +228 lines, -0 lines 0 comments Download
M chrome/browser/ui/ash/launcher/launcher_favicon_loader.cc View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/metro_pin_tab_helper_win.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/create_application_shortcut_view.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/web_applications/update_shortcut_worker_win.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A chrome/test/data/favicon/page_with_favicon.html View 1 chunk +5 lines, -0 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 1 2 3 2 chunks +7 lines, -3 lines 0 comments Download
M content/common/image_messages.h View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M content/public/browser/web_contents.h View 1 2 3 1 chunk +6 lines, -2 lines 0 comments Download
M content/public/renderer/resource_fetcher.h View 1 chunk +3 lines, -1 line 0 comments Download
M content/renderer/fetchers/multi_resolution_image_resource_fetcher.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/fetchers/multi_resolution_image_resource_fetcher.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M content/renderer/fetchers/resource_fetcher_impl.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/fetchers/resource_fetcher_impl.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M content/renderer/image_loading_helper.h View 1 2 2 chunks +4 lines, -2 lines 0 comments Download
M content/renderer/image_loading_helper.cc View 1 2 3 chunks +18 lines, -14 lines 0 comments Download
M extensions/browser/app_window/app_window.cc View 1 2 3 2 chunks +6 lines, -4 lines 0 comments Download

Messages

Total messages: 32 (10 generated)
pkotwicz
Scott, can you please take a look? I have included some comments inline with the ...
5 years, 10 months ago (2015-02-19 16:47:02 UTC) #4
sky
https://codereview.chromium.org/934693002/diff/40001/chrome/browser/favicon/favicon_handler.cc File chrome/browser/favicon/favicon_handler.cc (right): https://codereview.chromium.org/934693002/diff/40001/chrome/browser/favicon/favicon_handler.cc#newcode389 chrome/browser/favicon/favicon_handler.cc:389: DownloadRequest download_request = i->second; I'm assuming you didn't make ...
5 years, 10 months ago (2015-02-19 18:08:11 UTC) #5
pkotwicz
Scott, can you please take another look? https://codereview.chromium.org/934693002/diff/40001/chrome/browser/favicon/favicon_handler.h File chrome/browser/favicon/favicon_handler.h (right): https://codereview.chromium.org/934693002/diff/40001/chrome/browser/favicon/favicon_handler.h#newcode116 chrome/browser/favicon/favicon_handler.h:116: // For ...
5 years, 10 months ago (2015-02-19 21:29:57 UTC) #8
sky
Everything here looks good. I'll approve after you update DEPS. Also, I'm not an owner ...
5 years, 10 months ago (2015-02-20 17:57:50 UTC) #9
pkotwicz
jam@ can you please take a look at the changes in content/ Can you especially ...
5 years, 10 months ago (2015-02-20 18:18:36 UTC) #10
jam
On 2015/02/20 18:18:36, pkotwicz wrote: > jam@ can you please take a look at the ...
5 years, 10 months ago (2015-02-20 21:34:11 UTC) #12
jam
On 2015/02/20 18:18:36, pkotwicz wrote: > jam@ can you please take a look at the ...
5 years, 10 months ago (2015-02-20 21:34:12 UTC) #13
pkotwicz
jam@ who is the best person to advise whether I should pull blink::WebURLRequest::CachePolicy into a ...
5 years, 10 months ago (2015-02-21 00:17:25 UTC) #14
jam
On 2015/02/21 00:17:25, pkotwicz wrote: > jam@ who is the best person to advise whether ...
5 years, 10 months ago (2015-02-23 15:15:46 UTC) #15
pkotwicz
jam@ can you please take another look? Yes, a bool would suffice. I have changed ...
5 years, 10 months ago (2015-02-25 18:57:55 UTC) #16
pkotwicz
jam@ ping!
5 years, 10 months ago (2015-02-27 02:37:00 UTC) #17
pkotwicz
jam@ Ping!
5 years, 9 months ago (2015-03-03 20:42:29 UTC) #18
jam
lgtm for content I'm really sorry I missed your earlier pings. I've been having machine ...
5 years, 9 months ago (2015-03-03 21:10:40 UTC) #19
pkotwicz
Scott, can you please take another look at the chrome/ changes? I have modified the ...
5 years, 9 months ago (2015-03-03 23:17:12 UTC) #20
sky
LGTM
5 years, 9 months ago (2015-03-04 15:44:14 UTC) #21
pkotwicz
inferno@ can you please take a look at the changes in content/common/image_messages.h
5 years, 9 months ago (2015-03-04 16:04:16 UTC) #23
pkotwicz
inferno@ Ping!
5 years, 9 months ago (2015-03-06 03:32:07 UTC) #24
pkotwicz
tsepez@ can you please take a look at the changes in content/common/image_messages.h
5 years, 9 months ago (2015-03-10 21:24:58 UTC) #26
Tom Sepez
Messages LGTM
5 years, 9 months ago (2015-03-10 21:44:20 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/934693002/160001
5 years, 9 months ago (2015-03-15 21:20:20 UTC) #30
commit-bot: I haz the power
Committed patchset #5 (id:160001)
5 years, 9 months ago (2015-03-16 00:29:27 UTC) #31
commit-bot: I haz the power
5 years, 9 months ago (2015-03-16 00:30:23 UTC) #32
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/fd7735542c3d296871959cb425093c8a6f0d29d3
Cr-Commit-Position: refs/heads/master@{#320691}

Powered by Google App Engine
This is Rietveld 408576698