platform/framework/web/crosswalk-tizen.git
8 years agoUse colors from Electron site
Kevin Sawicki [Wed, 17 Feb 2016 17:51:24 +0000 (09:51 -0800)]
Use colors from Electron site

8 years ago:memo: Update as upstream
Plusb Preco [Wed, 17 Feb 2016 13:46:36 +0000 (22:46 +0900)]
:memo: Update as upstream

[ci skip]

8 years agodocs: Add note on Chrome version when using widevine
Cheng Zhao [Thu, 18 Feb 2016 15:28:19 +0000 (23:28 +0800)]
docs: Add note on Chrome version when using widevine

Refs #4519.

8 years agoMerge pull request #4534 from apoco/menu-documentation
Cheng Zhao [Thu, 18 Feb 2016 12:14:08 +0000 (20:14 +0800)]
Merge pull request #4534 from apoco/menu-documentation

Link to Menu documentation

8 years agoShip ffmpeg in dist, close #4536
Cheng Zhao [Thu, 18 Feb 2016 10:57:31 +0000 (18:57 +0800)]
Ship ffmpeg in dist, close #4536

8 years agoMerge pull request #4538 from atom/cmd-tilde
Cheng Zhao [Thu, 18 Feb 2016 10:57:04 +0000 (18:57 +0800)]
Merge pull request #4538 from atom/cmd-tilde

mac: Simulate the behavior of cmd+~ when OS X didn't handle it

8 years agoMerge pull request #4508 from atom/open-external-without-activation
Cheng Zhao [Thu, 18 Feb 2016 10:40:22 +0000 (18:40 +0800)]
Merge pull request #4508 from atom/open-external-without-activation

Allow shell.openExternal to open URLs in the background

8 years agomac: Simulate the behavior of cmd+~ when OS X didn't handle it
Cheng Zhao [Thu, 18 Feb 2016 10:32:13 +0000 (18:32 +0800)]
mac: Simulate the behavior of cmd+~ when OS X didn't handle it

8 years agoLink to Menu documentation
Jacob Page [Thu, 18 Feb 2016 05:30:01 +0000 (21:30 -0800)]
Link to Menu documentation

Added link to documentation about `Menu` objects

8 years agoMerge pull request #4532 from atom/no-drop-capacities
Cheng Zhao [Thu, 18 Feb 2016 05:01:18 +0000 (13:01 +0800)]
Merge pull request #4532 from atom/no-drop-capacities

Update libchromiumcontent, fix #3666

8 years agoUpdate libchromiumcontent, fix #3666
Cheng Zhao [Thu, 18 Feb 2016 04:14:25 +0000 (12:14 +0800)]
Update libchromiumcontent, fix #3666

8 years agoMerge pull request #4531 from atom/fix-win32-specs
Cheng Zhao [Thu, 18 Feb 2016 04:12:32 +0000 (12:12 +0800)]
Merge pull request #4531 from atom/fix-win32-specs

spec: Fix failing tests on Windows

8 years agospec: Fix failing tests on Windows
Cheng Zhao [Thu, 18 Feb 2016 03:39:35 +0000 (11:39 +0800)]
spec: Fix failing tests on Windows

8 years agoMerge pull request #4523 from atom/spec-clean-up
Cheng Zhao [Thu, 18 Feb 2016 03:15:37 +0000 (11:15 +0800)]
Merge pull request #4523 from atom/spec-clean-up

Clean up specs post CoffeeScript conversion

8 years agoMerge pull request #4530 from atom/shared-ffmpeg
Cheng Zhao [Thu, 18 Feb 2016 03:13:57 +0000 (11:13 +0800)]
Merge pull request #4530 from atom/shared-ffmpeg

Link with ffmpeg dynamically

8 years agoUpdate var declarations
Kevin Sawicki [Wed, 17 Feb 2016 17:27:25 +0000 (09:27 -0800)]
Update var declarations

8 years agoRemove unneeded returns
Kevin Sawicki [Wed, 17 Feb 2016 01:46:44 +0000 (17:46 -0800)]
Remove unneeded returns

8 years agoRemove unused results
Kevin Sawicki [Wed, 17 Feb 2016 01:45:18 +0000 (17:45 -0800)]
Remove unused results

8 years agoRemove unneeded returns
Kevin Sawicki [Wed, 17 Feb 2016 01:39:11 +0000 (17:39 -0800)]
Remove unneeded returns

8 years agoAdd newlines between describe/it blocks
Kevin Sawicki [Wed, 17 Feb 2016 01:09:41 +0000 (17:09 -0800)]
Add newlines between describe/it blocks

