Bug 1215167 - Forbid unsafe browser CPOWs (disabled by default for now) (r=mrbkap)

This commit is contained in:
Bill McCloskey
2015-10-23 16:31:54 -07:00
parent 543da5d368
commit f333296703
12 changed files with 105 additions and 31 deletions

View File

@@ -25,6 +25,8 @@ class JavaScriptParent : public JavaScriptBase<PJavaScriptParent>
void drop(JSObject* obj);
bool allowMessage(JSContext* cx) override;
mozilla::ipc::IProtocol*
CloneProtocol(Channel* aChannel, ProtocolCloneContext* aCtx) override;