Implement Msg::Status with serialized url upon mouseover

Credits for Mike Blumenkrantz (@zmike), I just rebased against trunk and
fixed the url serialization.

Fixes #6178.
This commit is contained in:
Bruno de Oliveira Abinader 2015-05-26 01:08:27 +03:00 committed by Bruno de Oliveira Abinader
parent 5873a5cf20
commit b3927d5a2d
10 changed files with 67 additions and 1 deletions

View file

@ -316,6 +316,9 @@ impl WindowMethods for Window {
browser.downcast().favicons.borrow_mut().push(url.to_string().clone());
}
fn status(&self, _: Option<String>) {
}
fn load_start(&self, back: bool, forward: bool) {
let browser = self.cef_browser.borrow();
let browser = match *browser {