8 years agoUse const for requires
Kevin Sawicki [Wed, 17 Feb 2016 00:46:49 +0000 (16:46 -0800)]
Use const for requires

8 years agoHandle argument parsing in C++
Kevin Sawicki [Wed, 17 Feb 2016 17:05:21 +0000 (09:05 -0800)]
Handle argument parsing in C++

8 years agoCall OpenExternal with new true default to activate arg
Kevin Sawicki [Wed, 17 Feb 2016 00:09:30 +0000 (16:09 -0800)]
Call OpenExternal with new true default to activate arg

8 years agoAdd missing semicolon
Kevin Sawicki [Wed, 17 Feb 2016 00:08:36 +0000 (16:08 -0800)]
Add missing semicolon

8 years agoReturn value from bindings method
Kevin Sawicki [Wed, 17 Feb 2016 00:02:41 +0000 (16:02 -0800)]
Return value from bindings method

8 years agoUse markdown list for new options param
Kevin Sawicki [Tue, 16 Feb 2016 23:58:33 +0000 (15:58 -0800)]
Use markdown list for new options param

8 years agowithout_activation -> activate
Kevin Sawicki [Tue, 16 Feb 2016 23:55:37 +0000 (15:55 -0800)]
without_activation -> activate

8 years agoFix linter error
Ben Gotow [Wed, 3 Feb 2016 19:35:01 +0000 (11:35 -0800)]
Fix linter error

8 years agoAllow openExternal to open URLs in the background #3224
Ben Gotow [Wed, 3 Feb 2016 07:01:00 +0000 (23:01 -0800)]
Allow openExternal to open URLs in the background #3224

8 years agoUpdate libchromiumcontent to use shared ffmpeg
Cheng Zhao [Wed, 17 Feb 2016 14:21:59 +0000 (22:21 +0800)]
Update libchromiumcontent to use shared ffmpeg

8 years agoLink with ffmpeg
Cheng Zhao [Wed, 17 Feb 2016 14:21:14 +0000 (22:21 +0800)]
Link with ffmpeg

8 years agoMerge pull request #4509 from caibirdme/feature-translate-into-Chinese
Cheng Zhao [Wed, 17 Feb 2016 11:38:57 +0000 (19:38 +0800)]
Merge pull request #4509 from caibirdme/feature-translate-into-Chinese

tanslate file-object.md

8 years agoremove original English text
deenjun [Wed, 17 Feb 2016 06:54:57 +0000 (14:54 +0800)]
remove original English text

8 years agoMerge pull request #4510 from atom/skip-eslint
Cheng Zhao [Wed, 17 Feb 2016 04:07:51 +0000 (12:07 +0800)]
Merge pull request #4510 from atom/skip-eslint

Skip eslint on our Windows build machine for now

8 years agoSkip eslint on our Windows build machine for now
Cheng Zhao [Wed, 17 Feb 2016 02:54:44 +0000 (10:54 +0800)]
Skip eslint on our Windows build machine for now

8 years agoMerge pull request #4507 from atom/mb-add-deprecation-handler-api
Cheng Zhao [Wed, 17 Feb 2016 02:51:30 +0000 (10:51 +0800)]
Merge pull request #4507 from atom/mb-add-deprecation-handler-api

Add API for custom handling of deprecations

8 years agotanslate file-object.md
deenjun [Wed, 17 Feb 2016 02:42:59 +0000 (10:42 +0800)]
tanslate file-object.md

8 years agoMerge pull request #4447 from KevinMartin/patch-3
Cheng Zhao [Wed, 17 Feb 2016 02:42:29 +0000 (10:42 +0800)]
Merge pull request #4447 from KevinMartin/patch-3

Add ability to specify v8 flags in package.json

8 years agoRemove command line switches, add v8 flags
Kevin Jose Martin [Wed, 17 Feb 2016 02:23:13 +0000 (21:23 -0500)]
Remove command line switches, add v8 flags

8 years ago:memo: Update as upstream
Plusb Preco [Tue, 16 Feb 2016 15:40:35 +0000 (00:40 +0900)]
:memo: Update as upstream

[ci skip]

8 years ago:shirt: Add missing semicolons
Max Brunsfeld [Tue, 16 Feb 2016 23:26:58 +0000 (15:26 -0800)]
:shirt: Add missing semicolons

8 years agoAdd API for custom handling of deprecations
Max Brunsfeld [Tue, 16 Feb 2016 23:09:35 +0000 (15:09 -0800)]
Add API for custom handling of deprecations

