This repository was archived by the owner on May 22, 2020. It is now read-only.
[N/A] Hook up event propagation for all browserview-related events#357
Closed
MichaelMCoates wants to merge 6 commits intoHadoukenIO:developfrom
Closed
[N/A] Hook up event propagation for all browserview-related events#357MichaelMCoates wants to merge 6 commits intoHadoukenIO:developfrom
MichaelMCoates wants to merge 6 commits intoHadoukenIO:developfrom
Conversation
6 tasks
Git
Asars used for testingTest results
|
|
Git
Asars used for testingTest results
|
dhamberlin
previously approved these changes
Oct 11, 2019
licui3936
reviewed
Oct 16, 2019
| 'window-view-hidden': WindowEvent<Topic, Type>; | ||
| 'window-view-page-favicon-updated': WindowEvent<Topic, Type>; | ||
| 'window-view-page-title-updated': WindowEvent<Topic, Type>; | ||
| 'view-resource-load-failed': WindowResourceLoadFailedEvent<Topic, Type>; |
Collaborator
There was a problem hiding this comment.
'window' is missing in the event name?
licui3936
reviewed
Oct 16, 2019
| 'window-view-page-favicon-updated': WindowEvent<Topic, Type>; | ||
| 'window-view-page-title-updated': WindowEvent<Topic, Type>; | ||
| 'view-resource-load-failed': WindowResourceLoadFailedEvent<Topic, Type>; | ||
| 'view-resource-response-received': WindowResourceResponseReceivedEvent<Topic, Type>; |
licui3936
reviewed
Oct 16, 2019
| * window-start-load | ||
| * window-user-movement-disabled (see {@tutorial Window.EventEmitter}) | ||
| * window-user-movement-enabled (see {@tutorial Window.EventEmitter}) | ||
| * window-view-attached (see {@tutorial Window.EventEmitter}) |
Collaborator
licui3936
reviewed
Oct 16, 2019
| * window-view-crashed (see {@tutorial BrowserView.EventEmitter}) | ||
| * window-view-created (see {@tutorial BrowserView.EventEmitter}) | ||
| * window-view-destroyed (see {@tutorial BrowserView.EventEmitter}) | ||
| * window-view-detached (see {@tutorial Window.EventEmitter}) |
Contributor
Author
There was a problem hiding this comment.
All fixed. Thank you!
Git
Asars used for testingTest results
|
Contributor
Author
|
After talking with Pierre and Tommy, changed the eventing scheme to the following:
The tests have been updated to reflect these changes. |
Git
Asars used for testingTest results
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of Change
This PR adds propagated events up to Application and System for BrowserView.
Tests:
https://testing-dashboard.openfin.co/#/app/sessions/api/completed/5da8b1ceee166d7a14d451bc
Corresponding core PR:
HadoukenIO/core#976
@aziz512 trying to add you as reviewer but it won't let me for some reason.
Checklist
npm testpassesRelease Notes
Notes: