Kevin Sawicki
b52367e3b2
Update native-mate to electron org
2017-01-12 13:50:19 -08:00
Kevin Sawicki
9ff1f6bbde
Merge pull request #8377 from electron/sandbox-open-crash
...
Destroy web contents if new-window event is prevented
2017-01-12 11:43:35 -08:00
Kevin Sawicki
97dd680b32
Remove linter errors
2017-01-12 10:28:08 -08:00
Kevin Sawicki
8098ca3b66
Remove unneeded nextTick and assert array
2017-01-12 10:28:08 -08:00
Kevin Sawicki
8f63fdb278
Destroy web contents when preventing default
2017-01-12 10:28:08 -08:00
Kevin Sawicki
c5da330cdf
Add failing spec for sandboxed window.open
2017-01-12 10:28:08 -08:00
Kevin Sawicki
070bbcfc3d
Merge pull request #8380 from electron/auto-submit-rename
...
Rename autoSubmit to uploadToServer in example
2017-01-11 08:42:33 -08:00
Kevin Sawicki
ed4f4b3954
Rename autoSubmit to uploadToServer in example
2017-01-10 16:07:10 -08:00
Kevin Sawicki
cfb6069b83
Bump v1.4.14
2017-01-10 11:01:39 -08:00
Kevin Sawicki
caacc4580f
Merge pull request #8376 from electron/revert-8354-vibrancy-corner-fix
...
Revert "Smooth corners for vibrancy view"
2017-01-10 10:36:47 -08:00
Kevin Sawicki
f3b03908f9
Revert "Smooth corners for vibrancy view"
2017-01-10 10:34:55 -08:00
Kevin Sawicki
c6ccf9f2b5
Merge pull request #8371 from electron/upgrade-brightray-for-emulation-fix
...
Upgrade brightray for network emulation fix
2017-01-09 11:22:10 -08:00
Kevin Sawicki
5204d6ce45
Merge pull request #8354 from gerhardberger/vibrancy-corner-fix
...
Smooth corners for vibrancy view
2017-01-09 11:12:02 -08:00
Kevin Sawicki
24b5abcc39
Upgrade brightray for network emulation fix
2017-01-09 10:42:48 -08:00
Kevin Sawicki
8ada7fe30b
Merge pull request #8370 from electron/resizable-specs
...
Add spec for resizable frameless window
2017-01-09 10:41:51 -08:00
Kevin Sawicki
d8366115f5
Add spec for resizable frameless window
2017-01-09 10:01:38 -08:00
Kevin Sawicki
e5aad9857d
Merge pull request #7765 from liusy182/maximize-fix
...
fix for Window hidden behind taskbar after maximize #7672
2017-01-09 09:47:39 -08:00
Kevin Sawicki
75a05c2814
Merge pull request #8369 from electron/start-executable
...
Make start script executable
2017-01-09 09:28:37 -08:00
Kevin Sawicki
64a36170a9
Make start script executable
2017-01-09 09:27:20 -08:00
Kevin Sawicki
871c3fc11e
Merge pull request #8341 from electron/dialog-manager
...
Implement alert/confirm through Chrome's dialog manager
2017-01-09 09:17:40 -08:00
Kevin Sawicki
6ef1a9150c
Add OK button to alert
2017-01-09 08:30:13 -08:00
Kevin Sawicki
222734b5f5
Use correct param ordering in header file
2017-01-09 08:30:13 -08:00
Kevin Sawicki
1f08634d62
Implement alert/confirm through dialog manager
2017-01-09 08:30:13 -08:00
Kevin Sawicki
52390120ae
Merge pull request #8340 from electron/options-cycle
...
Handle cycles when merging browser window options
2017-01-09 08:29:56 -08:00
gellert
bfafc6d5fd
indentation fix
2017-01-06 23:54:24 +01:00
Kevin Sawicki
1f07977f09
Remove lint errors
2017-01-06 09:58:40 -08:00
Kevin Sawicki
fd23c7bf76
Assert duplicate objects are supported
2017-01-06 09:58:40 -08:00
Kevin Sawicki
1944fdc962
Track visited parents and null out cycles
2017-01-06 09:58:40 -08:00
Kevin Sawicki
12382f064b
Add failing spec for cycle in options
2017-01-06 09:58:40 -08:00
Kevin Sawicki
b942c54bea
Use closeWindow helper
2017-01-06 09:58:40 -08:00
Kevin Sawicki
0a7dccbad8
Merge pull request #8308 from electron/normalize-access-keys
...
Support normalizing access keys in dialog buttons
2017-01-06 09:55:06 -08:00
Kevin Sawicki
5f862effaa
Access directly on options object
2017-01-06 09:17:32 -08:00
Kevin Sawicki
d200cf2e77
Document normalizeAccessKeys option
2017-01-06 08:56:24 -08:00
Kevin Sawicki
eb533e04b9
Add option to normalize dialog access keys
2017-01-06 08:56:24 -08:00
gellert
c5fe173e47
adds autorelease to nsimage
2017-01-06 14:32:34 +01:00
gellert
456ea04683
adds mask image for smooth vibrant view corners
2017-01-06 14:26:16 +01:00
Haojian Wu
0e5fc9c4e4
Merge pull request #8343 from oukan/feature/translate-zh-CN
...
Debugging the Main Process to zh-CN
2017-01-06 08:32:42 +01:00
Weiqiang Lin
cf5689371a
debugging-main-process-node-inspector to zh-CN
2017-01-06 10:02:44 +08:00
Kevin Sawicki
e788b9f959
Merge pull request #8258 from deepak1556/net_header_patch
...
net: disallow cookies from cookie store
2017-01-05 16:47:44 -08:00
Kevin Sawicki
d3d09ff25f
Merge pull request #8347 from Rastaban/master
...
fix permissive C++ code (MSVC /permissive-)
2017-01-05 14:53:11 -08:00
Phil Christensen
2c259990da
fix permissive C++ code (MSVC /permissive-)
...
These were found by the C++ compiler group when doing "Real world code"
build tests using /permissive-. We are sharing these with you to help clean up
your code before the new version of the compiler comes out. For more information on
/permissive- see https://blogs.msdn.microsoft.com/vcblog/2016/11/16/permissive-switch/ .
In paticular, see the "Do not treat copy initialization as direct initialization"
section of the blog.
2017-01-05 09:38:41 -08:00
Weiqiang Lin
e2d60940a2
Debugging the Main Process to zh-CN
2017-01-05 14:49:07 +08:00
Weiqiang Lin
dc786996ef
Debugging the Main Process in node-inspector to zh-CN
2017-01-05 14:47:39 +08:00
Weiqiang Lin
cc3ac9b1da
Debugging the Main Process to zh-CN
2017-01-05 14:45:43 +08:00
Weiqiang Lin
431faf58ff
Debugging the Main Process in VSCode to zh-CN
2017-01-05 14:43:17 +08:00
Weiqiang Lin
63ae55be2b
Debugging the Main Process to zh-CN
2017-01-05 14:42:51 +08:00
Kevin Sawicki
14d6a70fa8
Merge pull request #8335 from liuderchi/i18n_zhTW_repl
...
translate repl.md into zh-TW
2017-01-04 09:00:06 -08:00
Kevin Sawicki
1ff6fc6491
Merge pull request #8326 from nicmitchell/copyright-year
...
Update copyright year in LICENSE file
2017-01-04 08:59:33 -08:00
Kevin Sawicki
a376d09be5
Merge pull request #8319 from oukan/feature/translate-zh-CN
...
application-distribution to zh-CN
2017-01-04 08:59:01 -08:00
liuderchi
02d7203b4f
[ci skip] 📝 translate repl.md
2017-01-04 17:03:25 +08:00