Bug 111899

Summary: Don't snapshot Java plugins
Product: WebKit Reporter: Dean Jackson <dino>
Component: Plug-insAssignee: Dean Jackson <dino>
Status: RESOLVED FIXED    
Severity: Normal CC: esprehn+autocc, ojan.autocc, webkit.review.bot
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch thorton: review+

Description Dean Jackson 2013-03-08 16:31:58 PST
Currently a Java plugin in <embed> can trigger the snapshot machinery, but a regular <applet> doesn't. We should not try to snapshot Java.

<rdar://problem/13305156>
Comment 1 Dean Jackson 2013-03-08 16:34:25 PST
Created attachment 192306 [details]
Patch
Comment 2 Dean Jackson 2013-03-08 17:26:58 PST
Created attachment 192316 [details]
Patch
Comment 3 Dean Jackson 2013-03-08 17:34:27 PST
Committed r145295: <http://trac.webkit.org/changeset/145295>