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

Issue 9968090: Added download error descriptions to tooltips for Mac & Linux. (Closed)

Created:
8 years, 8 months ago by ahendrickson
Modified:
8 years, 8 months ago
CC:
chromium-reviews, asanka, Randy Smith (Not in Mondays)
Visibility:
Public.

Description

Added download error descriptions to tooltips for Mac & Linux. This will allow users to find out more about the error that caused a download interruption. BUG=121698 TEST=None

Patch Set 1 #

Patch Set 2 : Mac & Linux compile fixes. #

Patch Set 3 : Fixed Posix issues. #

Patch Set 4 : Fixed Objective-C error. #

Patch Set 5 : Fixed another Objective-C error. #

Patch Set 6 : Fixed GCC error. #

Patch Set 7 : GTK/Mac: Update tooltip when interrupted. #

Patch Set 8 : Shortened the progress info in the tooltip. #

Patch Set 9 : Fixed GCC compile issue. #

Total comments: 12

Patch Set 10 : Changes per sky & asanka's comments. #

Patch Set 11 : Changed tooltip to using the short error status string. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -14 lines) Patch
M chrome/browser/ui/cocoa/download/download_item_controller.mm View 1 2 3 4 5 6 7 8 9 10 1 chunk +12 lines, -2 lines 1 comment Download
M chrome/browser/ui/cocoa/download/download_item_mac.mm View 1 2 3 4 5 6 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/ui/gtk/download/download_item_gtk.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +14 lines, -5 lines 0 comments Download
M chrome/browser/ui/views/download/download_item_view.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +5 lines, -6 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
ahendrickson
Asanka, could you take a quick look at this code?
8 years, 8 months ago (2012-04-03 19:18:46 UTC) #1
ahendrickson
PTAL.
8 years, 8 months ago (2012-04-04 16:07:20 UTC) #2
sky
http://codereview.chromium.org/9968090/diff/9010/chrome/browser/download/download_browsertest.cc File chrome/browser/download/download_browsertest.cc (right): http://codereview.chromium.org/9968090/diff/9010/chrome/browser/download/download_browsertest.cc#newcode794 chrome/browser/download/download_browsertest.cc:794: MessageLoop::current()->PostDelayedTask( Don't post tasks of arbitrary length. It makes ...
8 years, 8 months ago (2012-04-04 16:55:34 UTC) #3
asanka
http://codereview.chromium.org/9968090/diff/9010/chrome/browser/download/download_item_model.h File chrome/browser/download/download_item_model.h (right): http://codereview.chromium.org/9968090/diff/9010/chrome/browser/download/download_item_model.h#newcode35 chrome/browser/download/download_item_model.h:35: // Get the progress text to display. Consider adding ...
8 years, 8 months ago (2012-04-04 17:27:03 UTC) #4
Robert Sesek
+thakis, who is more familiar with this piece of code
8 years, 8 months ago (2012-04-04 17:27:40 UTC) #5
ahendrickson
http://codereview.chromium.org/9968090/diff/9010/chrome/browser/download/download_browsertest.cc File chrome/browser/download/download_browsertest.cc (right): http://codereview.chromium.org/9968090/diff/9010/chrome/browser/download/download_browsertest.cc#newcode794 chrome/browser/download/download_browsertest.cc:794: MessageLoop::current()->PostDelayedTask( On 2012/04/04 16:55:34, sky wrote: > Don't post ...
8 years, 8 months ago (2012-04-04 17:49:31 UTC) #6
Nico
http://codereview.chromium.org/9968090/diff/9010/chrome/browser/ui/gtk/download/download_item_gtk.cc File chrome/browser/ui/gtk/download/download_item_gtk.cc (right): http://codereview.chromium.org/9968090/diff/9010/chrome/browser/ui/gtk/download/download_item_gtk.cc#newcode498 chrome/browser/ui/gtk/download/download_item_gtk.cc:498: &elidedMessages); Hm, maybe that should be on the downloads ...
8 years, 8 months ago (2012-04-04 17:50:06 UTC) #7
sky
LGTM
8 years, 8 months ago (2012-04-04 20:46:59 UTC) #8
asanka
http://codereview.chromium.org/9968090/diff/9010/chrome/browser/ui/gtk/download/download_item_gtk.cc File chrome/browser/ui/gtk/download/download_item_gtk.cc (right): http://codereview.chromium.org/9968090/diff/9010/chrome/browser/ui/gtk/download/download_item_gtk.cc#newcode498 chrome/browser/ui/gtk/download/download_item_gtk.cc:498: &elidedMessages); On 2012/04/04 17:50:06, Nico wrote: > Hm, maybe ...
8 years, 8 months ago (2012-04-05 19:08:34 UTC) #9
ahendrickson
Nico: Ping. On 2012/04/05 19:08:34, asanka wrote: > http://codereview.chromium.org/9968090/diff/9010/chrome/browser/ui/gtk/download/download_item_gtk.cc > File chrome/browser/ui/gtk/download/download_item_gtk.cc (right): > > ...
8 years, 8 months ago (2012-04-06 15:46:01 UTC) #10
Nico
Patch set 11 LGTM, with 1 minor comment (that applies to 3 files). Thanks! http://codereview.chromium.org/9968090/diff/24001/chrome/browser/ui/cocoa/download/download_item_controller.mm ...
8 years, 8 months ago (2012-04-06 16:14:05 UTC) #11
asanka
This is now http://codereview.chromium.org/10169025/
8 years, 8 months ago (2012-04-23 18:29:29 UTC) #12
ahendrickson
On 2012/04/23 18:29:29, asanka wrote: > This is now http://codereview.chromium.org/10169025/ Thanks for taking this!
8 years, 8 months ago (2012-04-23 23:19:33 UTC) #13
sky
8 years, 8 months ago (2012-04-23 23:43:15 UTC) #14
LGTM

Powered by Google App Engine
This is Rietveld 408576698