8000 Comparing v4.0.5...4-0-x · electron/electron · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: electron/electron
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.5
Choose a base ref
...
head repository: electron/electron
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4-0-x
Choose a head ref
  • 17 commits
  • 25 files changed
  • 5 contributors

Commits on Feb 15, 2019

  1. Configuration menu
    Copy the full SHA
    a2d7735 View commit details
    Browse the repository at this point in the history
  2. fix: enable inputpane virtual keyboard by default (#16944)

    backports e6c18518b from chromium, fixes #13832
    nornagon authored and John Kleinschmidt committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    969ac4c View commit details
    Browse the repository at this point in the history
  3. fix: pass result to chrome.tabs.executeScript callback (backport: 4-0…

    …-x) (#16948)
    
    * fix: pass result to chrome.tabs.executeScript callback
    
    Additionally, remove `nextId` counter in favor of `originResultID` counter which is more widely used in this file.
    
    * fix: remove need for eslint override and better match style
    trop[bot] authored and codebytere committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    efa1260 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2019

  1. Configuration menu
    Copy the full SHA
    ffd8c36 View commit details
    Browse the repository at this point in the history
  2. Bump v4.0.6

    electron-bot committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    330e8ab View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

  1. Fix webContents.print() (#17116)

    trop[bot] authored and codebytere committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    6d313b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e0d4c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2019

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

Commits on Mar 1, 2019

  1. fix: access of out-of-scope reference in ShowOpenDialog and ShowSaveD…

    …ialog (#17176)
    
    In the mac file dialog implementation of show*OpenDialog, a settings
    object is passed down to the dialog completion handler.
    However at the time the completion handler is invoked, the settings
    object is already out-of-scope, resulting in an invalid access to
    the security_scoped_bookmarks flag.
    The fix is to capture the value of the flag and passing that directly
    to the completion handler.
    
    fixes issue #16664
    trop[bot] authored and codebytere committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    9d30245 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. Configuration menu
    Copy the full SHA
    3c0d90e View commit details
    Browse the repository at this point in the history
  2. Bump v4.0.7

    electron-bot committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    8d330f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. Configuration menu
    Copy the full SHA
    34c1a53 View commit details
    Browse the repository at this point in the history
  2. Bump v4.0.8

    electron-bot committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    56c545f View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2019

  1. test: fix incorrect reference to skip (#17280)

    trop[bot] authored and John Kleinschmidt committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    f53a9c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01c8f69 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2019

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

Commits on Mar 19, 2019

  1. fix: throw error when inserting menu items out-of-range (backport: 4-…

    …0-x) (#17434)
    
    * fix: throw error when inserting menu items out-of-range
    
    * also check pos < 0
    trop[bot] authored and MarshallOfSound committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    61fddb6 View commit details
    Browse the repository at this point in the history
Loading
0