Closed
Bug 223135
Opened 22 years ago
Closed 9 years ago
GeckoProtocolChannel::Suspend and ::Resume not implemented
Categories
(Core Graveyard :: Embedding: APIs, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: Biesinger, Assigned: adamlock)
Details
looking at the code, this should be easily implementable by calling
mPump->Suspend() and ->Resume() (if non-null; probably return
NS_ERROR_NULL_POINTER or something if mPump is null)
Updated•16 years ago
|
QA Contact: apis
Comment 1•9 years ago
|
||
Marking a bunch of bugs in the "Embedding: APIs" component INCOMPLETE in preparation to archive that component. If I have done this incorrectly, please reopen the bugs and move them to a more correct component as we don't have "embedding" APIs any more.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INCOMPLETE
Updated•7 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•