platform/framework/web/crosswalk-tizen.git
8 years agoHandle executeJavaScript in JavaScript
Cheng Zhao [Wed, 13 Jan 2016 04:11:46 +0000 (12:11 +0800)]
Handle executeJavaScript in JavaScript

8 years agoAdd insertText to WebContents
Cheng Zhao [Wed, 13 Jan 2016 03:55:49 +0000 (11:55 +0800)]
Add insertText to WebContents

8 years agoAdd webFrame.insertText API
Cheng Zhao [Wed, 13 Jan 2016 03:21:16 +0000 (11:21 +0800)]
Add webFrame.insertText API

8 years agoMerge pull request #4065 from atom/coffee-to-js
Cheng Zhao [Wed, 13 Jan 2016 03:13:04 +0000 (11:13 +0800)]
Merge pull request #4065 from atom/coffee-to-js

[WIP] Convert from CoffeeScript to JavaScript

8 years agoMerge pull request #4075 from j5a/japanese-translation-patch
Cheng Zhao [Wed, 13 Jan 2016 01:57:52 +0000 (09:57 +0800)]
Merge pull request #4075 from j5a/japanese-translation-patch

Add and update Japanese translated docs.

8 years agoAdd wrapper functions to mirror old CoffeeScript
Kevin Sawicki [Tue, 12 Jan 2016 01:39:11 +0000 (17:39 -0800)]
Add wrapper functions to mirror old CoffeeScript

8 years ago:art:
Kevin Sawicki [Tue, 12 Jan 2016 01:30:10 +0000 (17:30 -0800)]
:art:

8 years agoCopy JS files to tempdir before packing asar
Kevin Sawicki [Tue, 12 Jan 2016 01:29:40 +0000 (17:29 -0800)]
Copy JS files to tempdir before packing asar

8 years agoRemove coffee compile script
Kevin Sawicki [Tue, 12 Jan 2016 01:02:08 +0000 (17:02 -0800)]
Remove coffee compile script

8 years agoRemove CoffeeScript register in specs
Kevin Sawicki [Tue, 12 Jan 2016 01:01:35 +0000 (17:01 -0800)]
Remove CoffeeScript register in specs

8 years agoExpect .js specs
Kevin Sawicki [Tue, 12 Jan 2016 01:01:14 +0000 (17:01 -0800)]
Expect .js specs

8 years agoConvert gyp targets to use JavaScript
Kevin Sawicki [Tue, 12 Jan 2016 01:00:59 +0000 (17:00 -0800)]
Convert gyp targets to use JavaScript

8 years agoRemove unused dependencies
Kevin Sawicki [Tue, 12 Jan 2016 00:44:11 +0000 (16:44 -0800)]
Remove unused dependencies

8 years agoRemove coffeelint usage
Kevin Sawicki [Tue, 12 Jan 2016 00:44:01 +0000 (16:44 -0800)]
Remove coffeelint usage

8 years agoConvert all source files to JavaScript
Kevin Sawicki [Tue, 12 Jan 2016 02:40:23 +0000 (18:40 -0800)]
Convert all source files to JavaScript

8 years agoMigrate to block comments
Kevin Sawicki [Tue, 12 Jan 2016 02:03:02 +0000 (18:03 -0800)]
Migrate to block comments

8 years ago:memo: Add and update Japanese translated docs.
Joe Naha [Tue, 12 Jan 2016 23:46:14 +0000 (08:46 +0900)]
:memo: Add and update Japanese translated docs.

[ci skip]

8 years agoMerge pull request #4070 from atom/flash-drm
Cheng Zhao [Tue, 12 Jan 2016 15:45:59 +0000 (23:45 +0800)]
Merge pull request #4070 from atom/flash-drm

Respond to GetDeviceID message from pepper plugin

8 years agoUse volume serial number as device id
Cheng Zhao [Tue, 12 Jan 2016 15:17:07 +0000 (23:17 +0800)]
Use volume serial number as device id

8 years agoImport PepperFlashDRMHost class
Cheng Zhao [Tue, 12 Jan 2016 14:17:24 +0000 (22:17 +0800)]
Import PepperFlashDRMHost class

8 years agoMerge pull request #4069 from atom/destroyed-webcontents-methods
Cheng Zhao [Tue, 12 Jan 2016 13:40:18 +0000 (21:40 +0800)]
Merge pull request #4069 from atom/destroyed-webcontents-methods

Destroy the native class when webContents is destroyed

