platform/framework/web/crosswalk-tizen.git
8 years agoFix typo in `atom::TaskbarHost::InitializeTaskbar()`
Vadim Macagon [Thu, 9 Jun 2016 05:21:21 +0000 (12:21 +0700)]
Fix typo in `atom::TaskbarHost::InitializeTaskbar()`

`InitailizeTaskbar` -> `InitializeTaskbar`

8 years agoMerge pull request #5950 from VReality64/master
Cheng Zhao [Thu, 9 Jun 2016 04:20:27 +0000 (04:20 +0000)]
Merge pull request #5950 from VReality64/master

:memo: Update Korean doc to a latest version.

8 years agoMerge pull request #5945 from electron/default-title-to-app-name
Cheng Zhao [Thu, 9 Jun 2016 02:06:30 +0000 (02:06 +0000)]
Merge pull request #5945 from electron/default-title-to-app-name

Default window title to app name

8 years agoMerge pull request #5944 from electron/set-maximizable-last
Cheng Zhao [Thu, 9 Jun 2016 01:52:35 +0000 (01:52 +0000)]
Merge pull request #5944 from electron/set-maximizable-last

Set maximizable state after installing view

8 years agoMerge pull request #5943 from bbondy/master
Cheng Zhao [Thu, 9 Jun 2016 01:48:53 +0000 (01:48 +0000)]
Merge pull request #5943 from bbondy/master

Allow obtaining system Pepper Flash path

8 years agoMerge pull request #5913 from electron/webview-devtools-extensions
Cheng Zhao [Thu, 9 Jun 2016 01:45:55 +0000 (01:45 +0000)]
Merge pull request #5913 from electron/webview-devtools-extensions

Enable DevTools extensions in webviews

8 years ago:memo: Update Korean doc to a latest version.
VReality64 [Thu, 9 Jun 2016 00:59:14 +0000 (09:59 +0900)]
:memo: Update Korean doc to a latest version.
[ci skip]

8 years agoDefault window title to app name
Kevin Sawicki [Wed, 8 Jun 2016 21:17:33 +0000 (14:17 -0700)]
Default window title to app name

8 years agoSet maximizable state after installing view
Kevin Sawicki [Wed, 8 Jun 2016 20:56:45 +0000 (13:56 -0700)]
Set maximizable state after installing view

8 years agoAllow obtaining system Pepper Flash path
Brian R. Bondy [Wed, 8 Jun 2016 20:37:27 +0000 (16:37 -0400)]
Allow obtaining system Pepper Flash path

8 years agoAdd default statement
Kevin Sawicki [Wed, 8 Jun 2016 19:00:03 +0000 (12:00 -0700)]
Add default statement

8 years agohookWindowForTabEvents -> hookWebContentsForTabEvents
Kevin Sawicki [Wed, 8 Jun 2016 18:45:03 +0000 (11:45 -0700)]
hookWindowForTabEvents -> hookWebContentsForTabEvents

8 years agoOnly add extensions to non-remote webContents
Kevin Sawicki [Wed, 8 Jun 2016 18:41:14 +0000 (11:41 -0700)]
Only add extensions to non-remote webContents

8 years agoAdd devtools from web-contents-created event
Kevin Sawicki [Wed, 8 Jun 2016 18:15:41 +0000 (11:15 -0700)]
Add devtools from web-contents-created event

8 years ago:art:
Kevin Sawicki [Tue, 7 Jun 2016 18:02:57 +0000 (11:02 -0700)]
:art:

8 years agoExport loadDevToolsExtensions API to use in guest view manager
Kevin Sawicki [Tue, 7 Jun 2016 18:00:58 +0000 (11:00 -0700)]
Export loadDevToolsExtensions API to use in guest view manager

8 years agoLoad extensions for all web contents
Kevin Sawicki [Tue, 7 Jun 2016 17:52:03 +0000 (10:52 -0700)]
Load extensions for all web contents

8 years agoAssert on tab id as well
Kevin Sawicki [Tue, 7 Jun 2016 17:38:01 +0000 (10:38 -0700)]
Assert on tab id as well

8 years agoPluralize extension
Kevin Sawicki [Tue, 7 Jun 2016 17:34:17 +0000 (10:34 -0700)]
Pluralize extension

8 years ago:art:
Kevin Sawicki [Tue, 7 Jun 2016 17:11:47 +0000 (10:11 -0700)]
:art:

8 years agoUse destroyed event instead of closed event
Kevin Sawicki [Tue, 7 Jun 2016 17:10:56 +0000 (10:10 -0700)]
Use destroyed event instead of closed event

