brave / browser-laptop

[DEPRECATED] Please see https://github.com/brave/brave-browser for the current version of Brave
https://www.brave.com
Other
7.94k stars 974 forks source link

Crash when content does window.open #1972

Closed bbondy closed 8 years ago

bbondy commented 8 years ago

I get a new crash with chromium51 anytime I click a bookmarklet which creates a new tab. Crashes here in a release build with render_widget_host_view_child_frame.cc.

I’m guessing host_ is is null but I don’t have a debug build so it’s not loading the value for me.

screenshot 2016-05-29 20 47 31

You can repro with this bookmarklet or just open content dev tools and do window.open

javascript:(function()%7B window.open(%27http://www.cnn.com/%27)%3B %7D)()%3B

cc @bridiver

bbondy commented 8 years ago

Happen on all platforms.

bbondy commented 8 years ago

@bridiver can be closed?