platform/framework/web/crosswalk-tizen.git
8 years agoAdd npm test script
Kevin Sawicki [Thu, 10 Dec 2015 18:44:11 +0000 (10:44 -0800)]
Add npm test script

8 years agoPass through mocha invert option from test CLI
Kevin Sawicki [Thu, 10 Dec 2015 18:35:51 +0000 (10:35 -0800)]
Pass through mocha invert option from test CLI

8 years agoPass mocha grep command line option through to spec app
Kevin Sawicki [Thu, 10 Dec 2015 18:33:43 +0000 (10:33 -0800)]
Pass mocha grep command line option through to spec app

8 years agoParse spec arguments using yargs library
Kevin Sawicki [Thu, 10 Dec 2015 18:33:18 +0000 (10:33 -0800)]
Parse spec arguments using yargs library

8 years agoMerge pull request #3759 from preco21/master
Cheng Zhao [Thu, 10 Dec 2015 15:28:28 +0000 (23:28 +0800)]
Merge pull request #3759 from preco21/master

Update as upstream

8 years ago:memo: Update as upstream
Plusb Preco [Thu, 10 Dec 2015 14:19:50 +0000 (23:19 +0900)]
:memo: Update as upstream

[ci skip]

8 years agoMerge pull request #3701 from deepak1556/protocol_post_data_patch
Cheng Zhao [Thu, 10 Dec 2015 11:38:35 +0000 (19:38 +0800)]
Merge pull request #3701 from deepak1556/protocol_post_data_patch

protocol: provide upload data when available

8 years agoMerge pull request #3733 from deepak1556/service_worker_scheme_patch
Cheng Zhao [Thu, 10 Dec 2015 11:29:51 +0000 (19:29 +0800)]
Merge pull request #3733 from deepak1556/service_worker_scheme_patch

protocol: api to register schemes that can handle service worker

8 years agowin: Don't attach console for third party terms
Cheng Zhao [Thu, 10 Dec 2015 06:37:09 +0000 (14:37 +0800)]
win: Don't attach console for third party terms

Close #3692.

8 years agoMerge pull request #3752 from atom/appveyor
Cheng Zhao [Thu, 10 Dec 2015 05:38:12 +0000 (13:38 +0800)]
Merge pull request #3752 from atom/appveyor

Run tests on Appveyor

8 years agoAvoid duplicate building for PR
Cheng Zhao [Thu, 10 Dec 2015 05:18:23 +0000 (13:18 +0800)]
Avoid duplicate building for PR

8 years agoAlso disable test phase
Cheng Zhao [Thu, 10 Dec 2015 04:58:29 +0000 (12:58 +0800)]
Also disable test phase

8 years agoDo not automatically build everything
Cheng Zhao [Thu, 10 Dec 2015 04:48:10 +0000 (12:48 +0800)]
Do not automatically build everything

8 years agoRemove unneeded things
Cheng Zhao [Thu, 10 Dec 2015 04:35:22 +0000 (12:35 +0800)]
Remove unneeded things

8 years agoUse default node 0.12.7
Cheng Zhao [Thu, 10 Dec 2015 04:22:46 +0000 (12:22 +0800)]
Use default node 0.12.7

Otherwise we would spend some time reinstalling node.

8 years agoRun cibuild
Cheng Zhao [Thu, 10 Dec 2015 04:21:52 +0000 (12:21 +0800)]
Run cibuild

8 years ago:memo: Update as upstream
Plusb Preco [Thu, 10 Dec 2015 04:21:08 +0000 (13:21 +0900)]
:memo: Update as upstream

[ci skip]

8 years agoBring back AppVeyor
Cheng Zhao [Thu, 10 Dec 2015 04:09:46 +0000 (12:09 +0800)]
Bring back AppVeyor

8 years agoMerge pull request #3750 from atom/fullscreen-menu-item
Cheng Zhao [Thu, 10 Dec 2015 03:54:26 +0000 (11:54 +0800)]
Merge pull request #3750 from atom/fullscreen-menu-item

Don't add the "Enter Full Screen" menu item automatically

8 years agoMerge pull request #3721 from atom/emit-process-exit-event-with-code
Cheng Zhao [Thu, 10 Dec 2015 03:39:14 +0000 (11:39 +0800)]
Merge pull request #3721 from atom/emit-process-exit-event-with-code

