platform/framework/web/crosswalk-tizen.git
9 years agoMerge remote-tracking branch 'atom/master'
Plusb Preco [Wed, 30 Sep 2015 02:01:08 +0000 (11:01 +0900)]
Merge remote-tracking branch 'atom/master'

9 years agoImprove grammar
Plusb Preco [Wed, 30 Sep 2015 01:54:18 +0000 (10:54 +0900)]
Improve grammar

9 years agoMerge pull request #2930 from bitdop/patch-1
Cheng Zhao [Tue, 29 Sep 2015 05:58:37 +0000 (13:58 +0800)]
Merge pull request #2930 from bitdop/patch-1

Grammar modifications/fixes

9 years agoUpdate quick-start.md
My-khael Pierce [Tue, 29 Sep 2015 03:09:13 +0000 (23:09 -0400)]
Update quick-start.md

9 years agoMerge pull request #2929 from etiktin/fix_win_state_events
Cheng Zhao [Tue, 29 Sep 2015 01:37:10 +0000 (09:37 +0800)]
Merge pull request #2929 from etiktin/fix_win_state_events

Fix window state events on Windows

9 years agoMerge pull request #2926 from brenca/master
Cheng Zhao [Tue, 29 Sep 2015 01:25:51 +0000 (09:25 +0800)]
Merge pull request #2926 from brenca/master

Add more detailed documentation about the format of frameBuffer (FrameSubscription API)

9 years agoFix window state events on Windows
Eran Tiktin [Mon, 28 Sep 2015 23:20:09 +0000 (02:20 +0300)]
Fix window state events on Windows

This commit fixes the issue we had with window state events not firing
when triggered through Aero Snap.
Instead of listening to command from the system menu (SC_MAXIMIZE etc.),
we use the WM_SIZE event.

This resolves #1381.

9 years agoUpdate as upstream, small changes
Plusb Preco [Mon, 28 Sep 2015 20:35:33 +0000 (05:35 +0900)]
Update as upstream, small changes

9 years agoDetalied documentation about frameBuffer's format.
Heilig Benedek [Mon, 28 Sep 2015 20:33:43 +0000 (22:33 +0200)]
Detalied documentation about frameBuffer's format.

9 years agoMerge pull request #6 from atom/master
Eran Tiktin [Mon, 28 Sep 2015 17:33:24 +0000 (20:33 +0300)]
Merge pull request #6 from atom/master

Update from original

9 years agoMerge pull request #2914 from deepak1556/network_emulation_api_patch
Cheng Zhao [Mon, 28 Sep 2015 09:02:23 +0000 (17:02 +0800)]
Merge pull request #2914 from deepak1556/network_emulation_api_patch

session: api to emulate network conditions

9 years agoUpdate node, fixes #2916
Cheng Zhao [Mon, 28 Sep 2015 07:34:52 +0000 (15:34 +0800)]
Update node, fixes #2916

9 years agoadd examples
Robo [Mon, 28 Sep 2015 07:22:50 +0000 (12:52 +0530)]
add examples

9 years agoupdate brightray
Robo [Mon, 28 Sep 2015 07:09:55 +0000 (12:39 +0530)]
update brightray

9 years agoStyle fix for #2918
Cheng Zhao [Mon, 28 Sep 2015 04:48:33 +0000 (12:48 +0800)]
Style fix for #2918

9 years agoMerge pull request #2918 from brenca/master
Cheng Zhao [Mon, 28 Sep 2015 04:47:22 +0000 (12:47 +0800)]
Merge pull request #2918 from brenca/master

Option to specify button on a MouseEvent and text on a KeyboardEvent when using sendInputEvent

9 years agoMerge pull request #2917 from etiktin/win_dialog_set_default_ex
Cheng Zhao [Mon, 28 Sep 2015 04:17:05 +0000 (12:17 +0800)]
Merge pull request #2917 from etiktin/win_dialog_set_default_ex

