WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
6785
Fix for possible leak of applet, object, or embed (and plugin view)
https://bugs.webkit.org/show_bug.cgi?id=6785
Summary
Fix for possible leak of applet, object, or embed (and plugin view)
Tim Omernick
Reported
2006-01-25 00:49:52 PST
An application which uses WebKit might leak plugins if it uses -[WebScriptObject setValue:forKey:] to alter an <embed> element's style. Doing so causes HTMLObjectElementImpl to create and cache a KJS::Bindings::Instance, which it owns but never deletes. I've got a patch which fixes the problem, and a similar problem with <object> and <applet>.
Attachments
Patch
(4.46 KB, patch)
2006-01-25 00:52 PST
,
Tim Omernick
timo
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Tim Omernick
Comment 1
2006-01-25 00:52:33 PST
Created
attachment 5941
[details]
Patch
Tim Omernick
Comment 2
2006-01-25 13:55:22 PST
Comment on
attachment 5941
[details]
Patch Dave Harrison reviewed this.
Darin Adler
Comment 3
2006-02-03 20:56:55 PST
Tim landed this 2006-01-24.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug