platform/framework/web/crosswalk-tizen.git
8 years ago:memo: Match variable names
Plusb Preco [Tue, 10 May 2016 17:16:32 +0000 (02:16 +0900)]
:memo: Match variable names

[ci skip]

8 years ago:memo: Fix code style issue
Plusb Preco [Tue, 10 May 2016 17:15:09 +0000 (02:15 +0900)]
:memo: Fix code style issue

* Change `var` to `let`.
* Change `function() {}` to `() => {}`.
* Use shorthand function syntax on object notation.
* Remove spaces between object notation brackets.
* Small fixes.

8 years ago:memo: Add missing semicolons
Plusb Preco [Tue, 10 May 2016 16:57:55 +0000 (01:57 +0900)]
:memo: Add missing semicolons

[ci skip]

8 years ago:memo: Cleanup codes
Plusb Preco [Tue, 10 May 2016 16:34:51 +0000 (01:34 +0900)]
:memo: Cleanup codes

[ci skip]

8 years ago:memo: Remove whitespace after code block
Plusb Preco [Tue, 10 May 2016 16:32:13 +0000 (01:32 +0900)]
:memo: Remove whitespace after code block

[ci skip]

8 years ago:memo: Match destructuring style
Plusb Preco [Tue, 10 May 2016 16:26:38 +0000 (01:26 +0900)]
:memo: Match destructuring style

[ci skip]

8 years ago:memo: Fix code style issue
Plusb Preco [Tue, 10 May 2016 09:42:11 +0000 (18:42 +0900)]
:memo: Fix code style issue

* Match equality operators for consistent that `==`, `!=` by `===`,
`!==`.
* Match string expression notation `"` by `'`.

[ci skip]

8 years ago:memo: Adjust line length to `80`
Plusb Preco [Tue, 10 May 2016 08:41:16 +0000 (17:41 +0900)]
:memo: Adjust line length to `80`

[ci skip]

8 years ago:memo: Small fixes
Plusb Preco [Tue, 10 May 2016 08:35:12 +0000 (17:35 +0900)]
:memo: Small fixes

[ci skip]

8 years agoUpdate native_mate: close #5392
Cheng Zhao [Tue, 10 May 2016 07:10:02 +0000 (16:10 +0900)]
Update native_mate: close #5392

8 years agoMerge pull request #5459 from electron/soft-warning
Cheng Zhao [Tue, 10 May 2016 02:11:00 +0000 (11:11 +0900)]
Merge pull request #5459 from electron/soft-warning

Turn exception in protocol.registerStandardSchemes into warning warning

8 years agospec: protocol.registerStandardSchemes does not throw
Cheng Zhao [Tue, 10 May 2016 00:57:13 +0000 (09:57 +0900)]
spec: protocol.registerStandardSchemes does not throw

8 years agodocs: When to use protocol.registerStandardSchemes
Cheng Zhao [Mon, 9 May 2016 01:20:08 +0000 (10:20 +0900)]
docs: When to use protocol.registerStandardSchemes

8 years agoTurn the exception in protocol.registerStandardSchemes to warning
Cheng Zhao [Mon, 9 May 2016 00:49:28 +0000 (09:49 +0900)]
Turn the exception in protocol.registerStandardSchemes to warning

8 years agoNo need to keep the deprecated APIs
Cheng Zhao [Mon, 9 May 2016 00:22:03 +0000 (09:22 +0900)]
No need to keep the deprecated APIs

They will be removed in next release.

8 years agoFix exception when refreshing specs window
Cheng Zhao [Mon, 9 May 2016 11:08:50 +0000 (20:08 +0900)]
Fix exception when refreshing specs window

8 years agoMerge pull request #5406 from deepak1556/protocol_standard_scheme_patch
Cheng Zhao [Mon, 9 May 2016 00:12:35 +0000 (09:12 +0900)]
Merge pull request #5406 from deepak1556/protocol_standard_scheme_patch

protocol: fix registerStandardSchemes api

