platform/framework/web/crosswalk-tizen.git
9 years agoSuppress the isTTY spec, not reliable on some machines
Cheng Zhao [Mon, 7 Sep 2015 14:42:46 +0000 (22:42 +0800)]
Suppress the isTTY spec, not reliable on some machines

9 years agoExplicitly writes debug log to stderr
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.

9 years agoUpdate node to catch exception when accessing process.stdout
Cheng Zhao [Mon, 7 Sep 2015 13:34:27 +0000 (21:34 +0800)]
Update node to catch exception when accessing process.stdout

9 years agospec: process.stdout should have isTTY defined
Cheng Zhao [Mon, 7 Sep 2015 13:34:15 +0000 (21:34 +0800)]
spec: process.stdout should have isTTY defined

9 years agospec: process.stdout should not throw exception
Cheng Zhao [Mon, 7 Sep 2015 13:07:27 +0000 (21:07 +0800)]
spec: process.stdout should not throw exception

9 years agoMerge pull request #2723 from atom/cleanup
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

9 years agoNo longer needs to define node_includes.h at last
Cheng Zhao [Mon, 7 Sep 2015 08:29:54 +0000 (16:29 +0800)]
No longer needs to define node_includes.h at last

9 years agoDon't use Node's internal APIs
Cheng Zhao [Mon, 7 Sep 2015 08:12:31 +0000 (16:12 +0800)]
Don't use Node's internal APIs

9 years agoNo need to define WebContentsPreferences::From
Cheng Zhao [Mon, 7 Sep 2015 07:55:08 +0000 (15:55 +0800)]
No need to define WebContentsPreferences::From

9 years agoMerge pull request #2722 from atom/fix-array-buffer
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

9 years agoUpdate libchromiumcontent to have WebArrayBuffer::createExternal API
Cheng Zhao [Mon, 7 Sep 2015 03:18:11 +0000 (11:18 +0800)]
Update libchromiumcontent to have WebArrayBuffer::createExternal API

9 years agoSupport externalized ArrayBuffer for node::Buffer
Cheng Zhao [Mon, 7 Sep 2015 03:12:42 +0000 (11:12 +0800)]
Support externalized ArrayBuffer for node::Buffer

9 years agoUpdate to io.js 3.3.0
Cheng Zhao [Mon, 7 Sep 2015 03:05:27 +0000 (11:05 +0800)]
Update to io.js 3.3.0

9 years agoMerge pull request #2719 from Rokt33r/patch-1
Cheng Zhao [Sun, 6 Sep 2015 08:18:48 +0000 (16:18 +0800)]
Merge pull request #2719 from Rokt33r/patch-1

fix typo

9 years agoMerge pull request #2718 from atom/all-in-webcontents
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

9 years agoMerge pull request #2704 from preco21/master
Cheng Zhao [Sun, 6 Sep 2015 04:21:14 +0000 (12:21 +0800)]
Merge pull request #2704 from preco21/master

Update as upstream

9 years agofix typo
Dick Choi [Sun, 6 Sep 2015 03:36:27 +0000 (12:36 +0900)]
fix typo

Code block should be ended ``

9 years agoRemove dead code
Cheng Zhao [Sun, 6 Sep 2015 03:13:41 +0000 (11:13 +0800)]
Remove dead code

9 years agodocs: No more extra-plugin-dirs
Cheng Zhao [Sun, 6 Sep 2015 03:07:38 +0000 (11:07 +0800)]
docs: No more extra-plugin-dirs

9 years agoMake sure BrowserContext is destroyed on exit
Cheng Zhao [Sun, 6 Sep 2015 02:30:59 +0000 (10:30 +0800)]
Make sure BrowserContext is destroyed on exit

9 years agoParse partition in webContents.create
Cheng Zhao [Sun, 6 Sep 2015 01:22:32 +0000 (09:22 +0800)]
Parse partition in webContents.create

9 years agodocs: preload, node-integration, zoom-factor have been moved
Cheng Zhao [Sat, 5 Sep 2015 15:22:38 +0000 (23:22 +0800)]
docs: preload, node-integration, zoom-factor have been moved

