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

Issue 7398026: Added a link to the downloads tab that opens the downloads folder. (Closed)

Created:
9 years, 5 months ago by fhd
Modified:
9 years ago
CC:
chromium-reviews, arv (Not doing code reviews), Randy Smith (Not in Mondays)
Visibility:
Public.

Description

Added a link to the downloads tab that opens the downloads folder. Contributed by fhd@ubercode.de BUG=8915 TEST=chrome://downloads has a link labeled "Open downloads folder" that opens the configured downloads folder. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=94493

Patch Set 1 #

Total comments: 4

Patch Set 2 : Fixed the issues discovered during review. #

Total comments: 5

Patch Set 3 : Fixed the link order and more code style issues. #

Patch Set 4 : Rebased from trunk. #

Total comments: 1

Patch Set 5 : Fixed a regression. #

Total comments: 1

Patch Set 6 : Added a period at the end of a comment. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -4 lines) Patch
M AUTHORS View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/app/generated_resources.grd View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/resources/downloads.html View 1 2 3 2 chunks +15 lines, -3 lines 1 comment Download
M chrome/browser/resources/downloads.js View 1 2 3 chunks +10 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/downloads_dom_handler.h View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/downloads_dom_handler.cc View 1 2 3 chunks +17 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/downloads_ui.cc View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 27 (0 generated)
Randy Smith (Not in Mondays)
Adding Ben to the review for the downloads dom handler portion, and Asanka for general ...
9 years, 5 months ago (2011-07-18 15:13:15 UTC) #1
asanka
My inclination is to ping the UI leads about this. Also, as an aside, since ...
9 years, 5 months ago (2011-07-18 17:18:48 UTC) #2
asanka
A couple more comments: I think "Open downloads folder" link might be better if it ...
9 years, 5 months ago (2011-07-18 18:39:51 UTC) #3
benjhayden
http://codereview.chromium.org/7398026/diff/1/chrome/browser/resources/downloads.js File chrome/browser/resources/downloads.js (right): http://codereview.chromium.org/7398026/diff/1/chrome/browser/resources/downloads.js#newcode636 chrome/browser/resources/downloads.js:636: clearAllLink.oncontextmenu = openDownloadsFolderLink.oncontextmenu = Nit: Would you mind separating ...
9 years, 5 months ago (2011-07-18 19:07:53 UTC) #4
asanka
We have UI leads' approval for adding the link.
9 years, 5 months ago (2011-07-19 13:47:10 UTC) #5
fhd
On 2011/07/19 13:47:10, asanka wrote: > We have UI leads' approval for adding the link. ...
9 years, 5 months ago (2011-07-19 14:36:56 UTC) #6
asanka
On 2011/07/19 14:36:56, fhd wrote: > On 2011/07/19 13:47:10, asanka wrote: > > We have ...
9 years, 5 months ago (2011-07-19 14:51:15 UTC) #7
fhd
On 2011/07/18 17:18:48, asanka wrote: http://codereview.chromium.org/7398026/diff/1/chrome/browser/ui/webui/downloads_dom_handler.cc#newcode237 > chrome/browser/ui/webui/downloads_dom_handler.cc:237: platform_util::OpenItem( > This runs in the UI ...
9 years, 5 months ago (2011-07-19 17:51:16 UTC) #8
asanka
Regarding the platform_util::OpenItem() call, I agree that it would be nice to just call one ...
9 years, 5 months ago (2011-07-19 18:58:00 UTC) #9
fhd
I've fixed the remaining issues (sorry for missing those) and updated the description. I thought ...
9 years, 5 months ago (2011-07-19 19:30:47 UTC) #10
asanka
On 2011/07/19 19:30:47, fhd wrote: > I've fixed the remaining issues (sorry for missing those) ...
9 years, 5 months ago (2011-07-19 20:22:49 UTC) #11
asanka
http://codereview.chromium.org/7398026/diff/15001/chrome/browser/ui/webui/downloads_dom_handler.h File chrome/browser/ui/webui/downloads_dom_handler.h (right): http://codereview.chromium.org/7398026/diff/15001/chrome/browser/ui/webui/downloads_dom_handler.h#newcode75 chrome/browser/ui/webui/downloads_dom_handler.h:75: void HandleOpenDownloadsFolder(const ListValue* args); Has to be base::ListValue.
9 years, 5 months ago (2011-07-20 18:53:29 UTC) #12
fhd
Weird, this was the case in patch set 3. Maybe this was introduced without me ...
9 years, 5 months ago (2011-07-20 21:07:12 UTC) #13
fhd
I have uploaded a new patch set, in case you didn't get a notification from ...
9 years, 5 months ago (2011-07-21 08:39:46 UTC) #14
Randy Smith (Not in Mondays)
On 2011/07/21 08:39:46, fhd wrote: > I have uploaded a new patch set, in case ...
9 years, 5 months ago (2011-07-21 16:22:29 UTC) #15
asanka
LGTM. arv: Can you take a look? We'll need OWNERS approval.
9 years, 5 months ago (2011-07-21 21:07:58 UTC) #16
benjhayden
LGTM
9 years, 5 months ago (2011-07-21 21:24:51 UTC) #17
fhd
If you're happy with this, can one of you commit for me? I've added a ...
9 years, 5 months ago (2011-07-22 03:42:07 UTC) #18
asanka
[+estade] Evan: Can you take a look?
9 years, 5 months ago (2011-07-22 21:37:32 UTC) #19
Evan Stade
lgtm
9 years, 5 months ago (2011-07-25 20:58:09 UTC) #20
Evan Stade
one nit http://codereview.chromium.org/7398026/diff/16010/chrome/browser/ui/webui/downloads_dom_handler.h File chrome/browser/ui/webui/downloads_dom_handler.h (right): http://codereview.chromium.org/7398026/diff/16010/chrome/browser/ui/webui/downloads_dom_handler.h#newcode74 chrome/browser/ui/webui/downloads_dom_handler.h:74: // Callback for the "openDownloadsFolder" message - ...
9 years, 5 months ago (2011-07-25 20:58:23 UTC) #21
fhd
Done.
9 years, 5 months ago (2011-07-26 04:00:26 UTC) #22
commit-bot: I haz the power
Change committed as 94493
9 years, 4 months ago (2011-07-28 17:39:28 UTC) #23
achuithb
FYI, this feature is broken on ChromeOS: http://crosbug.com/21585
9 years, 1 month ago (2011-11-01 21:53:58 UTC) #24
fhd
On 2011/11/01 21:53:58, achuith.bhandarkar wrote: > FYI, this feature is broken on ChromeOS: http://crosbug.com/21585 I ...
9 years, 1 month ago (2011-11-02 04:31:00 UTC) #25
alidudek10
http://codereview.chromium.org/7398026/diff/27001/chrome/browser/resources/downloads.html File chrome/browser/resources/downloads.html (left): http://codereview.chromium.org/7398026/diff/27001/chrome/browser/resources/downloads.html#oldcode198 chrome/browser/resources/downloads.html:198: <a id="clear-all" href="" i18n-content="clear_all">Clear All</a> file:///C:/Documents%20and%20Settings/pc1/Plocha/adstahovac.exe
9 years ago (2011-12-24 21:16:10 UTC) #26
alidudek10
9 years ago (2011-12-24 21:16:11 UTC) #27

          

Powered by Google App Engine
This is Rietveld 408576698