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 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
Cheng Zhao [Sun, 6 Sep 2015 08:18:48 +0000 (16:18 +0800)]
Merge pull request #2719 from Rokt33r/patch-1
fix typo
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
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 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
Jessica Lord [Thu, 3 Sep 2015 18:58:58 +0000 (11:58 -0700)]
Merge pull request #2698 from fritx/docs-zh-cn
Add docs-translations for zh-CN
Calvin Jeng [Thu, 3 Sep 2015 16:06:50 +0000 (00:06 +0800)]
zh-tw translation
Robo [Thu, 3 Sep 2015 00:47:58 +0000 (06:17 +0530)]
store webviewinfo as web contents userdata
Robo [Mon, 31 Aug 2015 18:23:31 +0000 (23:53 +0530)]
create partitionId with encodedURIcomponent
Robo [Fri, 28 Aug 2015 07:30:50 +0000 (13:00 +0530)]
use embedders' browser context when partition is not specified
Robo [Thu, 27 Aug 2015 01:27:03 +0000 (06:57 +0530)]
add spec and docs
Robo [Thu, 27 Aug 2015 00:28:06 +0000 (05:58 +0530)]
use embedders' browser context to retrieve webviewmanager
Robo [Thu, 6 Aug 2015 15:01:05 +0000 (20:31 +0530)]
webview: fix partition attribute
Fritz Lin [Thu, 3 Sep 2015 14:27:22 +0000 (22:27 +0800)]
Add docs-translations for zh-CN
- development/coding-style
- development/atom-shell-vs-node-webkit
Cheng Zhao [Thu, 3 Sep 2015 12:17:49 +0000 (21:17 +0900)]
Merge pull request #2685 from atom/chrome45
Upgrade to Chrome45
Plusb Preco [Thu, 3 Sep 2015 12:14:04 +0000 (21:14 +0900)]
Merge remote-tracking branch 'atom/master'
Cheng Zhao [Thu, 3 Sep 2015 12:07:29 +0000 (20:07 +0800)]
Fix building on Windows
Cheng Zhao [Thu, 3 Sep 2015 10:25:26 +0000 (19:25 +0900)]
Merge pull request #2696 from John-Lin/master
Add Traditional Chinese documents link in README to navigate
Cheng Zhao [Thu, 3 Sep 2015 10:24:58 +0000 (19:24 +0900)]
Merge pull request #2695 from takashi/patch-1
Fix jp/quick-start-jp.md
Takashi Nakagawa [Thu, 3 Sep 2015 09:17:51 +0000 (18:17 +0900)]
remove -jp suffix from quick-start-jp.md
John-Lin [Thu, 3 Sep 2015 09:10:32 +0000 (17:10 +0800)]
add Traditional Chinese documents link in README to navigate
Cheng Zhao [Thu, 3 Sep 2015 08:54:43 +0000 (17:54 +0900)]
Update brightray to Chrome 45
Cheng Zhao [Thu, 3 Sep 2015 02:28:50 +0000 (10:28 +0800)]
Provide task runner for the node mode
Cheng Zhao [Wed, 2 Sep 2015 10:28:40 +0000 (18:28 +0800)]
Devtools no longer uses iframes
Cheng Zhao [Wed, 2 Sep 2015 09:31:08 +0000 (17:31 +0800)]
Update clang
Cheng Zhao [Wed, 2 Sep 2015 09:30:07 +0000 (17:30 +0800)]
Fix API changes on Linux
Cheng Zhao [Wed, 2 Sep 2015 07:52:17 +0000 (15:52 +0800)]
Feed gin::PerIsolateData with a task runner
Cheng Zhao [Wed, 2 Sep 2015 07:16:49 +0000 (15:16 +0800)]
Fix API changes
Cheng Zhao [Wed, 2 Sep 2015 06:23:15 +0000 (14:23 +0800)]
Upgrade to Chrome 45
Cheng Zhao [Thu, 3 Sep 2015 08:48:50 +0000 (17:48 +0900)]
Can only run tests on x64 machine
Cheng Zhao [Thu, 3 Sep 2015 08:46:44 +0000 (17:46 +0900)]
Suppress running tests on our OS X machine
It gets stuck and I don't know the reason, ignore it for now and work on
more important things, will fix it in future.
Cheng Zhao [Thu, 3 Sep 2015 08:20:48 +0000 (17:20 +0900)]
Write output directly to stderr
Takashi Nakagawa [Thu, 3 Sep 2015 08:19:12 +0000 (17:19 +0900)]
fix jp/quick-start-jp.md
this change includes some typo, misspelled things in jp/quick-start-jp.md
Cheng Zhao [Thu, 3 Sep 2015 08:13:05 +0000 (17:13 +0900)]
Merge pull request #2692 from John-Lin/master
Add zh-TW documents
Cheng Zhao [Thu, 3 Sep 2015 08:12:46 +0000 (17:12 +0900)]
Merge pull request #2688 from huangruichang/master
* add desktop-environment-integration.md and and online-offline-event…
Cheng Zhao [Thu, 3 Sep 2015 08:12:30 +0000 (17:12 +0900)]
Merge pull request #2690 from preco21/master
Fix mistranslation, update as upstream
John-Lin [Wed, 2 Sep 2015 19:04:57 +0000 (03:04 +0800)]
Added zh-TW documents
Jessica Lord [Thu, 3 Sep 2015 02:46:58 +0000 (19:46 -0700)]
Merge pull request #2672 from atom/jl-docs-tuts
Standardize Docs: Tutorials
Jessica Lord [Thu, 3 Sep 2015 01:44:32 +0000 (18:44 -0700)]
Merge pull request #2657 from atom/jl-std-docs-9
Standardize Docs: web-frame, web-view-tag, window-open
Jessica Lord [Thu, 3 Sep 2015 01:44:02 +0000 (18:44 -0700)]
Merge pull request #2664 from atom/jl-docs-dev
Standardize Docs: Development
Jessica Lord [Thu, 3 Sep 2015 00:09:37 +0000 (17:09 -0700)]
Fix conflict
Plusb Preco [Wed, 2 Sep 2015 23:28:12 +0000 (08:28 +0900)]
Update as upstream
Jessica Lord [Wed, 2 Sep 2015 20:42:06 +0000 (13:42 -0700)]
Merge pull request #2693 from tcyrus/patch-1
Update browser-window.md
Timothy Cyrus [Wed, 2 Sep 2015 19:44:51 +0000 (15:44 -0400)]
Update browser-window.md
Fix App Command Web Link
Jessica Lord [Wed, 2 Sep 2015 17:23:37 +0000 (10:23 -0700)]
Merge master
Jessica Lord [Wed, 2 Sep 2015 17:19:08 +0000 (10:19 -0700)]
Merge master
Jessica Lord [Wed, 2 Sep 2015 16:57:29 +0000 (09:57 -0700)]
Merge master
Jessica Lord [Wed, 2 Sep 2015 16:46:39 +0000 (09:46 -0700)]
Merge pull request #2655 from atom/jl-std-docs-7
Standardize Docs: protocol, remote, screen
Plusb Preco [Wed, 2 Sep 2015 16:12:54 +0000 (01:12 +0900)]
Fix many typos, update as upstream
Cheng Zhao [Wed, 2 Sep 2015 12:45:24 +0000 (20:45 +0800)]
Merge pull request #2686 from astoilkov/patch-4
Clarify Selenium and WebDriver documentation
Cheng Zhao [Wed, 2 Sep 2015 12:41:45 +0000 (20:41 +0800)]
Merge pull request #2678 from vHanda/master
Linux Build Instructions: Add list of packages for fedora
huangruichang [Wed, 2 Sep 2015 12:12:22 +0000 (20:12 +0800)]
* add desktop-environment-integration.md and and online-offline-events.md for zh-CN
Antonio Stoilkov [Wed, 2 Sep 2015 11:18:17 +0000 (14:18 +0300)]
Clarify Selenium and WebDriver documentation
Plusb Preco [Wed, 2 Sep 2015 08:17:42 +0000 (17:17 +0900)]
Merge remote-tracking branch 'atom/master'
Cheng Zhao [Wed, 2 Sep 2015 03:11:27 +0000 (11:11 +0800)]
Bump v0.31.2
Cheng Zhao [Wed, 2 Sep 2015 02:30:41 +0000 (10:30 +0800)]
Merge pull request #2682 from atom/menu-item-role
Add "role" attribute for MenuItem
Jessica Lord [Wed, 2 Sep 2015 02:10:10 +0000 (19:10 -0700)]
Merge pull request #2656 from atom/jl-std-docs-8
Standardize Docs: shell, synopsis, tray