[Webkit-unassigned] [Bug 72358] [Qt] Mouse move event not working with Flash 11 on Mac

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 13 01:54:02 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=72358


Bobber <bobber.cheng at intercallapac.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bobber.cheng at intercallapac.
                   |                            |com




--- Comment #18 from Bobber <bobber.cheng at intercallapac.com>  2012-11-13 01:55:46 PST ---
Hi Andy,

I applyied your patch qtwebkit_23 and changed code
'JSC::JSLock::DropAllLocks dropAllLocks(JSC::SilenceAssertionsOnly); ' in Source/WebCore/plugins/mac/PluginViewMac.mm to 'JSC::JSLock::DropAllLocks dropAllLocks(JSDOMWindowBase::commonJSGlobalData());' because I got error that JSC::SilenceAssertionsOnly is not found on Mac. page: http://www.kirupa.com/developer/mx/animation/slider_tutorial_part2.swf works fine now. Could you please confirmed the change is ok?

Thanks,
Bobber

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list