platform/framework/web/crosswalk-tizen.git
8 years agoOnly add extensions to windows and webviews
Kevin Sawicki [Tue, 14 Jun 2016 16:30:06 +0000 (09:30 -0700)]
Only add extensions to windows and webviews

8 years agoAdd background page web contents type
Kevin Sawicki [Tue, 14 Jun 2016 16:27:36 +0000 (09:27 -0700)]
Add background page web contents type

8 years agoSpecify type instead of isGuest
Kevin Sawicki [Tue, 14 Jun 2016 16:23:03 +0000 (09:23 -0700)]
Specify type instead of isGuest

8 years agoUse web contents type enum and add converter
Kevin Sawicki [Tue, 14 Jun 2016 16:09:54 +0000 (09:09 -0700)]
Use web contents type enum and add converter

8 years agoRemove unused includes
Kevin Sawicki [Tue, 14 Jun 2016 00:08:19 +0000 (17:08 -0700)]
Remove unused includes

8 years agoUse RenderProcessPreferences for non-remote web contents
Kevin Sawicki [Tue, 14 Jun 2016 00:01:13 +0000 (17:01 -0700)]
Use RenderProcessPreferences for non-remote web contents

8 years agoMerge pull request #6043 from JimiC/patch-1
Kevin Sawicki [Tue, 14 Jun 2016 17:07:57 +0000 (10:07 -0700)]
Merge pull request #6043 from JimiC/patch-1

Improved test exit

8 years agoImproving test exit
Jimi (Dimitris) Charalampidis [Tue, 14 Jun 2016 13:36:54 +0000 (16:36 +0300)]
Improving test exit

Test should always exit (app.stop()) either on success or failure.

8 years agoMerge pull request #6038 from electron/check-alert
Cheng Zhao [Tue, 14 Jun 2016 06:36:00 +0000 (06:36 +0000)]
Merge pull request #6038 from electron/check-alert

Fix exception in alert for inavlid parameter

8 years agoFix exception in alert for inavlid parameter
Cheng Zhao [Tue, 14 Jun 2016 06:22:01 +0000 (15:22 +0900)]
Fix exception in alert for inavlid parameter

8 years agoMerge pull request #6037 from electron/auto-updater-wait
Cheng Zhao [Tue, 14 Jun 2016 05:59:40 +0000 (05:59 +0000)]
Merge pull request #6037 from electron/auto-updater-wait

Use "--processStartAndWait" when launching Update.exe

8 years agoWait for current app to quit before launching new app
Cheng Zhao [Tue, 14 Jun 2016 05:31:41 +0000 (14:31 +0900)]
Wait for current app to quit before launching new app

8 years agoUpdate brightray for #4261
Cheng Zhao [Tue, 14 Jun 2016 04:40:37 +0000 (13:40 +0900)]
Update brightray for #4261

8 years agoMerge pull request #6030 from electron/repl-error-on-windows
Cheng Zhao [Mon, 13 Jun 2016 23:43:51 +0000 (23:43 +0000)]
Merge pull request #6030 from electron/repl-error-on-windows

Log error when repling on Windows

8 years agoMerge pull request #6029 from electron/web-contents-created-app-api
Cheng Zhao [Mon, 13 Jun 2016 23:31:47 +0000 (23:31 +0000)]
Merge pull request #6029 from electron/web-contents-created-app-api

Add web-contents-created event to app

8 years agoMerge pull request #6026 from electron/ready-to-show
Cheng Zhao [Mon, 13 Jun 2016 23:24:14 +0000 (23:24 +0000)]
Merge pull request #6026 from electron/ready-to-show

Add "ready-to-show" event and docs on showing window gracefully

8 years agoLog error when repling on Windows
Kevin Sawicki [Mon, 13 Jun 2016 16:46:33 +0000 (09:46 -0700)]
Log error when repling on Windows

8 years agoAdd back options param
Kevin Sawicki [Mon, 13 Jun 2016 16:06:42 +0000 (09:06 -0700)]
Add back options param

8 years agoAdd web-contents-created event spec
Kevin Sawicki [Mon, 13 Jun 2016 16:05:04 +0000 (09:05 -0700)]
Add web-contents-created event spec

8 years agoDoc web-contents-created
Kevin Sawicki [Mon, 13 Jun 2016 16:01:06 +0000 (09:01 -0700)]
Doc web-contents-created

8 years agoEmit web-contents-created on app
Kevin Sawicki [Mon, 13 Jun 2016 15:59:03 +0000 (08:59 -0700)]
Emit web-contents-created on app

