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

Issue 772533002: Fix icon on Windows XP taskbar (Closed)

Created:
6 years ago by Tomasz Moniuszko
Modified:
6 years ago
Reviewers:
asvitkine_google, sky
CC:
chromium-reviews, tfarina
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Fix icon on Windows XP taskbar BUG=437829 Committed: https://crrev.com/0593c1690aeb6ac4869504b91d8172546aea1da6 Cr-Commit-Position: refs/heads/master@{#306389} Committed: https://crrev.com/cd5b3ee6956e1c5adfe0c498c67213ebf17f60ce Cr-Commit-Position: refs/heads/master@{#308326}

Patch Set 1 #

Total comments: 1

Patch Set 2 : s/NULL/nullptr #

Patch Set 3 : Include fix for regression 438980 #

Patch Set 4 : Patch Set 2 rebased to current master #

Patch Set 5 : Patch Set 4 + fix for regression 438980 #

Total comments: 6

Patch Set 6 : Add some doc + git cl format #

Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -27 lines) Patch
M chrome/browser/app_icon_win.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/app_icon_win.cc View 1 2 3 4 5 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/chrome_views_delegate.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/chrome_views_delegate.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/frame/glass_browser_frame_view.cc View 1 2 3 4 5 3 chunks +32 lines, -8 lines 0 comments Download
M ui/gfx/win/window_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M ui/gfx/win/window_impl.cc View 1 2 3 4 5 4 chunks +14 lines, -16 lines 0 comments Download
M ui/views/test/test_views_delegate.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M ui/views/views_delegate.h View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/views/win/hwnd_message_handler.h View 1 chunk +1 line, -0 lines 0 comments Download
M ui/views/win/hwnd_message_handler.cc View 1 2 3 4 5 1 chunk +12 lines, -3 lines 0 comments Download

Messages

Total messages: 22 (5 generated)
Tomasz Moniuszko
6 years ago (2014-12-01 15:51:38 UTC) #2
sky
LGTM https://codereview.chromium.org/772533002/diff/1/ui/gfx/win/window_impl.cc File ui/gfx/win/window_impl.cc (right): https://codereview.chromium.org/772533002/diff/1/ui/gfx/win/window_impl.cc#newcode265 ui/gfx/win/window_impl.cc:265: return NULL; If possible, nullptr every where.
6 years ago (2014-12-01 17:35:52 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/772533002/20001
6 years ago (2014-12-02 08:59:08 UTC) #5
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel on tryserver.chromium.win (http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel/builds/16016)
6 years ago (2014-12-02 10:46:04 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/772533002/20001
6 years ago (2014-12-02 15:05:04 UTC) #9
commit-bot: I haz the power
Committed patchset #2 (id:20001)
6 years ago (2014-12-02 15:49:00 UTC) #10
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/0593c1690aeb6ac4869504b91d8172546aea1da6 Cr-Commit-Position: refs/heads/master@{#306389}
6 years ago (2014-12-02 15:49:47 UTC) #11
sky
A revert of this CL (patchset #2 id:20001) has been created in https://codereview.chromium.org/780913002/ by sky@chromium.org. ...
6 years ago (2014-12-04 16:01:46 UTC) #12
Tomasz Moniuszko
On 2014/12/04 16:01:46, sky wrote: > A revert of this CL (patchset #2 id:20001) has ...
6 years ago (2014-12-10 12:59:56 UTC) #13
sky
Can you upload a patch with the patch you landed rebased to trunk, and then ...
6 years ago (2014-12-10 16:54:43 UTC) #14
Tomasz Moniuszko
On 2014/12/10 16:54:43, sky wrote: > Can you upload a patch with the patch you ...
6 years ago (2014-12-11 11:14:36 UTC) #15
sky
https://codereview.chromium.org/772533002/diff/80001/chrome/browser/ui/views/frame/glass_browser_frame_view.cc File chrome/browser/ui/views/frame/glass_browser_frame_view.cc (right): https://codereview.chromium.org/772533002/diff/80001/chrome/browser/ui/views/frame/glass_browser_frame_view.cc#newcode76 chrome/browser/ui/views/frame/glass_browser_frame_view.cc:76: HICON CreateHICONFromSkBitmap(const gfx::ImageSkia& image, int width, Make sure to ...
6 years ago (2014-12-11 15:51:23 UTC) #16
Tomasz Moniuszko
https://codereview.chromium.org/772533002/diff/80001/chrome/browser/ui/views/frame/glass_browser_frame_view.cc File chrome/browser/ui/views/frame/glass_browser_frame_view.cc (right): https://codereview.chromium.org/772533002/diff/80001/chrome/browser/ui/views/frame/glass_browser_frame_view.cc#newcode76 chrome/browser/ui/views/frame/glass_browser_frame_view.cc:76: HICON CreateHICONFromSkBitmap(const gfx::ImageSkia& image, int width, On 2014/12/11 15:51:23, ...
6 years ago (2014-12-12 11:47:07 UTC) #17
sky
LGTM
6 years ago (2014-12-12 16:28:45 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/772533002/100001
6 years ago (2014-12-15 08:06:37 UTC) #20
commit-bot: I haz the power
Committed patchset #6 (id:100001)
6 years ago (2014-12-15 08:51:12 UTC) #21
commit-bot: I haz the power
6 years ago (2014-12-15 08:51:53 UTC) #22
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/cd5b3ee6956e1c5adfe0c498c67213ebf17f60ce
Cr-Commit-Position: refs/heads/master@{#308326}

Powered by Google App Engine
This is Rietveld 408576698