Set default extension for Windows file dialogs

9 years agoStyle fix
Heilig Benedek [Mon, 28 Sep 2015 01:05:08 +0000 (03:05 +0200)]
Style fix

9 years agoAdded documentation about the changes
Heilig Benedek [Mon, 28 Sep 2015 00:52:16 +0000 (02:52 +0200)]
Added documentation about the changes

9 years agoAdded text and unmodifiedtext setting when sending char type keyboard events, and...
Heilig Benedek [Mon, 28 Sep 2015 00:41:06 +0000 (02:41 +0200)]
Added text and unmodifiedtext setting when sending char type keyboard events, and made the type of the character read char16, so I can simulate char events from non-english origins.

9 years agoSet default extension in Windows file dialog
Eran Tiktin [Sun, 27 Sep 2015 23:12:47 +0000 (02:12 +0300)]
Set default extension in Windows file dialog

On Windows when you open the save dialog and switch the filter, the
extension is supposed to change accordingly. It didn't happen with the
existing code, since the existing code didn't set the default extension
(should be set to the first filter).

This resolves #2915.

9 years agoMerge pull request #5 from atom/master
Eran Tiktin [Sun, 27 Sep 2015 18:33:37 +0000 (21:33 +0300)]
Merge pull request #5 from atom/master

Update from original

9 years agoMerge pull request #2912 from fscherwi/master
Cheng Zhao [Sun, 27 Sep 2015 14:40:46 +0000 (22:40 +0800)]
Merge pull request #2912 from fscherwi/master

standardize package.json

9 years agoMerge pull request #2910 from nekuz0r/module-preload-option
Cheng Zhao [Sun, 27 Sep 2015 14:32:12 +0000 (22:32 +0800)]
Merge pull request #2910 from nekuz0r/module-preload-option

Add ability to preload modules (--require, -r)

9 years agoMerge pull request #2913 from preco21/master
Cheng Zhao [Sun, 27 Sep 2015 14:23:31 +0000 (22:23 +0800)]
Merge pull request #2913 from preco21/master

Update as upstream, update example variable name prefix

9 years agosession: api to emulate network conditions
Robo [Sun, 27 Sep 2015 13:19:52 +0000 (18:49 +0530)]
session: api to emulate network conditions

9 years agoMerge remote-tracking branch 'atom/master'
Plusb Preco [Sun, 27 Sep 2015 13:20:51 +0000 (22:20 +0900)]
Merge remote-tracking branch 'atom/master'

9 years agoUpdate example variable name prefix (atom to electron)
Plusb Preco [Sun, 27 Sep 2015 13:20:35 +0000 (22:20 +0900)]
Update example variable name prefix (atom to electron)

* Update variable name prefix as `atom` to `electron`

9 years agostandardize package.json
fscherwi [Sun, 27 Sep 2015 12:44:28 +0000 (14:44 +0200)]
standardize package.json

9 years agoAdd ability to preload modules (--require, -r)
Gohy Leandre [Sat, 26 Sep 2015 15:23:34 +0000 (17:23 +0200)]
Add ability to preload modules (--require, -r)

9 years agoBump v0.33.3
Cheng Zhao [Sat, 26 Sep 2015 14:06:01 +0000 (22:06 +0800)]
Bump v0.33.3

9 years agoMerge pull request #2905 from atom/bump-external-binaries
Cheng Zhao [Sat, 26 Sep 2015 13:30:03 +0000 (21:30 +0800)]
Merge pull request #2905 from atom/bump-external-binaries

Bump the external binaries version

9 years agoUpdate as upstream, fix small typo
Plusb Preco [Sat, 26 Sep 2015 01:36:26 +0000 (10:36 +0900)]
Update as upstream, fix small typo

9 years agoUse 0.8.0.
Josh Abernathy [Fri, 25 Sep 2015 15:37:30 +0000 (11:37 -0400)]
Use 0.8.0.