8 years agoMerge pull request #5440 from electron/bengotow/remove-default-protocol
Cheng Zhao [Sun, 8 May 2016 23:36:21 +0000 (08:36 +0900)]
Merge pull request #5440 from electron/bengotow/remove-default-protocol

Implement RemoveAsDefaultProtocolClient on OS X

8 years agoAdd docs, avoid side effects when not currently default
Ben Gotow [Sun, 8 May 2016 17:50:17 +0000 (10:50 -0700)]
Add docs, avoid side effects when not currently default

8 years agodelay protocol object creation
deepak1556 [Sun, 8 May 2016 11:14:14 +0000 (16:44 +0530)]
delay protocol object creation

8 years agoMerge pull request #5445 from electron/fix-flaky-tests
Cheng Zhao [Sun, 8 May 2016 07:44:29 +0000 (16:44 +0900)]
Merge pull request #5445 from electron/fix-flaky-tests

Suppress the window.open tests on travis CI's mac machine

8 years agoSuppress the window.open tests on travis CI's mac machine
Cheng Zhao [Sun, 8 May 2016 06:15:16 +0000 (15:15 +0900)]
Suppress the window.open tests on travis CI's mac machine

8 years agoMerge pull request #5444 from electron/expiration-date
Cheng Zhao [Sun, 8 May 2016 06:13:36 +0000 (15:13 +0900)]
Merge pull request #5444 from electron/expiration-date

Fix `expirationDate` not showing for persistent cookies

8 years agoSet expirationDate for persistent cookie
Cheng Zhao [Sun, 8 May 2016 05:38:07 +0000 (14:38 +0900)]
Set expirationDate for persistent cookie

8 years agoMerge pull request #5436 from stevekinney/refactor-parse-args-in-dialog
Cheng Zhao [Sun, 8 May 2016 02:57:02 +0000 (11:57 +0900)]
Merge pull request #5436 from stevekinney/refactor-parse-args-in-dialog

Refactor parseArgs function in dialog module

8 years agoMerge pull request #5432 from stevekinney/default-app-to-es6
Cheng Zhao [Sun, 8 May 2016 02:21:01 +0000 (11:21 +0900)]
Merge pull request #5432 from stevekinney/default-app-to-es6

Update default_app to ES6 conventions

8 years agoMerge pull request #5418 from felixrieseberg/security-guide
Cheng Zhao [Sun, 8 May 2016 02:20:21 +0000 (11:20 +0900)]
Merge pull request #5418 from felixrieseberg/security-guide

Add Security Tutorial

8 years agofix docs and spec
deepak1556 [Sat, 7 May 2016 20:01:04 +0000 (01:31 +0530)]
fix docs and spec

8 years agoallow protocol module initialization before app ready.
deepak1556 [Sat, 7 May 2016 18:43:23 +0000 (00:13 +0530)]
allow protocol module initialization before app ready.
 * ensure registerStandardSchemes can only be called before app ready
 * ensure other protocol methods can only be used after app ready

8 years agoprotocol: fix registerStandardSchemes api
deepak1556 [Thu, 5 May 2016 18:34:16 +0000 (00:04 +0530)]
protocol: fix registerStandardSchemes api

8 years agoImplement RemoveAsDefaultProtocolClient on OS X
Ben Gotow [Sat, 7 May 2016 18:07:58 +0000 (11:07 -0700)]
Implement RemoveAsDefaultProtocolClient on OS X

8 years ago:lipstick: Simplify conditional check for BrowserWindow
Steve Kinney [Sat, 7 May 2016 15:13:40 +0000 (09:13 -0600)]
:lipstick: Simplify conditional check for BrowserWindow

8 years ago:lipstick: Use destructuring to shift arguments
Steve Kinney [Sat, 7 May 2016 14:55:26 +0000 (08:55 -0600)]
:lipstick: Use destructuring to shift arguments

8 years ago:lipstick: Cache last argument in parseArgs
Steve Kinney [Sat, 7 May 2016 14:52:52 +0000 (08:52 -0600)]
:lipstick: Cache last argument in parseArgs

This is to eliminate the need to access the array twice.

