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

Issue 75463005: Move more files from chrome/browser/nacl_host/ to components/nacl/browser/ (Closed)

Created:
7 years, 1 month ago by darktears
Modified:
7 years, 1 month ago
CC:
chromium-reviews, markusheintz_, native-client-reviews_googlegroups.com, Derek Schuff
Visibility:
Public.

Description

Move more files from chrome/browser/nacl_host/ to components/nacl/browser/ These files have no dependencies on chrome/ so they can be safely moved to the components/ directory. This is part of an effort to componentize NaCl code. BUG=244791 R=brettw@chromium.org, cpu@chromium.org, jochen@chromium.org, mseaborn@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=236821

Patch Set 1 #

Patch Set 2 : #

Total comments: 1

Patch Set 3 : #

Total comments: 9

Patch Set 4 : #

Patch Set 5 : #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+194 lines, -3675 lines) Patch
M chrome/browser/browsing_data/browsing_data_remover.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chrome_browser_main.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 4 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/component_updater/pnacl/pnacl_component_installer.cc View 1 chunk +1 line, -1 line 0 comments Download
D chrome/browser/nacl_host/DEPS View 1 chunk +0 lines, -3 lines 0 comments Download
D chrome/browser/nacl_host/nacl_broker_host_win.h View 1 chunk +0 lines, -60 lines 0 comments Download
D chrome/browser/nacl_host/nacl_broker_host_win.cc View 1 chunk +0 lines, -114 lines 0 comments Download
D chrome/browser/nacl_host/nacl_broker_service_win.h View 1 chunk +0 lines, -66 lines 0 comments Download
D chrome/browser/nacl_host/nacl_broker_service_win.cc View 1 chunk +0 lines, -102 lines 0 comments Download
D chrome/browser/nacl_host/nacl_file_host.h View 1 chunk +0 lines, -47 lines 0 comments Download
D chrome/browser/nacl_host/nacl_file_host.cc View 1 1 chunk +0 lines, -249 lines 0 comments Download
D chrome/browser/nacl_host/nacl_file_host_unittest.cc View 1 1 chunk +0 lines, -119 lines 0 comments Download
D chrome/browser/nacl_host/nacl_host_message_filter.h View 1 chunk +0 lines, -82 lines 0 comments Download
D chrome/browser/nacl_host/nacl_host_message_filter.cc View 1 chunk +0 lines, -173 lines 0 comments Download
D chrome/browser/nacl_host/nacl_process_host.h View 1 chunk +0 lines, -239 lines 0 comments Download
D chrome/browser/nacl_host/nacl_process_host.cc View 1 chunk +0 lines, -1023 lines 0 comments Download
D chrome/browser/nacl_host/nacl_process_host_unittest.cc View 1 chunk +0 lines, -15 lines 0 comments Download
D chrome/browser/nacl_host/pnacl_host.h View 1 chunk +0 lines, -176 lines 0 comments Download
D chrome/browser/nacl_host/pnacl_host.cc View 1 chunk +0 lines, -630 lines 0 comments Download
D chrome/browser/nacl_host/pnacl_host_unittest.cc View 1 chunk +0 lines, -432 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 1 chunk +0 lines, -15 lines 0 comments Download
M chrome/chrome_common.gypi View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 2 chunks +0 lines, -6 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 1 chunk +0 lines, -6 lines 0 comments Download
M chrome/common/common_message_generator.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M components/components_tests.gyp View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M components/nacl.gyp View 1 2 3 2 chunks +23 lines, -1 line 0 comments Download
M components/nacl/browser/DEPS View 1 chunk +4 lines, -0 lines 0 comments Download
A + components/nacl/browser/nacl_broker_host_win.h View 3 chunks +7 lines, -3 lines 0 comments Download
A + components/nacl/browser/nacl_broker_host_win.cc View 1 2 3 5 chunks +10 lines, -6 lines 0 comments Download
A + components/nacl/browser/nacl_broker_service_win.h View 1 2 3 2 chunks +8 lines, -4 lines 0 comments Download
A + components/nacl/browser/nacl_broker_service_win.cc View 1 2 3 3 chunks +9 lines, -4 lines 1 comment Download
A + components/nacl/browser/nacl_file_host.h View 3 chunks +9 lines, -6 lines 0 comments Download
A + components/nacl/browser/nacl_file_host.cc View 1 8 chunks +8 lines, -8 lines 0 comments Download
A + components/nacl/browser/nacl_file_host_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + components/nacl/browser/nacl_host_message_filter.h View 1 2 3 4 chunks +9 lines, -5 lines 0 comments Download
A + components/nacl/browser/nacl_host_message_filter.cc View 7 chunks +13 lines, -9 lines 0 comments Download
A + components/nacl/browser/nacl_process_host.h View 1 2 3 5 chunks +8 lines, -6 lines 0 comments Download
A + components/nacl/browser/nacl_process_host.cc View 1 2 3 4 27 chunks +38 lines, -35 lines 1 comment Download
A + components/nacl/browser/nacl_process_host_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
A + components/nacl/browser/pnacl_host.h View 1 2 3 4 chunks +7 lines, -5 lines 0 comments Download
A + components/nacl/browser/pnacl_host.cc View 3 chunks +5 lines, -1 line 0 comments Download
A + components/nacl/browser/pnacl_host_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
A + components/nacl/common/nacl_host_messages.cc View 1 2 1 chunk +7 lines, -7 lines 0 comments Download
M components/nacl/common/nacl_switches.h View 1 chunk +2 lines, -0 lines 1 comment Download
M components/nacl/common/nacl_switches.cc View 1 chunk +6 lines, -0 lines 1 comment Download
M components/nacl_common.gyp View 1 2 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
darktears
Mark : if you could review it would be nice, thanks. There is still the ...
7 years, 1 month ago (2013-11-18 21:49:22 UTC) #1
darktears
On 2013/11/18 21:49:22, darktears wrote: > Mark : if you could review it would be ...
7 years, 1 month ago (2013-11-19 21:15:21 UTC) #2
jochen (gone - plz use gerrit)
https://codereview.chromium.org/75463005/diff/460001/components/nacl_common.gyp File components/nacl_common.gyp (right): https://codereview.chromium.org/75463005/diff/460001/components/nacl_common.gyp#newcode24 components/nacl_common.gyp:24: 'nacl/common/nacl_host_messages.h', if you move this file here, you also ...
7 years, 1 month ago (2013-11-19 21:21:59 UTC) #3
cpu_(ooo_6.6-7.5)
lgtm on component_updater/pnacl/pnacl_component_installer.cc
7 years, 1 month ago (2013-11-20 02:05:06 UTC) #4
darktears
On 2013/11/20 02:05:06, cpu wrote: > lgtm on component_updater/pnacl/pnacl_component_installer.cc @Mark : I fixed Windows thanks ...
7 years, 1 month ago (2013-11-21 15:00:41 UTC) #5
Mark Seaborn
LGTM with changes below. https://codereview.chromium.org/75463005/diff/530001/components/components_tests.gyp File components/components_tests.gyp (right): https://codereview.chromium.org/75463005/diff/530001/components/components_tests.gyp#newcode143 components/components_tests.gyp:143: 'nacl/common/nacl_host_messages.h', This header doesn't belong ...
7 years, 1 month ago (2013-11-21 23:47:34 UTC) #6
jochen (gone - plz use gerrit)
lgtm
7 years, 1 month ago (2013-11-22 12:09:56 UTC) #7
darktears
On 2013/11/22 12:09:56, jochen wrote: > lgtm brettw : mind LGTM the dependencies added in ...
7 years, 1 month ago (2013-11-22 14:03:47 UTC) #8
brettw
lgtm
7 years, 1 month ago (2013-11-22 19:26:10 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alexis.menard@intel.com/75463005/830001
7 years, 1 month ago (2013-11-22 19:29:51 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alexis.menard@intel.com/75463005/970001
7 years, 1 month ago (2013-11-22 20:22:05 UTC) #11
Mark Seaborn
https://codereview.chromium.org/75463005/diff/970001/components/nacl/browser/nacl_broker_service_win.cc File components/nacl/browser/nacl_broker_service_win.cc (right): https://codereview.chromium.org/75463005/diff/970001/components/nacl/browser/nacl_broker_service_win.cc#newcode99 components/nacl/browser/nacl_broker_service_win.cc:99: iter.GetDelegate()); Nit: unnecessary whitespace change https://codereview.chromium.org/75463005/diff/970001/components/nacl/browser/nacl_process_host.cc File components/nacl/browser/nacl_process_host.cc (right): ...
7 years, 1 month ago (2013-11-22 20:41:47 UTC) #12
darktears
Committed patchset #5 manually as r236821.
7 years, 1 month ago (2013-11-22 20:44:19 UTC) #13
darktears
On 2013/11/22 20:41:47, Mark Seaborn wrote: > https://codereview.chromium.org/75463005/diff/970001/components/nacl/browser/nacl_broker_service_win.cc > File components/nacl/browser/nacl_broker_service_win.cc (right): > > https://codereview.chromium.org/75463005/diff/970001/components/nacl/browser/nacl_broker_service_win.cc#newcode99 ...
7 years, 1 month ago (2013-11-22 20:46:54 UTC) #14
Mark Seaborn
On 22 November 2013 12:46, <alexis.menard@intel.com> wrote: > https://codereview.chromium.org/75463005/diff/970001/ > components/nacl/browser/nacl_process_host.cc#newcode275 > >> components/nacl/browser/nacl_process_host.cc:275: VLOG(1) ...
7 years, 1 month ago (2013-11-22 20:54:02 UTC) #15
Mark Seaborn
On 22 November 2013 12:46, <alexis.menard@intel.com> wrote: > https://codereview.chromium.org/75463005/diff/970001/ > components/nacl/browser/nacl_process_host.cc#newcode275 > >> components/nacl/browser/nacl_process_host.cc:275: VLOG(1) ...
7 years, 1 month ago (2013-11-22 20:54:03 UTC) #16
darktears
7 years, 1 month ago (2013-11-22 21:06:03 UTC) #17
Message was sent while issue was closed.
On 2013/11/22 20:54:03, Mark Seaborn wrote:
> On 22 November 2013 12:46, <mailto:alexis.menard@intel.com> wrote:
> 
> > https://codereview.chromium.org/75463005/diff/970001/
> > components/nacl/browser/nacl_process_host.cc#newcode275
> >
> >> components/nacl/browser/nacl_process_host.cc:275: VLOG(1) << message;
> >> Why are you changing this?  Please undo this change.
> >>
> >
> > The presubmit is now complaining about it. According to the log people are
> > changing it that way.
> >
> 
> This log message tends to be quite important for debugging whether a NaCl
> process has exited or is hanging, especially on the buildbots.  The
> quantity of log output from this message is very minimal compared with
> other log spam from Chromium and NaCl.  In any case, this is a
> functionality change that doesn't belong in a change that is just moving
> files around, and even if a presubmit check asks for a change I would
> prefer to review that change.  Can you change it back in a follow-on
> changeset, please?

Sorry about that :

https://codereview.chromium.org/83553003/

to fix it.

> 
> Cheers,
> Mark
> 
> To unsubscribe from this group and stop receiving emails from it, send an
email
> to mailto:chromium-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698