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

fix: missing handlescopes in event emission #23140

Merged
merged 2 commits into from
Apr 27, 2020

Conversation

codebytere
Copy link
Member

@codebytere codebytere commented Apr 16, 2020

Description of Change

Closes #23139.

Fixes crashes in CreateEventFromFlags and EmitCustomEvent owing to missing HandleScopes.

cc @deepak1556 @zcbenz @nornagon

Checklist

Release Notes

Notes: Fixed some event listener crashes in Tray.

@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label Apr 16, 2020
shell/browser/api/electron_api_tray.cc Outdated Show resolved Hide resolved
@codebytere codebytere force-pushed the fix-tray-click-handlescope branch from 8e4e7d0 to 1b6e70c Compare April 16, 2020 22:37
@codebytere codebytere changed the title fix: missing handlescopes in Tray fix: missing handlescopes in event emission Apr 16, 2020
@electron-cation electron-cation bot removed the new-pr 🌱 PR opened in the last 24 hours label Apr 17, 2020
@codebytere codebytere force-pushed the fix-tray-click-handlescope branch 2 times, most recently from 2fe7601 to 01450e3 Compare April 24, 2020 00:46
@codebytere codebytere requested a review from zcbenz April 24, 2020 00:46
@codebytere codebytere force-pushed the fix-tray-click-handlescope branch from 01450e3 to 7ab0ef0 Compare April 24, 2020 01:21
@codebytere codebytere force-pushed the fix-tray-click-handlescope branch from 7ab0ef0 to cd77350 Compare April 27, 2020 17:47
@codebytere codebytere merged commit ac5c30a into master Apr 27, 2020
@release-clerk
Copy link

release-clerk bot commented Apr 27, 2020

Release Notes Persisted

Fixed some event listener crashes in Tray.

@codebytere codebytere deleted the fix-tray-click-handlescope branch April 27, 2020 18:38
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.

tray.click action causes the app to get crashed
4 participants