Closed
Bug 688562
Opened 13 years ago
Closed 2 years ago
Introduce PluginLayer class
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: romaxa, Unassigned)
References
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
https://bugzilla.mozilla.org/show_bug.cgi?id=598277#c57
I think it make sense to move pluginLayer into separate class
1) No image containers needed
2) Better debug logging output
Reporter | ||
Comment 1•13 years ago
|
||
Found that MacIOSurface using mContainer, and has some logic of when ImageSetData happen, and when SetCurrentImage (probably some sync)
Reporter | ||
Comment 2•13 years ago
|
||
Can we just remove ImageContainer reference from MacIOSurface?
http://hg.mozilla.org/mozilla-central/annotate/45db8c3384e1/gfx/layers/ImageLayers.h#l493
or it is required in order to sync IOSurface data (similar to thread safe syncronization)?
Reporter | ||
Comment 3•13 years ago
|
||
Simple copy of ImageLayer + Removed YUV related content.
ImageContainer not yet removed
Attachment #561868 -
Flags: feedback?(roc)
Comment 4•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months.
:bhood, could you have a look please?
For more information, please visit auto_nag documentation.
Assignee: romaxa → nobody
Status: ASSIGNED → NEW
Flags: needinfo?(bhood)
Updated•3 years ago
|
Flags: needinfo?(bhood)
Updated•2 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•