8 years ago:lipstick: Update default_app to ES6 conventions
Steve Kinney [Fri, 6 May 2016 23:53:50 +0000 (17:53 -0600)]
:lipstick: Update default_app to ES6 conventions

Add space before object literal method

8 years ago:memo: Add Security Tutorial
Felix Rieseberg [Fri, 6 May 2016 10:23:18 +0000 (11:23 +0100)]
:memo: Add Security Tutorial

Add basic information about Electron and Security, including an
invitation to contribute to security features. Contains information by
@zcbenz, @zeke, and @paulcbetts.

8 years agoMerge pull request #5430 from deepak1556/ipc_renderer_patch
Cheng Zhao [Sat, 7 May 2016 07:32:54 +0000 (16:32 +0900)]
Merge pull request #5430 from deepak1556/ipc_renderer_patch

ipcRenderer: fix crash with multiple listeners to sync message

8 years agoMerge pull request #5428 from miniak/update-app-manifest
Cheng Zhao [Sat, 7 May 2016 02:20:25 +0000 (11:20 +0900)]
Merge pull request #5428 from miniak/update-app-manifest

Update app manifest

8 years agoMerge pull request #5431 from deepak1556/devtools_file_system_indexer_patch
Cheng Zhao [Sat, 7 May 2016 01:55:12 +0000 (10:55 +0900)]
Merge pull request #5431 from deepak1556/devtools_file_system_indexer_patch

devtools: handle file system indexing requests

8 years agoUpdate brightray for #5431
Cheng Zhao [Sat, 7 May 2016 01:54:34 +0000 (10:54 +0900)]
Update brightray for #5431

8 years agoAdd dpiAware to app manifest instead of calling SetProcessDpiAwareness / SetProcessDP...
Milan Burda [Fri, 6 May 2016 23:16:13 +0000 (01:16 +0200)]
Add dpiAware to app manifest instead of calling SetProcessDpiAwareness / SetProcessDPIAware

8 years agoAdd disableWindowFiltering to app manifest to enable enumeration of modern app window...
Milan Burda [Fri, 6 May 2016 22:08:53 +0000 (00:08 +0200)]
Add disableWindowFiltering to app manifest to enable enumeration of modern app windows in node modules

8 years agodevtools: handle file system indexing requests
deepak1556 [Fri, 6 May 2016 23:02:54 +0000 (04:32 +0530)]
devtools: handle file system indexing requests

8 years agoMerge pull request #5421 from electron/default-app-flag
Cheng Zhao [Fri, 6 May 2016 13:09:02 +0000 (22:09 +0900)]
Merge pull request #5421 from electron/default-app-flag

Add a flag indicating app is started from default app

8 years agoAdd a flag indicating app is started from default app
Cheng Zhao [Fri, 6 May 2016 12:48:51 +0000 (21:48 +0900)]
Add a flag indicating app is started from default app

8 years agoMerge pull request #5412 from electron/osx-disable-rubber-banding
Cheng Zhao [Fri, 6 May 2016 06:35:14 +0000 (15:35 +0900)]
Merge pull request #5412 from electron/osx-disable-rubber-banding

Add scrollBounce option and disable it by default

8 years agoAdd scrollBounce option and disable it by default
Cheng Zhao [Fri, 6 May 2016 05:57:43 +0000 (14:57 +0900)]
Add scrollBounce option and disable it by default

8 years agoMerge pull request #5409 from electron/did-fail-load-clarification
Cheng Zhao [Fri, 6 May 2016 05:27:46 +0000 (14:27 +0900)]
Merge pull request #5409 from electron/did-fail-load-clarification

Clarify how did-fail-load handles redirects

8 years agoMerge pull request #5411 from electron/min-max-size-docs
Cheng Zhao [Fri, 6 May 2016 05:24:59 +0000 (14:24 +0900)]
Merge pull request #5411 from electron/min-max-size-docs

docs: Make it clear that size constraints only apply for users

