mirror of
https://github.com/servo/servo.git
synced 2025-08-17 11:25:35 +01:00
parent
05212b702d
commit
12f20f1ecc
10 changed files with 69 additions and 1 deletions
|
@ -316,6 +316,9 @@ impl WindowMethods for Window {
|
|||
}
|
||||
}
|
||||
|
||||
fn set_favicon(&self, _: Url) {
|
||||
}
|
||||
|
||||
fn load_start(&self, back: bool, forward: bool) {
|
||||
// FIXME(pcwalton): The status code 200 is a lie.
|
||||
let browser = self.cef_browser.borrow();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue