RESOLVED FIXED 18757
Add wxWebView::CanGoBack and CanGoForward methods
https://bugs.webkit.org/show_bug.cgi?id=18757
Summary Add wxWebView::CanGoBack and CanGoForward methods
Robin Dunn
Reported 2008-04-26 13:38:08 PDT
This is a patch that adds wxWebView::CanGoBack and CanGoForward methods
Attachments
patch for wxWebView (1.97 KB, patch)
2008-04-26 13:39 PDT, Robin Dunn
no flags
removed SetTargetName (1.42 KB, patch)
2008-04-26 14:51 PDT, Robin Dunn
kevino: review+
Robin Dunn
Comment 1 2008-04-26 13:39:00 PDT
Created attachment 20833 [details] patch for wxWebView
Robin Dunn
Comment 2 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.
Kevin Ollivier
Comment 3 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.
Note You need to log in before you can comment on or make changes to this bug.