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

Propagate Electron and OpenFin application level window created events instead of emitting our own #156

Merged
merged 1 commit into from
May 15, 2018

Conversation

bingenito
Copy link
Member

In Electron we are no longer able to link a BrowserWindowProxy created via window.open to a BrowserWindow instance via guestID so instead use the app level browser-window-created event and webcontents.id to correlate to new windows. Since OpenFin also has application events, change to make consistent across both containers.

Fixes #155

@bingenito bingenito requested a review from a team May 15, 2018 13:33
@codecov
Copy link

codecov bot commented May 15, 2018

Codecov Report

Merging #156 into master will increase coverage by 0.29%.
The diff coverage is 90%.

@@            Coverage Diff             @@
##           master     #156      +/-   ##
==========================================
+ Coverage   93.64%   93.94%   +0.29%     
==========================================
  Files          15       15              
  Lines        1274     1271       -3     
  Branches      208      208              
==========================================
+ Hits         1193     1194       +1     
+ Misses         81       77       -4
Impacted Files Coverage Δ
src/container.ts 96.29% <0%> (+2.54%) ⬆️
src/OpenFin/openfin.ts 85.45% <100%> (ø) ⬆️
src/Electron/electron.ts 98.48% <100%> (+0.3%) ⬆️

@bingenito bingenito merged commit 96f9998 into morganstanley:master May 15, 2018
@bingenito bingenito deleted the ISSUE-155 branch May 15, 2018 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants