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

Issue 2317423004: Reduce jank from favicon downscaling. (Closed)

Created:
4 years, 3 months ago by aelias_OOO_until_Jul13
Modified:
4 years, 3 months ago
Reviewers:
CC:
chromium-reviews
Target Ref:
refs/pending/branch-heads/2840
Project:
chromium
Visibility:
Public.

Description

Reduce jank from favicon downscaling. This refactors the favicon decode+downscaling+reencode logic into a utility method and calls it on the history thread instead of janking the UI thread. (I left in a call in the original site as a fallback path, but it will typically early-return as the work was already done.) I also added TRACE_EVENTs to help diagnose future performance issues. BUG=644573 Review-Url: https://codereview.chromium.org/2313563002 Cr-Commit-Position: refs/heads/master@{#417190} (cherry picked from commit 825375667cf20a127144357b2bcb24201f794e7d) Committed: https://chromium.googlesource.com/chromium/src/+/ada426ca9d3b55c1a578fc30674dd2ac3f7ef5f5

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -40 lines) Patch
M components/favicon/core/favicon_service.cc View 11 chunks +15 lines, -40 lines 0 comments Download
M components/favicon_base/favicon_util.h View 1 chunk +9 lines, -0 lines 0 comments Download
M components/favicon_base/favicon_util.cc View 4 chunks +50 lines, -0 lines 0 comments Download
M components/history/core/browser/history_backend.cc View 3 chunks +11 lines, -0 lines 0 comments Download
M components/history/core/browser/history_service.cc View 6 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (1 generated)
aelias_OOO_until_Jul13
4 years, 3 months ago (2016-09-09 00:48:07 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
ada426ca9d3b55c1a578fc30674dd2ac3f7ef5f5.

Powered by Google App Engine
This is Rietveld 408576698