Emit process exit event with app exit code

8 years agoDon't add the "Enter Full Screen" menu item automatically
Cheng Zhao [Thu, 10 Dec 2015 03:27:41 +0000 (11:27 +0800)]
Don't add the "Enter Full Screen" menu item automatically

8 years agoDon't emit `will-quit` event when calling app.exit
Cheng Zhao [Thu, 10 Dec 2015 03:22:55 +0000 (11:22 +0800)]
Don't emit `will-quit` event when calling app.exit

8 years agoExit from a setImmediate callback
Kevin Sawicki [Thu, 10 Dec 2015 02:39:59 +0000 (18:39 -0800)]
Exit from a setImmediate callback

8 years agoJust include exit code in spec output
Kevin Sawicki [Thu, 10 Dec 2015 02:23:50 +0000 (18:23 -0800)]
Just include exit code in spec output

8 years ago:memo: Document quit event includes exit code
Kevin Sawicki [Thu, 10 Dec 2015 02:22:54 +0000 (18:22 -0800)]
:memo: Document quit event includes exit code

8 years agoRevert comment tweak
Kevin Sawicki [Thu, 10 Dec 2015 02:20:32 +0000 (18:20 -0800)]
Revert comment tweak

8 years agoGet exit code from within App::OnQuit
Kevin Sawicki [Thu, 10 Dec 2015 02:19:51 +0000 (18:19 -0800)]
Get exit code from within App::OnQuit

8 years agoRemove grep value setting
Kevin Sawicki [Thu, 10 Dec 2015 02:12:19 +0000 (18:12 -0800)]
Remove grep value setting

8 years agoMove event forwarding back to init
Kevin Sawicki [Thu, 10 Dec 2015 02:11:38 +0000 (18:11 -0800)]
Move event forwarding back to init

8 years agoInclude exit code with quit event
Kevin Sawicki [Thu, 10 Dec 2015 02:09:59 +0000 (18:09 -0800)]
Include exit code with quit event

8 years agoAdd spec for exit code on event
Kevin Sawicki [Tue, 8 Dec 2015 01:05:08 +0000 (17:05 -0800)]
Add spec for exit code on event

8 years agoEmit process exit event with app exit code
Kevin Sawicki [Tue, 8 Dec 2015 00:45:49 +0000 (16:45 -0800)]
Emit process exit event with app exit code

8 years agoadd test
Robo [Wed, 9 Dec 2015 14:40:34 +0000 (20:10 +0530)]
add test

8 years agoprovide option to set content for POST request with url_fetcher
deepak1556 [Sun, 6 Dec 2015 20:27:02 +0000 (15:27 -0500)]
provide option to set content for POST request with url_fetcher

8 years agoprotocol: provide upload data when available
deepak1556 [Sat, 5 Dec 2015 01:48:19 +0000 (20:48 -0500)]
protocol: provide upload data when available

8 years agoUse HTTPS for libchromiumcontent's URL
Cheng Zhao [Wed, 9 Dec 2015 10:14:37 +0000 (18:14 +0800)]
Use HTTPS for libchromiumcontent's URL

Without using the subdomain we should be able to work around the domain
license problem of python.

8 years agoMerge pull request #3743 from preco21/master
Cheng Zhao [Wed, 9 Dec 2015 10:10:48 +0000 (18:10 +0800)]
Merge pull request #3743 from preco21/master

Update as upstream

8 years agoUpdate as upstream
Plusb Preco [Wed, 9 Dec 2015 08:16:54 +0000 (17:16 +0900)]
Update as upstream

[ci skip]

8 years agoMerge remote-tracking branch 'refs/remotes/atom/master'
Plusb Preco [Wed, 9 Dec 2015 07:41:23 +0000 (16:41 +0900)]
Merge remote-tracking branch 'refs/remotes/atom/master'

8 years agoUpdate brightray for #3720
Cheng Zhao [Wed, 9 Dec 2015 04:34:10 +0000 (12:34 +0800)]
Update brightray for #3720

8 years agoMerge pull request #3732 from deepak1556/path_config_patch
Cheng Zhao [Wed, 9 Dec 2015 04:25:54 +0000 (12:25 +0800)]
Merge pull request #3732 from deepak1556/path_config_patch