8 years agoMerge pull request #4503 from x87/master
Kevin Sawicki [Tue, 16 Feb 2016 20:52:37 +0000 (12:52 -0800)]
Merge pull request #4503 from x87/master

fixed typo in the russian translation of README.md

8 years agofixed typo in the russian translation of README.md
Seemann [Tue, 16 Feb 2016 20:19:20 +0000 (23:19 +0300)]
fixed typo in the russian translation of README.md

8 years agoMerge pull request #4501 from dmnlk/feature/add_community_jp
Kevin Sawicki [Tue, 16 Feb 2016 18:45:30 +0000 (10:45 -0800)]
Merge pull request #4501 from dmnlk/feature/add_community_jp

add Japanese Elecron Community

8 years agoadd Japanese Electron Community
dmnlk [Tue, 16 Feb 2016 17:20:38 +0000 (02:20 +0900)]
add Japanese Electron Community

8 years agodocs: Make variable names follow previous example
Cheng Zhao [Tue, 16 Feb 2016 15:10:05 +0000 (23:10 +0800)]
docs: Make variable names follow previous example

8 years agoMerge pull request #4498 from destan/patch-2
Cheng Zhao [Tue, 16 Feb 2016 15:08:34 +0000 (23:08 +0800)]
Merge pull request #4498 from destan/patch-2

add a new platform definition for linux

8 years agoadd a new platform definition for linux
Destan Sarpkaya [Tue, 16 Feb 2016 14:24:05 +0000 (16:24 +0200)]
add a new platform definition for linux

On Linux in order for changes made to individual `MenuItem`s to take effect, you have to call `setContextMenu` again

Regarding https://github.com/atom/electron/issues/1473

8 years agoMerge pull request #4496 from cesine/update/deps
Cheng Zhao [Tue, 16 Feb 2016 14:18:51 +0000 (22:18 +0800)]
Merge pull request #4496 from cesine/update/deps

fix dependencies badge  which shows out of date

8 years agoMerge pull request #4482 from lukeapage/patch-7
Cheng Zhao [Tue, 16 Feb 2016 12:22:31 +0000 (20:22 +0800)]
Merge pull request #4482 from lukeapage/patch-7

spelling fixes and americanisms

8 years agoMerge pull request #4480 from apoco/single-instance-clarification
Cheng Zhao [Tue, 16 Feb 2016 12:17:18 +0000 (20:17 +0800)]
Merge pull request #4480 from apoco/single-instance-clarification

makeSingleInstance clarification

8 years agoMerge pull request #4471 from rsezille/master
Cheng Zhao [Tue, 16 Feb 2016 08:22:55 +0000 (16:22 +0800)]
Merge pull request #4471 from rsezille/master

Docs: Start french translation

8 years agospec: Give beginFrameSubscription test more time to run
Cheng Zhao [Tue, 16 Feb 2016 08:20:15 +0000 (16:20 +0800)]
spec: Give beginFrameSubscription test more time to run

8 years agoMerge commit 'd76f6fe'
Cheng Zhao [Tue, 16 Feb 2016 08:15:59 +0000 (16:15 +0800)]
Merge commit 'd76f6fe'

8 years agoMerge pull request #4364 from atom/launch-url-or-file-directly-from-cli
Cheng Zhao [Tue, 16 Feb 2016 08:13:10 +0000 (16:13 +0800)]
Merge pull request #4364 from atom/launch-url-or-file-directly-from-cli

Launch URL or HTML file directly

8 years agoMerge remote-tracking branch 'origin/dont-write-empty-dev-tools-extensions-file'
Cheng Zhao [Tue, 16 Feb 2016 04:30:42 +0000 (12:30 +0800)]
Merge remote-tracking branch 'origin/dont-write-empty-dev-tools-extensions-file'

8 years agoMerge pull request #4494 from pra85/patch-3
Cheng Zhao [Tue, 16 Feb 2016 04:28:08 +0000 (12:28 +0800)]
Merge pull request #4494 from pra85/patch-3

docs: fix a minor typo

8 years ago:memo: Update as upstream
Plusb Preco [Tue, 16 Feb 2016 00:55:59 +0000 (09:55 +0900)]
:memo: Update as upstream

[ci skip]

8 years agoMerge pull request #4497 from atom/docs-revise
Cheng Zhao [Tue, 16 Feb 2016 04:20:00 +0000 (12:20 +0800)]
Merge pull request #4497 from atom/docs-revise

Improve the IPC related docs

8 years agodocs: Remove unnecessary "properties: " suffix
Cheng Zhao [Tue, 16 Feb 2016 04:11:05 +0000 (12:11 +0800)]
docs: Remove unnecessary "properties: " suffix

