Closed Bug 544192 Opened 14 years ago Closed 14 years ago

Qt Xembed version required for IPC browser content embedding

Categories

(Core :: Layout, defect)

Other
Linux
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: romaxa, Unassigned)

References

Details

Attachments

(1 file)

Electrolisys branch Qt version for nsFrameLoader, TabChild..
Attachment #425170 - Flags: review?(benjamin)
Attachment #425170 - Flags: review?(mozbugz)
Attachment #425170 - Flags: review?(bzbarsky)
Attachment #425170 - Flags: review?(benjamin)
Comment on attachment 425170 [details] [diff] [review]
XEmbed Qt container

redirecting reviews... I don't know who our Qt reviewer-of-record is, but it's definitely not me.
Comment on attachment 425170 [details] [diff] [review]
XEmbed Qt container

qt stuff looks fine.  other nits:

just use 
NS_ENSURE_TRUE(mRemoteSocket, PR_FALSE);

instead of

+  if (!mRemoteSocket) {
+    NS_ERROR("Socket creation failed");
+    return false;
+  }

and

use 

NS_ENSURE_TRUE(win, PR_TRUE);

instead of

+    if (!win) {
+        NS_ERROR("Cannot create QX11EmbedWidget");
+        return true;
+    }
Attachment #425170 - Flags: review?(mozbugz) → review+
Comment on attachment 425170 [details] [diff] [review]
XEmbed Qt container

Seems fine to me.
Attachment #425170 - Flags: review?(bzbarsky) → review+
Pushed with fixes to:
http://hg.mozilla.org/projects/electrolysis/rev/367b795dfbcf
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: