platform/framework/web/crosswalk-tizen.git
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 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 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 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 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

7 years agoemit did-fail-load event when the url char length exceeds limit
deepak1556 [Sat, 21 Jan 2017 09:29:20 +0000 (14:59 +0530)]
emit did-fail-load event when the url char length exceeds limit

7 years agoFix dereferencing nullptr
deepak1556 [Sat, 21 Jan 2017 09:26:58 +0000 (14:56 +0530)]
Fix dereferencing nullptr

RenderWidgetHostView might not be available when
the navigator fails to load a url.

7 years agoLink to Xcode 7.3.1 DMG
Kevin Sawicki [Fri, 20 Jan 2017 16:16:17 +0000 (08:16 -0800)]
Link to Xcode 7.3.1 DMG

7 years agoMerge pull request #8456 from yuya-oc/docs-security
Kevin Sawicki [Fri, 20 Jan 2017 16:04:01 +0000 (08:04 -0800)]
Merge pull request #8456 from yuya-oc/docs-security

Add to security checklist about permission requests

7 years ago:memo: Add to security checklist about permission requests
Yuya Ochiai [Fri, 20 Jan 2017 14:50:10 +0000 (23:50 +0900)]
:memo: Add to security checklist about permission requests

If the handler is not set, remote content can access to user's
information without allowing the permission. e.g. UserMedia
[ci skip]

7 years ago:memo: Fix typo
Yuya Ochiai [Fri, 20 Jan 2017 14:45:39 +0000 (23:45 +0900)]
:memo: Fix typo

[ci skip]

7 years agoMention VS2015 Update 3 to match CI environment
Birunthan Mohanathas [Fri, 20 Jan 2017 05:19:43 +0000 (07:19 +0200)]
Mention VS2015 Update 3 to match CI environment

7 years agoDocument use of Xcode 7.3.1 with 10.10 SDK for release builds
Birunthan Mohanathas [Fri, 20 Jan 2017 05:19:07 +0000 (07:19 +0200)]
Document use of Xcode 7.3.1 with 10.10 SDK for release builds

7 years agoMerge pull request #8451 from electron/upgrade-clang
Kevin Sawicki [Thu, 19 Jan 2017 23:56:38 +0000 (15:56 -0800)]
Merge pull request #8451 from electron/upgrade-clang

Upgrade to clang 278861

7 years agoUpgrade to clang 278861
Kevin Sawicki [Thu, 19 Jan 2017 23:32:03 +0000 (15:32 -0800)]
Upgrade to clang 278861

7 years agoMerge pull request #8406 from electron/use_gn-chrome54
Kevin Sawicki [Thu, 19 Jan 2017 21:33:48 +0000 (13:33 -0800)]
Merge pull request #8406 from electron/use_gn-chrome54

Use gn chrome54

7 years agoBump v1.4.15
Kevin Sawicki [Thu, 19 Jan 2017 16:32:42 +0000 (08:32 -0800)]
Bump v1.4.15

7 years agoUpdate node to pick up Windows compilation fix
Birunthan Mohanathas [Thu, 19 Jan 2017 06:58:11 +0000 (08:58 +0200)]
Update node to pick up Windows compilation fix

7 years agoUpdate .node-version to 7.4
Kevin Sawicki [Thu, 19 Jan 2017 02:47:25 +0000 (18:47 -0800)]
Update .node-version to 7.4

7 years agoLeak IsolateData since Environment is also leaked
Kevin Sawicki [Thu, 19 Jan 2017 00:41:36 +0000 (16:41 -0800)]
Leak IsolateData since Environment is also leaked

7 years agoUpgrade to node 7.4
Kevin Sawicki [Wed, 18 Jan 2017 17:56:41 +0000 (09:56 -0800)]
Upgrade to node 7.4

7 years agoUpgrade to latest libcc
Kevin Sawicki [Tue, 17 Jan 2017 22:09:32 +0000 (14:09 -0800)]
Upgrade to latest libcc

7 years agoCorrect version in chrome_version.h
Birunthan Mohanathas [Tue, 17 Jan 2017 09:35:36 +0000 (11:35 +0200)]
Correct version in chrome_version.h

7 years agoUpdate to latest libchromiumcontent
Cheng Zhao [Mon, 16 Jan 2017 06:22:21 +0000 (15:22 +0900)]
Update to latest libchromiumcontent

7 years agoUpdate `brightray` and `crashpad`
Ales Pergl [Fri, 13 Jan 2017 13:28:56 +0000 (14:28 +0100)]
Update `brightray` and `crashpad`

7 years agoUpgrade to Chrome 54.0.2840.101
Kevin Sawicki [Thu, 12 Jan 2017 18:49:13 +0000 (10:49 -0800)]
Upgrade to Chrome 54.0.2840.101

7 years agoAdd basic inspectElement spec
Kevin Sawicki [Tue, 20 Dec 2016 17:07:48 +0000 (09:07 -0800)]
Add basic inspectElement spec

7 years ago:art:
Kevin Sawicki [Tue, 20 Dec 2016 17:05:31 +0000 (09:05 -0800)]
:art: