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

Issue 6680002: Pull the file picker code out of TabContents. (Closed)

Created:
9 years, 9 months ago by Avi (use Gerrit)
Modified:
9 years, 7 months ago
Reviewers:
jam
CC:
chromium-reviews
Visibility:
Public.

Description

Pull the file picker code out of TabContents. BUG=71097 TEST=hammer on the HTML file selection dialogs. No visible change; no crashes, nothing. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=77835

Patch Set 1 #

Patch Set 2 : Forgot the DISALLOW #

Total comments: 4

Patch Set 3 : fixes for jam@ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -32 lines) Patch
M chrome/browser/file_select_helper.h View 1 3 chunks +34 lines, -13 lines 0 comments Download
M chrome/browser/file_select_helper.cc View 1 2 3 chunks +28 lines, -1 line 0 comments Download
M chrome/browser/ui/tab_contents/tab_contents_wrapper.h View 3 chunks +10 lines, -2 lines 0 comments Download
M chrome/browser/ui/tab_contents/tab_contents_wrapper.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M content/browser/tab_contents/tab_contents.h View 1 2 4 chunks +0 lines, -6 lines 0 comments Download
M content/browser/tab_contents/tab_contents.cc View 1 2 3 chunks +0 lines, -10 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Avi (use Gerrit)
9 years, 9 months ago (2011-03-11 16:05:18 UTC) #1
jam
http://codereview.chromium.org/6680002/diff/3001/chrome/browser/file_select_helper.cc File chrome/browser/file_select_helper.cc (right): http://codereview.chromium.org/6680002/diff/3001/chrome/browser/file_select_helper.cc#newcode270 chrome/browser/file_select_helper.cc:270: if (file_select_helper_.get() == NULL) nit: usual style is to ...
9 years, 9 months ago (2011-03-11 17:03:58 UTC) #2
Avi (use Gerrit)
http://codereview.chromium.org/6680002/diff/3001/chrome/browser/file_select_helper.cc File chrome/browser/file_select_helper.cc (right): http://codereview.chromium.org/6680002/diff/3001/chrome/browser/file_select_helper.cc#newcode270 chrome/browser/file_select_helper.cc:270: if (file_select_helper_.get() == NULL) On 2011/03/11 17:03:58, John Abd-El-Malek ...
9 years, 9 months ago (2011-03-11 17:24:41 UTC) #3
jam
lgtm On 2011/03/11 17:24:41, Avi wrote: > http://codereview.chromium.org/6680002/diff/3001/chrome/browser/file_select_helper.cc > File chrome/browser/file_select_helper.cc (right): > > http://codereview.chromium.org/6680002/diff/3001/chrome/browser/file_select_helper.cc#newcode270 ...
9 years, 9 months ago (2011-03-11 17:32:15 UTC) #4
Avi (use Gerrit)
9 years, 9 months ago (2011-03-11 17:33:52 UTC) #5
On 2011/03/11 17:32:15, John Abd-El-Malek wrote:
> ah ok, I should have searched first :)

No problem. In fact, that was my brilliant idea at first, and you should have
heard me swear when I saw the compilation issue with ExtensionHost...

Powered by Google App Engine
This is Rietveld 408576698