platform/framework/web/crosswalk-tizen.git
7 years agoMerge pull request #8561 from liusy182/!-liusy182-br
Kevin Sawicki [Thu, 2 Feb 2017 18:33:20 +0000 (10:33 -0800)]
Merge pull request #8561 from liusy182/!-liusy182-br

add 'code' property in 'before-input-event''s 'input' argument

7 years agofix linting error
liusy182 [Thu, 2 Feb 2017 13:16:30 +0000 (21:16 +0800)]
fix linting error

7 years ago'before-input-event' is missing the code property #8471
liusi [Thu, 2 Feb 2017 08:23:07 +0000 (16:23 +0800)]
'before-input-event' is missing the code property #8471

7 years agoMerge pull request #8487 from leethomas/feature/osx-relative-window-levels
Kevin Sawicki [Mon, 30 Jan 2017 23:34:24 +0000 (15:34 -0800)]
Merge pull request #8487 from leethomas/feature/osx-relative-window-levels

Feature/macOS relative window levels

7 years agoWrap params at 80 characters
Kevin Sawicki [Mon, 30 Jan 2017 23:32:05 +0000 (15:32 -0800)]
Wrap params at 80 characters

7 years agoIndent relativeLevel docs
Kevin Sawicki [Mon, 30 Jan 2017 23:27:51 +0000 (15:27 -0800)]
Indent relativeLevel docs

7 years agoMerge pull request #8539 from electron/require-wrapper
Kevin Sawicki [Mon, 30 Jan 2017 18:36:15 +0000 (10:36 -0800)]
Merge pull request #8539 from electron/require-wrapper

Update require wrapper to allow redefinition of process and global

7 years agoUse strictEqual for global variable asserts
Kevin Sawicki [Mon, 30 Jan 2017 18:08:12 +0000 (10:08 -0800)]
Use strictEqual for global variable asserts

7 years agoRedeclare process/global as strings
Kevin Sawicki [Mon, 30 Jan 2017 17:58:44 +0000 (09:58 -0800)]
Redeclare process/global as strings

7 years agoRemove throws and assert object directly
Kevin Sawicki [Mon, 30 Jan 2017 17:38:15 +0000 (09:38 -0800)]
Remove throws and assert object directly

7 years agoUpdate the Node submodule to use the new module wrapper
James Ide [Wed, 11 Jan 2017 03:29:22 +0000 (19:29 -0800)]
Update the Node submodule to use the new module wrapper

See the fixed issue for the context. This pulls in a vendored copy of Node that includes the described patch.

Fixes #8358

Test Plan: Built Electron and verified it loaded the sample app correctly and that the module wrapper is the new one by viewing Node's source code in the Blink Inspector.

Added specs and tested with `npm test -- --grep "global variables"`

7 years agouse kCGMinimumWindowLevelKey to get the minimum level
leethomas [Fri, 27 Jan 2017 03:12:10 +0000 (19:12 -0800)]
use kCGMinimumWindowLevelKey to get the minimum level

7 years agoMerge pull request #8511 from electron/start-drag-crash
Kevin Sawicki [Fri, 27 Jan 2017 01:10:21 +0000 (17:10 -0800)]
Merge pull request #8511 from electron/start-drag-crash

Fix startDrag crash on macOS with empty image

7 years agoSchedule function after executeJavaScript completes
Kevin Sawicki [Fri, 27 Jan 2017 00:15:10 +0000 (16:15 -0800)]
Schedule function after executeJavaScript completes

7 years agoMerge pull request #8421 from oukan/feature/translate-zh-CN
Kevin Sawicki [Thu, 26 Jan 2017 23:48:57 +0000 (15:48 -0800)]
Merge pull request #8421 from oukan/feature/translate-zh-CN

translate zh cn

7 years agoMention image cannot be empty on macOS
Kevin Sawicki [Thu, 26 Jan 2017 19:04:59 +0000 (11:04 -0800)]
Mention image cannot be empty on macOS

7 years agoRequire a non-empty drag image to prevent crash
Kevin Sawicki [Thu, 26 Jan 2017 18:38:13 +0000 (10:38 -0800)]
Require a non-empty drag image to prevent crash

7 years agoAdd specs for missing startDrag options
Kevin Sawicki [Thu, 26 Jan 2017 18:34:27 +0000 (10:34 -0800)]
Add specs for missing startDrag options

