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

Issue 3660003: Support file utilities and mime-related methods on workers. (Closed)

Created:
10 years, 2 months ago by kinuko
Modified:
9 years, 7 months ago
CC:
chromium-reviews, jam, ben+cc_chromium.org, darin-cc_chromium.org, brettw-cc_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Support file utilities and mime-related methods on workers. They are necessary to support File::create and File.size() on workers. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=62692

Patch Set 1 : '' #

Total comments: 6

Patch Set 2 : '' #

Total comments: 12

Patch Set 3 : '' #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+411 lines, -176 lines) Patch
A chrome/browser/renderer_host/file_utilities_dispatcher_host.h View 1 2 1 chunk +63 lines, -0 lines 0 comments Download
A chrome/browser/renderer_host/file_utilities_dispatcher_host.cc View 1 2 1 chunk +201 lines, -0 lines 0 comments Download
M chrome/browser/renderer_host/resource_message_filter.h View 1 2 3 4 chunks +4 lines, -11 lines 0 comments Download
M chrome/browser/renderer_host/resource_message_filter.cc View 1 2 3 8 chunks +10 lines, -141 lines 0 comments Download
M chrome/browser/worker_host/worker_process_host.h View 4 chunks +10 lines, -0 lines 0 comments Download
M chrome/browser/worker_host/worker_process_host.cc View 1 2 8 chunks +31 lines, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/renderer/renderer_webkitclient_impl.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/worker/worker_webkitclient_impl.h View 1 3 chunks +7 lines, -3 lines 0 comments Download
M chrome/worker/worker_webkitclient_impl.cc View 1 2 6 chunks +79 lines, -18 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
kinuko
10 years, 2 months ago (2010-10-11 08:12:36 UTC) #1
ericu
http://codereview.chromium.org/3660003/diff/7001/8005 File chrome/browser/worker_host/worker_process_host.cc (right): http://codereview.chromium.org/3660003/diff/7001/8005#newcode513 chrome/browser/worker_host/worker_process_host.cc:513: void WorkerProcessHost::OnGetMimeTypeFromFile( This seems harmless, but should we do ...
10 years, 2 months ago (2010-10-11 17:43:18 UTC) #2
kinuko
http://codereview.chromium.org/3660003/diff/7001/8005 File chrome/browser/worker_host/worker_process_host.cc (right): http://codereview.chromium.org/3660003/diff/7001/8005#newcode513 chrome/browser/worker_host/worker_process_host.cc:513: void WorkerProcessHost::OnGetMimeTypeFromFile( On 2010/10/11 17:43:18, ericu wrote: > This ...
10 years, 2 months ago (2010-10-11 18:43:58 UTC) #3
ericu
On 2010/10/11 18:43:58, Kinuko Yasuda wrote: > http://codereview.chromium.org/3660003/diff/7001/8005 > File chrome/browser/worker_host/worker_process_host.cc (right): > > http://codereview.chromium.org/3660003/diff/7001/8005#newcode513 ...
10 years, 2 months ago (2010-10-12 00:13:15 UTC) #4
jianli
LGTM with some minor comments. http://codereview.chromium.org/3660003/diff/7002/13001 File chrome/browser/renderer_host/file_utilities_dispatcher_host.cc (right): http://codereview.chromium.org/3660003/diff/7002/13001#newcode158 chrome/browser/renderer_host/file_utilities_dispatcher_host.cc:158: int mode, Not aligned ...
10 years, 2 months ago (2010-10-14 01:10:11 UTC) #5
kinuko
Thanks, all fixed. http://codereview.chromium.org/3660003/diff/7002/13001 File chrome/browser/renderer_host/file_utilities_dispatcher_host.cc (right): http://codereview.chromium.org/3660003/diff/7002/13001#newcode158 chrome/browser/renderer_host/file_utilities_dispatcher_host.cc:158: int mode, On 2010/10/14 01:10:11, jianli ...
10 years, 2 months ago (2010-10-14 19:22:36 UTC) #6
ericu
LGTM. On Thu, Oct 14, 2010 at 12:22 PM, <kinuko@chromium.org> wrote: > Thanks, all fixed. ...
10 years, 2 months ago (2010-10-14 23:51:59 UTC) #7
darin (slow to review)
10 years, 2 months ago (2010-10-15 00:02:02 UTC) #8
LGTM2

Powered by Google App Engine
This is Rietveld 408576698