mac builds and runs with --enable-ipc, but the subprocess nsAppShell dies for an apparently Cocoa-related reason. IPC is fine though

This commit is contained in:
Chris Jones
2009-11-10 20:25:10 -06:00
parent fe45698f82
commit 219d3b1834
9 changed files with 39 additions and 6 deletions

View File

@@ -679,6 +679,8 @@ nsFrameLoader::ShowRemoteFrame(nsIFrameFrame* frame, nsIView* view)
gtk_widget_show(mRemoteSocket);
GdkNativeWindow id = gtk_socket_get_id(GTK_SOCKET(mRemoteSocket));
mChildProcess->SendcreateWidget(id);
#elif defined(XP_MACOSX)
# warning IMPLEMENT ME
#else
#error TODO for this platform