Cheng Zhao [Tue, 27 Oct 2015 06:25:42 +0000 (14:25 +0800)]
Update libchromiumcontent: fix private API call
Cheng Zhao [Tue, 27 Oct 2015 03:37:27 +0000 (11:37 +0800)]
Merge pull request #3227 from nekuz0r/load-url-headers
Add extra headers option to webContents.loadUrl
Gohy Leandre [Mon, 26 Oct 2015 21:18:16 +0000 (22:18 +0100)]
Add extra headers option to webContents.loadUrl
Cheng Zhao [Mon, 26 Oct 2015 09:13:20 +0000 (17:13 +0800)]
Merge pull request #3215 from atom/fix-remote-call
Fix calling showItemInFolder in renderer
Cheng Zhao [Mon, 26 Oct 2015 08:48:27 +0000 (16:48 +0800)]
Fix calling showItemInFolder in renderer
The remote method always assumes the existence of the remote object but
doesn't keep a reference to it, so if we only keep the reference of a
remote method we will get into troubles once the remote object is
garbage collected.
We should probably fix this in remote module, but since most things are
already working quite good, I'm using the work-around for now.
Fix #3139.
Cheng Zhao [Mon, 26 Oct 2015 08:17:48 +0000 (16:17 +0800)]
Merge pull request #3213 from rubixware/source-code-directory-structure-translation
Add source code directory structure spanish translation
Cheng Zhao [Mon, 26 Oct 2015 08:16:50 +0000 (16:16 +0800)]
Ship LICENSES.chromium.html in zip archive
Cheng Zhao [Mon, 26 Oct 2015 08:15:58 +0000 (16:15 +0800)]
Merge pull request #3198 from deepak1556/callback_patch
nativemate: use maybe version of v8::Function::call to avoid unhandled exceptions
Everardo Medina [Mon, 26 Oct 2015 06:04:11 +0000 (00:04 -0600)]
:memo: Add source code directory structure spanish translation
Robo [Sat, 24 Oct 2015 16:40:38 +0000 (22:10 +0530)]
nativemate: use maybe version of v8::Function::Call to avoid exceptions
Cheng Zhao [Mon, 26 Oct 2015 05:01:37 +0000 (13:01 +0800)]
Merge pull request #3212 from rubixware/coding-style-translation
Add coding style spanish translation
Everardo Medina [Mon, 26 Oct 2015 04:37:06 +0000 (22:37 -0600)]
:memo: Add coding style spanish translation
Cheng Zhao [Mon, 26 Oct 2015 02:34:13 +0000 (10:34 +0800)]
Merge pull request #3203 from etiktin/patch-1
Update web-contents.md
Cheng Zhao [Mon, 26 Oct 2015 01:19:50 +0000 (09:19 +0800)]
Merge pull request #3200 from jhen0409/patch-3
Sync zh-TW docs from upstream
Paul Betts [Sun, 25 Oct 2015 20:29:34 +0000 (13:29 -0700)]
Merge pull request #3207 from diegowifi/patch-1
Remove english words in description
Diego Ponce [Sun, 25 Oct 2015 20:04:03 +0000 (14:04 -0600)]
Remove english words in description
Eran Tiktin [Sun, 25 Oct 2015 15:00:29 +0000 (17:00 +0200)]
Update web-contents.md
The `did-fail-load` event returns an error code and error description. The error description is at least sometimes empty (e.g. when the error code is -102 on Windows), so you're left with an error code without knowing what happened. So I add a link to Chromium's net_error_list.h.
Jhen [Sat, 24 Oct 2015 17:34:17 +0000 (01:34 +0800)]
Update tutorial/quick-start.md for zh-TW docs
Cheng Zhao [Sat, 24 Oct 2015 07:46:59 +0000 (15:46 +0800)]
Merge pull request #3192 from preco21/master
Update as upstream
Plusb Preco [Fri, 23 Oct 2015 20:57:37 +0000 (05:57 +0900)]
Update as upstream
Cheng Zhao [Fri, 23 Oct 2015 12:32:02 +0000 (20:32 +0800)]
Bump v0.34.1
Cheng Zhao [Fri, 23 Oct 2015 12:31:20 +0000 (20:31 +0800)]
Merge pull request #3186 from atom/auto-updater-fix
Clean up the code of auto-updater
Cheng Zhao [Fri, 23 Oct 2015 12:13:00 +0000 (20:13 +0800)]
Merge pull request #3188 from alexandrubau/master
Updated docs
Cheng Zhao [Fri, 23 Oct 2015 12:11:59 +0000 (20:11 +0800)]
docs: auto-updater on Windows
Cheng Zhao [Fri, 23 Oct 2015 11:41:54 +0000 (19:41 +0800)]
win: Make auto-updater really work
Apparently that PR was never tested.
Alexandru Bau [Fri, 23 Oct 2015 11:15:39 +0000 (14:15 +0300)]
Updated docs
Updated docs to better understand how to use electron-rebuild on all
platforms
Alexandru Bau [Fri, 23 Oct 2015 08:37:51 +0000 (11:37 +0300)]
Updated docs
Updated docs to better understand how to use electron-rebuild on Windows
Cheng Zhao [Fri, 23 Oct 2015 07:50:55 +0000 (15:50 +0800)]
Keep compatibility with old API style
Cheng Zhao [Fri, 23 Oct 2015 07:40:56 +0000 (15:40 +0800)]
Simplify the auto-updater implementations
We used to use Sparkle on OS X, and the design was reserved to be
extended to all platforms, which are all wrong now.
Cheng Zhao [Fri, 23 Oct 2015 07:13:24 +0000 (15:13 +0800)]
Move implementation of auto-updater on OS X to another file
Cheng Zhao [Fri, 23 Oct 2015 06:58:19 +0000 (14:58 +0800)]
Emit Date object in C++ directly
Cheng Zhao [Fri, 23 Oct 2015 06:51:25 +0000 (14:51 +0800)]
Fix passing Date object in remote
Close #2017.
Cheng Zhao [Fri, 23 Oct 2015 06:36:36 +0000 (14:36 +0800)]
Pass real Error object in error event
Cheng Zhao [Fri, 23 Oct 2015 06:23:05 +0000 (14:23 +0800)]
Fix passing Error object in remote
Closes #3089
Cheng Zhao [Fri, 23 Oct 2015 05:54:29 +0000 (13:54 +0800)]
Merge pull request #1984 from patrickdet/windows-auto-updater
Windows Auto Updater
Cheng Zhao [Fri, 23 Oct 2015 05:53:12 +0000 (13:53 +0800)]
Merge pull request #3184 from atom/windows-background-color
Make background-color work on Windows
Cheng Zhao [Fri, 23 Oct 2015 05:32:04 +0000 (13:32 +0800)]
docs: background-color on Windows
Cheng Zhao [Fri, 23 Oct 2015 03:35:33 +0000 (11:35 +0800)]
Add setBackgroundColor method
Cheng Zhao [Fri, 23 Oct 2015 03:17:14 +0000 (11:17 +0800)]
win: Set native window's background color
Cheng Zhao [Fri, 23 Oct 2015 02:36:37 +0000 (10:36 +0800)]
Merge pull request #3179 from deepak1556/session_api_patch
session: allow setproxy to use external pac script
Cheng Zhao [Fri, 23 Oct 2015 02:36:06 +0000 (10:36 +0800)]
Merge pull request #3178 from deepak1556/node_debugger_patch
debugger: expose v8debug
Cheng Zhao [Fri, 23 Oct 2015 01:13:57 +0000 (09:13 +0800)]
Merge pull request #3175 from atom/improve-make-single-instance
Fix some problems of makeSingleInstance
Robo [Thu, 22 Oct 2015 17:26:36 +0000 (22:56 +0530)]
session: allow setproxy to use external pac script
Cheng Zhao [Thu, 22 Oct 2015 11:26:05 +0000 (19:26 +0800)]
docs: New behaviors of makeSingleInstance
Cheng Zhao [Thu, 22 Oct 2015 11:02:21 +0000 (19:02 +0800)]
Pass original argv in callback
Robo [Thu, 22 Oct 2015 10:50:48 +0000 (16:20 +0530)]
debugger: expose v8debug
Cheng Zhao [Thu, 22 Oct 2015 09:51:51 +0000 (17:51 +0800)]
win: Pass original command line
Cheng Zhao [Thu, 22 Oct 2015 09:43:55 +0000 (17:43 +0800)]
posix: Pass original command line
Cheng Zhao [Thu, 22 Oct 2015 09:12:09 +0000 (17:12 +0800)]
Remove the need for ProcessSingletonStartupLock
Cheng Zhao [Thu, 22 Oct 2015 09:03:18 +0000 (17:03 +0800)]
Revert "app.makeSingleInstance is not available on OS X"
This reverts commit
bcb78ebc00e9f04299fd26955b3aa0e97c20a2e4.
Cheng Zhao [Thu, 22 Oct 2015 08:55:54 +0000 (16:55 +0800)]
win: Fix compiler warning
Cheng Zhao [Thu, 22 Oct 2015 08:24:35 +0000 (16:24 +0800)]
Correctly handle notification callback when shutting down
When returning false in the notification callback the ProcessSingleton
will assume current process is quitting, we should met its expectation.
Cheng Zhao [Thu, 22 Oct 2015 08:06:37 +0000 (16:06 +0800)]
Fix crash when calling app.quit() before app is ready
Cheng Zhao [Thu, 22 Oct 2015 07:57:37 +0000 (15:57 +0800)]
linux: Delay creating watcher until message loop is ready
Cheng Zhao [Thu, 22 Oct 2015 07:54:58 +0000 (15:54 +0800)]
linux: Delay listening to socket until message loop is ready
Cheng Zhao [Thu, 22 Oct 2015 07:54:27 +0000 (15:54 +0800)]
Don't discard tasks in BridgeTaskRunner
Cheng Zhao [Thu, 22 Oct 2015 07:02:32 +0000 (15:02 +0800)]
app.makeSingleInstance is not available on OS X
Cheng Zhao [Thu, 22 Oct 2015 06:59:12 +0000 (14:59 +0800)]
Simplify the usage of singleton
Cheng Zhao [Thu, 22 Oct 2015 06:56:57 +0000 (14:56 +0800)]
Make sure current task runner is available
When calling makeSingleInstance we have to ensure current task runnder
is available, otherwise crash may happen.
Cheng Zhao [Thu, 22 Oct 2015 06:24:09 +0000 (14:24 +0800)]
docs: Make code more JS-style
Cheng Zhao [Thu, 22 Oct 2015 06:18:31 +0000 (14:18 +0800)]
Merge pull request #3145 from atom/single-instance
Implement Single-Instance for Windows / Linux
Cheng Zhao [Thu, 22 Oct 2015 06:16:17 +0000 (14:16 +0800)]
docs: background-color is Linux-only for now
Cheng Zhao [Thu, 22 Oct 2015 06:13:37 +0000 (14:13 +0800)]
Merge pull request #3168 from deepak1556/window_background_color_patch
browser: option to set window background color
Robo [Wed, 21 Oct 2015 10:17:28 +0000 (15:47 +0530)]
browser: option to set window background color
Cheng Zhao [Thu, 22 Oct 2015 03:10:30 +0000 (11:10 +0800)]
Merge pull request #3173 from tommoor/patch-5
Update crash-reporter.md
Cheng Zhao [Thu, 22 Oct 2015 03:08:30 +0000 (11:08 +0800)]
Merge pull request #3172 from thomasjfox1/master
quick fix removing excess character
Tom Moor [Thu, 22 Oct 2015 00:07:36 +0000 (17:07 -0700)]
Update crash-reporter.md
Paul Betts [Wed, 21 Oct 2015 20:52:17 +0000 (13:52 -0700)]
:memo: for makeSingleInstance
Paul Betts [Wed, 21 Oct 2015 20:38:32 +0000 (13:38 -0700)]
Remove atom_process_singleton, just use the Chrome classes directly
Paul Betts [Wed, 21 Oct 2015 20:17:56 +0000 (13:17 -0700)]
cpplinting
Paul Betts [Wed, 21 Oct 2015 20:04:50 +0000 (13:04 -0700)]
Move all the browser.cc code over to atom_api_app.cc
Thomas J Fox [Wed, 21 Oct 2015 20:03:12 +0000 (15:03 -0500)]
quick fix removing excess character
Paul Betts [Wed, 21 Oct 2015 19:29:21 +0000 (12:29 -0700)]
Only cleanup if we are the main process
Paul Betts [Wed, 21 Oct 2015 19:29:00 +0000 (12:29 -0700)]
If a user calls makeSingleInstance more than once, just ignore it
Plusb Preco [Wed, 21 Oct 2015 18:36:14 +0000 (03:36 +0900)]
Update as upstream
Paul Betts [Wed, 21 Oct 2015 18:06:42 +0000 (11:06 -0700)]
Need to free this early or get a SIGSEGV on Linux
Plusb Preco [Wed, 21 Oct 2015 17:58:07 +0000 (02:58 +0900)]
Merge remote-tracking branch 'refs/remotes/atom/master'
Cheng Zhao [Wed, 21 Oct 2015 13:23:25 +0000 (21:23 +0800)]
Merge pull request #3169 from atom/fix-node-buffer
Fix memory corruption when cleaning timer
Cheng Zhao [Wed, 21 Oct 2015 12:46:16 +0000 (20:46 +0800)]
Fix memory corruption when cleaning timer
Cheng Zhao [Tue, 20 Oct 2015 23:34:15 +0000 (07:34 +0800)]
Initialize things in the same sequence with main process
Cheng Zhao [Wed, 21 Oct 2015 05:28:48 +0000 (13:28 +0800)]
Merge pull request #3165 from roadev/master
Grammatical corrections for spanish translations at api, styleguide a…
Cheng Zhao [Wed, 21 Oct 2015 01:53:02 +0000 (09:53 +0800)]
Merge pull request #3163 from atom/fix-osx-app-region
osx: Implement draggable region with mouseDownCanMoveWindow
Cheng Zhao [Tue, 20 Oct 2015 23:33:43 +0000 (07:33 +0800)]
osx: Implement draggable region with mouseDownCanMoveWindow
Previously we implemented draggable region by tracking mouse position,
it is buggy and causing some problems. But it is interesting that until
this didn't cause troubles until recently.
Paul Betts [Wed, 21 Oct 2015 00:36:05 +0000 (17:36 -0700)]
Allow WM_COPYDATA from all processes
Paul Betts [Wed, 21 Oct 2015 00:27:28 +0000 (17:27 -0700)]
Since setting up process_singleton is now conditional, its cleanup / unlock must be too
Juan Roa [Tue, 20 Oct 2015 23:10:08 +0000 (18:10 -0500)]
grammatical corrections for spanish translations at api, styleguide and README
Cheng Zhao [Tue, 20 Oct 2015 22:58:16 +0000 (06:58 +0800)]
Merge pull request #3158 from ngoldman/patch-1
use webContents.openDevTools for quick start guide
Cheng Zhao [Tue, 20 Oct 2015 22:52:10 +0000 (06:52 +0800)]
Merge pull request #3156 from preco21/master
Update as upstream
Paul Betts [Tue, 20 Oct 2015 22:03:59 +0000 (15:03 -0700)]
I don't think we need this
Paul Betts [Tue, 20 Oct 2015 22:00:10 +0000 (15:00 -0700)]
Infinite Linting
Paul Betts [Tue, 20 Oct 2015 21:36:01 +0000 (14:36 -0700)]
Update to use Chromium sources
Paul Betts [Tue, 20 Oct 2015 21:33:34 +0000 (14:33 -0700)]
Fix up filenames to include Chrome source
Paul Betts [Tue, 20 Oct 2015 21:21:06 +0000 (14:21 -0700)]
Port our changes over
Paul Betts [Tue, 20 Oct 2015 21:05:07 +0000 (14:05 -0700)]
Copy back the original versions of Chromium files in
Paul Betts [Tue, 20 Oct 2015 20:38:57 +0000 (13:38 -0700)]
Move initialization of Single Instance into MakeSingleInstance call
Paul Betts [Tue, 20 Oct 2015 20:27:34 +0000 (13:27 -0700)]
Ditch double-callback, just use mate directly
Paul Betts [Tue, 20 Oct 2015 01:42:31 +0000 (18:42 -0700)]
Wire up the final callback to JS
Paul Betts [Tue, 20 Oct 2015 01:23:13 +0000 (18:23 -0700)]
I am not good at C++ at all
Paul Betts [Tue, 20 Oct 2015 01:02:54 +0000 (18:02 -0700)]
Fix callback handle usage
Paul Betts [Tue, 20 Oct 2015 00:37:26 +0000 (17:37 -0700)]
At Browser ctor time, DIR_USER_DATA is unset, wait