Bug 18757 - Add wxWebView::CanGoBack and CanGoForward methods
Summary: Add wxWebView::CanGoBack and CanGoForward methods
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit wx (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Kevin Ollivier
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-26 13:38 PDT by Robin Dunn
Modified: 2008-04-27 22:41 PDT (History)
0 users

See Also:


Attachments
patch for wxWebView (1.97 KB, patch)
2008-04-26 13:39 PDT, Robin Dunn
no flags Details | Formatted Diff | Diff
removed SetTargetName (1.42 KB, patch)
2008-04-26 14:51 PDT, Robin Dunn
kevino: review+
Details | Formatted Diff | Diff

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