Closed
Bug 598112
Opened 14 years ago
Closed 14 years ago
UseAsyncPainting, always return FALSE because plugin mRunning == FALSE
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(blocking2.0 beta7+)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
blocking2.0 | --- | beta7+ |
People
(Reporter: romaxa, Assigned: romaxa)
References
Details
Attachments
(2 files)
(deleted),
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
jaas
:
review+
|
Details | Diff | Splinter Review |
I found that recent change with new UseAsyncPainting, does not work correctly, because mRunning check
http://mxr.mozilla.org/mozilla-central/source/modules/plugin/base/src/nsNPAPIPluginInstance.cpp#881
is FALSE.
Attachment #476888 -
Flags: review?(roc)
Attachment #476888 -
Flags: review?(roc) → review+
Assignee | ||
Updated•14 years ago
|
Attachment #476888 -
Flags: approval2.0?
Updated•14 years ago
|
blocking2.0: ? → betaN+
Updated•14 years ago
|
Attachment #476888 -
Flags: approval2.0?
Comment 2•14 years ago
|
||
this cause permaorange of 597742.
Assignee | ||
Comment 3•14 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=598262 - here is the new bug about it
Assignee | ||
Comment 4•14 years ago
|
||
Josh can you check this?
See comment in bug:
https://bugzilla.mozilla.org/show_bug.cgi?id=598262#c4
Attachment #477126 -
Flags: review?(joshmoz) → review+
Updated•14 years ago
|
blocking2.0: betaN+ → beta7+
Assignee | ||
Comment 5•14 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/94b9c4cb2312
http://hg.mozilla.org/mozilla-central/rev/9b2c5eb8641e
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
It seems that these two patches triggered this bug:
https://bugzilla.mozilla.org/show_bug.cgi?id=599476
Comment 7•14 years ago
|
||
Oleg?
Updated•14 years ago
|
Summary: UseAsyncPainting, always return FALSE becuase plugin mRunning == FALSE → UseAsyncPainting, always return FALSE because plugin mRunning == FALSE
Comment 8•14 years ago
|
||
(Looks like Oleg's on it, over on bug 599476)
Comment 9•14 years ago
|
||
It looks like this caused bug 606481.
Updated•2 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•