Closed
Bug 565963
Opened 15 years ago
Closed 15 years ago
JavaPlugin2 instances display upside down when out-of-process in Gecko 1.9.3
Categories
(Plugins Graveyard :: Java (Apple), defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jaas, Assigned: BenWa)
References
Details
Attachments
(2 files)
22.42 KB,
image/png
|
Details | |
496 bytes,
patch
|
jaas
:
review+
|
Details | Diff | Splinter Review |
JavaPlugin2 instances display upside down when out-of-process in Gecko 1.9.3.
Comment 1•15 years ago
|
||
Which version of Apple's JVM are you testing with, and on which version of the OS?
Assignee | ||
Comment 2•15 years ago
|
||
The biggest difference I could think of between in/out of process was that in processes uses SaveGState. Since each out of process plug-in instance has it's own CGContext I didn't think we needed to protected the GState since a plug-in could only mess up its own rendering and not the browser. But it appears that this plug-in is relying on this behavior so this might be another thing we are stuck doing.
Attachment #445464 -
Flags: review?(joshmoz)
Attachment #445464 -
Flags: review?(joshmoz) → review+
Keywords: checkin-needed
Assignee | ||
Comment 3•15 years ago
|
||
Pushed to mozilla-central:
http://hg.mozilla.org/mozilla-central/rev/8844c3b3d21a
Assignee | ||
Updated•15 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•15 years ago
|
||
Verified:
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.3a5pre) Gecko/20100521 Minefield/3.7a5pre
Updated•9 years ago
|
Product: Plugins → Plugins Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•