Bug 879475 - Part 005. Implement ContentBridge r=jlebar

Based on original patch by David Zbarsky <dzbarsky@gmail.com>
This commit is contained in:
"Kan-Ru Chen (陳侃如)"
2014-06-11 13:44:13 +08:00
parent 3417eb3a54
commit 6b707901c6
21 changed files with 906 additions and 87 deletions

View File

@@ -6,6 +6,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
include protocol PContent;
include protocol PContentBridge;
include DOMTypes;
include JavaScriptTypes;
@@ -16,7 +17,7 @@ namespace jsipc {
intr protocol PJavaScript
{
manager PContent;
manager PContent or PContentBridge;
both:
// Sent when a CPOW has been finalized and table entries can be freed up.