7 years agoMerge pull request #8507 from electron/fix-node-upgrade-patches
Kevin Sawicki [Thu, 26 Jan 2017 23:43:58 +0000 (15:43 -0800)]
Merge pull request #8507 from electron/fix-node-upgrade-patches

Redo node 7.4 error handling patch

7 years agoFix typo in spec description
Kevin Sawicki [Wed, 25 Jan 2017 18:19:38 +0000 (10:19 -0800)]
Fix typo in spec description

7 years agoUpgrade node for new 7.4 patches and changes
Kevin Sawicki [Wed, 25 Jan 2017 17:24:24 +0000 (09:24 -0800)]
Upgrade node for new 7.4 patches and changes

7 years agoAdd spec for unhandledRejection event in main process
Kevin Sawicki [Wed, 25 Jan 2017 17:04:25 +0000 (09:04 -0800)]
Add spec for unhandledRejection event in main process

7 years agoAdd failing spec for uncaught main process errors
Kevin Sawicki [Wed, 25 Jan 2017 16:55:38 +0000 (08:55 -0800)]
Add failing spec for uncaught main process errors

7 years agoMerge pull request #8519 from electron/consolidate-panel-showing
Kevin Sawicki [Thu, 26 Jan 2017 22:44:45 +0000 (14:44 -0800)]
Merge pull request #8519 from electron/consolidate-panel-showing

Use helper function to show last dev tools panel

7 years agoRemove linter warning
Kevin Sawicki [Thu, 26 Jan 2017 17:59:07 +0000 (09:59 -0800)]
Remove linter warning

7 years agoClear interval before setting new one
Kevin Sawicki [Thu, 26 Jan 2017 17:57:53 +0000 (09:57 -0800)]
Clear interval before setting new one

7 years agoGuard against destroyed window or web contents
Kevin Sawicki [Thu, 26 Jan 2017 17:56:40 +0000 (09:56 -0800)]
Guard against destroyed window or web contents

7 years agoUse helper function to show last dev tools panel
Kevin Sawicki [Thu, 26 Jan 2017 17:42:45 +0000 (09:42 -0800)]
Use helper function to show last dev tools panel

7 years agoMerge pull request #8510 from electron/empty-image-crashes
Kevin Sawicki [Thu, 26 Jan 2017 17:08:52 +0000 (09:08 -0800)]
Merge pull request #8510 from electron/empty-image-crashes

Fix empty image crashes

7 years agofix signature for SetAlwaysOnTop in native window views
leethomas [Thu, 26 Jan 2017 15:24:20 +0000 (07:24 -0800)]
fix signature for SetAlwaysOnTop in native window views

7 years agofix js lint errors
leethomas [Thu, 26 Jan 2017 15:14:47 +0000 (07:14 -0800)]
fix js lint errors

7 years agospec to ensure an error is thrown when relativeLevel is set out of bounds
leethomas [Thu, 26 Jan 2017 03:39:57 +0000 (19:39 -0800)]
spec to ensure an error is thrown when relativeLevel is set out of bounds

7 years agoOnly call getNativeHandle on macOS
Kevin Sawicki [Wed, 25 Jan 2017 21:52:18 +0000 (13:52 -0800)]
Only call getNativeHandle on macOS

7 years agoReturn empty buffers when image is empty
Kevin Sawicki [Wed, 25 Jan 2017 21:22:44 +0000 (13:22 -0800)]
Return empty buffers when image is empty

7 years agoAdd failing spec for empty image crashes
Kevin Sawicki [Wed, 25 Jan 2017 20:57:20 +0000 (12:57 -0800)]
Add failing spec for empty image crashes

7 years agoMerge pull request #8357 from electron/remote-events-error-message
Kevin Sawicki [Wed, 25 Jan 2017 22:23:57 +0000 (14:23 -0800)]
Merge pull request #8357 from electron/remote-events-error-message

Don't crash when calling stale remote listeners

7 years agoFix standard linting error
Kevin Sawicki [Tue, 24 Jan 2017 23:09:41 +0000 (15:09 -0800)]
Fix standard linting error

7 years agoCheck that sender is a WebContents instance
Kevin Sawicki [Tue, 24 Jan 2017 23:05:34 +0000 (15:05 -0800)]
Check that sender is a WebContents instance

