(self, browser, frame)
| 314 | self.chromeWindow.GetBrowser().CanGoForward()) |
| 315 | |
| 316 | def OnLoadStart(self, browser, frame): |
| 317 | if self.navigationBar: |
| 318 | self.UpdateButtonsState() |
| 319 | self.navigationBar.GetUrlCtrl().SetValue( |
| 320 | browser.GetMainFrame().GetUrl()) |
| 321 | self.navigationBar.AddToHistory(browser.GetMainFrame().GetUrl()) |
| 322 | |
| 323 | def OnLoadEnd(self, browser, frame, httpStatusCode): |
| 324 | if self.navigationBar: |
no test coverage detected