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: use render client id to track deleted render process hosts #14520

Merged
merged 2 commits into from Sep 11, 2018

Commits on Sep 10, 2018

  1. fix: use render client id to track deleted render process hosts

    Instead of relying on OS process id, which may not be unique
    when a process is reused, we rely on the renderer client id
    passed by the content layer when starting the renderer process
    which is guaranteed to be unique for the lifetime of the app.
    deepak1556 committed Sep 10, 2018
    Copy the full SHA
    334c278 View commit details
    Browse the repository at this point in the history
  2. fix: store context id as int64_t

    Ensuring that it doesn't wrap easily with a large number
    of context creation on some malformed web pages.
    deepak1556 committed Sep 10, 2018
    Copy the full SHA
    423b2b5 View commit details
    Browse the repository at this point in the history