Bug 50486

Summary: WebContextMenuClient::fixMenuReceivedFromOldSafari is no longer needed on Windows
Product: WebKit Reporter: Brian Weinstein <bweinstein>
Component: WebKit Misc.Assignee: Brian Weinstein <bweinstein>
Status: RESOLVED FIXED    
Severity: Normal CC: aroben
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows 7   
Attachments:
Description Flags
[PATCH] Fix beidson: review+, bweinstein: commit-queue-

Description Brian Weinstein 2010-12-03 14:10:21 PST
This was added to support using WebKit that supported the Inspect Element context menu item with a Safari that didn't have that functionality. We don't support that old of a Safari anymore, so we can get rid of that code path.
Comment 1 Brian Weinstein 2010-12-03 14:15:49 PST
Created attachment 75543 [details]
[PATCH] Fix
Comment 2 Brady Eidson 2010-12-03 14:32:37 PST
Comment on attachment 75543 [details]
[PATCH] Fix

I like the amount of red.
Comment 3 Brian Weinstein 2010-12-03 14:36:45 PST
Landed in r73305.