mirror of
https://github.com/servo/servo.git
synced 2025-08-02 04:00:32 +01:00
Various servodriver fixes (#34871)
* servodriver: Set initial URL to data:, instead of about:blank. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * script: Ignore failed epoch update messages. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Make servo-max-session-history.html use an iframe. Signed-off-by: Josh Matthews <josh@joshmatthews.net> --------- Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
8a68d47409
commit
17e2ca3f01
7 changed files with 43 additions and 34 deletions
|
@ -2112,7 +2112,7 @@ impl Window {
|
|||
let (sender, receiver) = ipc::channel().expect("Failed to create IPC channel!");
|
||||
let event = ScriptMsg::SetLayoutEpoch(epoch, sender);
|
||||
self.send_to_constellation(event);
|
||||
receiver.recv().unwrap();
|
||||
let _ = receiver.recv();
|
||||
}
|
||||
|
||||
pub fn layout_reflow(&self, query_msg: QueryMsg, can_gc: CanGc) -> bool {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue