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

Issue 12212053: Moves calling TaskbarList::SetOverlayIcon to a separate thread. It (Closed)

Created:
7 years, 10 months ago by sky
Modified:
7 years, 10 months ago
CC:
chromium-reviews, tfarina, jennb, jianli, Dmitry Titov, dcheng
Visibility:
Public.

Description

Moves calling TaskbarList::SetOverlayIcon to a separate thread. It turns out calling SetOverlayIcon() runs a nested message loop, which can result in all sorts of problems (and crashes). Since we don't care about the result I'm moving the call to a worker thread. BUG=174768 TEST=none R=ben@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=182145

Patch Set 1 #

Patch Set 2 : Merge to trunk #

Unified diffs Side-by-side diffs Delta from patch set Stats (+130 lines, -75 lines) Patch
M chrome/browser/ui/views/avatar_menu_button.h View 2 chunks +1 line, -7 lines 0 comments Download
M chrome/browser/ui/views/avatar_menu_button.cc View 1 chunk +0 lines, -63 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_non_client_frame_view.cc View 2 chunks +3 lines, -2 lines 0 comments Download
A chrome/browser/ui/views/frame/taskbar_decorator.h View 1 chunk +23 lines, -0 lines 0 comments Download
A + chrome/browser/ui/views/frame/taskbar_decorator.cc View 1 chunk +2 lines, -3 lines 0 comments Download
A chrome/browser/ui/views/frame/taskbar_decorator_win.cc View 1 chunk +97 lines, -0 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
sky
7 years, 10 months ago (2013-02-06 23:54:03 UTC) #1
Ben Goodger (Google)
lgtm
7 years, 10 months ago (2013-02-12 20:51:52 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sky@chromium.org/12212053/2001
7 years, 10 months ago (2013-02-12 22:14:36 UTC) #3
commit-bot: I haz the power
7 years, 10 months ago (2013-02-13 06:39:55 UTC) #4
Message was sent while issue was closed.
Change committed as 182145

Powered by Google App Engine
This is Rietveld 408576698