Closed
Bug 786979
Opened 13 years ago
Closed 12 years ago
Use a new constant for returning ICoreWindow from GetNativeData
Categories
(Core :: Widget: Win32, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jimm, Assigned: jimm)
References
Details
(Whiteboard: [completed-elm][leave open])
Attachments
(2 files)
2.35 KB,
patch
|
Details | Diff | Splinter Review | |
1.46 KB,
patch
|
bbondy
:
review+
|
Details | Diff | Splinter Review |
In MetroWidget we return the IUnknown ptr from GetNativeData for requests for NS_NATIVE_WINDOW. This request is made from various places in the code base, include accessibility which expects a valid hwnd in the result.
We should define a new native data constant for ICoreWindow and return core window's HWND for NS_NATIVE_WINDOW.
http://mxr.mozilla.org/mozilla-central/search?string=NS_NATIVE_WINDOW
![]() |
Assignee | |
Updated•13 years ago
|
OS: Windows 7 → Windows 8 Metro
![]() |
Assignee | |
Comment 1•13 years ago
|
||
Updated•13 years ago
|
Blocks: metro-widget
![]() |
Assignee | |
Updated•13 years ago
|
Whiteboard: completed-elm
![]() |
Assignee | |
Comment 2•13 years ago
|
||
![]() |
Assignee | |
Updated•13 years ago
|
Attachment #659011 -
Flags: review?(netzen)
Updated•13 years ago
|
Attachment #659011 -
Flags: review?(netzen) → review+
![]() |
Assignee | |
Comment 3•13 years ago
|
||
![]() |
Assignee | |
Updated•13 years ago
|
Whiteboard: completed-elm → [completed-elm][leave open]
Comment 4•13 years ago
|
||
![]() |
Assignee | |
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
OS: Windows 8 Metro → Windows 8.1
You need to log in
before you can comment on or make changes to this bug.
Description
•