fix chrome app and user path conflicts

8 years agoMerge pull request #3729 from preco21/master
Cheng Zhao [Wed, 9 Dec 2015 04:15:40 +0000 (12:15 +0800)]
Merge pull request #3729 from preco21/master

Update as upstream

8 years agoMerge pull request #3715 from atom/do-not-edit-menu-template
Cheng Zhao [Wed, 9 Dec 2015 04:13:07 +0000 (12:13 +0800)]
Merge pull request #3715 from atom/do-not-edit-menu-template

Do not modify the specified menu template

8 years agodocs: win.setIgnoreMouseEvents
Cheng Zhao [Wed, 9 Dec 2015 04:05:47 +0000 (12:05 +0800)]
docs: win.setIgnoreMouseEvents

8 years agoMerge pull request #3706 from billyct/master
Cheng Zhao [Wed, 9 Dec 2015 04:00:16 +0000 (12:00 +0800)]
Merge pull request #3706 from billyct/master

support an api with SetIgnoreMouseEvents for osx

8 years agoMerge pull request #3705 from arturts/pt-br-linux-build-instructions
Cheng Zhao [Wed, 9 Dec 2015 03:56:01 +0000 (11:56 +0800)]
Merge pull request #3705 from arturts/pt-br-linux-build-instructions

:memo: [ci skip] translation build instructions

8 years agoMerge pull request #3704 from leftstick/master
Cheng Zhao [Wed, 9 Dec 2015 03:43:26 +0000 (11:43 +0800)]
Merge pull request #3704 from leftstick/master

add ZH-CN translation for using-selenium-and-webdriver

8 years agoMerge pull request #3703 from Cfeusier/patch-1
Cheng Zhao [Wed, 9 Dec 2015 03:43:07 +0000 (11:43 +0800)]
Merge pull request #3703 from Cfeusier/patch-1

Fix broken link in Docs > Synopsis

8 years agoMerge pull request #3700 from arturts/pt-br-browser-window
Cheng Zhao [Wed, 9 Dec 2015 03:38:39 +0000 (11:38 +0800)]
Merge pull request #3700 from arturts/pt-br-browser-window

:memo: [ci skip] browser window translation

8 years agoMerge pull request #3698 from lukeapage/patch-2
Cheng Zhao [Wed, 9 Dec 2015 03:38:05 +0000 (11:38 +0800)]
Merge pull request #3698 from lukeapage/patch-2

Docs: Fix link to webcontents send channel

8 years agoUkrainian translation (uk-UA)
Andriy Tsok [Wed, 2 Dec 2015 21:02:04 +0000 (23:02 +0200)]
Ukrainian translation (uk-UA)

8 years agoprotocol: api to register schemes that can handle service worker
Robo [Tue, 8 Dec 2015 19:21:46 +0000 (00:51 +0530)]
protocol: api to register schemes that can handle service worker

8 years agofix chrome app and user path conflicts
Robo [Tue, 8 Dec 2015 17:30:08 +0000 (23:00 +0530)]
fix chrome app and user path conflicts

8 years agoMerge pull request #3726 from acburdine/patch-1
Kevin Sawicki [Tue, 8 Dec 2015 16:21:14 +0000 (08:21 -0800)]
Merge pull request #3726 from acburdine/patch-1

Fix grammatical error in desktop notification docs

8 years agoMerge pull request #3727 from atom/desktop-capture-api-continue
Cheng Zhao [Tue, 8 Dec 2015 11:46:01 +0000 (19:46 +0800)]
Merge pull request #3727 from atom/desktop-capture-api-continue

Merge the desktopCapturer API

8 years agoLink with libyuv_neon.a on ARM
Cheng Zhao [Tue, 8 Dec 2015 10:15:01 +0000 (18:15 +0800)]
Link with libyuv_neon.a on ARM

8 years agoInstall libxtst-dev on travis ci
Cheng Zhao [Tue, 8 Dec 2015 09:32:42 +0000 (17:32 +0800)]
Install libxtst-dev on travis ci

8 years agoUpdate brightray: Link a few more X libraries
Cheng Zhao [Tue, 8 Dec 2015 09:03:10 +0000 (17:03 +0800)]
Update brightray: Link a few more X libraries