9 years agoManage the life of BrowserContext in Session
Cheng Zhao [Sat, 5 Sep 2015 14:39:48 +0000 (22:39 +0800)]
Manage the life of BrowserContext in Session

9 years agoMove management of browser context to BrowserContext
Cheng Zhao [Sat, 5 Sep 2015 12:54:36 +0000 (20:54 +0800)]
Move management of browser context to BrowserContext

9 years agoStore BrowserContext in ref-counted ptr
Cheng Zhao [Sat, 5 Sep 2015 12:03:40 +0000 (20:03 +0800)]
Store BrowserContext in ref-counted ptr

9 years agoPass partition name instead of path to BrowserContext
Cheng Zhao [Sat, 5 Sep 2015 11:47:44 +0000 (19:47 +0800)]
Pass partition name instead of path to BrowserContext

9 years agospec: webview test should avoid affecting each other
Cheng Zhao [Sat, 5 Sep 2015 03:19:03 +0000 (12:19 +0900)]
spec: webview test should avoid affecting each other

9 years agoRead guest view's info from WebContentsPreferences
Cheng Zhao [Sat, 5 Sep 2015 02:43:30 +0000 (11:43 +0900)]
Read guest view's info from WebContentsPreferences

9 years agoAdd undocumented "preload-url" option for web-preferences
Cheng Zhao [Sat, 5 Sep 2015 01:57:39 +0000 (10:57 +0900)]
Add undocumented "preload-url" option for web-preferences

9 years agoMove a few options in NativeWindow to web-preferences
Cheng Zhao [Fri, 4 Sep 2015 17:33:13 +0000 (02:33 +0900)]
Move a few options in NativeWindow to web-preferences

9 years agoMove OverrideWebkitPrefs to WebContentsPreferences
Cheng Zhao [Fri, 4 Sep 2015 17:12:32 +0000 (02:12 +0900)]
Move OverrideWebkitPrefs to WebContentsPreferences

9 years agoMove AppendExtraCommandLineSwitches to WebContentsPreferences
Cheng Zhao [Fri, 4 Sep 2015 17:04:09 +0000 (02:04 +0900)]
Move AppendExtraCommandLineSwitches to WebContentsPreferences

9 years agoNPAPI has been removed, remove related option
Cheng Zhao [Fri, 4 Sep 2015 16:52:29 +0000 (01:52 +0900)]
NPAPI has been removed, remove related option

9 years agoUse options['web-preferences'] to create WebContents
Cheng Zhao [Fri, 4 Sep 2015 16:51:14 +0000 (01:51 +0900)]
Use options['web-preferences'] to create WebContents

9 years agoAdd WebContentsPrefrences class
Cheng Zhao [Fri, 4 Sep 2015 16:44:22 +0000 (01:44 +0900)]
Add WebContentsPrefrences class

9 years agoMerge pull request #2710 from etiktin/fix_build_failing_on_windows
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

9 years agoFix small typo
Plusb Preco [Sat, 5 Sep 2015 00:42:28 +0000 (09:42 +0900)]
Fix small typo

9 years agoUpdate README-ko.md
Plusb Preco [Sat, 5 Sep 2015 00:38:36 +0000 (09:38 +0900)]
Update README-ko.md

9 years agoFix build failing on Windows
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.

9 years agoMerge pull request #2705 from John-Lin/master
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

9 years agoMerge pull request #2709 from jonatasfreitasv/master
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

9 years agoMerge pull request #2 from atom/master
Eran Tiktin [Fri, 4 Sep 2015 18:27:32 +0000 (21:27 +0300)]
Merge pull request #2 from atom/master

Update from original

9 years agoFix README links.
Jonatas Freitas [Fri, 4 Sep 2015 17:25:32 +0000 (14:25 -0300)]
Fix README links.

9 years agoTranslated styleguide.
Jonatas Freitas [Fri, 4 Sep 2015 17:19:59 +0000 (14:19 -0300)]
Translated styleguide.