8 years agoMerge pull request #6027 from Kushagra8888/patch-2
Kevin Sawicki [Mon, 13 Jun 2016 15:54:55 +0000 (08:54 -0700)]
Merge pull request #6027 from Kushagra8888/patch-2

remove extraneous 'not'

8 years agoremove extraneous 'not'
Kushagra Sharma [Mon, 13 Jun 2016 14:44:42 +0000 (20:14 +0530)]
remove extraneous 'not'

[ci skip]

8 years agoUse once for 'ready-to-show'
Cheng Zhao [Mon, 13 Jun 2016 13:19:44 +0000 (22:19 +0900)]
Use once for 'ready-to-show'

8 years agoOnly do the trick when window is hidden
Cheng Zhao [Mon, 13 Jun 2016 13:18:57 +0000 (22:18 +0900)]
Only do the trick when window is hidden

8 years agodocs: Showing window gracefully
Cheng Zhao [Mon, 13 Jun 2016 13:11:40 +0000 (22:11 +0900)]
docs: Showing window gracefully

8 years agoAdd ready-to-show event
Cheng Zhao [Mon, 13 Jun 2016 12:19:56 +0000 (21:19 +0900)]
Add ready-to-show event

8 years agoMerge pull request #6023 from electron/ignore-focus
Cheng Zhao [Mon, 13 Jun 2016 09:17:55 +0000 (09:17 +0000)]
Merge pull request #6023 from electron/ignore-focus

Add focusable option

8 years agoMerge pull request #6022 from tjctw/patch-1
Cheng Zhao [Mon, 13 Jun 2016 08:53:55 +0000 (08:53 +0000)]
Merge pull request #6022 from tjctw/patch-1

Update mac-app-store-submission-guide.md

8 years agodocs: The side effect of focusable: false on Linux
Cheng Zhao [Mon, 13 Jun 2016 08:53:08 +0000 (17:53 +0900)]
docs: The side effect of focusable: false on Linux

8 years agoOn Windows focusable: false also means skipTaskbar: true
Cheng Zhao [Mon, 13 Jun 2016 08:24:45 +0000 (17:24 +0900)]
On Windows focusable: false also means skipTaskbar: true

8 years agoAdd focusable option
Cheng Zhao [Mon, 13 Jun 2016 08:10:28 +0000 (17:10 +0900)]
Add focusable option

8 years agoUpdate mac-app-store-submission-guide.md
TJC [Mon, 13 Jun 2016 08:07:35 +0000 (16:07 +0800)]
Update mac-app-store-submission-guide.md

typo

8 years agodocs: Document the behavior of win.setIgnoreFocus on OS X
Cheng Zhao [Mon, 13 Jun 2016 07:40:02 +0000 (16:40 +0900)]
docs: Document the behavior of win.setIgnoreFocus on OS X

8 years agoMerge pull request #6013 from miniak/setIgnoreFocus
Cheng Zhao [Mon, 13 Jun 2016 07:18:10 +0000 (07:18 +0000)]
Merge pull request #6013 from miniak/setIgnoreFocus

Add BrowserWindow.prototype.setIgnoreFocus

8 years agoMerge pull request #6019 from preco21/korean-docs-7
Cheng Zhao [Mon, 13 Jun 2016 06:43:41 +0000 (06:43 +0000)]
Merge pull request #6019 from preco21/korean-docs-7

docs: Update Korean docs as upstream

8 years agoMerge pull request #6012 from miniak/menu-item-roles
Cheng Zhao [Mon, 13 Jun 2016 06:21:53 +0000 (06:21 +0000)]
Merge pull request #6012 from miniak/menu-item-roles

Document 'zoom' role + add missing menu items (Delete / Paste and Match Style / Zoom)

8 years agoMerge pull request #6008 from develar/patch-1
Cheng Zhao [Mon, 13 Jun 2016 06:16:53 +0000 (06:16 +0000)]
Merge pull request #6008 from develar/patch-1

Add info about electron-builder to build windows installer

8 years ago:memo: Update Korean docs as upstream
Plusb Preco [Mon, 13 Jun 2016 03:19:37 +0000 (12:19 +0900)]
:memo: Update Korean docs as upstream

[ci skip]

8 years agodocs: Reword the requirement of setApplication Menu
Cheng Zhao [Mon, 13 Jun 2016 01:52:12 +0000 (10:52 +0900)]
docs: Reword the requirement of setApplication Menu