8 years agodocs: Make it clear that size constraints only apply for users
Cheng Zhao [Fri, 6 May 2016 05:21:19 +0000 (14:21 +0900)]
docs: Make it clear that size constraints only apply for users

[ci skip]

8 years agoMerge pull request #5408 from electron/ld-update-code-of-conduct
Cheng Zhao [Fri, 6 May 2016 01:41:25 +0000 (10:41 +0900)]
Merge pull request #5408 from electron/ld-update-code-of-conduct

:memo: Update to v1.4 of the Code of Conduct

8 years agoClarify how did-fail-load handles redirects.
Charlie Hess [Thu, 5 May 2016 22:52:00 +0000 (15:52 -0700)]
Clarify how did-fail-load handles redirects.

8 years agoipcRenderer: fix crash with multiple listeners to sync message
deepak1556 [Thu, 5 May 2016 21:22:59 +0000 (02:52 +0530)]
ipcRenderer: fix crash with multiple listeners to sync message

8 years ago:memo: Update to v1.4 of the Code of Conduct
Lee Dohm [Thu, 5 May 2016 20:48:44 +0000 (13:48 -0700)]
:memo: Update to v1.4 of the Code of Conduct

Also, switch email address for reporting.

8 years agoMerge branch 'update-code-samples' of https://github.com/stevekinney/electron into...
Cheng Zhao [Thu, 5 May 2016 11:55:25 +0000 (20:55 +0900)]
Merge branch 'update-code-samples' of https://github.com/stevekinney/electron into stevekinney-update-code-samples

8 years agoMerge pull request #5401 from electron/ns-js-object
Cheng Zhao [Thu, 5 May 2016 08:59:43 +0000 (17:59 +0900)]
Merge pull request #5401 from electron/ns-js-object

Fully support the userInfo object in app.setUserActivity and continue-activity event

8 years agoRevert "Generalize this mate converter for reuse."
Cheng Zhao [Thu, 5 May 2016 08:09:42 +0000 (17:09 +0900)]
Revert "Generalize this mate converter for reuse."

This reverts commit 92606579d3af5b23b79161d889a795ac13d8fb77.

8 years agodocs: We support arbitrary NSDictionary now
Cheng Zhao [Thu, 5 May 2016 08:07:46 +0000 (17:07 +0900)]
docs: We support arbitrary NSDictionary now

8 years agoMove the job of creating userActivity to AtomApplication
Cheng Zhao [Thu, 5 May 2016 07:38:47 +0000 (16:38 +0900)]
Move the job of creating userActivity to AtomApplication

8 years agoFully support converting NSDictionary to JS userInfo object
Cheng Zhao [Thu, 5 May 2016 07:26:44 +0000 (16:26 +0900)]
Fully support converting NSDictionary to JS userInfo object

8 years agospec: Should not run app.setUserActivity test on non-OS X
Cheng Zhao [Thu, 5 May 2016 03:27:25 +0000 (12:27 +0900)]
spec: Should not run app.setUserActivity test on non-OS X

8 years agoFix code styling problems
Cheng Zhao [Thu, 5 May 2016 03:26:23 +0000 (12:26 +0900)]
Fix code styling problems

8 years agoMerge pull request #5352 from CharlieHess/hands-on-hand-off
Cheng Zhao [Thu, 5 May 2016 03:06:56 +0000 (12:06 +0900)]
Merge pull request #5352 from CharlieHess/hands-on-hand-off

OS X Handoff Feature

8 years agoMerge pull request #5393 from appetizermonster/patch-2
Cheng Zhao [Thu, 5 May 2016 02:15:35 +0000 (11:15 +0900)]
Merge pull request #5393 from appetizermonster/patch-2

Fix small mistakes in Korean Doc

8 years agoMerge pull request #5379 from danhp/context-menu
Cheng Zhao [Thu, 5 May 2016 02:12:58 +0000 (11:12 +0900)]
Merge pull request #5379 from danhp/context-menu

Expose the 'context-menu' event.

8 years agoUse scoped_nsobject to ensure our intermediate objects get cleaned up.
Charlie Hess [Wed, 4 May 2016 18:28:49 +0000 (11:28 -0700)]
Use scoped_nsobject to ensure our intermediate objects get cleaned up.

