Bug 18757

Summary: Add wxWebView::CanGoBack and CanGoForward methods
Product: WebKit Reporter: Robin Dunn <robin>
Component: WebKit wxAssignee: Kevin Ollivier <kevino>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
patch for wxWebView
none
removed SetTargetName kevino: review+

Description Robin Dunn 2008-04-26 13:38:08 PDT
This is a patch that adds wxWebView::CanGoBack and CanGoForward methods
Comment 1 Robin Dunn 2008-04-26 13:39:00 PDT
Created attachment 20833 [details]
patch for wxWebView
Comment 2 Robin Dunn 2008-04-26 14:51:51 PDT
Created attachment 20837 [details]
removed SetTargetName

Removed the SetTargetName parts of the patch, they are part of another change.
Comment 3 Kevin Ollivier 2008-04-27 22:41:27 PDT
Landed in r32607, thanks! Note that WebKit coding style guidelines don't add brackets for one-line if statements, but I see I did that in WebView.cpp myself, so I went ahead and cleaned it up.