8 years agoMerge pull request #5999 from greggman/update-menu-docs-1
Cheng Zhao [Mon, 13 Jun 2016 01:42:47 +0000 (01:42 +0000)]
Merge pull request #5999 from greggman/update-menu-docs-1

Document Menu.setApplicationMenu from main process

8 years agoMerge pull request #6018 from electron/string-map
Cheng Zhao [Mon, 13 Jun 2016 01:02:53 +0000 (01:02 +0000)]
Merge pull request #6018 from electron/string-map

Cleanup code for autoUpdater

8 years agoMerge pull request #5965 from electron/installed-extension-api
Cheng Zhao [Mon, 13 Jun 2016 00:45:58 +0000 (00:45 +0000)]
Merge pull request #5965 from electron/installed-extension-api

Add BrowserWindow.getDevToolsExtensions API

8 years agoReset SQRLUpdater when setFeedURL is called
Cheng Zhao [Mon, 13 Jun 2016 00:38:49 +0000 (09:38 +0900)]
Reset SQRLUpdater when setFeedURL is called

8 years agoDo not add JS wrapper for setFeedURL
Cheng Zhao [Mon, 13 Jun 2016 00:32:24 +0000 (09:32 +0900)]
Do not add JS wrapper for setFeedURL

When possible we should avoid adding wrappers in JS, it usually makes
code more difficult to mantain

8 years agoMove converter for std::map to native_mate
Cheng Zhao [Mon, 13 Jun 2016 00:27:13 +0000 (09:27 +0900)]
Move converter for std::map to native_mate

8 years agoMerge pull request #5879 from miniak/autoUpdater
Cheng Zhao [Mon, 13 Jun 2016 00:17:24 +0000 (00:17 +0000)]
Merge pull request #5879 from miniak/autoUpdater

Add optional requestHeaders argument to autoUpdater.setFeedURL

8 years ago:memo: Update Korean docs as upstream
Plusb Preco [Sun, 12 Jun 2016 18:42:26 +0000 (03:42 +0900)]
:memo: Update Korean docs as upstream

[ci skip]

8 years ago:memo: Update Korean docs as upstream
Plusb Preco [Sun, 12 Jun 2016 18:28:11 +0000 (03:28 +0900)]
:memo: Update Korean docs as upstream

* Small fixes

[ci skip]

8 years agoAdd BrowserWindow.prototype.setIgnoreFocus
Milan Burda [Sun, 12 Jun 2016 18:20:25 +0000 (20:20 +0200)]
Add BrowserWindow.prototype.setIgnoreFocus

8 years ago:memo: Fix grammatical issue
Plusb Preco [Sun, 12 Jun 2016 17:51:35 +0000 (02:51 +0900)]
:memo: Fix grammatical issue

[ci skip]

8 years ago:memo: Update Korean docs as upstream
Plusb Preco [Sun, 12 Jun 2016 17:40:39 +0000 (02:40 +0900)]
:memo: Update Korean docs as upstream

[ci skip]

8 years ago:memo: Small fixes
Plusb Preco [Sun, 12 Jun 2016 17:28:25 +0000 (02:28 +0900)]
:memo: Small fixes

[ci skip]

8 years agoDocument 'zoom' role + add missing menu items (Delete / Paste and Match Style / Zoom)
Milan Burda [Tue, 7 Jun 2016 08:42:46 +0000 (10:42 +0200)]
Document 'zoom' role + add missing menu items (Delete / Paste and Match Style / Zoom)

8 years agoAdd optional requestHeaders argument to autoUpdater.setFeedURL + allow calling mulitp...
Milan Burda [Fri, 10 Jun 2016 13:55:42 +0000 (15:55 +0200)]
Add optional requestHeaders argument to autoUpdater.setFeedURL + allow calling mulitple times

8 years agoAdd info about electron-builder to build windows installer
Vladimir Krivosheev [Sun, 12 Jun 2016 08:48:50 +0000 (10:48 +0200)]
Add info about electron-builder to build windows installer

8 years agoDocument Menu.setApplicationMenu from main process
Greggman [Sat, 11 Jun 2016 05:09:53 +0000 (14:09 +0900)]
Document Menu.setApplicationMenu from main process

You can't call Menu.setApplicationMenu until the app is ready.

[ci skip]

8 years agoMerge pull request #5974 from electron/chrome-storage-sync
Jessica Lord [Fri, 10 Jun 2016 19:20:03 +0000 (12:20 -0700)]
Merge pull request #5974 from electron/chrome-storage-sync

