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

use shared memory for initial state transfer #9989

Merged
merged 1 commit into from
Jul 17, 2017
Merged

Conversation

bridiver
Copy link
Collaborator

@bridiver bridiver commented Jul 14, 2017

Submitter Checklist:

Fix #10018

  • Submitted a ticket for my issue if one did not already exist.
  • Used Github auto-closing keywords in the commit message.
  • Added/updated tests for this change (for new code or code which already has tests).
  • Ran git rebase -i to squash commits (if needed).
  • 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

@bridiver bridiver self-assigned this Jul 14, 2017
@bridiver bridiver requested a review from bbondy July 14, 2017 05:14
@bbondy bbondy added this to the 0.18.x (Release Channel) milestone Jul 14, 2017
@bsclifton bsclifton self-requested a review July 14, 2017 06:12
Copy link
Member

@bsclifton bsclifton left a comment

Choose a reason for hiding this comment

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

Notes left about the delete state.menu on Windows

{

let state = appState.toJS()
delete state.menu
Copy link
Member

Choose a reason for hiding this comment

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

This won't work because Windows requires it when rendering the custom menubar (in the renderer process). I'll look at submitting a PR which avoids setting it on macOS / Linux and properly sets it (ex: doesn't bind raw object with functions) on Windows

@bridiver
Copy link
Collaborator Author

@bsclifton @bbondy I removed the delete state.menu so this PR is now dependent on some other menu state fix

@bsclifton
Copy link
Member

I submitted #9991 with the fixes for the menu. Does that need to land first?

@bridiver
Copy link
Collaborator Author

bridiver commented Jul 16, 2017 via email

@bbondy
Copy link
Member

bbondy commented Jul 17, 2017

@bridiver please post an issue for this pull requests since release notes are made from issues, and reference this issue from the PR. Thanks!

@bbondy
Copy link
Member

bbondy commented Jul 17, 2017

Looks good but blocked on Clifton's PR I think.

@bbondy bbondy modified the milestones: 0.17.17 (Release Channel), 0.18.x (Release Channel) Jul 17, 2017
@bbondy bbondy merged commit 8c60084 into master Jul 17, 2017
bbondy added a commit that referenced this pull request Jul 17, 2017
use shared memory for initial state transfer
@bsclifton bsclifton deleted the shared-mem-app-state branch July 17, 2017 22:13
@bbondy bbondy modified the milestones: 0.18.x Hotfix, 0.17.19 (Release Channel) Aug 3, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants