Closed
Bug 506628
Opened 15 years ago
Closed 15 years ago
deadcode in nsPluginInstanceOwner::ProcessEventX11Composited
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: timeless)
References
(Blocks 1 open bug, )
Details
(Keywords: coverity)
Attachments
(1 file)
(deleted),
patch
|
karlt
:
review+
|
Details | Diff | Splinter Review |
4065 PRBool eventHandled = PR_FALSE;
4066 /* we've sent the event via XSendEvent so don't send it directly to the plugin */
4067 //mInstance->HandleEvent(&pluginEvent, &eventHandled);
4068 if (eventHandled)
4069 rv = nsEventStatus_eConsumeNoDefault;
Updated•15 years ago
|
Attachment #390910 -
Flags: review?(mozbugz) → review+
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Blocks: coverity-analysis
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•