Bug 32142 - Windows nightlies crash on rightclick <A> due to changes to IWebFramePrivate vtable
Summary: Windows nightlies crash on rightclick <A> due to changes to IWebFramePrivate ...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Major
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-03 20:44 PST by 808caaa4.8ce9.9cd6c799e9f6
Modified: 2015-02-04 15:24 PST (History)
1 user (show)

See Also:


Attachments
demonstrative vtable patching(screenshot), r51951 (6.35 KB, image/png)
2009-12-10 23:32 PST, 808caaa4.8ce9.9cd6c799e9f6
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description 808caaa4.8ce9.9cd6c799e9f6 2009-12-03 20:44:01 PST
pauseSVGAnimation() is added just after pauseTransition() at r51567.

// Oops, it's IWebFramePrivate again....
Comment 1 808caaa4.8ce9.9cd6c799e9f6 2009-12-10 23:32:19 PST
Created attachment 44662 [details]
demonstrative vtable patching(screenshot), r51951

WebKit-SVN-r51951.zip still leads crashes when elements are rightclicked, 
at lease <A>. Removing pauseSVGAnimation() entry (from the vtable of 
IWebFramePrivate)(with binary editor) will prevent this crash, tested again
with r51951.
Comment 2 Alexey Proskuryakov 2015-02-04 15:24:28 PST
There aren't any Windows nightlies any more.