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

Issue 11016022: Don't show downloads from web intents picker in shelf (Closed)

Created:
8 years, 2 months ago by sail
Modified:
8 years, 2 months ago
CC:
chromium-reviews, groby+watch_chromium.org, jam, joi+watch-content_chromium.org, darin-cc_chromium.org, rdsmith+dwatch_chromium.org, gbillock+watch_chromium.org, smckay+watch_chromium.org, rouslan+watch_chromium.org
Visibility:
Public.

Description

Don't show downloads from web intents picker in shelf This CL adds a new attribute to DownloadItem that can be used to suppress the download shelf. This attribute is set the by web intent picker to hide extension downloads. BUG=152010 TBR=sky@chromium.org TEST=Go to http://webintents.org. Click share. Click "Add to Chrome". Verify that the download shelf is not shown. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=161040

Patch Set 1 #

Patch Set 2 : address review comments #

Total comments: 2

Patch Set 3 : fix merge #

Patch Set 4 : fix build #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -0 lines) Patch
M chrome/browser/download/download_browsertest.cc View 1 2 3 2 chunks +34 lines, -0 lines 0 comments Download
M chrome/browser/download/download_util.h View 1 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/download/download_util.cc View 1 2 chunks +25 lines, -0 lines 0 comments Download
M chrome/browser/ui/browser.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/intents/web_intent_picker_controller.cc View 1 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (0 generated)
sail
This was originally this CL: https://codereview.chromium.org/10980002/ Now it only contains the download specific code.
8 years, 2 months ago (2012-10-02 23:09:48 UTC) #1
Avi (use Gerrit)
My disagreement stands. This adds an interface to content code that isn't used by content, ...
8 years, 2 months ago (2012-10-02 23:12:12 UTC) #2
sail
On 2012/10/02 23:12:12, Avi wrote: > My disagreement stands. This adds an interface to content ...
8 years, 2 months ago (2012-10-02 23:15:15 UTC) #3
Randy Smith (Not in Mondays)
On 2012/10/02 23:15:15, sail wrote: > On 2012/10/02 23:12:12, Avi wrote: > > My disagreement ...
8 years, 2 months ago (2012-10-08 17:53:48 UTC) #4
sail
Removed changes to content/*. Please take another look.
8 years, 2 months ago (2012-10-09 19:31:35 UTC) #5
Randy Smith (Not in Mondays)
Quick bit of confusion. http://codereview.chromium.org/11016022/diff/5001/chrome/browser/download/download_browsertest.cc File chrome/browser/download/download_browsertest.cc (right): http://codereview.chromium.org/11016022/diff/5001/chrome/browser/download/download_browsertest.cc#newcode211 chrome/browser/download/download_browsertest.cc:211: item->SetShouldShowInShelf(item, false); How does this ...
8 years, 2 months ago (2012-10-09 19:36:05 UTC) #6
sail
https://codereview.chromium.org/11016022/diff/5001/chrome/browser/download/download_browsertest.cc File chrome/browser/download/download_browsertest.cc (right): https://codereview.chromium.org/11016022/diff/5001/chrome/browser/download/download_browsertest.cc#newcode211 chrome/browser/download/download_browsertest.cc:211: item->SetShouldShowInShelf(item, false); On 2012/10/09 19:36:06, rdsmith wrote: > How ...
8 years, 2 months ago (2012-10-09 19:46:13 UTC) #7
Randy Smith (Not in Mondays)
Happy to go with Asanka's review. I don't think download_util.h is the best place, but ...
8 years, 2 months ago (2012-10-09 20:09:00 UTC) #8
asanka
LGTM. Thanks!
8 years, 2 months ago (2012-10-09 20:22:36 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sail@chromium.org/11016022/7002
8 years, 2 months ago (2012-10-09 20:31:07 UTC) #10
commit-bot: I haz the power
Presubmit check for 11016022-7002 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 2 months ago (2012-10-09 20:31:14 UTC) #11
sail
+gbillock for intents/*
8 years, 2 months ago (2012-10-09 20:34:54 UTC) #12
Greg Billock
On 2012/10/09 20:34:54, sail wrote: > +gbillock for intents/* lgtm
8 years, 2 months ago (2012-10-09 22:31:21 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sail@chromium.org/11016022/7002
8 years, 2 months ago (2012-10-09 22:35:17 UTC) #14
commit-bot: I haz the power
Presubmit check for 11016022-7002 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 2 months ago (2012-10-09 22:35:25 UTC) #15
sail
sky reviewed this in a different CL. TBRing him.
8 years, 2 months ago (2012-10-09 23:11:32 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sail@chromium.org/11016022/7002
8 years, 2 months ago (2012-10-09 23:12:16 UTC) #17
commit-bot: I haz the power
Presubmit check for 11016022-7002 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 2 months ago (2012-10-09 23:12:23 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sail@chromium.org/11016022/7002
8 years, 2 months ago (2012-10-09 23:57:57 UTC) #19
commit-bot: I haz the power
Presubmit check for 11016022-7002 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 2 months ago (2012-10-09 23:58:01 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sail@chromium.org/11016022/7002
8 years, 2 months ago (2012-10-09 23:58:52 UTC) #21
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build. Your ...
8 years, 2 months ago (2012-10-10 00:51:50 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sail@chromium.org/11016022/18005
8 years, 2 months ago (2012-10-10 02:16:13 UTC) #23
commit-bot: I haz the power
8 years, 2 months ago (2012-10-10 04:28:14 UTC) #24
Change committed as 161040

Powered by Google App Engine
This is Rietveld 408576698