8 years agoLoad dev tools extensions in webviews
Kevin Sawicki [Tue, 7 Jun 2016 16:50:36 +0000 (09:50 -0700)]
Load dev tools extensions in webviews

8 years agoAdd failing spec for webview devtools extension
Kevin Sawicki [Tue, 7 Jun 2016 16:50:06 +0000 (09:50 -0700)]
Add failing spec for webview devtools extension

8 years agoMerge pull request #5911 from mafintosh/patch-1
Kevin Sawicki [Wed, 8 Jun 2016 18:57:16 +0000 (11:57 -0700)]
Merge pull request #5911 from mafintosh/patch-1

support --abi

8 years agosupport --abi
Mathias Buus [Tue, 7 Jun 2016 12:45:38 +0000 (14:45 +0200)]
support --abi

8 years agoMerge pull request #5921 from electron/webview-show-definition-for-selection
Kevin Sawicki [Wed, 8 Jun 2016 17:40:10 +0000 (10:40 -0700)]
Merge pull request #5921 from electron/webview-show-definition-for-selection

Add showDefinitionForSelection to webContents/webview

8 years agoRemove NOTIMPLEMENTED() call
Kevin Sawicki [Wed, 8 Jun 2016 17:21:28 +0000 (10:21 -0700)]
Remove NOTIMPLEMENTED() call

8 years agoAdd showDefinitionForSelection webContents proxy method
Kevin Sawicki [Wed, 8 Jun 2016 17:19:28 +0000 (10:19 -0700)]
Add showDefinitionForSelection webContents proxy method

8 years agoCheck for Mac in if block
Kevin Sawicki [Tue, 7 Jun 2016 20:20:06 +0000 (13:20 -0700)]
Check for Mac in if block

8 years agoDocument webview.showDefinitionForSelection
Kevin Sawicki [Tue, 7 Jun 2016 20:17:41 +0000 (13:17 -0700)]
Document webview.showDefinitionForSelection

8 years ago:art:
Kevin Sawicki [Tue, 7 Jun 2016 20:13:49 +0000 (13:13 -0700)]
:art:

8 years agoAdd deprecation TODO for BrowserWindow.showDefinitionForSelection
Kevin Sawicki [Tue, 7 Jun 2016 20:12:24 +0000 (13:12 -0700)]
Add deprecation TODO for BrowserWindow.showDefinitionForSelection

8 years agoDocument webContents.showDefinitionForSelection
Kevin Sawicki [Tue, 7 Jun 2016 20:09:54 +0000 (13:09 -0700)]
Document webContents.showDefinitionForSelection

8 years agoAdd showDefinitionForSelection to webContents/webview
Kevin Sawicki [Thu, 2 Jun 2016 17:12:38 +0000 (10:12 -0700)]
Add showDefinitionForSelection to webContents/webview

8 years agoMerge pull request #5942 from enlight/patch-2
Kevin Sawicki [Wed, 8 Jun 2016 16:36:42 +0000 (09:36 -0700)]
Merge pull request #5942 from enlight/patch-2

Fix location of code snippet in nativeImage docs

8 years agoFix location of code snippet in nativeImage docs
Vadim Macagon [Wed, 8 Jun 2016 16:34:45 +0000 (23:34 +0700)]
Fix location of code snippet in nativeImage docs

The code snippet for `nativeImage.createFromPath` somehow ended up in the wrong section of the document, this PR moves it back where it belongs.

8 years agoBump v1.2.2
Cheng Zhao [Wed, 8 Jun 2016 07:47:41 +0000 (16:47 +0900)]
Bump v1.2.2

8 years agoMerge pull request #5932 from electron/fix-standard-scheme
Cheng Zhao [Wed, 8 Jun 2016 07:47:04 +0000 (07:47 +0000)]
Merge pull request #5932 from electron/fix-standard-scheme

Fix crash when using fetch in custom protocols

8 years agoDon't rely on AddAdditionalSchemes for setting standard schemes
Cheng Zhao [Wed, 8 Jun 2016 07:27:16 +0000 (16:27 +0900)]
Don't rely on AddAdditionalSchemes for setting standard schemes

On Linux because of the existence of zygote process, it becomes very
tricky to correctly set standard schemes, basically we have to:
1. Pass --standard-schemes to both zygote and render processes
2. Init standard schemes for both zygote and render processes

The )1 is very hard to achieve, so instead of using
AddAdditionalSchemes, we just call url::AddStandardScheme directly.

8 years agoMark standard scheme as safe scheme
Cheng Zhao [Wed, 8 Jun 2016 06:49:26 +0000 (15:49 +0900)]
Mark standard scheme as safe scheme

