-
Notifications
You must be signed in to change notification settings - Fork 16.2k
Comparing changes
Open a pull request
base repository: electron/electron
base: v4.0.5
head repository: electron/electron
compare: 4-0-x
- 17 commits
- 25 files changed
- 5 contributors
Commits on Feb 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a2d7735 - Browse repository at this point
Copy the full SHA a2d7735View commit details -
fix: enable inputpane virtual keyboard by default (#16944)
backports e6c18518b from chromium, fixes #13832
Configuration menu - View commit details
-
Copy full SHA for 969ac4c - Browse repository at this point
Copy the full SHA 969ac4cView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for efa1260 - Browse repository at this point
Copy the full SHA efa1260View commit details
Commits on Feb 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ffd8c36 - Browse repository at this point
Copy the full SHA ffd8c36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 330e8ab - Browse repository at this point
Copy the full SHA 330e8abView commit details
Commits on Feb 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6d313b4 - Browse repository at this point
Copy the full SHA 6d313b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e0d4c4 - Browse repository at this point
Copy the full SHA 4e0d4c4View commit details
Commits on Feb 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0efccf4 - Browse repository at this point
Copy the full SHA 0efccf4View commit details
Commits on Mar 1, 2019
-
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
Configuration menu - View commit details
-
Copy full SHA for 9d30245 - Browse repository at this point
Copy the full SHA 9d30245View commit details
Commits on Mar 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3c0d90e - Browse repository at this point
Copy the full SHA 3c0d90eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d330f7 - Browse repository at this point
Copy the full SHA 8d330f7View commit details
Commits on Mar 7, 2019
-
fix: FileReader: Make a copy of the ArrayBuffer when returning partia…
…l results (#17256) backports https://chromium-review.googlesource.com/c/chromium/src/+/1495209
Configuration menu - View commit details
-
Copy full SHA for 34c1a53 - Browse repository at this point
Copy the full SHA 34c1a53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56c545f - Browse repository at this point
Copy the full SHA 56c545fView commit details
Commits on Mar 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f53a9c1 - Browse repository at this point
Copy the full SHA f53a9c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01c8f69 - Browse repository at this point
Copy the full SHA 01c8f69View commit details
Commits on Mar 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 84ec424 - Browse repository at this point
Copy the full SHA 84ec424View commit details
Commits on Mar 19, 2019
-
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
Configuration menu - View commit details
-
Copy full SHA for 61fddb6 - Browse repository at this point
Copy the full SHA 61fddb6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.0.5...4-0-x