8 years agospec: Calling methods of destroyed webContents should not crash
Cheng Zhao [Tue, 12 Jan 2016 13:15:12 +0000 (21:15 +0800)]
spec: Calling methods of destroyed webContents should not crash

8 years agoDestroy the native class when webContents is destroyed
Cheng Zhao [Tue, 12 Jan 2016 13:10:24 +0000 (21:10 +0800)]
Destroy the native class when webContents is destroyed

8 years agoUpgrade to Chrome 47.0.2526.110
Cheng Zhao [Tue, 12 Jan 2016 12:46:47 +0000 (20:46 +0800)]
Upgrade to Chrome 47.0.2526.110

8 years agodocs: Mention the session object
Cheng Zhao [Tue, 12 Jan 2016 02:59:45 +0000 (10:59 +0800)]
docs: Mention the session object

8 years agoMerge pull request #4062 from j5a/master
Cheng Zhao [Tue, 12 Jan 2016 02:07:45 +0000 (10:07 +0800)]
Merge pull request #4062 from j5a/master

Update some Japanese translated docs.

8 years agoMerge pull request #4064 from weiway/patch-1
Kevin Sawicki [Mon, 11 Jan 2016 18:52:33 +0000 (10:52 -0800)]
Merge pull request #4064 from weiway/patch-1

missing "var" in line 201 menu.md

8 years agomissing "var" in line 201 menu.md
Wei Wang [Mon, 11 Jan 2016 18:47:32 +0000 (10:47 -0800)]
missing "var" in line 201 menu.md

in line 201 at menu.md,
should be ```var menu = Menu.buildFromTemplate(template);```

8 years ago:memo: Update some Japanese translated docs.
Joe Naha [Mon, 11 Jan 2016 17:58:50 +0000 (02:58 +0900)]
:memo: Update some Japanese translated docs.

[ci skip]

8 years agoMerge pull request #4058 from kyku/master
Cheng Zhao [Mon, 11 Jan 2016 14:57:00 +0000 (22:57 +0800)]
Merge pull request #4058 from kyku/master

Pass --touch-devices to chromium contents under X11

8 years agoMerge pull request #4057 from princejwesley/browser-window
Cheng Zhao [Mon, 11 Jan 2016 14:53:38 +0000 (22:53 +0800)]
Merge pull request #4057 from princejwesley/browser-window

Return null for no focused window when calling BrowserWindow.getFocusedWindow

8 years agoCleanup docs and code of setProxy
Cheng Zhao [Mon, 11 Jan 2016 14:45:34 +0000 (22:45 +0800)]
Cleanup docs and code of setProxy

8 years agoMerge pull request #4046 from deepak1556/session_proxy_patch
Cheng Zhao [Mon, 11 Jan 2016 13:49:15 +0000 (21:49 +0800)]
Merge pull request #4046 from deepak1556/session_proxy_patch

session: allow user to isolate pac script and proxy bypass rules

8 years agoMerge pull request #4056 from cdaringe/patch-1
Cheng Zhao [Mon, 11 Jan 2016 13:42:54 +0000 (21:42 +0800)]
Merge pull request #4056 from cdaringe/patch-1

Specify enumerable property accessibility

8 years agoMerge pull request #4054 from yamatoya/master
Cheng Zhao [Mon, 11 Jan 2016 13:42:10 +0000 (21:42 +0800)]
Merge pull request #4054 from yamatoya/master

Add Japanese translation documentation for faq and tutorial

8 years agoFix style issues of #4029
Cheng Zhao [Mon, 11 Jan 2016 13:12:07 +0000 (21:12 +0800)]
Fix style issues of #4029

8 years agoMerge pull request #4029 from leethomas/show-message-box-default-button
Cheng Zhao [Mon, 11 Jan 2016 12:58:03 +0000 (20:58 +0800)]
Merge pull request #4029 from leethomas/show-message-box-default-button

Show message box default button

8 years agodocs: Update link of VS Community
Cheng Zhao [Mon, 11 Jan 2016 12:52:32 +0000 (20:52 +0800)]
docs: Update link of VS Community

Also fix the version of VS requried.

Close #3962.

8 years agoPass --touch-devices to chromium contents under X11
Krzysztof [Mon, 11 Jan 2016 11:23:53 +0000 (12:23 +0100)]
Pass --touch-devices to chromium contents under X11

8 years agoMerge pull request #4050 from etiktin/cosmetic
Cheng Zhao [Mon, 11 Jan 2016 07:41:06 +0000 (15:41 +0800)]
Merge pull request #4050 from etiktin/cosmetic

Remove unneeded extra semicolons (;; -> ;)