This picks up the fix for https://github.com/atom/atom/issues/7061.

9 years agoAdding option to specify the button of WebMouseEvent.
Heilig Benedek [Fri, 25 Sep 2015 11:01:52 +0000 (13:01 +0200)]
Adding option to specify the button of WebMouseEvent.

9 years agoBump v0.33.2
Cheng Zhao [Fri, 25 Sep 2015 09:50:53 +0000 (17:50 +0800)]
Bump v0.33.2

9 years agoMerge pull request #2900 from atom/titlebar-drag
Cheng Zhao [Fri, 25 Sep 2015 09:12:53 +0000 (17:12 +0800)]
Merge pull request #2900 from atom/titlebar-drag

Make draggable region work for window with hidden titlebar

9 years agoosx: Make draggable region work for window with hidden titlebar
Cheng Zhao [Fri, 25 Sep 2015 08:38:36 +0000 (16:38 +0800)]
osx: Make draggable region work for window with hidden titlebar

9 years agoClean up code
Cheng Zhao [Fri, 25 Sep 2015 08:21:08 +0000 (16:21 +0800)]
Clean up code

9 years agoMerge pull request #2898 from atom/fix-download-item-doc
Cheng Zhao [Fri, 25 Sep 2015 05:33:49 +0000 (13:33 +0800)]
Merge pull request #2898 from atom/fix-download-item-doc

Fix inconsistent docs: downloadItem.getURL() => downloadItem.getUrl()

9 years ago:memo: fix a typo
Haojian Wu [Fri, 25 Sep 2015 05:13:11 +0000 (13:13 +0800)]
:memo: fix a typo

interrputed => interrupted

9 years agoUpdate node to fix building on Windows
Cheng Zhao [Fri, 25 Sep 2015 05:04:54 +0000 (13:04 +0800)]
Update node to fix building on Windows

9 years agoUpdate node, fixes #2894
Cheng Zhao [Fri, 25 Sep 2015 04:52:16 +0000 (12:52 +0800)]
Update node, fixes #2894

9 years agoFix inconsistent docs: downloadItem.getURL() => downloadItem.getUrl()
Haojian Wu [Fri, 25 Sep 2015 01:34:04 +0000 (09:34 +0800)]
Fix inconsistent docs: downloadItem.getURL() => downloadItem.getUrl()

9 years agospec: Suppress the setTimeout test on Travis CI
Cheng Zhao [Thu, 24 Sep 2015 13:06:24 +0000 (21:06 +0800)]
spec: Suppress the setTimeout test on Travis CI

Not sure why it failed there.

9 years agoMerge pull request #2840 from atom/download-item
Cheng Zhao [Thu, 24 Sep 2015 13:04:25 +0000 (21:04 +0800)]
Merge pull request #2840 from atom/download-item

Add more download supports in Electron

9 years agoSome cleanup.
Haojian Wu [Thu, 24 Sep 2015 11:31:09 +0000 (19:31 +0800)]
Some cleanup.

9 years agoCall WasShown when showing window
Cheng Zhao [Thu, 24 Sep 2015 10:15:57 +0000 (18:15 +0800)]
Call WasShown when showing window

Otherwise WebContents would be invisible when window is hidden at first
and then show later.

Refs #2879.

9 years agospec: Increase timeout for setTimeout test
Cheng Zhao [Thu, 24 Sep 2015 10:08:56 +0000 (18:08 +0800)]
spec: Increase timeout for setTimeout test

9 years agoMerge pull request #2879 from deepak1556/web_contents_visibility_patch
Cheng Zhao [Thu, 24 Sep 2015 10:00:25 +0000 (18:00 +0800)]
Merge pull request #2879 from deepak1556/web_contents_visibility_patch

browser: notify webcontents hidden when window not shown

