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

Issue 2148483002: [Mac] Fix download shelf items (Closed)

Created:
4 years, 5 months ago by spqchan
Modified:
4 years, 4 months ago
Reviewers:
Robert Sesek
CC:
chromium-reviews, asanka, dbeam+watch-downloads_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Mac] Fix download shelf items Make sure that the download shelf items are updated after we exit fullscreen. BUG=600411 Committed: https://crrev.com/b918411255a8a4bdba4f17e417ac6a8fcd00c38c Cr-Commit-Position: refs/heads/master@{#408839}

Patch Set 1 #

Patch Set 2 : Nit #

Total comments: 1

Patch Set 3 : Fix for rsesek #

Patch Set 4 : nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -4 lines) Patch
M chrome/browser/ui/cocoa/download/download_item_controller.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/download/download_item_controller.mm View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/download/download_shelf_controller.mm View 1 2 3 3 chunks +11 lines, -4 lines 0 comments Download

Messages

Total messages: 20 (7 generated)
spqchan
PTAL
4 years, 5 months ago (2016-07-12 20:28:15 UTC) #3
Robert Sesek
https://codereview.chromium.org/2148483002/diff/20001/chrome/browser/ui/cocoa/download/download_shelf_controller.mm File chrome/browser/ui/cocoa/download/download_shelf_controller.mm (right): https://codereview.chromium.org/2148483002/diff/20001/chrome/browser/ui/cocoa/download/download_shelf_controller.mm#newcode490 chrome/browser/ui/cocoa/download/download_shelf_controller.mm:490: [controller updateViews]; Can you call [[controller view] setNeedsDisplay:YES] instead?
4 years, 5 months ago (2016-07-12 23:33:13 UTC) #4
spqchan
On 2016/07/12 23:33:13, Robert Sesek wrote: > https://codereview.chromium.org/2148483002/diff/20001/chrome/browser/ui/cocoa/download/download_shelf_controller.mm > File chrome/browser/ui/cocoa/download/download_shelf_controller.mm (right): > > https://codereview.chromium.org/2148483002/diff/20001/chrome/browser/ui/cocoa/download/download_shelf_controller.mm#newcode490 ...
4 years, 5 months ago (2016-07-20 01:13:43 UTC) #5
spqchan
ping
4 years, 4 months ago (2016-07-29 17:37:34 UTC) #6
Robert Sesek
lgtm
4 years, 4 months ago (2016-07-29 20:13:29 UTC) #7
spqchan
On 2016/07/29 20:13:29, Robert Sesek wrote: > lgtm thanks!
4 years, 4 months ago (2016-07-30 00:16:43 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2148483002/60001
4 years, 4 months ago (2016-07-30 00:16:48 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/269119)
4 years, 4 months ago (2016-07-30 01:00:27 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2148483002/60001
4 years, 4 months ago (2016-07-30 01:04:34 UTC) #14
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 4 months ago (2016-07-30 01:57:04 UTC) #16
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/b918411255a8a4bdba4f17e417ac6a8fcd00c38c Cr-Commit-Position: refs/heads/master@{#408839}
4 years, 4 months ago (2016-07-30 01:58:16 UTC) #18
Robert Sesek
What about using cr_recursivelySetNeedsDisplay from https://cs.chromium.org/chromium/src/ui/base/cocoa/nsview_additions.h?sq=package:chromium&dr=C ?
4 years, 4 months ago (2016-08-03 21:40:26 UTC) #19
spqchan
4 years, 4 months ago (2016-08-04 02:03:21 UTC) #20
Message was sent while issue was closed.
On 2016/08/03 21:40:26, Robert Sesek wrote:
> What about using cr_recursivelySetNeedsDisplay from
>
https://cs.chromium.org/chromium/src/ui/base/cocoa/nsview_additions.h?sq=pack...
> ?

Oh, that's a good point, I have no idea we have that. I'll give that a go

Powered by Google App Engine
This is Rietveld 408576698