7 years agoMove console.warn inside the helper method.
Charlie Hess [Thu, 19 Jan 2017 00:09:46 +0000 (16:09 -0800)]
Move console.warn inside the helper method.

7 years agoAssert that listener count decreases after a remove event.
Charlie Hess [Wed, 18 Jan 2017 20:44:26 +0000 (12:44 -0800)]
Assert that listener count decreases after a remove event.

7 years agoWrite a warning instead of crashing.
Charlie Hess [Fri, 13 Jan 2017 20:28:11 +0000 (12:28 -0800)]
Write a warning instead of crashing.

7 years agoArgh.
Charlie Hess [Fri, 13 Jan 2017 02:23:04 +0000 (18:23 -0800)]
Argh.

7 years agoUse EventEmitter public methods instead of _events.
Charlie Hess [Fri, 13 Jan 2017 01:20:50 +0000 (17:20 -0800)]
Use EventEmitter public methods instead of _events.

7 years agoAssert remote event names
Kevin Sawicki [Fri, 13 Jan 2017 00:31:02 +0000 (16:31 -0800)]
Assert remote event names

7 years agoAdd a spec for the "renderer window closed" error.
Charlie Hess [Thu, 12 Jan 2017 23:02:24 +0000 (15:02 -0800)]
Add a spec for the "renderer window closed" error.

7 years agoSimplify.
Charlie Hess [Wed, 11 Jan 2017 23:33:44 +0000 (15:33 -0800)]
Simplify.

7 years agoReview CommentZ
Charlie Hess [Wed, 11 Jan 2017 23:32:43 +0000 (15:32 -0800)]
Review CommentZ

7 years agoL I N T I N G P T I I
Charlie Hess [Fri, 6 Jan 2017 22:18:14 +0000 (14:18 -0800)]
L I N T I N G   P T   I I

7 years agoL I N T I N G
Charlie Hess [Fri, 6 Jan 2017 22:14:52 +0000 (14:14 -0800)]
L I N T I N G

7 years agoDisplay more information about remote event crashes.
Charlie Hess [Fri, 6 Jan 2017 21:09:48 +0000 (13:09 -0800)]
Display more information about remote event crashes.

If possible, we'll dig into the function args and print the ones that are attached remotely.

7 years agoMerge pull request #8497 from electron/enable-crash-reporter-specs-on-ci
Kevin Sawicki [Wed, 25 Jan 2017 18:54:56 +0000 (10:54 -0800)]
Merge pull request #8497 from electron/enable-crash-reporter-specs-on-ci

Run crash reporter server specs on CI

7 years agoRun crash reporter server specs on CI
Kevin Sawicki [Tue, 24 Jan 2017 22:12:35 +0000 (14:12 -0800)]
Run crash reporter server specs on CI

7 years agoMerge pull request #8478 from deepak1556/load_url_max_char_patch
Kevin Sawicki [Wed, 25 Jan 2017 17:46:40 +0000 (09:46 -0800)]
Merge pull request #8478 from deepak1556/load_url_max_char_patch

WebContents: emit did-fail-load event when url exceeds character limit

7 years agofix spec
deepak1556 [Wed, 25 Jan 2017 08:50:33 +0000 (14:20 +0530)]
fix spec

7 years agothrow an error for out of bounds window levels
leethomas [Wed, 25 Jan 2017 04:08:08 +0000 (20:08 -0800)]
throw an error for out of bounds window levels

7 years agoMerge pull request #8430 from ramya-rao-a/crash-for-children-docs
Kevin Sawicki [Tue, 24 Jan 2017 22:08:36 +0000 (14:08 -0800)]
Merge pull request #8430 from ramya-rao-a/crash-for-children-docs

Updated docs for crash reporter to support child processes

7 years agoUse template strings
Kevin Sawicki [Tue, 24 Jan 2017 22:08:10 +0000 (14:08 -0800)]
Use template strings

7 years agoUse crashesDirectory in example
Kevin Sawicki [Tue, 24 Jan 2017 22:07:00 +0000 (14:07 -0800)]
Use crashesDirectory in example

7 years agoMention how to test
Kevin Sawicki [Tue, 24 Jan 2017 22:04:56 +0000 (14:04 -0800)]
Mention how to test

7 years agoCapitalize Electron, fence as JS
Kevin Sawicki [Tue, 24 Jan 2017 22:03:54 +0000 (14:03 -0800)]
Capitalize Electron, fence as JS

