Closed
Bug 201231
Opened 22 years ago
Closed 14 years ago
[AxPlugin] Implement windowless control support
Categories
(Core Graveyard :: Embedding: ActiveX Wrapper, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: adamlock, Unassigned)
References
Details
Attachments
(1 file)
20.60 KB,
patch
|
Details | Diff | Splinter Review |
The plugin should support windowless controls if possible. As the plugin is
itself is housed in a window, this may be pointless unless there are controls
out there which *only* run windowless.
The Windows Media Player control certainly prefers to render windowless but will
fallback to windowed mode.
I'll submit a work in progress patch which implements most of the changes but
still has problems with focus and passing windows messsages down.
Patch pretty much rewrites the windowless support and has the first cut attempt
at dispatching messages. Code also cleans up a few bits and pieces in the
ControlSite class such as removing another STL dependency.
Updated•16 years ago
|
QA Contact: dunn5557 → activex
Comment 2•14 years ago
|
||
The ActiveX embedding API was removed in bug 662023 and friends, making this INVALID.
[Filter bugspam on activexinvalid]
Assignee: adamlock → nobody
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
Assignee | ||
Updated•13 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•