Vanessa Yuen
|
74c970c25f
|
add dry run option
|
2017-08-29 18:56:16 -04:00 |
|
Vanessa Yuen
|
8fe675e56c
|
Update bump-version.py to handle prerelease versions
|
2017-08-29 18:33:49 -04:00 |
|
Zeke Sikelianos
|
cc666c727f
|
Merge pull request #10389 from electron/move-issue-template
move issue template to .github directory
|
2017-08-29 13:26:27 -07:00 |
|
Zeke Sikelianos
|
178b39b5a8
|
Merge pull request #10380 from electron/MarshallOfSound-patch-1
Mark channel as non-optional in ipcRenderer
|
2017-08-29 13:22:41 -07:00 |
|
Zeke Sikelianos
|
6c201fcae4
|
move issue template to .github directory
|
2017-08-29 12:51:02 -07:00 |
|
Cheng Zhao
|
39a366cf76
|
Merge pull request #10277 from electron/re-enable_debug_mode
Re-enabled debug mode
|
2017-08-29 19:22:37 +09:00 |
|
Cheng Zhao
|
0550a4a9b8
|
Fix crash when emitting render-view-deleted event
|
2017-08-29 17:46:46 +09:00 |
|
Cheng Zhao
|
7f4b74f8c6
|
spec: Compare id instead of the object
Otherwise it is impossible to see what's wrong.
|
2017-08-29 15:45:16 +09:00 |
|
Samuel Attard
|
e58ba1dc8e
|
Update ipc-renderer.md
|
2017-08-29 16:12:55 +10:00 |
|
Cheng Zhao
|
f0f17fffd8
|
spec: Do not test window positions
They were too flaky.
|
2017-08-29 14:23:39 +09:00 |
|
Cheng Zhao
|
4febbec102
|
Fix crash when switching menus in menubar
|
2017-08-29 14:19:23 +09:00 |
|
Cheng Zhao
|
b2f3625eaa
|
Fix deprecated node::MakeCallback call
|
2017-08-29 14:19:23 +09:00 |
|
Cheng Zhao
|
593ae7bf0e
|
Fix crash caused by freeing capturer task
|
2017-08-29 14:19:22 +09:00 |
|
Cheng Zhao
|
5510d8cfb1
|
Revert "Revert "spec: Suppress the select-client-certificate test""
This reverts commit 8e989170f1 .
|
2017-08-29 14:19:22 +09:00 |
|
Cheng Zhao
|
68e0fbfd60
|
Revert "Revert "spec: Suppress the app.importCertificate test""
This reverts commit a7cb89aeb5 .
|
2017-08-29 14:19:21 +09:00 |
|
Cheng Zhao
|
9337e29482
|
Fix the crash caused by asyncContext
|
2017-08-29 14:19:20 +09:00 |
|
John Kleinschmidt
|
56233054ae
|
Fix CI for Linux
|
2017-08-29 14:19:20 +09:00 |
|
Cheng Zhao
|
6e6b097968
|
Revert "Revert "spec: Suppress the test that destroys WebContents in event listener""
This reverts commit 210652ed54 .
|
2017-08-29 14:19:19 +09:00 |
|
Ales Pergl
|
a7bae32527
|
Re-enabled debug mode
|
2017-08-29 14:19:19 +09:00 |
|
Zeke Sikelianos
|
c6918966c2
|
Merge pull request #10214 from psh0628/contextisolation-sandbox-fix
fix contextIsolation issue while webPreference sandbox is on
|
2017-08-28 21:20:04 -07:00 |
|
Zeke Sikelianos
|
66a5ac4d67
|
Merge pull request #10215 from electron/update-chromium-upgrade-docs
Update Chromium Upgrade docs
|
2017-08-28 08:42:14 -07:00 |
|
Zeke Sikelianos
|
e1c4962312
|
add sh to code fences
|
2017-08-28 08:41:52 -07:00 |
|
Tony Ganch
|
6a285e2e76
|
Update Chromium Upgrade docs
|
2017-08-27 17:51:47 +03:00 |
|
Aleksei Kuzmin
|
c4634f7e98
|
Update Chromium Upgrade docs
|
2017-08-27 17:51:47 +03:00 |
|
Zeke Sikelianos
|
87d4666648
|
Merge pull request #10356 from electron/update-browser-window-docs
update browser-window.md
|
2017-08-26 20:03:55 -07:00 |
|
Vanessa Yuen
|
deb7ccbef3
|
fix lint error
|
2017-08-25 17:24:50 -04:00 |
|
Vanessa Yuen
|
bb153ee79e
|
update browser-window.md
Add a note about the subtle difference between `window.onbeforeunload = handler` and `window.addEventListener('beforeunload', handler)`.
|
2017-08-25 17:14:20 -04:00 |
|
sungpark
|
65eb4e1994
|
fix compile error
|
2017-08-24 14:31:25 -07:00 |
|
Cheng Zhao
|
6a93052f7d
|
Merge pull request #10298 from electron/update-external-binaries
Bump external binaries to 1.2.2
|
2017-08-24 19:29:13 +09:00 |
|
Samuel Attard
|
7ecac42214
|
Merge pull request #10232 from electron/drag-browser-view
Add -webkit-app-region support to BrowserView
|
2017-08-24 10:30:56 +10:00 |
|
Felix Rieseberg
|
fdfbf3abfa
|
🔧 Respect the header
|
2017-08-23 17:26:18 -07:00 |
|
Felix Rieseberg
|
a44c2d5dcc
|
🔧 Extend interface
|
2017-08-23 16:10:31 -07:00 |
|
sungpark
|
f984bd2ff5
|
use spaces instead of hard tabs for indentation and add the supported modules as a sub-list
|
2017-08-23 10:52:02 -07:00 |
|
sungpark
|
eca7ff986c
|
add webFrame to sandboxed renderer
|
2017-08-23 10:52:02 -07:00 |
|
sungpark
|
bf07c5aebd
|
fix contextIsolation issue while webPreference sandbox is on
contextIsolation didn't work while sandbox is on. The fix is contextIsolation picked up while sandbox on
|
2017-08-23 10:52:02 -07:00 |
|
Zeke Sikelianos
|
485b9099f1
|
Merge pull request #10328 from electron/bump-@types-node-to-8
bump @types/node to 8
|
2017-08-22 15:03:04 -07:00 |
|
Felix Rieseberg
|
cd5cd25f74
|
🔪 Bonus colon
|
2017-08-22 11:14:21 -07:00 |
|
Zeke Sikelianos
|
18e7354b4a
|
bump @types/node to 8
|
2017-08-22 11:01:40 -07:00 |
|
Cheng Zhao
|
1f604c0826
|
Merge pull request #10219 from HAMIDx9/master
Add arm64 build support
|
2017-08-22 17:02:23 +09:00 |
|
Cheng Zhao
|
2bfc2be8c9
|
Merge pull request #10279 from electron/fix-10279
Fix 'BrowserWindow module "webPreferences" option "sandbox" option can print to PDF'
|
2017-08-22 15:25:37 +09:00 |
|
Cheng Zhao
|
d233fc044a
|
Pass dpiVertical and dpiHorizontal to print settings
|
2017-08-22 13:54:49 +09:00 |
|
Aleksei Kuzmin
|
8b55e6e2f5
|
Revert "Disable a failing test"
This reverts commit 9487222726 .
|
2017-08-22 11:49:53 +09:00 |
|
Cheng Zhao
|
94ab1c790f
|
Verify arm64 builds in prerelease
|
2017-08-22 10:08:27 +09:00 |
|
Cheng Zhao
|
de67e42fc9
|
Update breakpad for ia32/arm fix
|
2017-08-22 10:02:51 +09:00 |
|
Cheng Zhao
|
136857952e
|
Add arm64 task in travis ci
|
2017-08-22 10:02:51 +09:00 |
|
HAMIDx9
|
cd42133651
|
Add arm64 build support
|
2017-08-22 10:02:51 +09:00 |
|
Cheng Zhao
|
0c93e4b8d7
|
Merge pull request #10318 from electron/module-version
Use 57 as node module version in Electron 1.8
|
2017-08-22 10:02:15 +09:00 |
|
Cheng Zhao
|
f954b60119
|
Use 57 as node module version
This matches Node v8, which uses 57 for V8 5.8 - 6.0.
|
2017-08-22 09:24:18 +09:00 |
|
Cheng Zhao
|
565ece6986
|
Merge pull request #10308 from electron/native-view
Add WebContents.getNativeView() API
|
2017-08-22 09:19:27 +09:00 |
|
Felix Rieseberg
|
f0680587fa
|
🔧 Linter fascism
|
2017-08-21 16:52:59 -07:00 |
|