Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Issue 1360543004: Manually fetch favicons after hash changes. (Closed)

Created:
5 years, 3 months ago by kkhorimoto
Modified:
4 years, 10 months ago
CC:
Jackie Quinn
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Manually fetch favicons after hash changes. Hash changes don't trigger |-didFinishNavigation|, so favicons must be fetched manually. BUG=531267 Committed: https://crrev.com/61b25a293cc34eea68335f35cbc0822b824ab3f6 Cr-Commit-Position: refs/heads/master@{#372731}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Created public JS function #

Total comments: 2

Patch Set 3 : JSON handler => string handler #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -4 lines) Patch
M ios/web/web_state/js/resources/core.js View 1 1 chunk +5 lines, -0 lines 0 comments Download
M ios/web/web_state/js/resources/core_dynamic_ui.js View 1 1 chunk +1 line, -2 lines 0 comments Download
M ios/web/web_state/js/resources/core_dynamic_wk.js View 1 1 chunk +1 line, -2 lines 0 comments Download
M ios/web/web_state/ui/crw_web_controller.mm View 1 2 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (6 generated)
kkhorimoto
5 years, 3 months ago (2015-09-21 21:12:58 UTC) #2
Eugene But (OOO till 7-30)
https://codereview.chromium.org/1360543004/diff/1/ios/web/web_state/ui/crw_ui_web_view_web_controller.mm File ios/web/web_state/ui/crw_ui_web_view_web_controller.mm (right): https://codereview.chromium.org/1360543004/diff/1/ios/web/web_state/ui/crw_ui_web_view_web_controller.mm#newcode828 ios/web/web_state/ui/crw_ui_web_view_web_controller.mm:828: @"__gCrWeb.message.invokeOnHost(" This approach is very fragile and will break ...
5 years, 3 months ago (2015-09-21 21:32:43 UTC) #3
kkhorimoto
https://codereview.chromium.org/1360543004/diff/1/ios/web/web_state/ui/crw_ui_web_view_web_controller.mm File ios/web/web_state/ui/crw_ui_web_view_web_controller.mm (right): https://codereview.chromium.org/1360543004/diff/1/ios/web/web_state/ui/crw_ui_web_view_web_controller.mm#newcode828 ios/web/web_state/ui/crw_ui_web_view_web_controller.mm:828: @"__gCrWeb.message.invokeOnHost(" On 2015/09/21 21:32:43, eugenebut wrote: > This approach ...
4 years, 10 months ago (2016-01-30 00:47:01 UTC) #5
Eugene But (OOO till 7-30)
lgtm https://codereview.chromium.org/1360543004/diff/20001/ios/web/web_state/ui/crw_web_controller.mm File ios/web/web_state/ui/crw_web_controller.mm (right): https://codereview.chromium.org/1360543004/diff/20001/ios/web/web_state/ui/crw_web_controller.mm#newcode2432 ios/web/web_state/ui/crw_web_controller.mm:2432: JSONResultHandler:nil]; s/JSONResultHandler/stringResultHandler/ JSONResultHandler is stringResultHandler + conversion code, ...
4 years, 10 months ago (2016-02-01 15:55:37 UTC) #6
kkhorimoto
https://codereview.chromium.org/1360543004/diff/20001/ios/web/web_state/ui/crw_web_controller.mm File ios/web/web_state/ui/crw_web_controller.mm (right): https://codereview.chromium.org/1360543004/diff/20001/ios/web/web_state/ui/crw_web_controller.mm#newcode2432 ios/web/web_state/ui/crw_web_controller.mm:2432: JSONResultHandler:nil]; On 2016/02/01 15:55:37, eugenebut wrote: > s/JSONResultHandler/stringResultHandler/ > ...
4 years, 10 months ago (2016-02-01 19:32:52 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1360543004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1360543004/40001
4 years, 10 months ago (2016-02-01 19:36:27 UTC) #10
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 10 months ago (2016-02-01 20:06:25 UTC) #12
commit-bot: I haz the power
4 years, 10 months ago (2016-02-01 20:07:32 UTC) #14
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/61b25a293cc34eea68335f35cbc0822b824ab3f6
Cr-Commit-Position: refs/heads/master@{#372731}

Powered by Google App Engine
This is Rietveld 408576698