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

Issue 2525483002: Convert NaCl renderer-loader messages to mojo. (Closed)

Created:
4 years, 1 month ago by Sam McNally
Modified:
4 years ago
CC:
chromium-reviews, qsr+mojo_chromium.org, droger+watchlist_chromium.org, viettrungluu+watch_chromium.org, blundell+watchlist_chromium.org, sdefresne+watchlist_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review), chrome-apps-syd-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Convert NaCl renderer-loader messages to mojo. BUG=577685 Committed: https://crrev.com/eb52daa79263d35ea1c62b717427bf68467be04f Cr-Commit-Position: refs/heads/master@{#439770}

Patch Set 1 : #

Total comments: 2

Patch Set 2 : rebase #

Total comments: 4

Patch Set 3 : #

Total comments: 7

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+157 lines, -181 lines) Patch
M components/nacl/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M components/nacl/common/BUILD.gn View 5 chunks +15 lines, -2 lines 0 comments Download
M components/nacl/common/OWNERS View 1 chunk +4 lines, -0 lines 0 comments Download
A components/nacl/common/nacl.mojom View 1 2 1 chunk +26 lines, -0 lines 0 comments Download
A components/nacl/common/nacl.typemap View 1 chunk +15 lines, -0 lines 0 comments Download
D components/nacl/common/nacl_renderer_messages.h View 1 chunk +0 lines, -23 lines 0 comments Download
D components/nacl/common/nacl_renderer_messages.cc View 1 chunk +0 lines, -39 lines 0 comments Download
M components/nacl/common/nacl_types_param_traits.h View 1 chunk +3 lines, -0 lines 0 comments Download
M components/nacl/loader/BUILD.gn View 2 chunks +2 lines, -0 lines 0 comments Download
M components/nacl/loader/nacl_listener.h View 1 chunk +1 line, -1 line 0 comments Download
M components/nacl/loader/nacl_listener.cc View 1 2 3 4 chunks +9 lines, -10 lines 0 comments Download
M components/nacl/loader/nacl_trusted_listener.h View 1 2 1 chunk +9 lines, -17 lines 0 comments Download
M components/nacl/loader/nacl_trusted_listener.cc View 1 2 3 1 chunk +24 lines, -31 lines 0 comments Download
M components/nacl/loader/nonsfi/nonsfi_listener.h View 1 chunk +1 line, -1 line 0 comments Download
M components/nacl/loader/nonsfi/nonsfi_listener.cc View 2 chunks +7 lines, -6 lines 0 comments Download
M components/nacl/renderer/plugin/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M components/nacl/renderer/ppb_nacl_private_impl.cc View 1 1 chunk +5 lines, -2 lines 0 comments Download
M components/nacl/renderer/trusted_plugin_channel.h View 1 chunk +15 lines, -24 lines 0 comments Download
M components/nacl/renderer/trusted_plugin_channel.cc View 2 chunks +17 lines, -25 lines 0 comments Download
M components/typemaps.gni View 1 chunk +1 line, -0 lines 0 comments Download
M content/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 61 (43 generated)
Sam McNally
4 years, 1 month ago (2016-11-23 00:49:10 UTC) #23
Sam McNally
ping
4 years ago (2016-11-30 10:03:07 UTC) #26
Mark Seaborn
https://codereview.chromium.org/2525483002/diff/80001/components/nacl/loader/nacl_trusted_listener.cc File components/nacl/loader/nacl_trusted_listener.cc (right): https://codereview.chromium.org/2525483002/diff/80001/components/nacl/loader/nacl_trusted_listener.cc#newcode39 components/nacl/loader/nacl_trusted_listener.cc:39: io_task_runner->PostTask( What happens if the channel's connection gets dropped ...
4 years ago (2016-12-06 23:16:23 UTC) #27
Sam McNally
https://codereview.chromium.org/2525483002/diff/80001/components/nacl/loader/nacl_trusted_listener.cc File components/nacl/loader/nacl_trusted_listener.cc (right): https://codereview.chromium.org/2525483002/diff/80001/components/nacl/loader/nacl_trusted_listener.cc#newcode39 components/nacl/loader/nacl_trusted_listener.cc:39: io_task_runner->PostTask( On 2016/12/06 23:16:23, Mark Seaborn wrote: > What ...
4 years ago (2016-12-07 03:20:35 UTC) #28
Sam McNally
+bradnelson
4 years ago (2016-12-19 09:51:49 UTC) #32
Mark Seaborn
LGTM https://codereview.chromium.org/2525483002/diff/100001/components/nacl/common/nacl.mojom File components/nacl/common/nacl.mojom (right): https://codereview.chromium.org/2525483002/diff/100001/components/nacl/common/nacl.mojom#newcode24 components/nacl/common/nacl.mojom:24: // An empty interface whose closure indicates that ...
4 years ago (2016-12-19 19:00:37 UTC) #35
Sam McNally
+jam for //content, //components/typemaps.gni and the DEPS change +dcheng for the mojom, messages and traits ...
4 years ago (2016-12-19 23:12:12 UTC) #39
jam
On 2016/12/19 23:12:12, Sam McNally wrote: > +jam for //content, //components/typemaps.gni and the DEPS change ...
4 years ago (2016-12-19 23:53:29 UTC) #40
dcheng
https://codereview.chromium.org/2525483002/diff/120001/components/nacl/common/nacl.mojom File components/nacl/common/nacl.mojom (right): https://codereview.chromium.org/2525483002/diff/120001/components/nacl/common/nacl.mojom#newcode25 components/nacl/common/nacl.mojom:25: // should exit. Possibly dumb quetion: what's the difference ...
4 years ago (2016-12-20 06:49:55 UTC) #43
Sam McNally
https://codereview.chromium.org/2525483002/diff/120001/components/nacl/loader/nacl_listener.cc File components/nacl/loader/nacl_listener.cc (right): https://codereview.chromium.org/2525483002/diff/120001/components/nacl/loader/nacl_listener.cc#newcode355 components/nacl/loader/nacl_listener.cc:355: nacl::mojom::NaClRendererHost::Version_)), On 2016/12/20 06:49:54, dcheng wrote: > Nit: can ...
4 years ago (2016-12-20 10:02:19 UTC) #46
dcheng
mojo lgtm
4 years ago (2016-12-20 10:03:47 UTC) #47
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2525483002/140001
4 years ago (2016-12-20 11:10:36 UTC) #51
commit-bot: I haz the power
Committed patchset #4 (id:140001)
4 years ago (2016-12-20 11:43:25 UTC) #54
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/eb52daa79263d35ea1c62b717427bf68467be04f Cr-Commit-Position: refs/heads/master@{#439770}
4 years ago (2016-12-20 11:46:07 UTC) #56
findit-for-me
FYI: Findit identified this CL at revision 439770 as the culprit for failures in the ...
4 years ago (2016-12-20 12:04:42 UTC) #57
markusheintz_
A revert of this CL (patchset #4 id:140001) has been created in https://codereview.chromium.org/2590853002/ by markusheintz@chromium.org. ...
4 years ago (2016-12-20 12:07:43 UTC) #58
markusheintz_
On 2016/12/20 12:07:43, markusheintz_ wrote: > A revert of this CL (patchset #4 id:140001) has ...
4 years ago (2016-12-20 12:18:36 UTC) #59
blundell
4 years ago (2016-12-20 12:22:05 UTC) #61
Message was sent while issue was closed.
I'm landing a fixed version in https://codereview.chromium.org/2590173002/.

Powered by Google App Engine
This is Rietveld 408576698