8 years ago:memo: Update tutorials to ES6 [ci skip]
Steve Kinney [Wed, 4 May 2016 18:11:51 +0000 (12:11 -0600)]
:memo: Update tutorials to ES6 [ci skip]

8 years ago:memo: Update FAQ to ES6 [ci skip]
Steve Kinney [Wed, 4 May 2016 18:02:24 +0000 (12:02 -0600)]
:memo: Update FAQ to ES6 [ci skip]

8 years ago:memo: Rewrite docs on destructuring assignment [ci skip]
Steve Kinney [Wed, 4 May 2016 17:59:40 +0000 (11:59 -0600)]
:memo: Rewrite docs on destructuring assignment [ci skip]

8 years ago:memo: Update API documentation to ES6 [ci skip]
Steve Kinney [Wed, 4 May 2016 17:59:02 +0000 (11:59 -0600)]
:memo: Update API documentation to ES6 [ci skip]

8 years ago:memo: Update documentation style guide to ES6 [ci skip]
Steve Kinney [Wed, 4 May 2016 16:55:05 +0000 (10:55 -0600)]
:memo: Update documentation style guide to ES6 [ci skip]

8 years agoFix small mistakes in CONTRIBUTING-ko.md
Heejin Lee [Wed, 4 May 2016 15:02:53 +0000 (00:02 +0900)]
Fix small mistakes in CONTRIBUTING-ko.md

8 years agoFollow object naming conventions for params in the 'context-menu' event
Daniel Pham [Wed, 4 May 2016 14:41:10 +0000 (10:41 -0400)]
Follow object naming conventions for params in the 'context-menu' event

8 years agoMerge pull request #5383 from preco21/korean-docs-2
Cheng Zhao [Wed, 4 May 2016 14:20:44 +0000 (23:20 +0900)]
Merge pull request #5383 from preco21/korean-docs-2

docs: Update Korean docs as upstream

8 years agoMerge pull request #5387 from preco21/patch-1
Cheng Zhao [Wed, 4 May 2016 14:20:23 +0000 (23:20 +0900)]
Merge pull request #5387 from preco21/patch-1

docs: Match code syntax

8 years agoMerge pull request #5378 from CGamesPlay/master
Cheng Zhao [Wed, 4 May 2016 14:08:12 +0000 (23:08 +0900)]
Merge pull request #5378 from CGamesPlay/master

Use select to query the uv kqueue

8 years ago:memo: Update Korean docs as upstream
Plusb Preco [Wed, 4 May 2016 09:45:52 +0000 (18:45 +0900)]
:memo: Update Korean docs as upstream

[ci skip]

8 years agoFix code styling issue
Cheng Zhao [Wed, 4 May 2016 08:12:10 +0000 (17:12 +0900)]
Fix code styling issue

8 years agoMerge pull request #5371 from adambuckland/fix_auto_update_error
Cheng Zhao [Wed, 4 May 2016 07:58:25 +0000 (16:58 +0900)]
Merge pull request #5371 from adambuckland/fix_auto_update_error

Fix autoUpdater error on OS X

8 years agoMerge pull request #5367 from sindresorhus/patch-1
Cheng Zhao [Wed, 4 May 2016 07:52:48 +0000 (16:52 +0900)]
Merge pull request #5367 from sindresorhus/patch-1

improve the `webContents.openDevTools` docs

8 years agoDon't run this spec on platforms where the method is unavailable.
Charlie Hess [Wed, 4 May 2016 06:33:40 +0000 (23:33 -0700)]
Don't run this spec on platforms where the method is unavailable.

8 years ago:memo: Update Korean docs as upstream
Plusb Preco [Wed, 4 May 2016 06:00:59 +0000 (15:00 +0900)]
:memo: Update Korean docs as upstream

[ci skip]

8 years ago:memo: Match code syntax
Plusb Preco [Wed, 4 May 2016 05:34:11 +0000 (14:34 +0900)]
:memo: Match code syntax