9 years agoMerge pull request #2877 from kostia/utf8-charset-in-quick-start
Cheng Zhao [Thu, 24 Sep 2015 09:49:35 +0000 (17:49 +0800)]
Merge pull request #2877 from kostia/utf8-charset-in-quick-start

:memo: Include UTF-8 charset in quick start example

9 years agoMerge branch 'master' of https://github.com/preco21/electron into preco21-master
Cheng Zhao [Thu, 24 Sep 2015 09:00:06 +0000 (17:00 +0800)]
Merge branch 'master' of https://github.com/preco21/electron into preco21-master

9 years agoReimplement downloadItem.getFilename API.
Haojian Wu [Thu, 24 Sep 2015 08:31:41 +0000 (16:31 +0800)]
Reimplement downloadItem.getFilename API.

Previously, the suggested file name(Always 'empty') returned by
'download_item->GetSuggestedFilename' is not the same with the default one saved
in local disk.

The patch reimplement this API allowing it to return the default file name, which
is more expected from user.

9 years agodocs: Set npm_config_runtime when using npm
Cheng Zhao [Thu, 24 Sep 2015 08:17:42 +0000 (16:17 +0800)]
docs: Set npm_config_runtime when using npm

Refs https://github.com/mapbox/node-pre-gyp/pull/175.

9 years agoRedefine 'will-download' design.
Haojian Wu [Thu, 24 Sep 2015 07:55:45 +0000 (15:55 +0800)]
Redefine 'will-download' design.

9 years agoMerge pull request #2887 from atom/fix-ffi-crash
Cheng Zhao [Thu, 24 Sep 2015 07:39:16 +0000 (15:39 +0800)]
Merge pull request #2887 from atom/fix-ffi-crash

Fix crash when using ffi

9 years agospec: Run an example of ffi
Cheng Zhao [Thu, 24 Sep 2015 07:08:38 +0000 (15:08 +0800)]
spec: Run an example of ffi

9 years agoRevert "spec: ffi is crashing on OS X"
Cheng Zhao [Thu, 24 Sep 2015 07:06:06 +0000 (15:06 +0800)]
Revert "spec: ffi is crashing on OS X"

This reverts commit 706deae1b0dc924fc8cb11f992f36c7cf56530ab.

9 years agoUpdate libchromium to have the V8 patch
Cheng Zhao [Thu, 24 Sep 2015 06:16:45 +0000 (14:16 +0800)]
Update libchromium to have the V8 patch

9 years agoMerge pull request #2886 from atom/fix-asar-leak
Cheng Zhao [Thu, 24 Sep 2015 06:00:23 +0000 (14:00 +0800)]
Merge pull request #2886 from atom/fix-asar-leak

win: Fix leaking of fd when reading file in asar

9 years agobrowser: hide webcontents when window not shown
Robo [Tue, 22 Sep 2015 16:51:49 +0000 (22:21 +0530)]
browser: hide webcontents when window not shown

9 years agospec: Remove the will-navigate test
Cheng Zhao [Thu, 24 Sep 2015 04:20:29 +0000 (12:20 +0800)]
spec: Remove the will-navigate test

It is unreliable to test in renderer process, remove it for now.

9 years agospec: Reading asar file should not leak fd
Cheng Zhao [Thu, 24 Sep 2015 04:15:18 +0000 (12:15 +0800)]
spec: Reading asar file should not leak fd

9 years agowin: Fix leaking of fd when reading file in asar
Cheng Zhao [Thu, 24 Sep 2015 04:11:07 +0000 (12:11 +0800)]
win: Fix leaking of fd when reading file in asar

9 years agowin: Fix building
Cheng Zhao [Thu, 24 Sep 2015 04:01:57 +0000 (12:01 +0800)]
win: Fix building

9 years agoUpdate as upstream, improve grammar
Plusb Preco [Thu, 24 Sep 2015 03:47:30 +0000 (12:47 +0900)]
Update as upstream, improve grammar

