Kevin Sawicki [Tue, 24 May 2016 17:17:57 +0000 (10:17 -0700)]
Remove ATOM_SHELL_INTERNAL_RUN_AS_NODE support
Kevin Sawicki [Tue, 24 May 2016 17:15:56 +0000 (10:15 -0700)]
Merge pull request #5681 from electron/default-app-error-handling
Tweak default app error handling
Kevin Sawicki [Tue, 24 May 2016 16:56:36 +0000 (09:56 -0700)]
Remove . after path to prevent confusion
Kevin Sawicki [Tue, 24 May 2016 16:53:23 +0000 (09:53 -0700)]
application -> app for consitency
Kevin Sawicki [Tue, 24 May 2016 16:51:09 +0000 (09:51 -0700)]
Log stack when available
Kevin Sawicki [Tue, 24 May 2016 16:45:32 +0000 (09:45 -0700)]
Remove custom MODULE_NOT_FOUND code check
Kevin Sawicki [Tue, 24 May 2016 16:43:25 +0000 (09:43 -0700)]
Update copy
Kevin Sawicki [Tue, 24 May 2016 16:42:31 +0000 (09:42 -0700)]
:art:
Kevin Sawicki [Tue, 24 May 2016 16:41:31 +0000 (09:41 -0700)]
Tweak resolve filename error message
Kevin Sawicki [Tue, 24 May 2016 16:38:04 +0000 (09:38 -0700)]
Lead with package.json path
Kevin Sawicki [Tue, 24 May 2016 16:37:52 +0000 (09:37 -0700)]
Use dialog.showErrorBox
Kevin Sawicki [Tue, 24 May 2016 16:33:55 +0000 (09:33 -0700)]
Move Module require to top
Kevin Sawicki [Tue, 24 May 2016 16:22:11 +0000 (09:22 -0700)]
Merge pull request #5610 from bigtimebuddy/master
The "Error opening app" dialog
Cheng Zhao [Tue, 24 May 2016 10:59:11 +0000 (10:59 +0000)]
Merge pull request #5648 from electron/chrome51
Update to Chrome 51
Cheng Zhao [Tue, 24 May 2016 06:59:21 +0000 (15:59 +0900)]
Bump v1.1.2
Cheng Zhao [Tue, 24 May 2016 04:33:09 +0000 (04:33 +0000)]
Merge pull request #5668 from electron/strip-ffmpeg
Strip ffmpeg in zip file
Cheng Zhao [Tue, 24 May 2016 04:30:25 +0000 (04:30 +0000)]
Merge pull request #5666 from electron/remote-promise-reject
Handle rejection of remote promises
Cheng Zhao [Tue, 24 May 2016 01:46:36 +0000 (01:46 +0000)]
Merge pull request #5662 from electron/electron-require
Always return internal module when requiring electron
Cheng Zhao [Tue, 24 May 2016 01:02:48 +0000 (01:02 +0000)]
Merge pull request #5653 from electron/menu-position-fix
Fix context menu not showing correctly in devtools
Kevin Sawicki [Mon, 23 May 2016 22:47:07 +0000 (15:47 -0700)]
Strip ffmpeg in zip file
Jessica Lord [Mon, 23 May 2016 22:44:42 +0000 (15:44 -0700)]
Merge pull request #5659 from danhp/patch-2
Mention that x and y have to be used together when creating new window
Kevin Sawicki [Mon, 23 May 2016 22:15:39 +0000 (15:15 -0700)]
Add comment about Module path
Kevin Sawicki [Mon, 23 May 2016 20:12:02 +0000 (13:12 -0700)]
Move require spec to api-app-spec
Kevin Sawicki [Mon, 23 May 2016 20:09:39 +0000 (13:09 -0700)]
Test that calling regular module succeeds
Kevin Sawicki [Mon, 23 May 2016 18:31:56 +0000 (11:31 -0700)]
Remove lint warnings
Kevin Sawicki [Mon, 23 May 2016 18:19:33 +0000 (11:19 -0700)]
Add spec for electron module require
Kevin Sawicki [Mon, 23 May 2016 17:58:33 +0000 (10:58 -0700)]
:art:
Kevin Sawicki [Mon, 23 May 2016 17:56:49 +0000 (10:56 -0700)]
Pre-resolve electron require path
Kevin Sawicki [Mon, 23 May 2016 17:28:32 +0000 (10:28 -0700)]
.coffee -> .js
Kevin Sawicki [Mon, 23 May 2016 22:07:01 +0000 (15:07 -0700)]
Pass both callback values to then
Kevin Sawicki [Mon, 23 May 2016 22:06:46 +0000 (15:06 -0700)]
Add failing spec for rejected remote promise
Matt Karl [Mon, 23 May 2016 20:47:55 +0000 (16:47 -0400)]
Removes main error, fixes messaging for JSON parse
Kevin Sawicki [Mon, 23 May 2016 20:07:18 +0000 (13:07 -0700)]
Merge pull request #5664 from electron/cibuild-ps1
Add a Windows script to just invoke cibuild
Paul Betts [Mon, 23 May 2016 19:37:47 +0000 (12:37 -0700)]
Add a Windows script to just invoke cibuild
Matt Karl [Mon, 23 May 2016 19:00:55 +0000 (15:00 -0400)]
Adds JSON parse, invalid and missing main field errors
Daniel Pham [Mon, 23 May 2016 16:17:43 +0000 (12:17 -0400)]
:memo: Mention that x and y have to be used together when creating new window
[ci skip]
Cheng Zhao [Mon, 23 May 2016 14:31:00 +0000 (23:31 +0900)]
Suppress ffi test on Windows
Cheng Zhao [Mon, 23 May 2016 14:24:43 +0000 (23:24 +0900)]
Update brightray: fix Windows linking problem
Cheng Zhao [Mon, 23 May 2016 13:53:50 +0000 (22:53 +0900)]
Update symbol names of icu
Cheng Zhao [Mon, 23 May 2016 13:05:26 +0000 (22:05 +0900)]
Update brightray: fix OS X linking problem
Cheng Zhao [Mon, 23 May 2016 12:54:06 +0000 (21:54 +0900)]
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.
Cheng Zhao [Mon, 23 May 2016 12:53:50 +0000 (21:53 +0900)]
The unit of position is CGFloat
Cheng Zhao [Mon, 23 May 2016 12:08:16 +0000 (21:08 +0900)]
Fix showing context menu in devtools
Cheng Zhao [Mon, 23 May 2016 10:50:05 +0000 (19:50 +0900)]
Update brightray: fix Linux linking problem
Cheng Zhao [Mon, 23 May 2016 10:49:43 +0000 (19:49 +0900)]
Merge branch 'master' into chrome51
Cheng Zhao [Mon, 23 May 2016 10:48:30 +0000 (10:48 +0000)]
Merge pull request #5638 from deepak1556/iwa_patch
browser: flags to control iwa enabled server whitelist
Cheng Zhao [Mon, 23 May 2016 10:02:40 +0000 (19:02 +0900)]
Update brightray: Manage NetLog in BrowserClient
Cheng Zhao [Mon, 23 May 2016 08:15:44 +0000 (08:15 +0000)]
Merge pull request #5644 from leethomas/fix/osx-aspect-ratio
🍎 let Cocoa handle keeping aspect ratio on window resize
Cheng Zhao [Mon, 23 May 2016 08:03:49 +0000 (17:03 +0900)]
Fix crash when quitting
Cheng Zhao [Mon, 23 May 2016 07:39:19 +0000 (16:39 +0900)]
Fix building on Windows
Cheng Zhao [Mon, 23 May 2016 07:15:39 +0000 (16:15 +0900)]
Fix js lint warnings
Cheng Zhao [Mon, 23 May 2016 07:04:10 +0000 (16:04 +0900)]
Fix chrome.devtools not available in devtools extensions
Cheng Zhao [Mon, 23 May 2016 06:10:55 +0000 (15:10 +0900)]
Fix building on Linux
deepak1556 [Mon, 23 May 2016 05:29:55 +0000 (10:59 +0530)]
deprecate app.allowNTLMCredentialsForAllDomains
Cheng Zhao [Mon, 23 May 2016 05:26:38 +0000 (14:26 +0900)]
Make |button| default to left button
This fixes the failing test of sendInputEvent.
Cheng Zhao [Mon, 23 May 2016 04:28:16 +0000 (13:28 +0900)]
Adjust to the new behaviors of beforeunload handler
Cheng Zhao [Mon, 23 May 2016 04:03:43 +0000 (13:03 +0900)]
Fix cpplint warnings
Cheng Zhao [Mon, 23 May 2016 04:01:47 +0000 (13:01 +0900)]
Init feature list in node process
It is a new dependency of gin.
Cheng Zhao [Mon, 23 May 2016 03:57:46 +0000 (12:57 +0900)]
Fix crash due to site_instace being freed early
Cheng Zhao [Mon, 23 May 2016 03:46:14 +0000 (12:46 +0900)]
Fix using invalid pointer as SiteInstance
Cheng Zhao [Mon, 23 May 2016 03:28:59 +0000 (12:28 +0900)]
Adapt to changes of Chrome 51 API changes (Part 2)
leethomas [Mon, 23 May 2016 02:09:21 +0000 (19:09 -0700)]
disregard extraSize when initially setting the aspect ratio
Cheng Zhao [Mon, 23 May 2016 01:59:39 +0000 (10:59 +0900)]
Update to API changes of Chrome 51
leethomas [Mon, 23 May 2016 01:36:05 +0000 (18:36 -0700)]
code styling
Cheng Zhao [Sun, 22 May 2016 09:06:48 +0000 (18:06 +0900)]
Update to Chrome 51.0.2704.54
Cheng Zhao [Mon, 23 May 2016 00:25:24 +0000 (00:25 +0000)]
Merge pull request #5646 from electron/update-breakpad
Fix crash reporter not working on x64 Windows
leethomas [Mon, 23 May 2016 00:22:57 +0000 (17:22 -0700)]
call base SetAspectRatio in NativeWindowMac implementation
leethomas [Mon, 23 May 2016 00:00:14 +0000 (17:00 -0700)]
comments
Cheng Zhao [Sun, 22 May 2016 23:59:34 +0000 (08:59 +0900)]
Ignore invalid parameter error in crash service process
leethomas [Sun, 22 May 2016 23:50:50 +0000 (16:50 -0700)]
override SetAspectRatio for NativeWindowMac
leethomas [Sun, 22 May 2016 22:43:47 +0000 (15:43 -0700)]
🍎 let Cocoa handle keeping the aspect ratio whenever the edges are dragged
deepak1556 [Sun, 22 May 2016 20:22:09 +0000 (01:52 +0530)]
bring back app.allowNTLMCredentialsForAllDomains
Cheng Zhao [Sun, 22 May 2016 12:56:39 +0000 (21:56 +0900)]
Update breakpad to lastest master
Cheng Zhao [Sun, 22 May 2016 12:47:34 +0000 (12:47 +0000)]
Merge pull request #5640 from electron/update-crashpad
Update crashpad to latest master
Cheng Zhao [Sun, 22 May 2016 09:30:14 +0000 (18:30 +0900)]
Update crashpad to
35da3b6
Cheng Zhao [Sun, 22 May 2016 07:57:36 +0000 (07:57 +0000)]
Merge pull request #5622 from kcrt/jpmanual
Japanese manual: Update tutorials and api
Cheng Zhao [Sun, 22 May 2016 00:34:56 +0000 (00:34 +0000)]
Merge pull request #5634 from deepak1556/net_error_description_patch
renderer: generate net error strings when requested
deepak1556 [Sat, 21 May 2016 18:08:50 +0000 (23:38 +0530)]
browser: flags to control iwa enabled server whitelist
TAKAHASHI Kyohei [Sat, 21 May 2016 15:22:51 +0000 (00:22 +0900)]
Japanese manual: modified template string
modified based on the comments from Flatta
[ci skip]
TAKAHASHI Kyohei [Fri, 20 May 2016 12:20:53 +0000 (21:20 +0900)]
Japanese manual: Update tutorials and api
[ci skip]
Cheng Zhao [Sat, 21 May 2016 14:07:53 +0000 (14:07 +0000)]
Merge pull request #5603 from leethomas/osx-horizontal-sheet-offset
Osx horizontal sheet offset
Cheng Zhao [Sat, 21 May 2016 13:39:25 +0000 (13:39 +0000)]
Merge pull request #5631 from electron/x64-by-default-win32
Default to amd64 on Windows
Cheng Zhao [Sat, 21 May 2016 11:48:06 +0000 (20:48 +0900)]
Update libchromiumcontent for #5618
deepak1556 [Sat, 21 May 2016 04:51:15 +0000 (10:21 +0530)]
renderer: generate net error strings when requested
Paul Betts [Fri, 20 May 2016 21:20:48 +0000 (14:20 -0700)]
Default to amd64 on Windows
Kevin Sawicki [Fri, 20 May 2016 21:05:15 +0000 (14:05 -0700)]
Merge pull request #5630 from electron/env-var-headings
Use ### for env var headings
Kevin Sawicki [Fri, 20 May 2016 21:03:56 +0000 (14:03 -0700)]
Tweak example intros
Kevin Sawicki [Fri, 20 May 2016 21:03:28 +0000 (14:03 -0700)]
Tweak intro sentence
Kevin Sawicki [Fri, 20 May 2016 21:02:10 +0000 (14:02 -0700)]
Use active voice
Kevin Sawicki [Fri, 20 May 2016 21:01:08 +0000 (14:01 -0700)]
Minor wording updates
Kevin Sawicki [Fri, 20 May 2016 20:58:48 +0000 (13:58 -0700)]
Use ### for headings for consistency
Matt Karl [Fri, 20 May 2016 20:01:08 +0000 (16:01 -0400)]
Fixed linting error
Matt Karl [Fri, 20 May 2016 17:29:42 +0000 (13:29 -0400)]
Changed default button, updated link
Kevin Sawicki [Fri, 20 May 2016 17:01:54 +0000 (10:01 -0700)]
Merge pull request #5625 from electron/doc-headings
Capitalize Object in doc heading
Kevin Sawicki [Fri, 20 May 2016 16:25:10 +0000 (09:25 -0700)]
Capitalize Object
Matt Karl [Fri, 20 May 2016 15:04:10 +0000 (11:04 -0400)]
Added Learn More button
Cheng Zhao [Fri, 20 May 2016 14:30:00 +0000 (14:30 +0000)]
Merge pull request #5624 from electron/hicon
Feed Windows APIs with ICO icons of appropriate size
Cheng Zhao [Fri, 20 May 2016 13:28:07 +0000 (22:28 +0900)]
No need to reference the icon in Tray
Cheng Zhao [Fri, 20 May 2016 13:22:15 +0000 (22:22 +0900)]
Add BrowserWindow.setIcon
Cheng Zhao [Fri, 20 May 2016 10:58:47 +0000 (19:58 +0900)]
docs: Recommend to use ICO icon