Re: [Crosswalk-dev] Intent to Implement: Replace Chromium IPC with Mojo IPC

2015-03-18 Thread Han, Leon
to Implement: Replace Chromium IPC with Mojo IPC Hi, What we will do: 1. Establish ChannelMojo connection for BP --- EP, EP --- RP, to replace old IPC Channel. ChannelMojo impl in Chromium is still ongoing and unstable, we’re keeping an eye on it. 2. Replace old IPC messages with Mojo

Re: [Crosswalk-dev] Intent to Implement: Replace Chromium IPC with Mojo IPC

2015-03-18 Thread Han, Leon
--- Extension Process Thanks. BR, Han Leon From: Long, Xiang Sent: Wednesday, March 18, 2015 3:24 PM To: Han, Leon; crosswalk-dev@lists.crosswalk-project.org Subject: Re: [Crosswalk-dev] Intent to Implement: Replace Chromium IPC with Mojo IPC Would you please clarify what will changed in more details? E.g

Re: [Crosswalk-dev] Intent to Implement: Replace Chromium IPC with Mojo IPC

2015-03-18 Thread xiang
Would you please clarify what will changed in more details? E.g., will current extension implementation process still valid? Are we also transferring JS IPC wrapper to Mojo IDL? Thanks! Xiang On 2015年03月06日 14:21, Han, Leon wrote: Description: Google is planning to replace all Chromium IPC

Re: [Crosswalk-dev] Intent to Implement: Replace Chromium IPC with Mojo IPC

2015-03-06 Thread Kenneth Rohde Christiansen
LGTM... we need to do this On Fri, Mar 6, 2015 at 7:21 AM Han, Leon leon@intel.com wrote: Description: Google is planning to replace all Chromium IPC with Mojo IPC, we should also start to do this work for Crosswalk. Google is doing: 1. Implement ChannelMojo to transfer IPC

Re: [Crosswalk-dev] Intent to Implement: Replace Chromium IPC with Mojo IPC

2015-03-06 Thread Huo, Halton
LGTM as well. -Original Message- From: Crosswalk-dev [mailto:crosswalk-dev-boun...@lists.crosswalk-project.org] On Behalf Of Raphael Kubo da Costa Sent: Friday, March 06, 2015 9:48 PM To: crosswalk-dev@lists.crosswalk-project.org Subject: Re: [Crosswalk-dev] Intent to Implement

[Crosswalk-dev] Intent to Implement: Replace Chromium IPC with Mojo IPC

2015-03-05 Thread Han, Leon
Description: Google is planning to replace all Chromium IPC with Mojo IPC, we should also start to do this work for Crosswalk. Google is doing: 1. Implement ChannelMojo to transfer IPC messages. 2. Transform features based on Chromium IPC into Mojo services. Affected component: all