Bug 55636

Summary: Rename WebKit::WebPage::validateMenuItem() to validateCommand()
Product: WebKit Reporter: Jeff Miller <jeffm>
Component: WebKit2Assignee: Jeff Miller <jeffm>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch darin: review+

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>