Restart renderer process for all navigations and reloads, fixes #157.
This commit is contained in:
parent
931182b677
commit
249366c90a
5 changed files with 45 additions and 2 deletions
|
@ -35,6 +35,12 @@ class AtomRendererClient : public content::ContentRendererClient {
|
|||
virtual void WillReleaseScriptContext(WebKit::WebFrame* frame,
|
||||
v8::Handle<v8::Context>,
|
||||
int world_id) OVERRIDE;
|
||||
virtual bool ShouldFork(WebKit::WebFrame* frame,
|
||||
const GURL& url,
|
||||
const std::string& http_method,
|
||||
bool is_initial_navigation,
|
||||
bool is_server_redirect,
|
||||
bool* send_referrer);
|
||||
|
||||
std::vector<node::Environment*> web_page_envs_;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue