Closed
Bug 324939
Opened 20 years ago
Closed 20 years ago
--disable-activex-scripting does two different things
Categories
(Core :: XPConnect, defect, P3)
Core
XPConnect
Tracking
()
RESOLVED
FIXED
mozilla1.9alpha1
People
(Reporter: benjamin, Assigned: benjamin)
Details
Attachments
(1 file)
|
2.84 KB,
patch
|
shaver
:
review+
|
Details | Diff | Splinter Review |
The --disable-activex-scripting flag does two completely different things: it disables the IDispatch support in xpconnect and it disables the activex plugin. The ActiveX plugin is not going to be shipped by gecko but we do want to continue shipping the xpconnect idispatch support. So I'm separating the configure flags.
| Assignee | ||
Comment 1•20 years ago
|
||
Attachment #209838 -
Flags: review?(shaver)
| Assignee | ||
Updated•20 years ago
|
Priority: -- → P3
Target Milestone: --- → mozilla1.9alpha
Comment 2•20 years ago
|
||
Comment on attachment 209838 [details] [diff] [review]
--disable-xpconnect-idispatch, rev. 1
r=shaver
Attachment #209838 -
Flags: review?(shaver) → review+
| Assignee | ||
Comment 3•20 years ago
|
||
Fixed on trunk.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•