8 years agoUpdate brightray for various linking problems
Cheng Zhao [Tue, 8 Dec 2015 08:56:20 +0000 (16:56 +0800)]
Update brightray for various linking problems

8 years agoUpdate libchromiumcontent and brightray
Cheng Zhao [Tue, 8 Dec 2015 06:49:13 +0000 (14:49 +0800)]
Update libchromiumcontent and brightray

8 years agoUpdate as upstream
Plusb Preco [Tue, 8 Dec 2015 06:39:58 +0000 (15:39 +0900)]
Update as upstream

[ci skip]

8 years agoRevert "Update as upstream"
Plusb Preco [Tue, 8 Dec 2015 06:39:01 +0000 (15:39 +0900)]
Revert "Update as upstream"

This reverts commit 06acc8b20854a4d4440c93a446c2315d2b2a450a.

8 years agoUpdate as upstream
Plusb Preco [Tue, 8 Dec 2015 06:38:10 +0000 (15:38 +0900)]
Update as upstream

8 years agoUpdate clang to the same version with Chrome 47
Cheng Zhao [Tue, 8 Dec 2015 06:21:23 +0000 (14:21 +0800)]
Update clang to the same version with Chrome 47

8 years agoSimplify the desktopCapturer code
Cheng Zhao [Tue, 8 Dec 2015 05:49:26 +0000 (13:49 +0800)]
Simplify the desktopCapturer code

8 years agospec: Add a simple test case for desktopCapturer
Cheng Zhao [Tue, 8 Dec 2015 05:49:11 +0000 (13:49 +0800)]
spec: Add a simple test case for desktopCapturer

8 years ago:memo: fix grammatical error in desktop notification docs [ci skip]
Austin Burdine [Tue, 8 Dec 2015 05:13:45 +0000 (23:13 -0600)]
:memo: fix grammatical error in desktop notification docs [ci skip]

8 years agodocs: Improve docs of desktopCapturer
Cheng Zhao [Tue, 8 Dec 2015 05:09:36 +0000 (13:09 +0800)]
docs: Improve docs of desktopCapturer

8 years agoRemove deprecated API usages
Cheng Zhao [Tue, 8 Dec 2015 04:58:39 +0000 (12:58 +0800)]
Remove deprecated API usages

8 years agoUpdate brightray and libchromium for desktopCapturer
Cheng Zhao [Tue, 8 Dec 2015 04:47:07 +0000 (12:47 +0800)]
Update brightray and libchromium for desktopCapturer

8 years agoAdd desktopCapturer to electron
Cheng Zhao [Tue, 8 Dec 2015 04:44:55 +0000 (12:44 +0800)]
Add desktopCapturer to electron

8 years agoMerge branch 'master' into desktop-capture-api
Cheng Zhao [Tue, 8 Dec 2015 04:43:44 +0000 (12:43 +0800)]
Merge branch 'master' into desktop-capture-api

8 years agoMerge pull request #3724 from atom/node5
Cheng Zhao [Tue, 8 Dec 2015 04:26:24 +0000 (12:26 +0800)]
Merge pull request #3724 from atom/node5

Upgrade to Node v5.1.1

8 years agoUpdate brightray
Cheng Zhao [Tue, 8 Dec 2015 04:06:32 +0000 (12:06 +0800)]
Update brightray

8 years agoWe are now on 0.36.0
Cheng Zhao [Tue, 8 Dec 2015 03:41:47 +0000 (11:41 +0800)]
We are now on 0.36.0

8 years agoNo need to use CommandDispatcher
Cheng Zhao [Tue, 8 Dec 2015 03:20:07 +0000 (11:20 +0800)]
No need to use CommandDispatcher

8 years agoUpgrade to Node v5.1.1
Cheng Zhao [Tue, 8 Dec 2015 03:14:30 +0000 (11:14 +0800)]
Upgrade to Node v5.1.1

8 years agoMerge pull request #3714 from atom/chrome47
Cheng Zhao [Tue, 8 Dec 2015 02:48:04 +0000 (10:48 +0800)]
Merge pull request #3714 from atom/chrome47

Upgrade to Chrome 47

8 years agoFix release title
Cheng Zhao [Tue, 8 Dec 2015 02:42:51 +0000 (10:42 +0800)]
Fix release title

