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

Issue 15906013: Separate NaCl messages from the rest of chrome messages and create a new message filter. This is pa… (Closed)

Created:
7 years, 6 months ago by yael.aharon
Modified:
7 years, 6 months ago
CC:
chromium-reviews, darin-cc_chromium.org, native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Separate NaCl messages from the rest of chrome messages and create a new message filter. This is part of an effort to componentize NaCl code. BUG=244791 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=206855

Patch Set 1 #

Patch Set 2 : Fix windows build #

Patch Set 3 : Try to fix the windows build #

Patch Set 4 : Trying to compile for Windows #

Patch Set 5 : #

Total comments: 2

Patch Set 6 : moved nacl_host_messages.h #

Patch Set 7 : rebase #

Patch Set 8 : rebase #

Patch Set 9 : rebase #

Total comments: 3

Patch Set 10 : Fix nits #

Patch Set 11 : #

Patch Set 12 : Rebase #

Patch Set 13 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+319 lines, -180 lines) Patch
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/nacl_host/nacl_file_host.h View 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/nacl_host/nacl_file_host.cc View 1 2 3 4 5 16 chunks +41 lines, -41 lines 0 comments Download
A chrome/browser/nacl_host/nacl_host_message_filter.h View 1 2 3 4 5 6 7 8 9 1 chunk +72 lines, -0 lines 0 comments Download
A chrome/browser/nacl_host/nacl_host_message_filter.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +104 lines, -0 lines 0 comments Download
M chrome/browser/nacl_host/nacl_process_host.h View 1 2 3 4 5 6 9 10 11 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/nacl_host/nacl_process_host.cc View 1 2 3 4 5 6 9 10 11 8 chunks +13 lines, -12 lines 0 comments Download
M chrome/browser/renderer_host/chrome_render_message_filter.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +0 lines, -15 lines 0 comments Download
M chrome/browser/renderer_host/chrome_render_message_filter.cc View 1 2 3 4 5 6 9 10 11 2 chunks +0 lines, -53 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_common.gypi View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/common_message_generator.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
A chrome/common/nacl_host_messages.h View 1 2 3 4 5 6 10 11 12 1 chunk +65 lines, -0 lines 0 comments Download
M chrome/common/render_messages.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +0 lines, -45 lines 0 comments Download
M chrome/renderer/pepper/ppb_nacl_private_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 6 chunks +6 lines, -6 lines 0 comments Download
M ipc/ipc_message_start.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 25 (0 generated)
yael.aharon1
This is a small step to reduce the dependencies between NaCl code and the chrome ...
7 years, 6 months ago (2013-06-11 00:47:31 UTC) #1
jam
https://codereview.chromium.org/15906013/diff/21001/chrome/browser/nacl_host/nacl_host_messages.h File chrome/browser/nacl_host/nacl_host_messages.h (right): https://codereview.chromium.org/15906013/diff/21001/chrome/browser/nacl_host/nacl_host_messages.h#newcode1 chrome/browser/nacl_host/nacl_host_messages.h:1: // Copyright (c) 2013 The Chromium Authors. All rights ...
7 years, 6 months ago (2013-06-11 00:53:59 UTC) #2
yael.aharon1
On 2013/06/11 00:53:59, jam wrote: > https://codereview.chromium.org/15906013/diff/21001/chrome/renderer/pepper/DEPS#newcode2 > chrome/renderer/pepper/DEPS:2: "+chrome/browser/nacl_host", # This is temporary. > ...
7 years, 6 months ago (2013-06-11 00:56:38 UTC) #3
yael.aharon1
On 2013/06/11 00:53:59, jam wrote: > https://codereview.chromium.org/15906013/diff/21001/chrome/browser/nacl_host/nacl_host_messages.h > File chrome/browser/nacl_host/nacl_host_messages.h (right): > > https://codereview.chromium.org/15906013/diff/21001/chrome/browser/nacl_host/nacl_host_messages.h#newcode1 > ...
7 years, 6 months ago (2013-06-11 01:25:12 UTC) #4
jam
On 2013/06/11 01:25:12, yael.aharon1 wrote: > On 2013/06/11 00:53:59, jam wrote: > > > https://codereview.chromium.org/15906013/diff/21001/chrome/browser/nacl_host/nacl_host_messages.h ...
7 years, 6 months ago (2013-06-11 22:50:44 UTC) #5
jam
On 2013/06/11 01:25:12, yael.aharon1 wrote: > On 2013/06/11 00:53:59, jam wrote: > > > https://codereview.chromium.org/15906013/diff/21001/chrome/browser/nacl_host/nacl_host_messages.h ...
7 years, 6 months ago (2013-06-11 22:50:44 UTC) #6
yael.aharon1
On 2013/06/11 22:50:44, jam wrote: > On 2013/06/11 01:25:12, yael.aharon1 wrote: > > On 2013/06/11 ...
7 years, 6 months ago (2013-06-12 12:15:37 UTC) #7
jam
On 2013/06/12 12:15:37, yael.aharon1 wrote: > On 2013/06/11 22:50:44, jam wrote: > > On 2013/06/11 ...
7 years, 6 months ago (2013-06-12 15:20:25 UTC) #8
jam
On 2013/06/12 15:20:25, jam wrote: > On 2013/06/12 12:15:37, yael.aharon1 wrote: > > On 2013/06/11 ...
7 years, 6 months ago (2013-06-12 15:20:40 UTC) #9
yael.aharon1
On 2013/06/12 15:20:40, jam wrote: > On 2013/06/12 15:20:25, jam wrote: > > On 2013/06/12 ...
7 years, 6 months ago (2013-06-12 17:36:46 UTC) #10
jam
On 2013/06/12 17:36:46, yael.aharon1 wrote: > On 2013/06/12 15:20:40, jam wrote: > > On 2013/06/12 ...
7 years, 6 months ago (2013-06-12 20:09:53 UTC) #11
yael.aharon1
On 2013/06/12 20:09:53, jam wrote: > On 2013/06/12 17:36:46, yael.aharon1 wrote: > > On 2013/06/12 ...
7 years, 6 months ago (2013-06-12 21:12:34 UTC) #12
yael.aharon1
I don't know how this happened but the changes to render_messages.h do not match the ...
7 years, 6 months ago (2013-06-12 22:07:33 UTC) #13
jschuh
appears to be refactoring without changing functionality or attack surface. rubberstamp ipc security lgtm.
7 years, 6 months ago (2013-06-13 06:59:15 UTC) #14
jam
lgtm https://codereview.chromium.org/15906013/diff/34002/chrome/browser/nacl_host/nacl_host_message_filter.h File chrome/browser/nacl_host/nacl_host_message_filter.h (right): https://codereview.chromium.org/15906013/diff/34002/chrome/browser/nacl_host/nacl_host_message_filter.h#newcode9 chrome/browser/nacl_host/nacl_host_message_filter.h:9: #include "chrome/browser/profiles/profile.h" nit: don't include, forward declare https://codereview.chromium.org/15906013/diff/34002/chrome/browser/nacl_host/nacl_host_message_filter.h#newcode29 ...
7 years, 6 months ago (2013-06-13 15:55:26 UTC) #15
yael.aharon
On 2013/06/13 15:55:26, jam wrote: > https://codereview.chromium.org/15906013/diff/34002/chrome/common/DEPS#newcode4 > chrome/common/DEPS:4: "+chrome/browser/nacl_host", # This is temporary. See ...
7 years, 6 months ago (2013-06-13 16:14:25 UTC) #16
yael.aharon1
I fixed the nits, but did not remove the change in the DPES file yet. ...
7 years, 6 months ago (2013-06-13 18:07:58 UTC) #17
jam
On 2013/06/13 16:14:25, yael.aharon wrote: > On 2013/06/13 15:55:26, jam wrote: > > > https://codereview.chromium.org/15906013/diff/34002/chrome/common/DEPS#newcode4 ...
7 years, 6 months ago (2013-06-13 20:33:53 UTC) #18
yael.aharon1
On 2013/06/13 20:33:53, jam wrote: > On 2013/06/13 16:14:25, yael.aharon wrote: > > On 2013/06/13 ...
7 years, 6 months ago (2013-06-13 21:00:32 UTC) #19
yael.aharon1
mseaborn, dmichael, can you please review this CL? I listed suggestion for dividing the files ...
7 years, 6 months ago (2013-06-13 21:11:39 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yael.aharon@intel.com/15906013/68001
7 years, 6 months ago (2013-06-17 18:14:33 UTC) #21
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 6 months ago (2013-06-17 18:40:48 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yael.aharon@intel.com/15906013/94001
7 years, 6 months ago (2013-06-17 19:23:16 UTC) #23
dmichael (off chromium)
On 2013/06/13 21:11:39, yael.aharon1 wrote: > mseaborn, dmichael, can you please review this CL? I ...
7 years, 6 months ago (2013-06-17 22:31:09 UTC) #24
commit-bot: I haz the power
7 years, 6 months ago (2013-06-18 00:17:36 UTC) #25
Message was sent while issue was closed.
Change committed as 206855

Powered by Google App Engine
This is Rietveld 408576698