Add chrome.storage.sync and chrome.storage.get APIs

8 years agoMerge pull request #5989 from electron/dan-remove-node-version-file
Kevin Sawicki [Fri, 10 Jun 2016 18:23:25 +0000 (11:23 -0700)]
Merge pull request #5989 from electron/dan-remove-node-version-file

Bump .node-version file

8 years ago:arrow_up: node@6.1.0
Daniel Pham [Fri, 10 Jun 2016 18:19:42 +0000 (14:19 -0400)]
:arrow_up: node@6.1.0

8 years agoMerge pull request #5986 from electron/doc-requires
Kevin Sawicki [Fri, 10 Jun 2016 17:27:57 +0000 (10:27 -0700)]
Merge pull request #5986 from electron/doc-requires

Access remote from electron require

8 years agoAccess remote from electron require in translated doc
Kevin Sawicki [Fri, 10 Jun 2016 17:27:25 +0000 (10:27 -0700)]
Access remote from electron require in translated doc

8 years agoAccess remote from electron require
Kevin Sawicki [Fri, 10 Jun 2016 17:24:35 +0000 (10:24 -0700)]
Access remote from electron require

8 years ago:fire: line
Jessica Lord [Fri, 10 Jun 2016 16:59:47 +0000 (09:59 -0700)]
:fire: line

8 years agoFix typo in example
Kevin Sawicki [Fri, 10 Jun 2016 16:34:34 +0000 (09:34 -0700)]
Fix typo in example

8 years agoDoc getDevToolsExtensions
Kevin Sawicki [Fri, 10 Jun 2016 16:29:26 +0000 (09:29 -0700)]
Doc getDevToolsExtensions

8 years agoAdd getDevToolsExtensions API
Kevin Sawicki [Fri, 10 Jun 2016 16:24:00 +0000 (09:24 -0700)]
Add getDevToolsExtensions API

8 years agoDoc BrowserWindow.isDevToolsExtensionInstalled
Kevin Sawicki [Thu, 9 Jun 2016 17:05:09 +0000 (10:05 -0700)]
Doc BrowserWindow.isDevToolsExtensionInstalled

8 years agoAdd BrowserWindow.isDevToolsExtensionInstalled API
Kevin Sawicki [Thu, 9 Jun 2016 17:04:02 +0000 (10:04 -0700)]
Add BrowserWindow.isDevToolsExtensionInstalled API

8 years agoMerge pull request #5979 from cyberkatze/patch-7
Cheng Zhao [Fri, 10 Jun 2016 12:22:04 +0000 (12:22 +0000)]
Merge pull request #5979 from cyberkatze/patch-7

fixed errors in text

8 years agoMerge pull request #5978 from cyberkatze/patch-6
Cheng Zhao [Fri, 10 Jun 2016 12:21:58 +0000 (12:21 +0000)]
Merge pull request #5978 from cyberkatze/patch-6

fixed errors in text

8 years agoMerge pull request #5977 from cyberkatze/patch-5
Cheng Zhao [Fri, 10 Jun 2016 12:21:49 +0000 (12:21 +0000)]
Merge pull request #5977 from cyberkatze/patch-5

fixed errors in text

8 years agoMerge pull request #5975 from electron/disable-only-specs-on-ci
Cheng Zhao [Fri, 10 Jun 2016 12:11:31 +0000 (12:11 +0000)]
Merge pull request #5975 from electron/disable-only-specs-on-ci

Log and exit when calling only in specs on CI

8 years agoMerge pull request #5972 from electron/non-writeable-guest-id
Cheng Zhao [Fri, 10 Jun 2016 12:02:07 +0000 (12:02 +0000)]
Merge pull request #5972 from electron/non-writeable-guest-id

Make guestId on BrowserWindowProxy non-writeable

8 years agoissue 2813 add app name after Quit
Josh Bernitt [Thu, 9 Jun 2016 19:44:32 +0000 (15:44 -0400)]
issue 2813 add app name after Quit

Adding the application name after the Quit string for Mac OS systems.

8 years agoMerge pull request #5967 from electron/window-opener-webview
Cheng Zhao [Fri, 10 Jun 2016 11:52:37 +0000 (11:52 +0000)]
Merge pull request #5967 from electron/window-opener-webview

Support window.opener from windows opened from a <webview>

8 years agofixed errors in text
Ali Elderov [Fri, 10 Jun 2016 06:39:28 +0000 (08:39 +0200)]
fixed errors in text

8 years agofixed errors in text
Ali Elderov [Fri, 10 Jun 2016 06:31:46 +0000 (08:31 +0200)]
fixed errors in text

