Closed
Bug 784791
Opened 12 years ago
Closed 12 years ago
Add support for retrieving tab's native handle id
Categories
(Core :: Widget: Gtk, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: alex.launi, Unassigned)
Details
Attachments
(1 file)
11.54 KB,
patch
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/536.11 (KHTML, like Gecko) Ubuntu/12.10 Chromium/20.0.1132.47 Chrome/20.0.1132.47 Safari/536.11
Steps to reproduce:
Need access to the XID of tab's window. Added API to retrieve this information.
Actual results:
The XID is returned.
Expected results:
Exactly that.
Reporter | ||
Updated•12 years ago
|
Attachment #654352 -
Flags: review+
Reporter | ||
Updated•12 years ago
|
Attachment #654352 -
Flags: review+ → review?(ehsan)
Comment 1•12 years ago
|
||
Is the nativeHandle added to nsIBaseWindow in bug 760802 suitable.
That is returning a GdkWindow*, but GDK knows the XID.
Reporter | ||
Comment 2•12 years ago
|
||
Yes thank you! That patch will work nicely.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
Updated•12 years ago
|
Attachment #654352 -
Flags: review?(ehsan)
You need to log in
before you can comment on or make changes to this bug.
Description
•