8 years agoMake sure standard schemes are also set in child process
Cheng Zhao [Wed, 8 Jun 2016 06:46:50 +0000 (15:46 +0900)]
Make sure standard schemes are also set in child process

8 years agospec: Custom protocol can have "fetch" working in it
Cheng Zhao [Wed, 8 Jun 2016 05:44:30 +0000 (14:44 +0900)]
spec: Custom protocol can have "fetch" working in it

8 years agoMerge pull request #5929 from electron/chrome-update
Cheng Zhao [Wed, 8 Jun 2016 02:25:58 +0000 (02:25 +0000)]
Merge pull request #5929 from electron/chrome-update

Update to Chrome 51.0.2704.84

8 years agoUpdate to Chrome 51.0.2704.84
Cheng Zhao [Wed, 8 Jun 2016 02:08:24 +0000 (11:08 +0900)]
Update to Chrome 51.0.2704.84

8 years agoMerge pull request #5928 from electron/bellow
Cheng Zhao [Wed, 8 Jun 2016 02:07:14 +0000 (02:07 +0000)]
Merge pull request #5928 from electron/bellow

bellow => below

8 years agobellow => below
Cheng Zhao [Wed, 8 Jun 2016 02:03:01 +0000 (11:03 +0900)]
bellow => below

8 years agoMerge pull request #5923 from electron/disable-blink-features
Cheng Zhao [Wed, 8 Jun 2016 02:00:30 +0000 (02:00 +0000)]
Merge pull request #5923 from electron/disable-blink-features

Support disabling Blink features

8 years agoMerge pull request #5922 from ekonstantinidis/patch-1
Cheng Zhao [Wed, 8 Jun 2016 01:57:56 +0000 (01:57 +0000)]
Merge pull request #5922 from ekonstantinidis/patch-1

Move example to the correct place

8 years agoMerge pull request #5915 from electron/remove-result-collection
Cheng Zhao [Wed, 8 Jun 2016 00:58:16 +0000 (00:58 +0000)]
Merge pull request #5915 from electron/remove-result-collection

Remove unused results collection

8 years agoUse lowercase param key
Kevin Sawicki [Tue, 7 Jun 2016 23:35:23 +0000 (16:35 -0700)]
Use lowercase param key

8 years agoAdd missing A in constant name
Kevin Sawicki [Tue, 7 Jun 2016 23:26:53 +0000 (16:26 -0700)]
Add missing A in constant name

8 years agoRemove trailing comma
Kevin Sawicki [Tue, 7 Jun 2016 23:24:05 +0000 (16:24 -0700)]
Remove trailing comma

8 years agoAdd TODO about blinkFeatures -> enableBlinkFeatures
Kevin Sawicki [Tue, 7 Jun 2016 23:23:09 +0000 (16:23 -0700)]
Add TODO about blinkFeatures -> enableBlinkFeatures

8 years agoMove example to the correct place
Emmanouil Konstantinidis [Tue, 7 Jun 2016 22:40:07 +0000 (23:40 +0100)]
Move example to the correct place

8 years agoMention enabling/disabling
Kevin Sawicki [Tue, 7 Jun 2016 20:59:30 +0000 (13:59 -0700)]
Mention enabling/disabling

8 years agoDocument disableblinkfeatures attribute
Kevin Sawicki [Tue, 7 Jun 2016 20:57:54 +0000 (13:57 -0700)]
Document disableblinkfeatures attribute

8 years agoDocument disableBlinkFeatures option
Kevin Sawicki [Tue, 7 Jun 2016 20:56:33 +0000 (13:56 -0700)]
Document disableBlinkFeatures option

8 years agoLink to RuntimeEnabledFeatures.in
Kevin Sawicki [Tue, 7 Jun 2016 20:55:44 +0000 (13:55 -0700)]
Link to RuntimeEnabledFeatures.in

8 years agoAdd webview support for disabled blink features
Kevin Sawicki [Tue, 7 Jun 2016 20:49:31 +0000 (13:49 -0700)]
Add webview support for disabled blink features

8 years agoAdd disableBlinkFeatures option
Kevin Sawicki [Tue, 7 Jun 2016 20:42:42 +0000 (13:42 -0700)]
Add disableBlinkFeatures option

8 years agoMore let/const-ing
Kevin Sawicki [Tue, 7 Jun 2016 17:29:24 +0000 (10:29 -0700)]
More let/const-ing

8 years agoWe -> we
Kevin Sawicki [Tue, 7 Jun 2016 17:25:21 +0000 (10:25 -0700)]
We -> we