8 years agoOptional => optional
Cheng Zhao [Tue, 16 Feb 2016 03:54:41 +0000 (11:54 +0800)]
Optional => optional

8 years agodocs: Improve the docs on sharing data
Cheng Zhao [Tue, 16 Feb 2016 03:52:47 +0000 (11:52 +0800)]
docs: Improve the docs on sharing data

8 years agodocs: Cleanup the IPC docs
Cheng Zhao [Tue, 16 Feb 2016 03:34:39 +0000 (11:34 +0800)]
docs: Cleanup the IPC docs

8 years ago:arrow_up: :shirt: updated to eslint 2.1.0
cesine [Tue, 16 Feb 2016 02:26:25 +0000 (21:26 -0500)]
:arrow_up: :shirt: updated to eslint 2.1.0

Verified migration doc (nothing to be done)
http://eslint.org/docs/user-guide/migrating-to-2.0.0

And made sure the eslint tasks passed

8 years agoMerge pull request #4392 from madarche/doc-howto-share-objects
Cheng Zhao [Tue, 16 Feb 2016 03:18:20 +0000 (11:18 +0800)]
Merge pull request #4392 from madarche/doc-howto-share-objects

Document different techniques to share objects

8 years agoMerge pull request #4495 from atom/frame-subscriber
Cheng Zhao [Tue, 16 Feb 2016 03:13:11 +0000 (11:13 +0800)]
Merge pull request #4495 from atom/frame-subscriber

Use weak pointer instead of manual bookkeeping

8 years agoMerge pull request #4453 from lukeapage/patch-6
Cheng Zhao [Tue, 16 Feb 2016 03:08:35 +0000 (11:08 +0800)]
Merge pull request #4453 from lukeapage/patch-6

Docs - clarify ipc arguments

8 years agospec: Skip autoUpdater tests in MAS build
Cheng Zhao [Tue, 16 Feb 2016 03:00:36 +0000 (11:00 +0800)]
spec: Skip autoUpdater tests in MAS build

8 years agoUse weak pointer instead of manual bookkeeping
Cheng Zhao [Tue, 16 Feb 2016 02:44:10 +0000 (10:44 +0800)]
Use weak pointer instead of manual bookkeeping

8 years agospec: Bring back beginFrameSubscription test
Cheng Zhao [Tue, 16 Feb 2016 02:30:18 +0000 (10:30 +0800)]
spec: Bring back beginFrameSubscription test

8 years agodocs: fix a minor typo
Prayag Verma [Tue, 16 Feb 2016 02:21:14 +0000 (07:51 +0530)]
docs: fix a minor typo

Remove extra `will`

8 years agoMerge pull request #4451 from MaxWhere/framesubscriber-fix
Cheng Zhao [Tue, 16 Feb 2016 02:20:44 +0000 (10:20 +0800)]
Merge pull request #4451 from MaxWhere/framesubscriber-fix

Fixing FrameSubscriber memory issue

8 years agoMerge pull request #4449 from deepak1556/permission_helper_media_patch
Cheng Zhao [Mon, 15 Feb 2016 15:12:57 +0000 (23:12 +0800)]
Merge pull request #4449 from deepak1556/permission_helper_media_patch

browser: handle desktop capture devices in media permission request

8 years agoMerge branch 'webcontent_invalid_loadurl_patch' of https://github.com/deepak1556...
Cheng Zhao [Mon, 15 Feb 2016 13:14:54 +0000 (21:14 +0800)]
Merge branch 'webcontent_invalid_loadurl_patch' of https://github.com/deepak1556/atom-shell into deepak1556-webcontent_invalid_loadurl_patch

8 years agoMerge pull request #4421 from atom/dialog-icon-on-mac
Cheng Zhao [Mon, 15 Feb 2016 09:48:43 +0000 (16:48 +0700)]
Merge pull request #4421 from atom/dialog-icon-on-mac

Support configurable dialog icon on Mac

8 years agoFix broken links in desktop-environment-integration.md
Cheng Zhao [Mon, 15 Feb 2016 08:36:01 +0000 (16:36 +0800)]
Fix broken links in desktop-environment-integration.md

Close #4404.

8 years agoMerge pull request #4398 from LartSimZ/master
Cheng Zhao [Mon, 15 Feb 2016 08:30:06 +0000 (15:30 +0700)]
Merge pull request #4398 from LartSimZ/master

Fix for issue #4369

8 years agospelling fixes and americanisms
Luke Page [Mon, 15 Feb 2016 05:51:20 +0000 (06:51 +0100)]
spelling fixes and americanisms