8 years agofixed errors in text
Ali Elderov [Fri, 10 Jun 2016 06:21:32 +0000 (08:21 +0200)]
fixed errors in text

8 years agoMerge pull request #5964 from electron/manifest-errors
Cheng Zhao [Fri, 10 Jun 2016 03:28:57 +0000 (03:28 +0000)]
Merge pull request #5964 from electron/manifest-errors

Throw errors reading/parsing manifest.json files

8 years agoMerge pull request #5966 from electron/felix-docs-windows-store
Kevin Sawicki [Fri, 10 Jun 2016 00:36:55 +0000 (17:36 -0700)]
Merge pull request #5966 from electron/felix-docs-windows-store

Update Guide for Windows Store Apps

8 years agoTweak error message
Kevin Sawicki [Fri, 10 Jun 2016 00:00:13 +0000 (17:00 -0700)]
Tweak error message

8 years ago:memo: Update Guide for Windows Store Apps
Felix Rieseberg [Thu, 9 Jun 2016 18:21:20 +0000 (11:21 -0700)]
:memo: Update Guide for Windows Store Apps

 - Updated the guide to reflect that electron-windows-store no longer
   requires container conversion prerequisites
 - Added a link and a note about using background tasks to include
   UWP features

8 years agoLog/exit when only called in specs on CI
Kevin Sawicki [Thu, 9 Jun 2016 23:55:05 +0000 (16:55 -0700)]
Log/exit when only called in specs on CI

8 years agoRemove .only from spec
Jessica Lord [Thu, 9 Jun 2016 23:39:42 +0000 (16:39 -0700)]
Remove .only from spec

8 years ago🚿 Lint
Jessica Lord [Thu, 9 Jun 2016 23:39:24 +0000 (16:39 -0700)]
🚿  Lint

8 years agoMerge branch 'master' into chrome-storage-sync
Jessica Lord [Thu, 9 Jun 2016 23:35:00 +0000 (16:35 -0700)]
Merge branch 'master' into chrome-storage-sync

8 years agoHandle the three get cases
Jessica Lord [Thu, 9 Jun 2016 23:26:42 +0000 (16:26 -0700)]
Handle the three get cases

8 years agoFix spec case
Jessica Lord [Thu, 9 Jun 2016 23:26:25 +0000 (16:26 -0700)]
Fix spec case

8 years agoMerge pull request #5959 from electron/download-item-interrupt
Cheng Zhao [Thu, 9 Jun 2016 22:50:34 +0000 (22:50 +0000)]
Merge pull request #5959 from electron/download-item-interrupt

Add more bindings to DownloadItem

8 years agoMerge pull request #5924 from electron/chrome-i18n-get-message
Kevin Sawicki [Thu, 9 Jun 2016 21:47:37 +0000 (14:47 -0700)]
Merge pull request #5924 from electron/chrome-i18n-get-message

Implement chrome.i18n.getMessage

8 years agoRemove standard lint warnings
Kevin Sawicki [Thu, 9 Jun 2016 21:17:54 +0000 (14:17 -0700)]
Remove standard lint warnings

8 years agoAdd spec
Jessica Lord [Thu, 9 Jun 2016 21:14:20 +0000 (14:14 -0700)]
Add spec

8 years agoAdd storage file
Jessica Lord [Thu, 9 Jun 2016 21:14:14 +0000 (14:14 -0700)]
Add storage file

8 years agoDefault locale to en
Kevin Sawicki [Thu, 9 Jun 2016 21:00:53 +0000 (14:00 -0700)]
Default locale to en

8 years agoAdd spec
Jessica Lord [Wed, 8 Jun 2016 21:57:20 +0000 (14:57 -0700)]
Add spec

8 years agoRemove lint warnings
Kevin Sawicki [Wed, 8 Jun 2016 00:00:53 +0000 (17:00 -0700)]
Remove lint warnings

8 years agoCache extension metadata
Kevin Sawicki [Tue, 7 Jun 2016 23:10:27 +0000 (16:10 -0700)]
Cache extension metadata

8 years agoAdd fixme for sync ipc
Kevin Sawicki [Tue, 7 Jun 2016 23:04:17 +0000 (16:04 -0700)]
Add fixme for sync ipc

8 years agoAdd initial support for placeholders and substitutions
Kevin Sawicki [Tue, 7 Jun 2016 23:03:43 +0000 (16:03 -0700)]
Add initial support for placeholders and substitutions