8 years ago:art: Use const and for/of loops
Kevin Sawicki [Tue, 7 Jun 2016 17:24:48 +0000 (10:24 -0700)]
:art: Use const and for/of loops

8 years agoDon't collect unused results array
Kevin Sawicki [Tue, 7 Jun 2016 17:24:33 +0000 (10:24 -0700)]
Don't collect unused results array

8 years agoMerge pull request #5910 from electron/win-click-through
Cheng Zhao [Tue, 7 Jun 2016 12:05:07 +0000 (12:05 +0000)]
Merge pull request #5910 from electron/win-click-through

Implement win.setIgnoreMouseEvents for Windows and Linux

8 years agoMerge pull request #5907 from VReality64/master
Cheng Zhao [Tue, 7 Jun 2016 11:39:25 +0000 (11:39 +0000)]
Merge pull request #5907 from VReality64/master

Update Korean documentation translation to a latest version

8 years agoMerge pull request #5906 from ThaddeusJiang/master
Cheng Zhao [Tue, 7 Jun 2016 11:38:51 +0000 (11:38 +0000)]
Merge pull request #5906 from ThaddeusJiang/master

update Quick Start Page[zh-CN]

8 years agoUpdate docs on win.setIgnoreMouseEvents
Cheng Zhao [Tue, 7 Jun 2016 11:32:52 +0000 (20:32 +0900)]
Update docs on win.setIgnoreMouseEvents

8 years agoImplement SetIgnoreMouseEvents for Linux
Cheng Zhao [Tue, 7 Jun 2016 11:23:29 +0000 (20:23 +0900)]
Implement SetIgnoreMouseEvents for Linux

8 years agoImplement SetIgnoreMouseEvents for Windows
Cheng Zhao [Tue, 7 Jun 2016 10:38:41 +0000 (19:38 +0900)]
Implement SetIgnoreMouseEvents for Windows

8 years agoUpdate Korean documentation translation to a latest version
VReality64 [Tue, 7 Jun 2016 10:19:21 +0000 (19:19 +0900)]
Update Korean documentation translation to a latest version

8 years agoMerge pull request #5905 from electron/frameless-title
Cheng Zhao [Tue, 7 Jun 2016 10:18:59 +0000 (10:18 +0000)]
Merge pull request #5905 from electron/frameless-title

Fix title of frameless window showing as empty under fullscreen

8 years agofix outside link
jf_jiang [Tue, 7 Jun 2016 09:57:45 +0000 (18:57 +0900)]
fix outside link

8 years agoupdate Quick Start Page[zh-CN]
jf_jiang [Tue, 7 Jun 2016 09:52:01 +0000 (18:52 +0900)]
update Quick Start Page[zh-CN]

Based on electron ver 1.1.3 update Quick Start Page[Simplified
Chinese].

8 years agoFix title of frameless window showing as empty under fullscreen
Cheng Zhao [Tue, 7 Jun 2016 08:26:26 +0000 (17:26 +0900)]
Fix title of frameless window showing as empty under fullscreen

8 years agoMerge pull request #5903 from electron/update-target-url
Cheng Zhao [Tue, 7 Jun 2016 07:10:54 +0000 (07:10 +0000)]
Merge pull request #5903 from electron/update-target-url

Add update-target-url event

8 years agoAdd update-target-url event
Cheng Zhao [Tue, 7 Jun 2016 06:56:19 +0000 (15:56 +0900)]
Add update-target-url event

8 years agoMerge pull request #5901 from electron/screen-docs
Cheng Zhao [Tue, 7 Jun 2016 05:04:55 +0000 (05:04 +0000)]
Merge pull request #5901 from electron/screen-docs

docs: Update the code sample of screen module

8 years agodocs: Update the code sample of screen module
Cheng Zhao [Tue, 7 Jun 2016 04:55:25 +0000 (13:55 +0900)]
docs: Update the code sample of screen module

* We should not require it before the ready event;
* There is no need to use electronScreen as name in the main process.

8 years agoMerge pull request #5894 from electron/chrome-runtime-id
Cheng Zhao [Tue, 7 Jun 2016 01:54:58 +0000 (01:54 +0000)]
Merge pull request #5894 from electron/chrome-runtime-id

Implement chrome.runtime.id

8 years agoMerge pull request #5893 from electron/remove-extension-id-logging
Cheng Zhao [Tue, 7 Jun 2016 01:54:16 +0000 (01:54 +0000)]
Merge pull request #5893 from electron/remove-extension-id-logging

Don't log devtools extension id

8 years agoMerge pull request #5898 from electron/native-module-signing
Cheng Zhao [Tue, 7 Jun 2016 01:40:55 +0000 (01:40 +0000)]
Merge pull request #5898 from electron/native-module-signing

