-
Couldn't load subscription status.
- Fork 652
Disable the shared process mode #2646
base: master
Are you sure you want to change the base?
Conversation
The shared process mode makes debugging very hard so we need to disable it at runtime. Bug: XWALK-2987
|
Testing patch series with joone/crosswalk@0e14605 as its head.
|
|
This patch works fine with opening a URL, but it crashes when launching a Modello application. |
Any other reasons other than debugging? The process model might affect security work. CC @xuzhang |
|
In addition to what Halton said, this patch also needs a better commit and pull request message:
Additionally, if you are removing the ifdef, you can also remove the processing of the |
|
And remember to update the pull request message in addition to the commit message. |
|
|
@tmpsantos no for me, thanks for the summary. |
|
Shouldn't it? I was considering it something like Chromium's "--single-process": I can pass it to my Debian's |
Sounds like a better idea to me. |
If Tizen platform/security guys are OK with it I'm OK with it too. Btw @rakuco should we place xwalk also to /usr/bin in this case? |
That's a decision I'd rather leave to the Tizen people. Personally, if this is only going to be used for debugging, I'd be fine with leaving the binary only in |
|
@rakuco @halton @pozdnyakov @tmpsantos Thanks for the review. |
|
It should be very clear by now that you are not supposed to create a new pull request for this. You should have updated the existing one. |
The shared process mode makes debugging very hard so
we need to disable it at runtime.
Bug: XWALK-2987