9 years agoMerge pull request #2882 from atom/no-guids-in-tray
Cheng Zhao [Thu, 24 Sep 2015 03:32:15 +0000 (11:32 +0800)]
Merge pull request #2882 from atom/no-guids-in-tray

Remove GUID from Shell_NotifyIcon calls

9 years agoFix initializer
Paul Betts [Wed, 23 Sep 2015 18:26:57 +0000 (11:26 -0700)]
Fix initializer

9 years agoRemove GUID from Shell_NotifyIcon calls
Paul Betts [Wed, 23 Sep 2015 18:20:26 +0000 (11:20 -0700)]
Remove GUID from Shell_NotifyIcon calls

https://github.com/atom/electron/issues/2468#issuecomment-142684129 has
the details

9 years agoUpdate brightray for #2861
Cheng Zhao [Wed, 23 Sep 2015 09:31:26 +0000 (17:31 +0800)]
Update brightray for #2861

9 years agoMerge pull request #2861 from deepak1556/ssl_version_config_patch
Cheng Zhao [Wed, 23 Sep 2015 09:30:26 +0000 (17:30 +0800)]
Merge pull request #2861 from deepak1556/ssl_version_config_patch

browser: switch to set minimum version for TLS fallback

9 years ago:memo: Include UTF-8 charset in quick start example
Kostiantyn Kahanskyi [Wed, 23 Sep 2015 08:21:03 +0000 (10:21 +0200)]
:memo: Include UTF-8 charset in quick start example

Partially fixes #678

9 years agoMerge pull request #2875 from atom/fix-buffer-gc
Cheng Zhao [Wed, 23 Sep 2015 07:58:59 +0000 (15:58 +0800)]
Merge pull request #2875 from atom/fix-buffer-gc

Do not rely garbage collection to free memory of Buffer

9 years agospec: ffi is crashing on OS X
Cheng Zhao [Wed, 23 Sep 2015 07:44:50 +0000 (15:44 +0800)]
spec: ffi is crashing on OS X

9 years agospec: Test whether ffi works
Cheng Zhao [Wed, 23 Sep 2015 05:55:14 +0000 (13:55 +0800)]
spec: Test whether ffi works

9 years agoUpdate node to not rely on GC to free memory
Cheng Zhao [Wed, 23 Sep 2015 05:49:43 +0000 (13:49 +0800)]
Update node to not rely on GC to free memory

9 years agodocs: win.setMenu is not available on OS X
Cheng Zhao [Wed, 23 Sep 2015 03:45:51 +0000 (11:45 +0800)]
docs: win.setMenu is not available on OS X

9 years agobrowser: switch to set minimum version for TLS fallback
Robo [Mon, 21 Sep 2015 16:43:32 +0000 (22:13 +0530)]
browser: switch to set minimum version for TLS fallback

9 years agoMerge pull request #4 from atom/master
Eran Tiktin [Tue, 22 Sep 2015 21:59:43 +0000 (00:59 +0300)]
Merge pull request #4 from atom/master

Update from original

9 years agoMerge pull request #2870 from atom/window-open-options
Cheng Zhao [Tue, 22 Sep 2015 16:06:50 +0000 (00:06 +0800)]
Merge pull request #2870 from atom/window-open-options

Pass options in "new-window" event

9 years agoMerge pull request #2846 from alexsalas/patch-1
Cheng Zhao [Tue, 22 Sep 2015 15:42:51 +0000 (23:42 +0800)]
Merge pull request #2846 from alexsalas/patch-1

err undefined

9 years agodocs: The options parameter of new-window event
Cheng Zhao [Tue, 22 Sep 2015 15:41:08 +0000 (23:41 +0800)]
docs: The options parameter of new-window event

9 years agoPass options in "new-window" event
Cheng Zhao [Tue, 22 Sep 2015 15:39:31 +0000 (23:39 +0800)]
Pass options in "new-window" event