docs: Move "Sign Native Modules" to MAS Guide

8 years agodocs: Move "Sign Native Modules" to MAS Guide
Cheng Zhao [Tue, 7 Jun 2016 01:26:53 +0000 (10:26 +0900)]
docs: Move "Sign Native Modules" to MAS Guide

8 years agoMerge pull request #5890 from jpittner/patch-1
Cheng Zhao [Tue, 7 Jun 2016 01:09:40 +0000 (01:09 +0000)]
Merge pull request #5890 from jpittner/patch-1

Update using-native-node-modules.md

8 years agoSet chrome.runtime.id
Kevin Sawicki [Mon, 6 Jun 2016 21:42:07 +0000 (14:42 -0700)]
Set chrome.runtime.id

8 years agoAdd failing spec for chrome.runtime.id
Kevin Sawicki [Mon, 6 Jun 2016 21:36:01 +0000 (14:36 -0700)]
Add failing spec for chrome.runtime.id

8 years agoDon't log extension id
Kevin Sawicki [Mon, 6 Jun 2016 20:03:01 +0000 (13:03 -0700)]
Don't log extension id

8 years agoMerge pull request #5889 from electron/disable-gpu
Cheng Zhao [Mon, 6 Jun 2016 12:08:37 +0000 (12:08 +0000)]
Merge pull request #5889 from electron/disable-gpu

Add app.disableHardwareAcceleration() API

8 years agoUpdate using-native-node-modules.md
jpittner [Mon, 6 Jun 2016 11:46:34 +0000 (13:46 +0200)]
Update using-native-node-modules.md

Explains how native modules to be signed and packaged.

8 years agoAdd app.disableHardwareAcceleration() API
Cheng Zhao [Mon, 6 Jun 2016 11:19:55 +0000 (20:19 +0900)]
Add app.disableHardwareAcceleration() API

8 years agoMerge pull request #5888 from electron/linux-focus
Cheng Zhao [Mon, 6 Jun 2016 08:26:47 +0000 (08:26 +0000)]
Merge pull request #5888 from electron/linux-focus

Fix NativeWindow::Focus not moving focus to window

8 years agoFix NativeWindow::Focus not moving focus to window
Cheng Zhao [Mon, 6 Jun 2016 07:53:32 +0000 (16:53 +0900)]
Fix NativeWindow::Focus not moving focus to window

Chromium's implementation is somehow not working as expected, the new
implementation follows the behavior of wmctrl.

8 years agoMerge pull request #5886 from electron/chrome-update
Cheng Zhao [Mon, 6 Jun 2016 07:47:43 +0000 (07:47 +0000)]
Merge pull request #5886 from electron/chrome-update

Update to Chrome 51.0.2704.79

8 years agoUpdate to Chrome 51.0.2704.79
Cheng Zhao [Mon, 6 Jun 2016 06:22:01 +0000 (15:22 +0900)]
Update to Chrome 51.0.2704.79

8 years agoMerge pull request #5883 from sethlu/update-mas-submission-guide
Cheng Zhao [Mon, 6 Jun 2016 06:20:16 +0000 (06:20 +0000)]
Merge pull request #5883 from sethlu/update-mas-submission-guide

Update Chinese translation for MAS Submission Guide

8 years agoMerge pull request #5882 from electron/felix-extension-warning-2
Cheng Zhao [Mon, 6 Jun 2016 06:20:02 +0000 (06:20 +0000)]
Merge pull request #5882 from electron/felix-extension-warning-2

Log a warning if an extension's manifest cannot be parsed

8 years agoMerge pull request #5870 from danhp/missing-roles
Cheng Zhao [Mon, 6 Jun 2016 06:16:53 +0000 (06:16 +0000)]
Merge pull request #5870 from danhp/missing-roles

Add 'delete' and 'pasteandmatchstyle' roles

8 years agoUpdate Chinese translation
sethlu [Mon, 6 Jun 2016 01:51:48 +0000 (09:51 +0800)]
Update Chinese translation

8 years agoAdd 'delete' and 'pasteandmatchstyle' roles
Daniel Pham [Sat, 4 Jun 2016 15:23:35 +0000 (11:23 -0400)]
Add 'delete' and 'pasteandmatchstyle' roles

8 years agoMerge pull request #5873 from sourenaraya/patch-1
Cheng Zhao [Mon, 6 Jun 2016 01:48:13 +0000 (01:48 +0000)]
Merge pull request #5873 from sourenaraya/patch-1

Fix shared data example in FAQ