8 years agoUpdate the libspeechd_loader
Cheng Zhao [Tue, 8 Dec 2015 02:26:32 +0000 (10:26 +0800)]
Update the libspeechd_loader

8 years agoMerge pull request #3718 from atom/chrome47-linux
Cheng Zhao [Tue, 8 Dec 2015 02:14:27 +0000 (10:14 +0800)]
Merge pull request #3718 from atom/chrome47-linux

Port Chrome47 on Linux

8 years agoMake it safe to use sendSync
Cheng Zhao [Tue, 8 Dec 2015 02:07:47 +0000 (10:07 +0800)]
Make it safe to use sendSync

8 years agoMerge pull request #3716 from atom/chrome47-win
Cheng Zhao [Tue, 8 Dec 2015 01:52:50 +0000 (09:52 +0800)]
Merge pull request #3716 from atom/chrome47-win

Port Chrome47 on Windows

8 years agoRig GlobalMenuBarRegistrarX11 for Atom
Paul Betts [Mon, 7 Dec 2015 22:29:11 +0000 (14:29 -0800)]
Rig GlobalMenuBarRegistrarX11 for Atom

8 years agoUpdate to Chrome47 version of tts_linux
Paul Betts [Mon, 7 Dec 2015 22:28:42 +0000 (14:28 -0800)]
Update to Chrome47 version of tts_linux

8 years agoUpdate to Chrome47 version of GlobalMenuBarRegistrarX11
Paul Betts [Mon, 7 Dec 2015 22:25:52 +0000 (14:25 -0800)]
Update to Chrome47 version of GlobalMenuBarRegistrarX11

8 years agoUpdate to Chrome 47 version of tts_win
Paul Betts [Mon, 7 Dec 2015 22:23:01 +0000 (14:23 -0800)]
Update to Chrome 47 version of tts_win

8 years agoFix up Chrome47 changes
Paul Betts [Mon, 7 Dec 2015 21:27:05 +0000 (13:27 -0800)]
Fix up Chrome47 changes

8 years ago:art:
Kevin Sawicki [Mon, 7 Dec 2015 19:20:15 +0000 (11:20 -0800)]
:art:

8 years agoDirectly assign submenu when constructor is Menu
Kevin Sawicki [Mon, 7 Dec 2015 19:16:36 +0000 (11:16 -0800)]
Directly assign submenu when constructor is Menu

8 years agoUse ipc eval in spec
Kevin Sawicki [Mon, 7 Dec 2015 19:10:57 +0000 (11:10 -0800)]
Use ipc eval in spec

8 years agoFix up Windows build errors
Paul Betts [Mon, 7 Dec 2015 18:02:06 +0000 (10:02 -0800)]
Fix up Windows build errors

8 years agoMove ipc handler to be near others
Kevin Sawicki [Mon, 7 Dec 2015 17:47:15 +0000 (09:47 -0800)]
Move ipc handler to be near others

8 years agoMention conversion using Menu.buildFromTemplate
Kevin Sawicki [Mon, 7 Dec 2015 17:36:07 +0000 (09:36 -0800)]
Mention conversion using Menu.buildFromTemplate

8 years ago:art:
Kevin Sawicki [Mon, 7 Dec 2015 17:29:03 +0000 (09:29 -0800)]
:art:

8 years agoConvert submenu when non-Menu is passed into MenuItem ctor
Kevin Sawicki [Mon, 7 Dec 2015 17:28:48 +0000 (09:28 -0800)]
Convert submenu when non-Menu is passed into MenuItem ctor

8 years agoAdd failing spec for Menu.buildFromTemplate
Kevin Sawicki [Mon, 7 Dec 2015 17:12:48 +0000 (09:12 -0800)]
Add failing spec for Menu.buildFromTemplate

8 years agoFix cppling warning
Cheng Zhao [Mon, 7 Dec 2015 14:44:35 +0000 (22:44 +0800)]
Fix cppling warning

8 years agospec: Make the "remote listeners" test more reliable
Cheng Zhao [Mon, 7 Dec 2015 13:28:58 +0000 (21:28 +0800)]
spec: Make the "remote listeners" test more reliable

8 years agoFix the failing sendSync
Cheng Zhao [Mon, 7 Dec 2015 13:25:19 +0000 (21:25 +0800)]
Fix the failing sendSync