9 years agoMerge pull request #2869 from atom/inherit-window-open
Cheng Zhao [Tue, 22 Sep 2015 15:15:01 +0000 (23:15 +0800)]
Merge pull request #2869 from atom/inherit-window-open

Inherit parent window's options in window.open

9 years agospec: Increase timeout for window.open specs
Cheng Zhao [Tue, 22 Sep 2015 14:48:52 +0000 (22:48 +0800)]
spec: Increase timeout for window.open specs

9 years agodocs: Mention window.open inherits options
Cheng Zhao [Tue, 22 Sep 2015 14:46:44 +0000 (22:46 +0800)]
docs: Mention window.open inherits options

9 years agospec: window.open should inherit options of parent window
Cheng Zhao [Tue, 22 Sep 2015 14:36:46 +0000 (22:36 +0800)]
spec: window.open should inherit options of parent window

9 years agoInherit parent window's options in window.open
Cheng Zhao [Tue, 22 Sep 2015 13:56:56 +0000 (21:56 +0800)]
Inherit parent window's options in window.open

9 years agoMerge pull request #2868 from atom/window-open-full
Cheng Zhao [Tue, 22 Sep 2015 13:52:07 +0000 (21:52 +0800)]
Merge pull request #2868 from atom/window-open-full

Add allowpopups attribute for webview

9 years agospec: Add test for allowpopups attribute
Cheng Zhao [Tue, 22 Sep 2015 13:17:50 +0000 (21:17 +0800)]
spec: Add test for allowpopups attribute

9 years agodocs: allowpopups attribute
Cheng Zhao [Tue, 22 Sep 2015 12:13:49 +0000 (20:13 +0800)]
docs: allowpopups attribute

9 years agoAdd allowpopups attribute for webview
Cheng Zhao [Tue, 22 Sep 2015 12:11:05 +0000 (20:11 +0800)]
Add allowpopups attribute for webview

9 years agoDon't print error when window.open failed
Cheng Zhao [Tue, 22 Sep 2015 11:59:32 +0000 (19:59 +0800)]
Don't print error when window.open failed

9 years agoBump v0.33.1
Cheng Zhao [Tue, 22 Sep 2015 07:13:50 +0000 (15:13 +0800)]
Bump v0.33.1

9 years agoMerge pull request #2866 from atom/no-expose-setimmediate
Cheng Zhao [Tue, 22 Sep 2015 07:10:44 +0000 (15:10 +0800)]
Merge pull request #2866 from atom/no-expose-setimmediate

No more exposing setImmediate as local variable

9 years agospec: Suppress beginFrameSubscription for now
Cheng Zhao [Tue, 22 Sep 2015 06:55:35 +0000 (14:55 +0800)]
spec: Suppress beginFrameSubscription for now

Since the callback is called asynchronously there is no way to prevent
the callback from being called twice.

9 years agospec: Revert back to original behavior of setImmediate
Cheng Zhao [Tue, 22 Sep 2015 06:40:48 +0000 (14:40 +0800)]
spec: Revert back to original behavior of setImmediate

9 years agoNo more need of manually setting process as local variable
Cheng Zhao [Tue, 22 Sep 2015 06:30:54 +0000 (14:30 +0800)]
No more need of manually setting process as local variable

9 years agoDon't make setImmediate a local variable
Cheng Zhao [Tue, 22 Sep 2015 06:29:21 +0000 (14:29 +0800)]
Don't make setImmediate a local variable

It makes more troubles than benefits, and somehow it is slowing message
loop down.

9 years agoMerge pull request #2852 from deepak1556/web_frame_scheme_api_patch
Cheng Zhao [Tue, 22 Sep 2015 01:59:24 +0000 (09:59 +0800)]
Merge pull request #2852 from deepak1556/web_frame_scheme_api_patch

webframe: api to register scheme as privileged