Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Embedding api GOOOOOOOooooooooooooooooo #6015

Closed
Closed
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

fix async browser on_created callback

broken since 3bf779c
  • Loading branch information
Mike Blumenkrantz
Mike Blumenkrantz committed May 12, 2015
commit 5addca22b11afc0289af5e10aa401fa41215ebc3
@@ -177,6 +177,9 @@ impl ServoCefBrowserExtensions for CefBrowser {
pub fn update() {
BROWSERS.with(|browsers| {
for browser in browsers.borrow().iter() {
if browser.downcast().callback_executed.get() == false {
browser_callback_after_created(browser.clone());
}
browser.send_window_event(WindowEvent::Idle);
}
});
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.