8 years agoClarify arguments sent via ipc
Luke Page [Fri, 12 Feb 2016 04:47:27 +0000 (05:47 +0100)]
Clarify arguments sent via ipc

8 years agomakeSingleInstance clarification
Jacob Page [Mon, 15 Feb 2016 03:13:11 +0000 (19:13 -0800)]
makeSingleInstance clarification

Removed callback return value from the sample code for makeSingleInstance because it appears to not be used for anything.

8 years agoMerge pull request #4361 from ShiningRay/patch-2
Cheng Zhao [Mon, 15 Feb 2016 02:13:02 +0000 (09:13 +0700)]
Merge pull request #4361 from ShiningRay/patch-2

translate remote.md into Chinese

8 years ago:memo: Update as upstream
Plusb Preco [Sun, 7 Feb 2016 07:02:48 +0000 (16:02 +0900)]
:memo: Update as upstream

[ci skip]

8 years agoAdd styleguide in french
Remi Sezille [Sat, 13 Feb 2016 18:28:12 +0000 (19:28 +0100)]
Add styleguide in french

[ci skip]

8 years agoAdd FAQ
Remi Sezille [Sat, 13 Feb 2016 17:20:34 +0000 (18:20 +0100)]
Add FAQ

[ci skip]

8 years agoFix line length wrap
Remi Sezille [Sat, 13 Feb 2016 17:19:49 +0000 (18:19 +0100)]
Fix line length wrap

[ci skip]

8 years agoAdd french docs link on main README
Remi Sezille [Sat, 13 Feb 2016 10:32:47 +0000 (11:32 +0100)]
Add french docs link on main README

[ci skip]

8 years agoTranslate README in french
Remi Sezille [Sat, 13 Feb 2016 10:29:08 +0000 (11:29 +0100)]
Translate README in french

[ci skip]

8 years ago:memo::checkered_flag: Add icon overlays in taskbar to docs
Yuya Ochiai [Sat, 13 Feb 2016 08:03:58 +0000 (17:03 +0900)]
:memo::checkered_flag: Add icon overlays in taskbar to docs

[ci skip]

8 years agoMerge pull request #4455 from preco21/patch-5
Kevin Sawicki [Fri, 12 Feb 2016 17:38:27 +0000 (09:38 -0800)]
Merge pull request #4455 from preco21/patch-5

Remove unnecessary line feeds

8 years agoRemove unnecessary line feeds
Plusb Preco [Fri, 12 Feb 2016 13:38:08 +0000 (22:38 +0900)]
Remove unnecessary line feeds

[ci skip]

8 years agoFix: add missing fragment in FAQ section URL
Marc-Aurèle DARCHE [Fri, 12 Feb 2016 12:50:15 +0000 (13:50 +0100)]
Fix: add missing fragment in FAQ section URL

8 years agoDon't fire callbacks after we end the subscription
Heilig Benedek [Fri, 12 Feb 2016 12:30:11 +0000 (13:30 +0100)]
Don't fire callbacks after we end the subscription

8 years agoFixing the problem related to FrameSubscriber
Heilig Benedek [Fri, 12 Feb 2016 01:18:13 +0000 (02:18 +0100)]
Fixing the problem related to FrameSubscriber

8 years agoMerge pull request #4450 from HR/patch-1
Kevin Sawicki [Fri, 12 Feb 2016 01:00:05 +0000 (17:00 -0800)]
Merge pull request #4450 from HR/patch-1

Fix electron binary relative path

8 years agoMerge pull request #5 from atom/master
Heilig Benedek [Fri, 12 Feb 2016 00:57:08 +0000 (01:57 +0100)]
Merge pull request #5 from atom/master

update as upstream

8 years agoFix electron binary relative path
Habib Rehman [Fri, 12 Feb 2016 00:11:02 +0000 (00:11 +0000)]
Fix electron binary relative path

The relative path for Electron's binary is Contents/MacOS/Electron

8 years agobrowser: handle desktop capture devices in media permission request
Robo [Thu, 11 Feb 2016 23:37:06 +0000 (05:07 +0530)]
browser: handle desktop capture devices in media permission request

8 years agoMerge pull request #4382 from atom/throw-explicit-error-when-webview-api-is-unavailable
Kevin Sawicki [Thu, 11 Feb 2016 21:34:01 +0000 (13:34 -0800)]
Merge pull request #4382 from atom/throw-explicit-error-when-webview-api-is-unavailable

Throw explicit error when WebView API isn't ready

8 years agoemmitted -> emitted
Kevin Sawicki [Thu, 11 Feb 2016 21:32:34 +0000 (13:32 -0800)]
emmitted -> emitted