8 years agoMerge pull request #4048 from etiktin/fix_win_failing_test
Cheng Zhao [Mon, 11 Jan 2016 07:40:08 +0000 (15:40 +0800)]
Merge pull request #4048 from etiktin/fix_win_failing_test

Fix failing test on Windows

8 years agoReturn null for no focused window when calling BrowserWindow.getFocusedWindow()
Prince J Wesley [Mon, 11 Jan 2016 07:18:35 +0000 (12:48 +0530)]
Return null for no focused window when calling BrowserWindow.getFocusedWindow()

8 years agomaintain api compatibility
Robo [Mon, 11 Jan 2016 06:54:01 +0000 (12:24 +0530)]
maintain api compatibility

8 years agodocs: Notification on Windows can use http:// icon now
Cheng Zhao [Mon, 11 Jan 2016 06:41:38 +0000 (14:41 +0800)]
docs: Notification on Windows can use  icon now

8 years agodocs: Make win.getNativeWindowHandle more clear
Cheng Zhao [Mon, 11 Jan 2016 05:43:24 +0000 (13:43 +0800)]
docs: Make win.getNativeWindowHandle more clear

8 years agoMerge pull request #4023 from omrilitov/master
Cheng Zhao [Mon, 11 Jan 2016 05:32:29 +0000 (13:32 +0800)]
Merge pull request #4023 from omrilitov/master

Added getNativeWindowHandle method

8 years agoMerge pull request #4055 from atom/backport-1500713003
Cheng Zhao [Mon, 11 Jan 2016 05:24:55 +0000 (13:24 +0800)]
Merge pull request #4055 from atom/backport-1500713003

Backport https://codereview.chromium.org/1500713003

8 years agoMerge branch 'master' of https://github.com/atom/electron
大和屋 貴仁 [Mon, 11 Jan 2016 05:12:43 +0000 (14:12 +0900)]
Merge branch 'master' of https://github.com/atom/electron

8 years agoSpecify enumerable property accessibility
Christopher Dieringer [Mon, 11 Jan 2016 05:02:07 +0000 (21:02 -0800)]
Specify enumerable property accessibility

8 years agoBackport https://codereview.chromium.org/1500713003
Cheng Zhao [Mon, 11 Jan 2016 04:59:02 +0000 (12:59 +0800)]
Backport https://codereview.chromium.org/1500713003

8 years agoFix a document
大和屋 貴仁 [Mon, 11 Jan 2016 04:19:14 +0000 (13:19 +0900)]
Fix a document

8 years agoMerge pull request #4044 from j5a/translate_docs_into_japanese
Cheng Zhao [Mon, 11 Jan 2016 04:06:39 +0000 (12:06 +0800)]
Merge pull request #4044 from j5a/translate_docs_into_japanese

Update docs-translations/jp/tutorial/quick-start.md

8 years agoMerge pull request #4042 from ZhangYueqiu/patch-1
Cheng Zhao [Mon, 11 Jan 2016 04:06:16 +0000 (12:06 +0800)]
Merge pull request #4042 from ZhangYueqiu/patch-1

Update supported-platforms.md

8 years ago:memo: Update as upstream
Plusb Preco [Fri, 8 Jan 2016 23:13:25 +0000 (08:13 +0900)]
:memo: Update as upstream

[ci skip]

8 years agoAdd Japanese translation documentation for faq and tutorial
大和屋 貴仁 [Mon, 11 Jan 2016 04:03:37 +0000 (13:03 +0900)]
Add Japanese translation documentation for faq and tutorial

8 years agoMerge pull request #4030 from lukeapage/patch-4
Cheng Zhao [Mon, 11 Jan 2016 03:21:18 +0000 (11:21 +0800)]
Merge pull request #4030 from lukeapage/patch-4

Correct misleading sentence on progress for transparent click through

8 years agofollow style guidelines
leethomas [Mon, 11 Jan 2016 03:15:40 +0000 (19:15 -0800)]
follow style guidelines

8 years agoMerge pull request #4052 from atom/right-way-to-fix-path
Cheng Zhao [Mon, 11 Jan 2016 03:04:06 +0000 (11:04 +0800)]
Merge pull request #4052 from atom/right-way-to-fix-path

Change brightray's PATH_START to 11000

8 years agoChange brightray's PATH_START to 11000
Cheng Zhao [Mon, 11 Jan 2016 02:40:45 +0000 (10:40 +0800)]
Change brightray's PATH_START to 11000

8 years agoRevert "fix chrome app and user path conflicts"
Cheng Zhao [Mon, 11 Jan 2016 02:30:17 +0000 (10:30 +0800)]
Revert "fix chrome app and user path conflicts"

