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

Fix dispatch issues for actions pre windowReady #10917

Closed
wants to merge 1 commit into from
Closed

Conversation

bbondy
Copy link
Member

@bbondy bbondy commented Sep 12, 2017

Partially solves #10866

Submitter Checklist:

  • Submitted a ticket for my issue if one did not already exist.
  • Used Github auto-closing keywords in the commit message.
    • Intentionally not using
  • Added/updated tests for this change (for new code or code which already has tests).
    • Updated tests, this should fail lots of tests already written if has a problem.
  • Ran git rebase -i to squash commits (if needed).
  • [x] Tagged reviewers and labelled the pull request as needed.

Test Plan:

Reviewer Checklist:

Tests

  • Adequate test coverage exists to prevent regressions
  • Tests should be independent and work correctly when run individually or as a suite ref
  • New files have MPL2 license header

@bbondy bbondy added this to the 0.19.x (Beta Channel) milestone Sep 12, 2017
@bbondy bbondy self-assigned this Sep 12, 2017
@bbondy bbondy force-pushed the dispatch-fixes branch 2 times, most recently from fe6366c to daa5cbe Compare September 19, 2017 15:02
Fix #10866

Changes in this PR:
- Browser process now registers the process right away for the
  dispatcher..
- Callbacks are registered from the window store.
- Waits until the window is ready before dispatching, queues up messages
  sent before this.
- No extensions.createTab will be issued before a window is ready.
@bbondy
Copy link
Member Author

bbondy commented Sep 19, 2017

Cherry-picking into branches instead of merging since this PR was originally in 0.18.x but we're only putting it in 0.19.x

@bbondy bbondy closed this Sep 19, 2017
@bsclifton bsclifton deleted the dispatch-fixes branch September 20, 2017 06:26
@bsclifton
Copy link
Member

@bbondy which branches did this get cherry-picked into? Did it ship with 0.18.x?

@bbondy
Copy link
Member Author

bbondy commented Sep 29, 2017

0.19.x: 048b121
0.20.x: c3217a4
master: 845e84a

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants