Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Upgrade to Electron 4 #19373

Merged
merged 29 commits into from
Jul 19, 2019
Merged

Upgrade to Electron 4 #19373

merged 29 commits into from
Jul 19, 2019

Commits on May 20, 2019

  1. ⬆️ electron@4.2.0

    rafeca committed May 20, 2019
    Configuration menu
    Copy the full SHA
    5571a7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb2f091 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abaaf75 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4c6f31 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. Configuration menu
    Copy the full SHA
    218657f View commit details
    Browse the repository at this point in the history
  2. Use correct fontWeight value in ThemeManager spec

    In Chrome 66+ it seems that getComputedStyle().fontWeight returns the computed
    numeric value of the style instead of the original descriptive name.  We now
    look for value '700' which corresponds to the value of 'bold'.
    daviwil authored and 50Wliu committed May 21, 2019
    Configuration menu
    Copy the full SHA
    4c47249 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d988983 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1aa1bb View commit details
    Browse the repository at this point in the history
  5. ⬆️ @atom/nsfw, git-utils to allow loading on Windows

    And a bump for fuzzy-finder to remove unnecessary dependencies that were causing installation issues
    50Wliu committed May 21, 2019
    Configuration menu
    Copy the full SHA
    1483f4b View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. Configuration menu
    Copy the full SHA
    906a106 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfaca0a View commit details
    Browse the repository at this point in the history
  3. Try updating @atom/nsfw to 1.0.23-1

    Let's see if it fixes the config watching warnings...
    50Wliu committed May 22, 2019
    Configuration menu
    Copy the full SHA
    7f5e639 View commit details
    Browse the repository at this point in the history
  4. Oops, package lock it

    50Wliu committed May 22, 2019
    Configuration menu
    Copy the full SHA
    c2f1d65 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a186961 View commit details
    Browse the repository at this point in the history
  6. Update Electron builtins

    50Wliu committed May 22, 2019
    Configuration menu
    Copy the full SHA
    10c1c97 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    00362cc View commit details
    Browse the repository at this point in the history

Commits on May 30, 2019

  1. Configuration menu
    Copy the full SHA
    1ebfcba View commit details
    Browse the repository at this point in the history
  2. Re-enable snapshotting

    50Wliu committed May 30, 2019
    Configuration menu
    Copy the full SHA
    3e6d7cc View commit details
    Browse the repository at this point in the history

Commits on May 31, 2019

  1. Configuration menu
    Copy the full SHA
    5f0aad2 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2019

  1. Configuration menu
    Copy the full SHA
    6e90fbe View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2019

  1. Configuration menu
    Copy the full SHA
    5ddb665 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2019

  1. Configuration menu
    Copy the full SHA
    8ad7aa0 View commit details
    Browse the repository at this point in the history
  2. Revert "Back to manual debugging it is"

    This reverts commit 6e90fbe.
    rafeca committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    60093e4 View commit details
    Browse the repository at this point in the history
  3. Use random port to initialize ChromeDriver

    Since ChromeDriver v2.41, ChromeDriver will only connect if, either we precise a port
    for remote debugging, either the embedder (ie electron) made sure to pass `USER_DATA_DIR`
    to the remote debugging server.
    So, for now, we'll just use a random port (we don't care about its value since we're not
    connecting through it).
    
    (inspired by electron-userland/spectron@737db13).
    rafeca committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    91b53d4 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. Configuration menu
    Copy the full SHA
    5b61fba View commit details
    Browse the repository at this point in the history
  2. ⬆️ electron@4.2.5

    rafeca committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    9663c79 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. ⬆️ electron@4.2.6

    rafeca committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    79a952b View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2019

  1. Configuration menu
    Copy the full SHA
    f7f002f View commit details
    Browse the repository at this point in the history
  2. ⬆️ electron@4.2.7

    rafeca committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    a8e2c83 View commit details
    Browse the repository at this point in the history