[ci skip]

8 years ago:memo: Fix typo
Plusb Preco [Wed, 4 May 2016 00:46:14 +0000 (09:46 +0900)]
:memo: Fix typo

[ci skip]

8 years agoAdd an accessor for the current activity type and write the simplest possible test.
Charlie Hess [Tue, 3 May 2016 22:51:31 +0000 (15:51 -0700)]
Add an accessor for the current activity type and write the simplest possible test.

8 years agoSave the activity on the application instance to ensure we hold a reference. Activiti...
Charlie Hess [Tue, 3 May 2016 21:57:16 +0000 (14:57 -0700)]
Save the activity on the application instance to ensure we hold a reference. Activities that enable search need to persist.

8 years ago:memo: Document 'context-menu' event
Daniel Pham [Tue, 3 May 2016 12:48:16 +0000 (08:48 -0400)]
:memo: Document 'context-menu' event

8 years agoAdd 'context-menu' event to 'WebContents'
Daniel Pham [Tue, 3 May 2016 00:02:33 +0000 (20:02 -0400)]
Add 'context-menu' event to 'WebContents'

8 years ago:memo: Small fixes
Plusb Preco [Tue, 3 May 2016 17:55:10 +0000 (02:55 +0900)]
:memo: Small fixes

[ci skip]

8 years ago:memo: on using only strings.
Charlie Hess [Tue, 3 May 2016 17:34:59 +0000 (10:34 -0700)]
:memo: on using only strings.

8 years agoRevert "Add some shady methods to get V8 objects or arrays from NSDictionary or NSArray."
Charlie Hess [Tue, 3 May 2016 17:32:42 +0000 (10:32 -0700)]
Revert "Add some shady methods to get V8 objects or arrays from NSDictionary or NSArray."

This reverts commit 2295f3a8327d6df4031dcfcd8daebb771d0e3530.

8 years agoRevert "Use a DictionaryValue everywhere instead of a string map."
Charlie Hess [Tue, 3 May 2016 17:31:53 +0000 (10:31 -0700)]
Revert "Use a DictionaryValue everywhere instead of a string map."

This reverts commit 90cc10944a64d9a4998a3d12a2559baa7705b3af.

8 years agoMerge pull request #5382 from danhp/patch-1
Paul Betts [Tue, 3 May 2016 16:28:45 +0000 (09:28 -0700)]
Merge pull request #5382 from danhp/patch-1

Fix Windows debug doc pointing to OS X

8 years ago:memo: Fix Windows debug doc pointing to OS X
Daniel Pham [Tue, 3 May 2016 15:51:57 +0000 (11:51 -0400)]
:memo: Fix Windows debug doc pointing to OS X
[ci skip]

8 years agoMerge pull request #5377 from electron/custom_compiler
Cheng Zhao [Tue, 3 May 2016 13:23:31 +0000 (22:23 +0900)]
Merge pull request #5377 from electron/custom_compiler

Add more options for building on Linux

8 years agoUse select to query the uv kqueue
Ryan Patterson [Tue, 3 May 2016 06:54:21 +0000 (23:54 -0700)]
Use select to query the uv kqueue

This resolves #38. I've verified that events still get processed like they
should on El Capitan 10.11.3 (15D21).

8 years ago:memo: Small fixes
Plusb Preco [Tue, 3 May 2016 06:34:47 +0000 (15:34 +0900)]
:memo: Small fixes

[ci skip]

8 years ago:memo: Improve grammar
Plusb Preco [Tue, 3 May 2016 03:07:06 +0000 (12:07 +0900)]
:memo: Improve grammar

[ci skip]

8 years agoDo not download clang on Windows
Cheng Zhao [Tue, 3 May 2016 00:38:15 +0000 (09:38 +0900)]
Do not download clang on Windows

8 years agoIgnore CC and CXX if user didn't change build configuration
Cheng Zhao [Tue, 3 May 2016 00:31:39 +0000 (09:31 +0900)]
Ignore CC and CXX if user didn't change build configuration