This reverts commit 25aaafde45bd3ac7d9a82184f67b79874da73aa8.

8 years agoRemove unneeded extra semicolons (;; -> ;)
Eran Tiktin [Mon, 11 Jan 2016 00:11:40 +0000 (02:11 +0200)]
Remove unneeded extra semicolons (;; -> ;)

8 years ago:checkered_flag: support defaultId for dialog boxes on Windows
leethomas [Sun, 10 Jan 2016 23:55:26 +0000 (15:55 -0800)]
:checkered_flag: support defaultId for dialog boxes on Windows

8 years agorename all references to default_button_index -> default_id to keep consistent with...
leethomas [Sun, 10 Jan 2016 23:33:27 +0000 (15:33 -0800)]
rename all references to default_button_index -> default_id to keep consistent with cancel_id

8 years agoFix failing test on Windows
Eran Tiktin [Sun, 10 Jan 2016 23:33:22 +0000 (01:33 +0200)]
Fix failing test on Windows

The exit code tests include an assert on the output we get from a
spawned electron process. This doesn't currently work on Windows, so we
skip it for now

8 years agosession: allow user to isolate pac script and proxy bypass rules
Robo [Sun, 10 Jan 2016 22:25:56 +0000 (03:55 +0530)]
session: allow user to isolate pac script and proxy bypass rules

8 years ago:memo: Update to follow the latest version.
Joe Naha [Sun, 10 Jan 2016 18:59:05 +0000 (03:59 +0900)]
:memo: Update to follow the latest version.

[ci skip]

8 years agoUpdate supported-platforms.md
ZhangYueqiu [Sun, 10 Jan 2016 07:43:25 +0000 (15:43 +0800)]
Update supported-platforms.md

Change a wrong word

8 years agoMerge pull request #10 from atom/master
Eran Tiktin [Sat, 9 Jan 2016 23:46:26 +0000 (01:46 +0200)]
Merge pull request #10 from atom/master

Update from upstream

8 years agoUpdate browser-window.md
Omri Litov [Fri, 8 Jan 2016 18:53:59 +0000 (20:53 +0200)]
Update browser-window.md

8 years ago:checkered_flag: update windows message_box function signatures to accept default_but...
leethomas [Fri, 8 Jan 2016 06:34:16 +0000 (22:34 -0800)]
:checkered_flag: update windows message_box function signatures to accept default_button_index....and do nothing with it

8 years ago:memo: add defaultButtonIndex to dialog docs
leethomas [Fri, 8 Jan 2016 06:10:34 +0000 (22:10 -0800)]
:memo: add defaultButtonIndex to dialog docs

8 years ago:penguin: add default button index for linux/gtk
leethomas [Fri, 8 Jan 2016 05:23:15 +0000 (21:23 -0800)]
:penguin: add default button index for linux/gtk

8 years ago:apple: add default button index for osx
leethomas [Fri, 8 Jan 2016 04:46:45 +0000 (20:46 -0800)]
:apple: add default button index for osx

8 years agoCorrect misleading sentence on progress for transparent click through
Luke Page [Fri, 8 Jan 2016 10:56:51 +0000 (10:56 +0000)]
Correct misleading sentence on progress for transparent click through

8 years agoBump v0.36.3
Cheng Zhao [Fri, 8 Jan 2016 01:58:51 +0000 (09:58 +0800)]
Bump v0.36.3

8 years agoMerge pull request #4027 from atom/fix-locale
Cheng Zhao [Fri, 8 Jan 2016 05:32:53 +0000 (13:32 +0800)]
Merge pull request #4027 from atom/fix-locale

Fix loading locale on OS X

8 years agoCopy locales in Cocoa format
Cheng Zhao [Fri, 8 Jan 2016 04:38:00 +0000 (12:38 +0800)]
Copy locales in Cocoa format

8 years agoInitialize resource bundle on browser process separately
Cheng Zhao [Fri, 8 Jan 2016 04:06:06 +0000 (12:06 +0800)]
Initialize resource bundle on browser process separately

8 years agoMerge pull request #4009 from atom/remove-getobject-handler
Cheng Zhao [Fri, 8 Jan 2016 01:55:24 +0000 (09:55 +0800)]
Merge pull request #4009 from atom/remove-getobject-handler

Remove custom WM_GETOBJECT handler

8 years agoFix linux and mac build errors
Omri Litov [Thu, 7 Jan 2016 22:27:53 +0000 (00:27 +0200)]
Fix linux and mac build errors

