platform/framework/web/crosswalk-tizen.git
8 years agoAdd default error handler to remote promises (#6151)
Kevin Sawicki [Tue, 21 Jun 2016 00:54:15 +0000 (17:54 -0700)]
Add default error handler to remote promises (#6151)

* Add failing spec for unhandled main process exception

* Remove unused return

* Use let/const instead of var

* Add spec for unhandled rejection in renderer process

* Prevent unhandled rejection defaul

* Use once instead of on

* Add default fulfilled/rejection handler to promise

8 years agoAdd systemPreferences.subscribeLocalNotification. (#6150)
Charlie Hess [Tue, 21 Jun 2016 00:48:42 +0000 (17:48 -0700)]
Add systemPreferences.subscribeLocalNotification. (#6150)

8 years agoMerge pull request #6147 from electron/open-item-in-folder
Cheng Zhao [Mon, 20 Jun 2016 13:03:16 +0000 (13:03 +0000)]
Merge pull request #6147 from electron/open-item-in-folder

mac: Convert path to absolute path in ShowItemInFolder

8 years agomac: Convert path to absolute path in ShowItemInFolder
Cheng Zhao [Mon, 20 Jun 2016 12:14:17 +0000 (21:14 +0900)]
mac: Convert path to absolute path in ShowItemInFolder

8 years agoMerge pull request #6145 from electron/app-indicator-id
Cheng Zhao [Mon, 20 Jun 2016 08:50:16 +0000 (08:50 +0000)]
Merge pull request #6145 from electron/app-indicator-id

Use fixed ID for app indicators

8 years agoUse fixed ID for app indicators
Cheng Zhao [Mon, 20 Jun 2016 08:35:45 +0000 (17:35 +0900)]
Use fixed ID for app indicators

8 years agoMerge pull request #6144 from electron/crash-release-renderer
Cheng Zhao [Mon, 20 Jun 2016 08:09:42 +0000 (08:09 +0000)]
Merge pull request #6144 from electron/crash-release-renderer

Avoid calling Environment::GetCurrent for unjected contexts

8 years agoAvoid calling Environment::GetCurrent for unjected contexts
Cheng Zhao [Mon, 20 Jun 2016 07:51:42 +0000 (16:51 +0900)]
Avoid calling Environment::GetCurrent for unjected contexts

It seems to cause crashes when it is called for contexts that do not
have node integrations.

8 years agoMerge pull request #6140 from electron/parent
Cheng Zhao [Mon, 20 Jun 2016 07:27:05 +0000 (07:27 +0000)]
Merge pull request #6140 from electron/parent

Add support for child windows

8 years agodocs: modal window is greatly simplified
Cheng Zhao [Mon, 20 Jun 2016 07:00:38 +0000 (16:00 +0900)]
docs: modal window is greatly simplified

8 years agoOnly define enable/disable API for views
Cheng Zhao [Mon, 20 Jun 2016 06:44:50 +0000 (15:44 +0900)]
Only define enable/disable API for views

8 years agomacOS: Use sheet window as modal window
Cheng Zhao [Mon, 20 Jun 2016 05:49:24 +0000 (14:49 +0900)]
macOS: Use sheet window as modal window

8 years agoMove disable counter to NativeWindow from api::Window
Cheng Zhao [Mon, 20 Jun 2016 02:48:46 +0000 (11:48 +0900)]
Move disable counter to NativeWindow from api::Window

8 years agodocs: Parent and child windows
Cheng Zhao [Mon, 20 Jun 2016 02:06:48 +0000 (11:06 +0900)]
docs: Parent and child windows

8 years agolinux: Make modal dialog show more smoothly
Cheng Zhao [Sun, 19 Jun 2016 08:49:31 +0000 (17:49 +0900)]
linux: Make modal dialog show more smoothly

8 years agolinux: Implement win.disable/enable/isEnabled() API
Cheng Zhao [Sun, 19 Jun 2016 08:35:56 +0000 (17:35 +0900)]
linux: Implement win.disable/enable/isEnabled() API

8 years agoDo not emit "unresponsive" when there is modal dialog
Cheng Zhao [Sun, 19 Jun 2016 07:55:45 +0000 (16:55 +0900)]
Do not emit "unresponsive" when there is modal dialog

8 years agolinux: Implement win.setParentWindow(parent)
Cheng Zhao [Sun, 19 Jun 2016 06:47:27 +0000 (15:47 +0900)]
linux: Implement win.setParentWindow(parent)

8 years agowin: Implement win.disable/enable/isEnabled() API
Cheng Zhao [Sun, 19 Jun 2016 03:18:48 +0000 (12:18 +0900)]
win: Implement win.disable/enable/isEnabled() API

8 years agospec: Avoid calling setParentWindow for unrelated tests
Cheng Zhao [Sun, 19 Jun 2016 03:10:25 +0000 (12:10 +0900)]
spec: Avoid calling setParentWindow for unrelated tests

8 years agoAdd "parent" option for BrowserWindow
Cheng Zhao [Sun, 19 Jun 2016 03:06:08 +0000 (12:06 +0900)]
Add "parent" option for BrowserWindow

8 years agoviews: Initial implementation of win.setParentWindow(parent)
Cheng Zhao [Sun, 19 Jun 2016 02:19:32 +0000 (11:19 +0900)]
views: Initial implementation of win.setParentWindow(parent)

But it doesn't work, aparrently Chromium doesn't support changing
parent window dynamically on desktop.

8 years agomac: Add win.beginSheet(sheet)/endSheet(sheet) API
Cheng Zhao [Sat, 18 Jun 2016 13:53:41 +0000 (22:53 +0900)]
mac: Add win.beginSheet(sheet)/endSheet(sheet) API

8 years agospec: Test cases for win.setModal(modal)
Cheng Zhao [Sat, 18 Jun 2016 00:51:37 +0000 (09:51 +0900)]
spec: Test cases for win.setModal(modal)

8 years agoHandle multiple modal windows correctly
Cheng Zhao [Sat, 18 Jun 2016 00:42:18 +0000 (09:42 +0900)]
Handle multiple modal windows correctly

8 years agoAdd win.setModal(modal) API
Cheng Zhao [Fri, 17 Jun 2016 08:49:35 +0000 (17:49 +0900)]
Add win.setModal(modal) API

8 years agomac: Add win.disable/enable/isEnabled() API
Cheng Zhao [Fri, 17 Jun 2016 08:38:44 +0000 (17:38 +0900)]
mac: Add win.disable/enable/isEnabled() API

8 years agospec: Test cases for parent window
Cheng Zhao [Fri, 17 Jun 2016 07:57:18 +0000 (16:57 +0900)]
spec: Test cases for parent window

8 years agoAdd win.getChildWindows() API
Cheng Zhao [Fri, 17 Jun 2016 07:57:03 +0000 (16:57 +0900)]
Add win.getChildWindows() API

8 years agoAdd win.getParentWindow() API
Cheng Zhao [Fri, 17 Jun 2016 07:09:43 +0000 (16:09 +0900)]
Add win.getParentWindow() API

8 years agomac: Close all child windows before closing current window
Cheng Zhao [Fri, 17 Jun 2016 06:47:05 +0000 (15:47 +0900)]
mac: Close all child windows before closing current window

8 years agomac: Add win.setParentWindow(parent) API
Cheng Zhao [Fri, 17 Jun 2016 06:28:43 +0000 (15:28 +0900)]
mac: Add win.setParentWindow(parent) API

8 years agospec: Suppress isCI test on CI
Cheng Zhao [Mon, 20 Jun 2016 02:16:17 +0000 (11:16 +0900)]
spec: Suppress isCI test on CI

8 years agoMerge branch 'preco21-korean-docs-8'
Cheng Zhao [Mon, 20 Jun 2016 00:48:25 +0000 (09:48 +0900)]
Merge branch 'preco21-korean-docs-8'

8 years agoMerge pull request #6135 from blainesch/patch-1
Cheng Zhao [Mon, 20 Jun 2016 00:34:40 +0000 (00:34 +0000)]
Merge pull request #6135 from blainesch/patch-1

Add copy/pasta example for system preferences.

8 years agoMerge pull request #6128 from gerhardberger/webview-size-issue
Cheng Zhao [Mon, 20 Jun 2016 00:13:30 +0000 (00:13 +0000)]
Merge pull request #6128 from gerhardberger/webview-size-issue

Fixes transformed webview size

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

[ci skip]

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

[ci skip]

8 years agoMerge pull request #6136 from MarshallOfSound/master
Machisté N. Quintana [Sun, 19 Jun 2016 16:56:22 +0000 (09:56 -0700)]
Merge pull request #6136 from MarshallOfSound/master

Fix typo in DevTools Extensions tutorial

8 years agoFix typo in DevTools Extensions tutorial
Samuel Attard [Sun, 19 Jun 2016 16:24:00 +0000 (02:24 +1000)]
Fix typo in DevTools Extensions tutorial

8 years agoAdd copy/pasta example for system preferences.
Blaine Schmeisser [Sun, 19 Jun 2016 15:53:34 +0000 (08:53 -0700)]
Add copy/pasta example for system preferences.

Most of the other api docs have one example of where to find the module in a copy/paste format. This pull request adds one for the system preferences.

8 years agoMerge pull request #6134 from electron/chrome-51.0.2704.103
Cheng Zhao [Sun, 19 Jun 2016 12:32:56 +0000 (12:32 +0000)]
Merge pull request #6134 from electron/chrome-51.0.2704.103

Update to Chrome 51.0.2704.103

8 years agoMerge pull request #6130 from rahatarmanahmed/fix-renderer-stdout
Cheng Zhao [Sun, 19 Jun 2016 12:32:06 +0000 (12:32 +0000)]
Merge pull request #6130 from rahatarmanahmed/fix-renderer-stdout

🐛 Don't load 'repl' unless needed

8 years agoUpdate to Chrome 51.0.2704.103
Cheng Zhao [Sun, 19 Jun 2016 12:09:29 +0000 (21:09 +0900)]
Update to Chrome 51.0.2704.103

8 years agoPyhton => Python, close #6126
Cheng Zhao [Sun, 19 Jun 2016 11:55:26 +0000 (20:55 +0900)]
Pyhton => Python, close #6126

8 years agoMerge pull request #6068 from electron/redispatch-events
Cheng Zhao [Sun, 19 Jun 2016 11:22:02 +0000 (11:22 +0000)]
Merge pull request #6068 from electron/redispatch-events

Redispatch events to handle native OSX shortcuts

8 years agoUse class extension to avoid type conversion
Cheng Zhao [Sun, 19 Jun 2016 11:16:19 +0000 (20:16 +0900)]
Use class extension to avoid type conversion

8 years agoMerge pull request #6115 from electron/load-extension-when-added
Cheng Zhao [Sun, 19 Jun 2016 10:55:45 +0000 (10:55 +0000)]
Merge pull request #6115 from electron/load-extension-when-added

Call loadExtension from addDevToolsExtension

8 years agoMerge pull request #6125 from leo/master
Cheng Zhao [Sun, 19 Jun 2016 10:53:43 +0000 (10:53 +0000)]
Merge pull request #6125 from leo/master

Replace "Mac OS" and "OS X" with "macOS"

8 years agoMerge pull request #6105 from zephyrzoom/master
Cheng Zhao [Sun, 19 Jun 2016 10:11:32 +0000 (10:11 +0000)]
Merge pull request #6105 from zephyrzoom/master

Update electron-faq.md

8 years ago🐛 Don't load 'repl' unless needed
Rahat Ahmed [Sun, 19 Jun 2016 07:34:48 +0000 (02:34 -0500)]
🐛 Don't load 'repl' unless needed

Git bisect revealed that process.stdout failed to initiate (and was replaced with a write stream that does nothing) when the 'repl' module was loaded. This commit moves `require('repl')` so that it is only loaded when the --interactive flag is present.

Fixes #5051

8 years agofixes transformed webview size
gellert [Sat, 18 Jun 2016 22:41:42 +0000 (00:41 +0200)]
fixes transformed webview size

8 years agoImproved wording
Leonard Lamprecht [Sat, 18 Jun 2016 13:28:22 +0000 (15:28 +0200)]
Improved wording

8 years agoReplace OS X and Mac OS with macOS
Leonard Lamprecht [Sat, 18 Jun 2016 13:26:26 +0000 (15:26 +0200)]
Replace OS X and Mac OS with macOS

8 years agoAdd back window check
Kevin Sawicki [Fri, 17 Jun 2016 23:23:54 +0000 (16:23 -0700)]
Add back window check

8 years agoMerge pull request #6116 from electron/extensions-app-ready
Kevin Sawicki [Fri, 17 Jun 2016 22:11:10 +0000 (15:11 -0700)]
Merge pull request #6116 from electron/extensions-app-ready

Mark which APIs are unavailable before app ready

8 years agoMark which APIs are unavailable before app ready
Kevin Sawicki [Fri, 17 Jun 2016 22:01:16 +0000 (15:01 -0700)]
Mark which APIs are unavailable before app ready

8 years agoCall loadExtension from addDevToolsExtension
Kevin Sawicki [Fri, 17 Jun 2016 21:53:51 +0000 (14:53 -0700)]
Call loadExtension from addDevToolsExtension

8 years agoMerge pull request #6110 from electron/dan/iss6109
Kevin Sawicki [Fri, 17 Jun 2016 21:06:09 +0000 (14:06 -0700)]
Merge pull request #6110 from electron/dan/iss6109

Fix context menus selecting first item by default.

8 years ago:apple: Fix context menus selecting first item by default.
Daniel Pham [Fri, 17 Jun 2016 18:02:01 +0000 (14:02 -0400)]
:apple: Fix context menus selecting first item by default.

8 years agoUpgrade brightray
Kevin Sawicki [Fri, 17 Jun 2016 18:38:39 +0000 (11:38 -0700)]
Upgrade brightray

8 years ago:art:
Kevin Sawicki [Fri, 17 Jun 2016 18:31:18 +0000 (11:31 -0700)]
:art:

8 years agoRemove isKindOfClass check
Kevin Sawicki [Fri, 17 Jun 2016 18:13:28 +0000 (11:13 -0700)]
Remove isKindOfClass check

8 years agoUse EventDispatchingWindow from brightray
Kevin Sawicki [Fri, 17 Jun 2016 17:58:04 +0000 (10:58 -0700)]
Use EventDispatchingWindow from brightray

8 years agoHandle redispatch in devtools undocked windows
Kevin Sawicki [Fri, 17 Jun 2016 17:27:53 +0000 (10:27 -0700)]
Handle redispatch in devtools undocked windows

8 years agoRemove unneeded method declaration
Kevin Sawicki [Fri, 17 Jun 2016 17:02:35 +0000 (10:02 -0700)]
Remove unneeded method declaration

8 years ago:art:
Kevin Sawicki [Thu, 16 Jun 2016 16:30:13 +0000 (09:30 -0700)]
:art:

8 years agoUse isKindOfClass
Kevin Sawicki [Thu, 16 Jun 2016 16:26:32 +0000 (09:26 -0700)]
Use isKindOfClass

8 years agoRemove unused property
Kevin Sawicki [Wed, 15 Jun 2016 23:11:59 +0000 (16:11 -0700)]
Remove unused property

8 years agoRemove unused variable
Kevin Sawicki [Wed, 15 Jun 2016 21:31:15 +0000 (14:31 -0700)]
Remove unused variable

8 years agoRedispatch events to handle native shortcuts
Kevin Sawicki [Wed, 15 Jun 2016 20:55:19 +0000 (13:55 -0700)]
Redispatch events to handle native shortcuts

8 years agoMerge pull request #6106 from mjudd/master
Kevin Sawicki [Fri, 17 Jun 2016 15:58:16 +0000 (08:58 -0700)]
Merge pull request #6106 from mjudd/master

:memo: Fix minor text issues.

8 years ago:memo: Fix minor text issues.
Mark Judd [Fri, 17 Jun 2016 15:45:12 +0000 (11:45 -0400)]
:memo: Fix minor text issues.

8 years agoUpdate electron-faq.md
707 [Fri, 17 Jun 2016 15:00:26 +0000 (23:00 +0800)]
Update electron-faq.md

8 years agoMerge pull request #6095 from electron/protocol-ready-bug
Cheng Zhao [Fri, 17 Jun 2016 03:40:46 +0000 (03:40 +0000)]
Merge pull request #6095 from electron/protocol-ready-bug

Setup protocol after ready has already fired

8 years agoMerge pull request #6091 from electron/icon-progress-crash
Cheng Zhao [Fri, 17 Jun 2016 03:29:49 +0000 (03:29 +0000)]
Merge pull request #6091 from electron/icon-progress-crash

Fix crash setting progress after setting dock icon

8 years agoMerge pull request #6090 from electron/web-navigation-api
Cheng Zhao [Fri, 17 Jun 2016 03:21:16 +0000 (03:21 +0000)]
Merge pull request #6090 from electron/web-navigation-api

Add webNavigation APIs to background pages

8 years agoMerge pull request #6097 from electron/should-set-tittle
Cheng Zhao [Fri, 17 Jun 2016 03:21:04 +0000 (03:21 +0000)]
Merge pull request #6097 from electron/should-set-tittle

Use the setTitleVisibility to control tittlebar's visibility

8 years agoDon't change the behavior of transparent window
Cheng Zhao [Fri, 17 Jun 2016 02:02:37 +0000 (11:02 +0900)]
Don't change the behavior of transparent window

8 years agoUse the setTitleVisibility to control tittlebar's visibility
Cheng Zhao [Fri, 17 Jun 2016 01:54:50 +0000 (10:54 +0900)]
Use the setTitleVisibility to control tittlebar's visibility

8 years agoMerge pull request #6089 from brave/window-menu
Cheng Zhao [Fri, 17 Jun 2016 00:49:51 +0000 (00:49 +0000)]
Merge pull request #6089 from brave/window-menu

set the title for hidden and hidden-inset windows so they show up in …

8 years agoMerge pull request #6087 from electron/public-app-menu-getter
Cheng Zhao [Fri, 17 Jun 2016 00:40:14 +0000 (00:40 +0000)]
Merge pull request #6087 from electron/public-app-menu-getter

Make Menu.getApplicationMenu() public

8 years agoMerge pull request #6076 from electron/build-from-source
Cheng Zhao [Fri, 17 Jun 2016 00:21:57 +0000 (00:21 +0000)]
Merge pull request #6076 from electron/build-from-source

Update the using-native-node-modules.md

8 years agoSetup protocol after ready has already fired
Kevin Sawicki [Thu, 16 Jun 2016 23:23:08 +0000 (16:23 -0700)]
Setup protocol after ready has already fired

8 years agoMerge pull request #6092 from electron/doc-typos
Kevin Sawicki [Thu, 16 Jun 2016 22:27:59 +0000 (15:27 -0700)]
Merge pull request #6092 from electron/doc-typos

Minor doc typo fixes

8 years agoFence block as yml
Kevin Sawicki [Thu, 16 Jun 2016 22:26:58 +0000 (15:26 -0700)]
Fence block as yml

8 years agoCorrect typos in docs
Kevin Sawicki [Thu, 16 Jun 2016 22:19:38 +0000 (15:19 -0700)]
Correct typos in docs

8 years agoReset icon and clear progress bar
Kevin Sawicki [Thu, 16 Jun 2016 22:01:37 +0000 (15:01 -0700)]
Reset icon and clear progress bar

8 years agoAdd subview whenever content view is empty
Kevin Sawicki [Thu, 16 Jun 2016 21:57:23 +0000 (14:57 -0700)]
Add subview whenever content view is empty

8 years agoAdd failing spec for icon progress crash
Kevin Sawicki [Thu, 16 Jun 2016 21:57:07 +0000 (14:57 -0700)]
Add failing spec for icon progress crash

8 years agoset the title for hidden and hidden-inset windows so they show up in the window menu...
bridiver [Thu, 16 Jun 2016 20:12:53 +0000 (13:12 -0700)]
set the title for hidden and hidden-inset windows so they show up in the window menu list
fixes #6088

8 years agoMake Menu.getApplicationMenu() public
Machisté N. Quintana [Thu, 16 Jun 2016 19:43:01 +0000 (12:43 -0700)]
Make Menu.getApplicationMenu() public

Closes https://github.com/electron/electron/issues/6085

8 years agoForward will/did navigate events to extensions
Kevin Sawicki [Thu, 16 Jun 2016 19:07:59 +0000 (12:07 -0700)]
Forward will/did navigate events to extensions

8 years agoMerge pull request #6084 from wolfgang42/master
Kevin Sawicki [Thu, 16 Jun 2016 17:46:58 +0000 (10:46 -0700)]
Merge pull request #6084 from wolfgang42/master

Fix typo: 'arugments'

8 years ago:art: Fix typo: 'arugments'
Wolfgang [Thu, 16 Jun 2016 17:41:45 +0000 (13:41 -0400)]
:art: Fix typo: 'arugments'

8 years agoDrop unneeded .js extensions
Kevin Sawicki [Thu, 16 Jun 2016 16:52:14 +0000 (09:52 -0700)]
Drop unneeded .js extensions

8 years agoExtract Event clas to own file
Kevin Sawicki [Thu, 16 Jun 2016 16:51:54 +0000 (09:51 -0700)]
Extract Event clas to own file

8 years agoAdd chrome.webNavigation stubs
Kevin Sawicki [Thu, 16 Jun 2016 16:46:26 +0000 (09:46 -0700)]
Add chrome.webNavigation stubs

8 years agoUpdate the using-native-node-modules.md
Cheng Zhao [Thu, 16 Jun 2016 08:10:57 +0000 (17:10 +0900)]
Update the using-native-node-modules.md

8 years agoMerge pull request #6071 from banyudu/patch-2
Cheng Zhao [Thu, 16 Jun 2016 05:19:26 +0000 (05:19 +0000)]
Merge pull request #6071 from banyudu/patch-2

DocFixit: fix spell error