GoooIce [Thu, 10 Sep 2015 12:27:50 +0000 (20:27 +0800)]
add api\shell.md
add api\shell.md
GoooIce [Thu, 10 Sep 2015 06:34:11 +0000 (14:34 +0800)]
Merge branch 'master' of https://github.com/GoooIce/electron
王雪 [Thu, 10 Sep 2015 06:37:05 +0000 (14:37 +0800)]
Merge pull request #1 from atom/master
更新一下啊
GoooIce [Thu, 10 Sep 2015 06:27:16 +0000 (14:27 +0800)]
Merge remote-tracking branch 'atom/master'
Cheng Zhao [Thu, 10 Sep 2015 03:18:24 +0000 (11:18 +0800)]
Merge pull request #2748 from etiktin/patch-1
Update README.md
Cheng Zhao [Thu, 10 Sep 2015 03:15:35 +0000 (11:15 +0800)]
osx: Don't warn about unkown warning option
We can not make every compiler happy.
Cheng Zhao [Thu, 10 Sep 2015 03:02:01 +0000 (11:02 +0800)]
Merge pull request #2747 from nekuz0r/did-fail-event-url
add ValidatedUrl to did-fail-load event
Eran Tiktin [Wed, 9 Sep 2015 18:34:20 +0000 (21:34 +0300)]
Update README.md
Capitalized the "Formerly known..." text + rearranged the community section and mention the slack channel.
Gohy Leandre [Mon, 31 Aug 2015 09:18:10 +0000 (11:18 +0200)]
add ValidatedUrl to did-fail-load event
Jessica Lord [Wed, 9 Sep 2015 13:47:26 +0000 (06:47 -0700)]
Merge pull request #2713 from etiktin/fix_es_translation_links
Fix es translation links
Cheng Zhao [Wed, 9 Sep 2015 08:26:10 +0000 (16:26 +0800)]
Bump v0.32.1
Cheng Zhao [Wed, 9 Sep 2015 11:39:20 +0000 (19:39 +0800)]
Merge pull request #2746 from atom/no-keep
Fix session not getting persisted on exit
Cheng Zhao [Wed, 9 Sep 2015 11:27:28 +0000 (19:27 +0800)]
Don't reference RequestContextGetter in JS objects
V8 doesn't guarrentee the C++ class of JS objects will get destroyed, so
this will result in RequestContextGetter never getting freed
Cheng Zhao [Wed, 9 Sep 2015 11:27:08 +0000 (19:27 +0800)]
Run destruction callbacks before message loop gets destroyed
Cheng Zhao [Wed, 9 Sep 2015 08:25:03 +0000 (16:25 +0800)]
Merge pull request #2743 from atom/fix-backward-compatibility
Fix backward compatibility with old BrowserWindow options
Cheng Zhao [Wed, 9 Sep 2015 08:11:45 +0000 (16:11 +0800)]
spec: Set node-integration in window.open should work
Cheng Zhao [Wed, 9 Sep 2015 07:55:26 +0000 (15:55 +0800)]
Fix backward compatibility with old BrowserWindow options
Cheng Zhao [Wed, 9 Sep 2015 07:41:06 +0000 (15:41 +0800)]
Merge pull request #2732 from John-Lin/master
Add doc translation in zh-TW
Cheng Zhao [Wed, 9 Sep 2015 05:35:07 +0000 (13:35 +0800)]
Update brightray, fixes #2669
John-Lin [Tue, 8 Sep 2015 07:47:29 +0000 (15:47 +0800)]
add doc translation for synopsis
John-Lin [Tue, 8 Sep 2015 07:47:11 +0000 (15:47 +0800)]
add doc translation for process
John-Lin [Tue, 8 Sep 2015 07:46:48 +0000 (15:46 +0800)]
add doc translation for file object
Cheng Zhao [Tue, 8 Sep 2015 05:40:10 +0000 (13:40 +0800)]
Bump v0.32.0
Cheng Zhao [Tue, 8 Sep 2015 05:36:28 +0000 (13:36 +0800)]
Merge pull request #2711 from jonatasfreitasv/master
application-distribution.md translated to pt-BR
Cheng Zhao [Tue, 8 Sep 2015 05:34:14 +0000 (13:34 +0800)]
Merge pull request #2725 from John-Lin/master
Add doc translation in zh-TW
Cheng Zhao [Tue, 8 Sep 2015 05:24:42 +0000 (13:24 +0800)]
Merge pull request #2730 from preco21/master
Update as upstream
Cheng Zhao [Tue, 8 Sep 2015 05:24:12 +0000 (13:24 +0800)]
Merge pull request #2712 from etiktin/add_chrome_version_2_gitignore
Fix `create_chrome_version_h` so it will generate chrome_version.h only if needed
Cheng Zhao [Tue, 8 Sep 2015 05:23:23 +0000 (13:23 +0800)]
Merge pull request #2731 from deepak1556/cleanup_patch
remove unused code
Robo [Mon, 7 Sep 2015 23:54:07 +0000 (05:24 +0530)]
remove unused code
Plusb Preco [Mon, 7 Sep 2015 23:50:59 +0000 (08:50 +0900)]
Update README-ko.md
Plusb Preco [Mon, 7 Sep 2015 23:42:28 +0000 (08:42 +0900)]
Update as upstream
Eran Tiktin [Mon, 7 Sep 2015 18:55:02 +0000 (21:55 +0300)]
Fix `create_chrome_version_h` in bootstrap.py
The code was supposed to compare the content of the existing file with
the new content and only replace the file if the content was different,
but it had a fatal flow. It opened the existing file with 'w+' or 'wb+'
and they both truncate the file, so the compare was always false and we
always overwrote the file.
The updated code compares the file content ignoring line endings and
writes the file only if its different or if it didn't exist.
Eran Tiktin [Mon, 7 Sep 2015 16:51:37 +0000 (19:51 +0300)]
Revert "Remove chrome_version.h from git"
This reverts commit
dcbd8316dfd4ff465b044f51c77a4ba4d7c7f0f3.
Eran Tiktin [Mon, 7 Sep 2015 16:51:28 +0000 (19:51 +0300)]
Revert "Add chrome_version.h to gitignore"
This reverts commit
41e1555cf4cd223024a38bbe70b2b71a395f102d.
Cheng Zhao [Mon, 7 Sep 2015 15:02:56 +0000 (23:02 +0800)]
Merge pull request #2726 from atom/fix-stdout
Fix exception when accessing process.stdout
Cheng Zhao [Mon, 7 Sep 2015 14:42:46 +0000 (22:42 +0800)]
Suppress the isTTY spec, not reliable on some machines
Cheng Zhao [Mon, 7 Sep 2015 13:44:03 +0000 (21:44 +0800)]
Explicitly writes debug log to stderr
If we don't do this Chromium will close stdout and stderr for us,
resulting process.stdout not working.
Cheng Zhao [Mon, 7 Sep 2015 13:34:27 +0000 (21:34 +0800)]
Update node to catch exception when accessing process.stdout
Cheng Zhao [Mon, 7 Sep 2015 13:34:15 +0000 (21:34 +0800)]
spec: process.stdout should have isTTY defined
Cheng Zhao [Mon, 7 Sep 2015 13:07:27 +0000 (21:07 +0800)]
spec: process.stdout should not throw exception
Cheng Zhao [Mon, 7 Sep 2015 09:57:48 +0000 (17:57 +0800)]
Merge pull request #2723 from atom/cleanup
A few unimportant code cleanups
John-Lin [Mon, 7 Sep 2015 09:36:33 +0000 (17:36 +0800)]
add doc translation for power-save-blocker.md
John-Lin [Mon, 7 Sep 2015 09:36:14 +0000 (17:36 +0800)]
add doc translation for power-monitor.md
Cheng Zhao [Mon, 7 Sep 2015 08:29:54 +0000 (16:29 +0800)]
No longer needs to define node_includes.h at last
Cheng Zhao [Mon, 7 Sep 2015 08:12:31 +0000 (16:12 +0800)]
Don't use Node's internal APIs
Cheng Zhao [Mon, 7 Sep 2015 07:55:08 +0000 (15:55 +0800)]
No need to define WebContentsPreferences::From
Cheng Zhao [Mon, 7 Sep 2015 05:20:19 +0000 (13:20 +0800)]
Merge pull request #2722 from atom/fix-array-buffer
Support creating externalized ArrayBuffer for node::Buffer
Cheng Zhao [Mon, 7 Sep 2015 03:18:11 +0000 (11:18 +0800)]
Update libchromiumcontent to have WebArrayBuffer::createExternal API
Cheng Zhao [Mon, 7 Sep 2015 03:12:42 +0000 (11:12 +0800)]
Support externalized ArrayBuffer for node::Buffer
Cheng Zhao [Mon, 7 Sep 2015 03:05:27 +0000 (11:05 +0800)]
Update to io.js 3.3.0
Plusb Preco [Mon, 7 Sep 2015 02:47:04 +0000 (11:47 +0900)]
Merge remote-tracking branch 'atom/master'
Cheng Zhao [Sun, 6 Sep 2015 08:18:48 +0000 (16:18 +0800)]
Merge pull request #2719 from Rokt33r/patch-1
fix typo
Jonatas Freitas [Sun, 6 Sep 2015 04:27:34 +0000 (01:27 -0300)]
Translated application-packaging.md to pt-BR.
Cheng Zhao [Sun, 6 Sep 2015 04:22:20 +0000 (12:22 +0800)]
Merge pull request #2718 from atom/all-in-webcontents
Cleanup code of Session and WebContents
Cheng Zhao [Sun, 6 Sep 2015 04:21:14 +0000 (12:21 +0800)]
Merge pull request #2704 from preco21/master
Update as upstream
Dick Choi [Sun, 6 Sep 2015 03:36:27 +0000 (12:36 +0900)]
fix typo
Code block should be ended ``
Cheng Zhao [Sun, 6 Sep 2015 03:13:41 +0000 (11:13 +0800)]
Remove dead code
Cheng Zhao [Sun, 6 Sep 2015 03:07:38 +0000 (11:07 +0800)]
docs: No more extra-plugin-dirs
Cheng Zhao [Sun, 6 Sep 2015 02:30:59 +0000 (10:30 +0800)]
Make sure BrowserContext is destroyed on exit
Cheng Zhao [Sun, 6 Sep 2015 01:22:32 +0000 (09:22 +0800)]
Parse partition in webContents.create
Cheng Zhao [Sat, 5 Sep 2015 15:22:38 +0000 (23:22 +0800)]
docs: preload, node-integration, zoom-factor have been moved
Cheng Zhao [Sat, 5 Sep 2015 14:39:48 +0000 (22:39 +0800)]
Manage the life of BrowserContext in Session
Cheng Zhao [Sat, 5 Sep 2015 12:54:36 +0000 (20:54 +0800)]
Move management of browser context to BrowserContext
Cheng Zhao [Sat, 5 Sep 2015 12:03:40 +0000 (20:03 +0800)]
Store BrowserContext in ref-counted ptr
Cheng Zhao [Sat, 5 Sep 2015 11:47:44 +0000 (19:47 +0800)]
Pass partition name instead of path to BrowserContext
Cheng Zhao [Sat, 5 Sep 2015 03:19:03 +0000 (12:19 +0900)]
spec: webview test should avoid affecting each other
Cheng Zhao [Sat, 5 Sep 2015 02:43:30 +0000 (11:43 +0900)]
Read guest view's info from WebContentsPreferences
Cheng Zhao [Sat, 5 Sep 2015 01:57:39 +0000 (10:57 +0900)]
Add undocumented "preload-url" option for web-preferences
Cheng Zhao [Fri, 4 Sep 2015 17:33:13 +0000 (02:33 +0900)]
Move a few options in NativeWindow to web-preferences
Cheng Zhao [Fri, 4 Sep 2015 17:12:32 +0000 (02:12 +0900)]
Move OverrideWebkitPrefs to WebContentsPreferences
Cheng Zhao [Fri, 4 Sep 2015 17:04:09 +0000 (02:04 +0900)]
Move AppendExtraCommandLineSwitches to WebContentsPreferences
Cheng Zhao [Fri, 4 Sep 2015 16:52:29 +0000 (01:52 +0900)]
NPAPI has been removed, remove related option
Cheng Zhao [Fri, 4 Sep 2015 16:51:14 +0000 (01:51 +0900)]
Use options['web-preferences'] to create WebContents
Cheng Zhao [Fri, 4 Sep 2015 16:44:22 +0000 (01:44 +0900)]
Add WebContentsPrefrences class
Cheng Zhao [Sun, 6 Sep 2015 02:52:30 +0000 (10:52 +0800)]
Merge pull request #2710 from etiktin/fix_build_failing_on_windows
Fix build failing on windows
Jonatas Freitas [Sun, 6 Sep 2015 02:32:51 +0000 (23:32 -0300)]
Change file names to follow styleguide
Plusb Preco [Sat, 5 Sep 2015 00:42:28 +0000 (09:42 +0900)]
Fix small typo
Plusb Preco [Sat, 5 Sep 2015 00:38:36 +0000 (09:38 +0900)]
Update README-ko.md
Eran Tiktin [Fri, 4 Sep 2015 22:40:26 +0000 (01:40 +0300)]
Update README.md
Most of the links in the page were invalid because those docs aren't translated yet, so I changed them to point to the originals written in English. IMO that's a better experience than receiving 404.
Eran Tiktin [Fri, 4 Sep 2015 22:29:12 +0000 (01:29 +0300)]
Drop "-es" from file names
When "README.md" is named "README-es.md", github doesn't show it's
preview automatically. So I removed "-es" from all the docs.
Eran Tiktin [Fri, 4 Sep 2015 22:11:37 +0000 (01:11 +0300)]
Add chrome_version.h to gitignore
Eran Tiktin [Fri, 4 Sep 2015 22:06:52 +0000 (01:06 +0300)]
Remove chrome_version.h from git
chrome_version.h is dynamically generated by bootstrap.py so it
shouldn't be in git
Jonatas Freitas [Fri, 4 Sep 2015 22:01:31 +0000 (19:01 -0300)]
application-distribution.md translated to pt-BR
Eran Tiktin [Fri, 4 Sep 2015 20:24:42 +0000 (23:24 +0300)]
Fix build failing on Windows
build.py would fail on Windows due to a couple of changes made in #2459.
This commit fixes those issues.
Jessica Lord [Fri, 4 Sep 2015 19:02:49 +0000 (12:02 -0700)]
Merge pull request #2705 from John-Lin/master
Add api/ipc-main-process docs zh-TW translations
Jessica Lord [Fri, 4 Sep 2015 18:39:26 +0000 (11:39 -0700)]
Merge pull request #2709 from jonatasfreitasv/master
Start docs translation to pt-BR
Eran Tiktin [Fri, 4 Sep 2015 18:27:32 +0000 (21:27 +0300)]
Merge pull request #2 from atom/master
Update from original
Jonatas Freitas [Fri, 4 Sep 2015 17:25:32 +0000 (14:25 -0300)]
Fix README links.
Jonatas Freitas [Fri, 4 Sep 2015 17:19:59 +0000 (14:19 -0300)]
Translated styleguide.
Jonatas Freitas [Fri, 4 Sep 2015 14:52:27 +0000 (11:52 -0300)]
Added pt-BR translation in README.md
Jonatas Freitas [Fri, 4 Sep 2015 14:42:37 +0000 (11:42 -0300)]
Translate README.md to pt-BR
Plusb Preco [Fri, 4 Sep 2015 09:18:07 +0000 (18:18 +0900)]
Merge remote-tracking branch 'atom/master'
Plusb Preco [Fri, 4 Sep 2015 09:05:28 +0000 (18:05 +0900)]
Update web-view-tag.md
* Update as upstream
Cheng Zhao [Fri, 4 Sep 2015 08:29:37 +0000 (17:29 +0900)]
Merge pull request #2459 from deepak1556/web_view_partition_patch
webview: partition attribute
John-Lin [Fri, 4 Sep 2015 08:06:15 +0000 (16:06 +0800)]
Add api/shell.md docs zh-TW translations
John-Lin [Fri, 4 Sep 2015 07:47:46 +0000 (15:47 +0800)]
Fix typos in zh-TW README docs
John-Lin [Fri, 4 Sep 2015 07:42:57 +0000 (15:42 +0800)]
Add api docs translations
Plusb Preco [Fri, 4 Sep 2015 07:01:43 +0000 (16:01 +0900)]
Improve grammar, update as upstream
Plusb Preco [Fri, 4 Sep 2015 07:01:12 +0000 (16:01 +0900)]
Merge remote-tracking branch 'atom/master'
Jessica Lord [Thu, 3 Sep 2015 18:59:21 +0000 (11:59 -0700)]
Merge pull request #2700 from lockys/master
Add zh-tw translation of docs-translations/zh-TW/tutorial/online-offline-events.md