7 years agoMerge pull request #8109 from ramya-rao-a/crash-for-children
Kevin Sawicki [Tue, 24 Jan 2017 22:02:47 +0000 (14:02 -0800)]
Merge pull request #8109 from ramya-rao-a/crash-for-children

Expose crash reporter start for child node processes

7 years ago:art:
Kevin Sawicki [Tue, 24 Jan 2017 21:58:39 +0000 (13:58 -0800)]
:art:

7 years agoAdd StartInstance helper on CrashReporter
Kevin Sawicki [Tue, 24 Jan 2017 21:53:05 +0000 (13:53 -0800)]
Add StartInstance helper on CrashReporter

7 years agoAdd spec for crashing node process
Kevin Sawicki [Tue, 24 Jan 2017 21:49:45 +0000 (13:49 -0800)]
Add spec for crashing node process

7 years agoClean up testing code written for crash for children
Ramya Achutha Rao [Wed, 18 Jan 2017 01:01:56 +0000 (17:01 -0800)]
Clean up testing code written for crash for children

7 years agoSupport crash reporting from child process in Windows
Ramya Achutha Rao [Sat, 31 Dec 2016 04:55:42 +0000 (20:55 -0800)]
Support crash reporting from child process in Windows

7 years agoGetting rid of linting errors
Ramya Achutha Rao [Tue, 13 Dec 2016 05:32:58 +0000 (21:32 -0800)]
Getting rid of linting errors

7 years agoUse mate::Dictionary::CreateEmpty
Kevin Sawicki [Mon, 12 Dec 2016 22:38:31 +0000 (14:38 -0800)]
Use mate::Dictionary::CreateEmpty

7 years agoGroup includes
Kevin Sawicki [Mon, 12 Dec 2016 22:36:54 +0000 (14:36 -0800)]
Group includes

7 years agoTake options object in process.crashReporter.start
Kevin Sawicki [Mon, 12 Dec 2016 22:35:59 +0000 (14:35 -0800)]
Take options object in process.crashReporter.start

7 years agoAdd crashReporter property to process
Ramya Achutha Rao [Fri, 9 Dec 2016 09:44:12 +0000 (01:44 -0800)]
Add crashReporter property to process

7 years agoExpose crash reporter start for child node processes
Ramya Achutha Rao [Fri, 2 Dec 2016 02:19:57 +0000 (18:19 -0800)]
Expose crash reporter start for child node processes

7 years agoMerge pull request #8495 from electron/fullscreen-spec
Kevin Sawicki [Tue, 24 Jan 2017 20:32:14 +0000 (12:32 -0800)]
Merge pull request #8495 from electron/fullscreen-spec

Wait for window to transition before leaving full screen

7 years agoFinish spec when full screen is left
Kevin Sawicki [Tue, 24 Jan 2017 19:22:25 +0000 (11:22 -0800)]
Finish spec when full screen is left

7 years agoWait for window to transition before leaving full screen
Kevin Sawicki [Tue, 24 Jan 2017 16:29:50 +0000 (08:29 -0800)]
Wait for window to transition before leaving full screen

7 years agoMerge pull request #8496 from electron/upgrade-ffi
Kevin Sawicki [Tue, 24 Jan 2017 19:54:59 +0000 (11:54 -0800)]
Merge pull request #8496 from electron/upgrade-ffi

Upgrade to ffi@2.2.0

7 years agoUpgrade to ffi@2.2.0
Kevin Sawicki [Tue, 24 Jan 2017 19:24:58 +0000 (11:24 -0800)]
Upgrade to ffi@2.2.0

7 years agoMerge pull request #8452 from electron/document-build
Kevin Sawicki [Tue, 24 Jan 2017 18:53:33 +0000 (10:53 -0800)]
Merge pull request #8452 from electron/document-build

Document toolchains used for building official Electron releases

7 years agoUpdate build doc to Xcode 8.2.1
Kevin Sawicki [Tue, 24 Jan 2017 18:49:42 +0000 (10:49 -0800)]
Update build doc to Xcode 8.2.1

7 years agoBump v1.5.0
Kevin Sawicki [Tue, 24 Jan 2017 16:27:37 +0000 (08:27 -0800)]
Bump v1.5.0

