Charlie Hess
|
f17bd040ad
|
Merge pull request #10293 from electron/notification-sounds
Add support for soundName in main process notifications
|
2017-08-21 16:15:47 -07:00 |
|
Zeke Sikelianos
|
b1011768e5
|
Merge pull request #10251 from electron/new-update-docs
New guide for implementing updates
|
2017-08-21 15:22:43 -07:00 |
|
Zeke Sikelianos
|
b6787dbbb3
|
link to updates guide from docs readme
|
2017-08-21 15:22:13 -07:00 |
|
Zeke Sikelianos
|
1731359a17
|
tweak the updates guide
|
2017-08-21 15:19:59 -07:00 |
|
Charlie Hess
|
f2c0d1f0c5
|
📝 Little cleanup.
|
2017-08-21 13:56:10 -07:00 |
|
Charlie Hess
|
db081d95d5
|
Review CommentZ.
|
2017-08-21 13:53:50 -07:00 |
|
Zeke Sikelianos
|
a50e36d256
|
Merge pull request #10304 from kyo-ago/patch-1
Fix typo on japanese document
|
2017-08-21 09:17:26 -07:00 |
|
Zeke Sikelianos
|
6c60c6ca76
|
Merge pull request #10306 from lisurc/patch-1
📝 Fix markdown syntax
|
2017-08-21 09:14:56 -07:00 |
|
Cheng Zhao
|
2c1984b6ed
|
Add WebContents.getNativeView API
|
2017-08-21 19:50:12 +09:00 |
|
Cheng Zhao
|
dede3d6213
|
Merge pull request #10280 from electron/fix-10280
Fix 'BrowserWindow module window states resizable state works for a frameless window'
|
2017-08-21 19:28:13 +09:00 |
|
Cheng Zhao
|
70fd42808e
|
Fix build on Linux
|
2017-08-21 17:42:45 +09:00 |
|
Cheng Zhao
|
19323c88f9
|
win: Fix "thickFrame: false" not working for normal window
|
2017-08-21 17:21:59 +09:00 |
|
Aleksei Kuzmin
|
c0331673da
|
Revert "Disable a failing test"
This reverts commit 25c0cf0612 .
|
2017-08-21 16:48:24 +09:00 |
|
Bastien
|
39c2a4721b
|
📝 Fix markdown syntax
Also fix some grammar and syntax typing mistakes.
[ci skip]
|
2017-08-19 22:29:34 +02:00 |
|
kyo_ago
|
8695672082
|
fix typo
|
2017-08-19 15:37:07 +09:00 |
|
Samuel Attard
|
15db4ee450
|
Merge pull request #10275 from electron/windowclose-exception
Fixing uncaught exception on window close
|
2017-08-19 13:58:55 +10:00 |
|
Josh Abernathy
|
766b604de5
|
Bump external binaries to 1.2.2
|
2017-08-18 08:20:07 -04:00 |
|
Cheng Zhao
|
ac6a44f0ac
|
Merge pull request #10273 from rhysd/doc-fix-optional-args
fix some optional args docs
|
2017-08-18 19:07:56 +09:00 |
|
Charlie Hess
|
2b9b186fd1
|
Rename soundName → sound.
|
2017-08-17 17:28:14 -07:00 |
|
Charlie Hess
|
0cfae1cc2b
|
Plumb in the macOS soundName property for notifications.
|
2017-08-17 13:31:20 -07:00 |
|
Hari Juturu
|
340431750b
|
Removing try/catch
|
2017-08-17 10:56:37 -07:00 |
|
Cheng Zhao
|
4bc4a0c45b
|
Merge pull request #10289 from electron/fix-compile
Fix compilation on mac
|
2017-08-17 17:41:13 +09:00 |
|
rhysd
|
01f549628f
|
fix signature of <webview>.executeJavaScript
|
2017-08-17 17:06:30 +09:00 |
|
Cheng Zhao
|
9c552644d8
|
Fix compilation on mac
|
2017-08-17 16:47:12 +09:00 |
|
Cheng Zhao
|
f6792c0232
|
Merge pull request #10264 from electron/fix-sandbox-crash-on-background-tab
Fix sandbox crash when opening a background tab
|
2017-08-17 15:57:29 +09:00 |
|
Cheng Zhao
|
ecff620528
|
Merge pull request #10081 from renaesop/master
Add a callback option to `webContents.print`
|
2017-08-17 15:56:02 +09:00 |
|
Cheng Zhao
|
f908678e8e
|
Merge pull request #10183 from andens/mouse_forward
Mouse forward functionality on Windows
|
2017-08-17 15:54:22 +09:00 |
|
Vanessa Yuen
|
32121b9c38
|
Merge pull request #10283 from electron/welcome-probots-config
add welcome probots
|
2017-08-16 15:56:19 -04:00 |
|
Vanessa Yuen
|
c4d1fb929c
|
Update config.yml
|
2017-08-16 15:04:34 -04:00 |
|
Vanessa Yuen
|
65908bbb87
|
Create config.yml
|
2017-08-16 14:54:10 -04:00 |
|
John Kleinschmidt
|
44481db1ee
|
Merge pull request #9946 from electron/upgrade-to-chromium-59
Upgrade to Chromium 59
|
2017-08-16 10:00:34 -04:00 |
|
Aleksei Kuzmin
|
5543bfc278
|
Use the latest libcc version with Chromium 59
|
2017-08-16 14:29:03 +03:00 |
|
Andreas Flöjt
|
d4bbd7c7ab
|
Add example of using mouse forwarding.
|
2017-08-16 03:28:52 +02:00 |
|
Andreas Flöjt
|
814702f5b8
|
Cleanup potential mouse forwarding resources when window is destroyed.
|
2017-08-16 03:28:07 +02:00 |
|
Felix Rieseberg
|
6191e6e787
|
🔧 Implement feedback
|
2017-08-15 16:14:58 -07:00 |
|
Hari Juturu
|
9120774c00
|
Fixing uncaught exception on window close
|
2017-08-15 14:59:48 -07:00 |
|
Leo Lamprecht
|
78c87d4bd3
|
Made dialog message clear
|
2017-08-15 22:55:55 +02:00 |
|
Zeke Sikelianos
|
5f82168213
|
lint
|
2017-08-15 13:09:06 -07:00 |
|
Zeke Sikelianos
|
a84d49fe5c
|
add newline
|
2017-08-15 13:06:45 -07:00 |
|
Zeke Sikelianos
|
2ec223ba11
|
use an arrow function
|
2017-08-15 13:04:52 -07:00 |
|
Zeke Sikelianos
|
35b2bc6b51
|
implement a dialog in the download handler
|
2017-08-15 12:53:46 -07:00 |
|
Leo Lamprecht
|
68250d80cd
|
Improved error logging
|
2017-08-15 21:38:31 +02:00 |
|
rhysd
|
2edf4da859
|
fix some optional args docs
|
2017-08-16 02:23:36 +09:00 |
|
Aleksei Kuzmin
|
25c0cf0612
|
Disable a failing test
BrowserWindow module window states resizable state works for a frameless window
|
2017-08-15 16:19:29 +03:00 |
|
Aleksei Kuzmin
|
9487222726
|
Disable a failing test
BrowserWindow module "webPreferences" option "sandbox" option can print to PDF
|
2017-08-15 16:19:29 +03:00 |
|
Catalin Fratila
|
60b363fa3b
|
Fixing Windows tray icon content menu - based on chrome/browser/ui/views/status_icons/status_icon_win.cc
|
2017-08-15 16:19:23 +03:00 |
|
Kevin Sawicki
|
90fbe5c06c
|
Disable warnings in node.cc and string_bytes.cc
|
2017-08-15 16:19:23 +03:00 |
|
Kevin Sawicki
|
7226adee29
|
Upgrade node for windows build fixes
|
2017-08-15 16:19:23 +03:00 |
|
Kevin Sawicki
|
27c1612f44
|
Upgrade to node 8.2.1
|
2017-08-15 16:19:23 +03:00 |
|
Kevin Sawicki
|
fb6759b5e0
|
Downgrade to node 8.1.4 since 8.2.0 will be against v8 6.0
|
2017-08-15 16:19:23 +03:00 |
|