Vadim Macagon
c2633460eb
Improve documentation of ses.cookies.set()
...
Fix description of the `details.url` param in `ses.cookies.set()`, and clarify the fact that cookies without an expiration date will not be retained between sessions.
2016-05-25 12:46:17 +07:00
Cheng Zhao
4cd0de0e87
Merge pull request #5682 from electron/remove-old-run-as-node-env-var
...
Remove ATOM_SHELL_INTERNAL_RUN_AS_NODE support
2016-05-25 02:17:18 +00:00
Cheng Zhao
b1226a908b
Update node: remove ATOM_SHELL_INTERNAL_RUN_AS_NODE
2016-05-25 10:55:02 +09:00
Cheng Zhao
f34cd8767c
Merge pull request #5658 from danhp/handoff-fallback
...
Add fallback URL to handoff
2016-05-25 01:13:03 +00:00
Daniel Pham
eb0889de38
🍎 Add fallback URL to handoff.
2016-05-24 21:06:14 -04:00
Cheng Zhao
e97ce6f7e1
Merge pull request #5669 from felixrieseberg/build-instructions
...
Update Windows Build Instructions
2016-05-24 23:49:37 +00:00
Kevin Sawicki
89538b19ee
Upgrade node for ELECTRON_RUN_AS_NODE change
2016-05-24 10:42:09 -07:00
Kevin Sawicki
b68d1ecb83
Remove ATOM_SHELL_INTERNAL_RUN_AS_NODE support
2016-05-24 10:17:57 -07:00
Kevin Sawicki
407a5d4415
Merge pull request #5681 from electron/default-app-error-handling
...
Tweak default app error handling
2016-05-24 10:15:56 -07:00
Kevin Sawicki
3e15021c12
Remove . after path to prevent confusion
2016-05-24 09:56:36 -07:00
Kevin Sawicki
ca72d4346b
application -> app for consitency
2016-05-24 09:53:23 -07:00
Kevin Sawicki
74cde4e714
Log stack when available
2016-05-24 09:51:09 -07:00
Kevin Sawicki
48522d4b70
Remove custom MODULE_NOT_FOUND code check
2016-05-24 09:45:32 -07:00
Kevin Sawicki
63b84923ce
Update copy
2016-05-24 09:43:25 -07:00
Kevin Sawicki
4a35206302
🎨
2016-05-24 09:42:31 -07:00
Kevin Sawicki
6de4249af8
Tweak resolve filename error message
2016-05-24 09:41:31 -07:00
Kevin Sawicki
deb15e60b5
Lead with package.json path
2016-05-24 09:38:04 -07:00
Kevin Sawicki
f691a46d4d
Use dialog.showErrorBox
2016-05-24 09:37:52 -07:00
Kevin Sawicki
67c88d2f8a
Move Module require to top
2016-05-24 09:33:55 -07:00
Kevin Sawicki
4d56437a26
Merge pull request #5610 from bigtimebuddy/master
...
The "Error opening app" dialog
2016-05-24 09:22:11 -07:00
Felix Rieseberg
2a7590529e
📝 Update Windows Build Instructions
...
Closes #5655
2016-05-24 06:12:07 -07:00
Cheng Zhao
28e2058ff1
Merge pull request #5648 from electron/chrome51
...
Update to Chrome 51
2016-05-24 10:59:11 +00:00
Cheng Zhao
1dd98171f4
Bump v1.1.2
2016-05-24 15:59:21 +09:00
Cheng Zhao
994cc62031
Merge pull request #5668 from electron/strip-ffmpeg
...
Strip ffmpeg in zip file
2016-05-24 04:33:09 +00:00
Cheng Zhao
cd444e82f9
Merge pull request #5666 from electron/remote-promise-reject
...
Handle rejection of remote promises
2016-05-24 04:30:25 +00:00
Cheng Zhao
9d924bb6d7
Merge pull request #5662 from electron/electron-require
...
Always return internal module when requiring electron
2016-05-24 01:46:36 +00:00
Cheng Zhao
995a20a125
Merge pull request #5653 from electron/menu-position-fix
...
Fix context menu not showing correctly in devtools
2016-05-24 01:02:48 +00:00
Kevin Sawicki
677a317274
Strip ffmpeg in zip file
2016-05-23 15:47:07 -07:00
Jessica Lord
1ba07a9d6d
Merge pull request #5659 from danhp/patch-2
...
Mention that x and y have to be used together when creating new window
2016-05-23 15:44:42 -07:00
Kevin Sawicki
a4f94b89b4
Add comment about Module path
2016-05-23 15:15:39 -07:00
Kevin Sawicki
5e2f36387f
Move require spec to api-app-spec
2016-05-23 15:14:55 -07:00
Kevin Sawicki
4a41311409
Test that calling regular module succeeds
2016-05-23 15:14:55 -07:00
Kevin Sawicki
6ac0151e65
Remove lint warnings
2016-05-23 15:14:55 -07:00
Kevin Sawicki
fe0ec67623
Add spec for electron module require
2016-05-23 15:14:55 -07:00
Kevin Sawicki
19fd841c30
🎨
2016-05-23 15:14:55 -07:00
Kevin Sawicki
566b0676bc
Pre-resolve electron require path
2016-05-23 15:14:55 -07:00
Kevin Sawicki
daea448b61
.coffee -> .js
2016-05-23 15:14:55 -07:00
Kevin Sawicki
7929daa48c
Pass both callback values to then
2016-05-23 15:07:01 -07:00
Kevin Sawicki
f3af1dbd54
Add failing spec for rejected remote promise
2016-05-23 15:06:46 -07:00
Matt Karl
ee61a2880a
Removes main error, fixes messaging for JSON parse
2016-05-23 16:47:55 -04:00
Kevin Sawicki
1c9fe8d23e
Merge pull request #5664 from electron/cibuild-ps1
...
Add a Windows script to just invoke cibuild
2016-05-23 13:07:18 -07:00
Paul Betts
52888c97b5
Add a Windows script to just invoke cibuild
2016-05-23 12:37:47 -07:00
Matt Karl
58d9d2cf41
Adds JSON parse, invalid and missing main field errors
2016-05-23 15:00:55 -04:00
Daniel Pham
5010150c8c
📝 Mention that x and y have to be used together when creating new window
...
[ci skip]
2016-05-23 13:00:43 -04:00
Cheng Zhao
3402c7be3f
Suppress ffi test on Windows
2016-05-23 23:31:00 +09:00
Cheng Zhao
37a4267450
Update brightray: fix Windows linking problem
2016-05-23 23:24:43 +09:00
Cheng Zhao
2208b8bd6e
Update symbol names of icu
2016-05-23 22:53:50 +09:00
Cheng Zhao
2edf559571
Update brightray: fix OS X linking problem
2016-05-23 22:05:26 +09:00
Cheng Zhao
0d4f1abdf9
Move the menu sightly higher when repositioning the menu
...
Otherwise the menu is not able to show the last menu item and the arrow
will show.
2016-05-23 21:54:06 +09:00
Cheng Zhao
b866b34ac8
The unit of position is CGFloat
2016-05-23 21:53:50 +09:00