Closed
Bug 1677212
Opened 4 years ago
Closed 4 years ago
Improve handling of aIsProxy in AsyncInvoker
Categories
(Core :: IPC: MSCOM, task)
Tracking
()
RESOLVED
FIXED
85 Branch
Tracking | Status | |
---|---|---|
firefox85 | --- | fixed |
People
(Reporter: bugzilla, Assigned: bugzilla)
Details
Attachments
(1 file)
I think we can do better here.
Assignee | ||
Comment 1•4 years ago
|
||
I realized that calling mscom::IsProxy
is kind of redundant when we already
need to query for ICallFactory
.
We still allow aIsProxy
as an optional constructor argument, but if not
present then we go straight to QueryInterface(IID_ICallFactory)
.
Pushed by aklotz@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4d30992b60f2
Improved aIsProxy handling within mscom::AsyncInvoker; r=Jamie
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox85:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 85 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•