Bug 55636 - Rename WebKit::WebPage::validateMenuItem() to validateCommand()
Summary: Rename WebKit::WebPage::validateMenuItem() to validateCommand()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Jeff Miller
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-02 17:37 PST by Jeff Miller
Modified: 2011-03-02 17:59 PST (History)
0 users

See Also:


Attachments
Patch (7.30 KB, patch)
2011-03-02 17:43 PST, Jeff Miller
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Miller 2011-03-02 17:37:14 PST
Rename WebKit::WebPage::validateMenuItem() to validateCommand()
Comment 1 Jeff Miller 2011-03-02 17:39:27 PST
Since this method can validate more than menu items, validateCommand() is a better name.  Also rename various messages and WebKit::WebPageProxy::didValidateMenuItem() to didValidateCommand().
Comment 2 Jeff Miller 2011-03-02 17:43:13 PST
Created attachment 84498 [details]
Patch
Comment 3 Jeff Miller 2011-03-02 17:59:50 PST
Committed r80194: <http://trac.webkit.org/changeset/80194>