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: Ensure electron delay loads the same modules as chromium #25436

Commits on Sep 12, 2020

  1. Ensure electron delay loads the appropriate modules as chromium on wi…

    …ndows
    
    This change adds the same module delay load list that chromium uses for electron.  Some modules were already getting delay loaded from other build files in chromium but not the main list via //build/config/win:delayloads.  We do not include the list of delay loads in delayloads_not_for_child_dll as those have issues being loaded in sandboxes processes.  This will reduce the overall reference set impact of the electron processes.
    chrdavis authored and electron-bot committed Sep 12, 2020
    Copy the full SHA
    5d68ce0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    06fe446 View commit details
    Browse the repository at this point in the history
  3. chore: fix linting

    MarshallOfSound authored and electron-bot committed Sep 12, 2020
    Copy the full SHA
    1aa7c52 View commit details
    Browse the repository at this point in the history