Bug 50486 - WebContextMenuClient::fixMenuReceivedFromOldSafari is no longer needed on Windows
Summary: WebContextMenuClient::fixMenuReceivedFromOldSafari is no longer needed on Win...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P2 Normal
Assignee: Brian Weinstein
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-03 14:10 PST by Brian Weinstein
Modified: 2010-12-03 14:36 PST (History)
1 user (show)

See Also:


Attachments
[PATCH] Fix (3.18 KB, patch)
2010-12-03 14:15 PST, Brian Weinstein
beidson: review+
bweinstein: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.