Bug 35940

Summary: Remove unused SPI in WebPluginController.mm
Product: WebKit Reporter: Brady Eidson <beidson>
Component: WebKit APIAssignee: Andy Estes <aestes>
Status: RESOLVED FIXED    
Severity: Normal CC: aestes, commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
Patch
beidson: review-
Patch (v2)
none
Patch (v3) none

Description Brady Eidson 2010-03-09 12:59:36 PST
In WebPluginController.mm, I noticed:
// For compatibility only.
- (void)showURL:(NSURL *)URL inFrame:(NSString *)target
{ ... }

I did some digging, and this method was left around to support an ANCIENT version of the java plug-in and is no longer needed.  We should nuke it.
Comment 1 Brady Eidson 2010-03-09 13:25:53 PST
http://trac.webkit.org/changeset/55742
Comment 2 Brady Eidson 2010-03-09 13:26:10 PST
(In reply to comment #1)
> http://trac.webkit.org/changeset/55742

Disregard, put this in the wrong bug.
Comment 3 Andy Estes 2010-03-11 11:20:14 PST
Created attachment 50518 [details]
Patch
Comment 4 Brady Eidson 2010-03-11 11:44:41 PST
Comment on attachment 50518 [details]
Patch

r+
Comment 5 Brady Eidson 2010-03-11 11:51:07 PST
Comment on attachment 50518 [details]
Patch

Actually to be a stickler - you should mention this bug in the ChangeLog.
Comment 6 Brady Eidson 2010-03-11 11:51:26 PST
(changed to r-)
Comment 7 Andy Estes 2010-03-11 11:54:50 PST
Created attachment 50523 [details]
Patch (v2)
Comment 8 Andy Estes 2010-03-11 11:56:00 PST
Created attachment 50525 [details]
Patch (v3)

Tabs!
Comment 9 Brady Eidson 2010-03-11 11:59:09 PST
Comment on attachment 50525 [details]
Patch (v3)

r+
Comment 10 WebKit Commit Bot 2010-03-12 07:45:31 PST
Comment on attachment 50525 [details]
Patch (v3)

Clearing flags on attachment: 50525

Committed r55901: <http://trac.webkit.org/changeset/55901>
Comment 11 WebKit Commit Bot 2010-03-12 07:45:35 PST
All reviewed patches have been landed.  Closing bug.