7 years agoMerge pull request #8483 from electron/upgrade-libcc
Kevin Sawicki [Tue, 24 Jan 2017 16:26:42 +0000 (08:26 -0800)]
Merge pull request #8483 from electron/upgrade-libcc

Upgrade libcc to b4dd78df

7 years agoUpgrade libcc to b4dd78df
Kevin Sawicki [Mon, 23 Jan 2017 19:16:12 +0000 (11:16 -0800)]
Upgrade libcc to b4dd78df

7 years agoupdate documentation
leethomas [Tue, 24 Jan 2017 05:28:12 +0000 (21:28 -0800)]
update documentation

7 years agoimplement relative window levels, closes #8153
leethomas [Tue, 24 Jan 2017 04:36:09 +0000 (20:36 -0800)]
implement relative window levels, closes #8153

7 years agoMerge pull request #8475 from milkit/fix-translation-jp
Kevin Sawicki [Mon, 23 Jan 2017 17:35:01 +0000 (09:35 -0800)]
Merge pull request #8475 from milkit/fix-translation-jp

Fix Japanese translation

7 years agoMerge pull request #8472 from javan/patch-1
Kevin Sawicki [Mon, 23 Jan 2017 17:34:42 +0000 (09:34 -0800)]
Merge pull request #8472 from javan/patch-1

Remove note in "did-fail-load" about redirect responses

7 years agoMerge pull request #8467 from electron/upgrade-multiparty
Kevin Sawicki [Mon, 23 Jan 2017 17:27:34 +0000 (09:27 -0800)]
Merge pull request #8467 from electron/upgrade-multiparty

Upgrade multiparty for os.tmpdir fix

7 years agoUpgrade multiparty for os.tmpdir fix
Kevin Sawicki [Sat, 21 Jan 2017 17:58:31 +0000 (09:58 -0800)]
Upgrade multiparty for os.tmpdir fix

7 years agoadd spec
deepak1556 [Mon, 23 Jan 2017 14:27:47 +0000 (19:57 +0530)]
add spec

7 years agoFix Japanese translation
Shunki Tan [Mon, 23 Jan 2017 02:35:06 +0000 (11:35 +0900)]
Fix Japanese translation

7 years agoRemove note in "did-fail-load" about redirect responses
Javan Makhmali [Sun, 22 Jan 2017 21:39:42 +0000 (16:39 -0500)]
Remove note in "did-fail-load" about redirect responses

ERR_ABORTED is suppressed now (https://github.com/electron/electron/pull/6201)

7 years ago<webview> Tag to zh-CN
Weiqiang Lin [Sun, 22 Jan 2017 06:18:34 +0000 (14:18 +0800)]
<webview> Tag to zh-CN

7 years agoFile Object to zh-CN
Weiqiang Lin [Sun, 22 Jan 2017 06:17:59 +0000 (14:17 +0800)]
File Object to zh-CN

7 years agoSynopsis to zh-CN
Weiqiang Lin [Sun, 22 Jan 2017 06:17:29 +0000 (14:17 +0800)]
Synopsis to zh-CN

7 years agoSupported Chrome Command Line Switches to zh-CN
Weiqiang Lin [Sun, 22 Jan 2017 06:16:59 +0000 (14:16 +0800)]
Supported Chrome Command Line Switches to zh-CN

7 years agotesting-on-headless-ci.md to zh-CN
Weiqiang Lin [Sun, 22 Jan 2017 06:15:51 +0000 (14:15 +0800)]
testing-on-headless-ci.md to zh-CN

7 years agoMerge pull request #8464 from schwalbe10/translation_jp
Kevin Sawicki [Sat, 21 Jan 2017 18:41:30 +0000 (10:41 -0800)]
Merge pull request #8464 from schwalbe10/translation_jp

Fix a typo

7 years agoMerge pull request #8463 from electron/patch-about-md
Kevin Sawicki [Sat, 21 Jan 2017 18:41:14 +0000 (10:41 -0800)]
Merge pull request #8463 from electron/patch-about-md

Fixing missing link

7 years agoFix a typo
schwalbe10 [Sat, 21 Jan 2017 14:12:37 +0000 (23:12 +0900)]
Fix a typo

7 years agoFixing missing link
Samuel Attard [Sat, 21 Jan 2017 13:12:43 +0000 (00:12 +1100)]
Fixing missing link