9 years agoAdded pt-BR translation in README.md
Jonatas Freitas [Fri, 4 Sep 2015 14:52:27 +0000 (11:52 -0300)]
Added pt-BR translation in README.md

9 years agoTranslate README.md to pt-BR
Jonatas Freitas [Fri, 4 Sep 2015 14:42:37 +0000 (11:42 -0300)]
Translate README.md to pt-BR

9 years agoMerge remote-tracking branch 'atom/master'
Plusb Preco [Fri, 4 Sep 2015 09:18:07 +0000 (18:18 +0900)]
Merge remote-tracking branch 'atom/master'

9 years agoUpdate web-view-tag.md
Plusb Preco [Fri, 4 Sep 2015 09:05:28 +0000 (18:05 +0900)]
Update web-view-tag.md

* Update as upstream

9 years agoMerge pull request #2459 from deepak1556/web_view_partition_patch
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

9 years agoAdd api/shell.md docs zh-TW translations
John-Lin [Fri, 4 Sep 2015 08:06:15 +0000 (16:06 +0800)]
Add api/shell.md docs zh-TW translations

9 years agoFix typos in zh-TW README docs
John-Lin [Fri, 4 Sep 2015 07:47:46 +0000 (15:47 +0800)]
Fix typos in zh-TW README docs

9 years agoAdd api docs translations
John-Lin [Fri, 4 Sep 2015 07:42:57 +0000 (15:42 +0800)]
Add api docs translations

9 years agoImprove grammar, update as upstream
Plusb Preco [Fri, 4 Sep 2015 07:01:43 +0000 (16:01 +0900)]
Improve grammar, update as upstream

9 years agoMerge remote-tracking branch 'atom/master'
Plusb Preco [Fri, 4 Sep 2015 07:01:12 +0000 (16:01 +0900)]
Merge remote-tracking branch 'atom/master'

9 years agoMerge pull request #2700 from lockys/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

9 years agoMerge pull request #2698 from fritx/docs-zh-cn
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

9 years agozh-tw translation
Calvin Jeng [Thu, 3 Sep 2015 16:06:50 +0000 (00:06 +0800)]
zh-tw translation

9 years agostore webviewinfo as web contents userdata
Robo [Thu, 3 Sep 2015 00:47:58 +0000 (06:17 +0530)]
store webviewinfo as web contents userdata

9 years agocreate partitionId with encodedURIcomponent
Robo [Mon, 31 Aug 2015 18:23:31 +0000 (23:53 +0530)]
create partitionId with encodedURIcomponent

9 years agouse embedders' browser context when partition is not specified
Robo [Fri, 28 Aug 2015 07:30:50 +0000 (13:00 +0530)]
use embedders' browser context when partition is not specified

9 years agoadd spec and docs
Robo [Thu, 27 Aug 2015 01:27:03 +0000 (06:57 +0530)]
add spec and docs

9 years agouse embedders' browser context to retrieve webviewmanager
Robo [Thu, 27 Aug 2015 00:28:06 +0000 (05:58 +0530)]
use embedders' browser context to retrieve webviewmanager

9 years agowebview: fix partition attribute
Robo [Thu, 6 Aug 2015 15:01:05 +0000 (20:31 +0530)]
webview: fix partition attribute

9 years agoAdd docs-translations for zh-CN
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

9 years agoMerge pull request #2685 from atom/chrome45
Cheng Zhao [Thu, 3 Sep 2015 12:17:49 +0000 (21:17 +0900)]
Merge pull request #2685 from atom/chrome45

Upgrade to Chrome45

9 years agoMerge remote-tracking branch 'atom/master'
Plusb Preco [Thu, 3 Sep 2015 12:14:04 +0000 (21:14 +0900)]
Merge remote-tracking branch 'atom/master'

9 years agoFix building on Windows
Cheng Zhao [Thu, 3 Sep 2015 12:07:29 +0000 (20:07 +0800)]
Fix building on Windows

9 years agoMerge pull request #2696 from John-Lin/master
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