8 years agoUpdate browser-window.md
Omri Litov [Thu, 7 Jan 2016 21:17:23 +0000 (23:17 +0200)]
Update browser-window.md

8 years agoAdded getNativeWindowHandle
Omri Litov [Thu, 7 Jan 2016 20:38:35 +0000 (22:38 +0200)]
Added getNativeWindowHandle

8 years agodocs: Mention the limitation of globalShortcut
Cheng Zhao [Thu, 7 Jan 2016 13:26:08 +0000 (21:26 +0800)]
docs: Mention the limitation of globalShortcut

Close #3816.

8 years agoMerge pull request #4018 from imiuka/faq-link
Cheng Zhao [Thu, 7 Jan 2016 12:34:13 +0000 (20:34 +0800)]
Merge pull request #4018 from imiuka/faq-link

update faq link

8 years agodocs: Mention third party packing tools
Cheng Zhao [Thu, 7 Jan 2016 12:32:57 +0000 (20:32 +0800)]
docs: Mention third party packing tools

Fix #1723.

8 years agodocs: Document the display object
Cheng Zhao [Thu, 7 Jan 2016 12:21:11 +0000 (20:21 +0800)]
docs: Document the display object

Fix #3571.

8 years agoupdate faq link
foxy [Thu, 7 Jan 2016 11:26:21 +0000 (22:26 +1100)]
update faq link

8 years agoFix "name" of Error object not serialized
Cheng Zhao [Thu, 7 Jan 2016 08:35:05 +0000 (16:35 +0800)]
Fix "name" of Error object not serialized

Close #3364.

8 years agoMerge pull request #4016 from atom/el-capitan-fullscreen
Cheng Zhao [Thu, 7 Jan 2016 08:24:35 +0000 (16:24 +0800)]
Merge pull request #4016 from atom/el-capitan-fullscreen

Fix hiding fullscreen button on EL Capitan

8 years agoFix hiding fullscreen button on EL Capitan
Cheng Zhao [Thu, 7 Jan 2016 07:40:06 +0000 (15:40 +0800)]
Fix hiding fullscreen button on EL Capitan

8 years agoMerge pull request #4014 from atom/blink-features
Cheng Zhao [Thu, 7 Jan 2016 06:58:10 +0000 (14:58 +0800)]
Merge pull request #4014 from atom/blink-features

Add blinkFeatures option

8 years agodocs: Orgnize the options of BrowserWindow
Cheng Zhao [Thu, 7 Jan 2016 06:23:21 +0000 (14:23 +0800)]
docs: Orgnize the options of BrowserWindow

8 years agoAdd blinkFeatures option
Cheng Zhao [Thu, 7 Jan 2016 06:10:18 +0000 (14:10 +0800)]
Add blinkFeatures option

8 years agoRely on content switches for implementing experimental features
Cheng Zhao [Thu, 7 Jan 2016 04:49:00 +0000 (12:49 +0800)]
Rely on content switches for implementing experimental features

8 years agoRemove pageVisibility option
Cheng Zhao [Thu, 7 Jan 2016 04:28:20 +0000 (12:28 +0800)]
Remove pageVisibility option

The original purpose of this option is not working anymore, also adds
docs on the current way to disable process backgrounding.

8 years agoRemove overlayScrollbars and sharedWorker options
Cheng Zhao [Thu, 7 Jan 2016 04:17:19 +0000 (12:17 +0800)]
Remove overlayScrollbars and sharedWorker options

They are already enabled by default.

8 years agoRemove custom WM_GETOBJECT
Paul Betts [Wed, 6 Jan 2016 18:37:12 +0000 (10:37 -0800)]
Remove custom WM_GETOBJECT

As of Chromium 47 this seems to be handled automatically, nvda still reports
elements and the typing lag issue described in #4001 is fixed

8 years agowin: Don't change transparent window's style
Cheng Zhao [Wed, 6 Jan 2016 15:02:33 +0000 (23:02 +0800)]
win: Don't change transparent window's style

Close #1952.

8 years agoMerge pull request #4007 from atom/fix-offiline-protocol
Cheng Zhao [Wed, 6 Jan 2016 14:21:52 +0000 (22:21 +0800)]
Merge pull request #4007 from atom/fix-offiline-protocol

Fix crash when request failed

8 years agoMerge pull request #4006 from DerNivel/patch-1
Cheng Zhao [Wed, 6 Jan 2016 14:11:11 +0000 (22:11 +0800)]
Merge pull request #4006 from DerNivel/patch-1

Update debugging-main-process.md