Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

better handling of frames on window start #145

Merged
merged 1 commit into from
Jan 13, 2016
Merged

Conversation

bridiver
Copy link
Collaborator

dependent upon brave/muon#1

fixes #109
fixes #98
fixes #97
fixes #57
fixes #49

AppActions.newWindow({
location: e.url,
parentFrameKey: this.props.frame.get('key'),
parentWindowKey: remote.getCurrentWindow().id
}, e.options)
guestInstanceId: guestInstanceId
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: you can do this in the future when name/value match:
guestInstanceId,

@bbondy
Copy link
Member

bbondy commented Jan 13, 2016

Looks good, please merge when ready. I'll work on brave/electron now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.