9 years agoMerge pull request #2695 from takashi/patch-1
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

9 years agoremove -jp suffix from 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

9 years agoadd Traditional Chinese documents link in README to navigate
John-Lin [Thu, 3 Sep 2015 09:10:32 +0000 (17:10 +0800)]
add Traditional Chinese documents link in README to navigate

9 years agoUpdate brightray to Chrome 45
Cheng Zhao [Thu, 3 Sep 2015 08:54:43 +0000 (17:54 +0900)]
Update brightray to Chrome 45

9 years agoProvide task runner for the node mode
Cheng Zhao [Thu, 3 Sep 2015 02:28:50 +0000 (10:28 +0800)]
Provide task runner for the node mode

9 years agoDevtools no longer uses iframes
Cheng Zhao [Wed, 2 Sep 2015 10:28:40 +0000 (18:28 +0800)]
Devtools no longer uses iframes

9 years agoUpdate clang
Cheng Zhao [Wed, 2 Sep 2015 09:31:08 +0000 (17:31 +0800)]
Update clang

9 years agoFix API changes on Linux
Cheng Zhao [Wed, 2 Sep 2015 09:30:07 +0000 (17:30 +0800)]
Fix API changes on Linux

9 years agoFeed gin::PerIsolateData with a task runner
Cheng Zhao [Wed, 2 Sep 2015 07:52:17 +0000 (15:52 +0800)]
Feed gin::PerIsolateData with a task runner

9 years agoFix API changes
Cheng Zhao [Wed, 2 Sep 2015 07:16:49 +0000 (15:16 +0800)]
Fix API changes

9 years agoUpgrade to Chrome 45
Cheng Zhao [Wed, 2 Sep 2015 06:23:15 +0000 (14:23 +0800)]
Upgrade to Chrome 45

9 years agoCan only run tests on x64 machine
Cheng Zhao [Thu, 3 Sep 2015 08:48:50 +0000 (17:48 +0900)]
Can only run tests on x64 machine

9 years agoSuppress running tests on our OS X 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.

9 years agoWrite output directly to stderr
Cheng Zhao [Thu, 3 Sep 2015 08:20:48 +0000 (17:20 +0900)]
Write output directly to stderr

9 years agofix jp/quick-start-jp.md
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

9 years agoMerge pull request #2692 from John-Lin/master
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

9 years agoMerge pull request #2688 from huangruichang/master
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…

9 years agoMerge pull request #2690 from preco21/master
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

9 years agoAdded zh-TW documents
John-Lin [Wed, 2 Sep 2015 19:04:57 +0000 (03:04 +0800)]
Added zh-TW documents

9 years agoMerge pull request #2672 from atom/jl-docs-tuts
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

9 years agoMerge pull request #2657 from atom/jl-std-docs-9
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

9 years agoMerge pull request #2664 from atom/jl-docs-dev
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

9 years agoFix conflict
Jessica Lord [Thu, 3 Sep 2015 00:09:37 +0000 (17:09 -0700)]
Fix conflict

9 years agoUpdate as upstream
Plusb Preco [Wed, 2 Sep 2015 23:28:12 +0000 (08:28 +0900)]
Update as upstream

9 years agoMerge pull request #2693 from tcyrus/patch-1
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

9 years agoUpdate 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

9 years agoMerge master
Jessica Lord [Wed, 2 Sep 2015 17:23:37 +0000 (10:23 -0700)]
Merge master

9 years agoMerge master
Jessica Lord [Wed, 2 Sep 2015 17:19:08 +0000 (10:19 -0700)]
Merge master

9 years agoMerge master
Jessica Lord [Wed, 2 Sep 2015 16:57:29 +0000 (09:57 -0700)]
Merge master

9 years agoMerge pull request #2655 from atom/jl-std-docs-7
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

9 years agoFix many typos, update as upstream
Plusb Preco [Wed, 2 Sep 2015 16:12:54 +0000 (01:12 +0900)]
Fix many typos, update as upstream

9 years agoMerge pull request #2686 from astoilkov/patch-4
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