platform/framework/web/crosswalk-tizen.git
10 years agoBump v0.6.9.
Cheng Zhao [Thu, 7 Nov 2013 08:59:45 +0000 (16:59 +0800)]
Bump v0.6.9.

10 years ago:lipstick: fix typo.
Cheng Zhao [Thu, 7 Nov 2013 08:59:33 +0000 (16:59 +0800)]
:lipstick: fix typo.

10 years agoAdd x permission for bump-version.py.
Cheng Zhao [Thu, 7 Nov 2013 08:58:09 +0000 (16:58 +0800)]
Add x permission for bump-version.py.

10 years agoAdd tag and commit after version is bumped.
Cheng Zhao [Thu, 7 Nov 2013 07:39:41 +0000 (15:39 +0800)]
Add tag and commit after version is bumped.

10 years agoUpdate Info.plist when bumping version.
Cheng Zhao [Thu, 7 Nov 2013 07:37:21 +0000 (15:37 +0800)]
Update Info.plist when bumping version.

10 years agoAlso update atom_version.h and atom.rc in bump-version.py.
Cheng Zhao [Thu, 7 Nov 2013 07:19:37 +0000 (15:19 +0800)]
Also update atom_version.h and atom.rc in bump-version.py.

10 years agowin: Fix setting icon after format of atom.rc has changed.
Cheng Zhao [Thu, 7 Nov 2013 07:09:45 +0000 (15:09 +0800)]
win: Fix setting icon after format of atom.rc has changed.

10 years agoConver atom.rc from unicode file to ASCII file.
Cheng Zhao [Thu, 7 Nov 2013 07:06:57 +0000 (15:06 +0800)]
Conver atom.rc from unicode file to ASCII file.

10 years agoAdd tool to help bump version.
Cheng Zhao [Thu, 7 Nov 2013 04:52:26 +0000 (12:52 +0800)]
Add tool to help bump version.

10 years agowin: Use exe's icon as window icon, fixed #123.
Cheng Zhao [Thu, 7 Nov 2013 03:06:00 +0000 (11:06 +0800)]
win: Use exe's icon as window icon, fixed #123.

10 years agowin: Add an icon.
Cheng Zhao [Thu, 7 Nov 2013 01:55:59 +0000 (09:55 +0800)]
win: Add an icon.

10 years agoWrite correct version in .rc file.
Cheng Zhao [Tue, 5 Nov 2013 14:26:33 +0000 (22:26 +0800)]
Write correct version in .rc file.

10 years agoBump v0.6.8.
Cheng Zhao [Tue, 5 Nov 2013 05:15:17 +0000 (13:15 +0800)]
Bump v0.6.8.

10 years agoAdd a corresponding .h file for atom_main.cc.
Cheng Zhao [Tue, 5 Nov 2013 05:12:13 +0000 (13:12 +0800)]
Add a corresponding .h file for atom_main.cc.

It's required if we want to include Chromium headers before C headers
and do not break cpplint rules in the meanwhile.

10 years agoGet the status of devtools from brightray, fixed #27.
Cheng Zhao [Tue, 5 Nov 2013 02:32:45 +0000 (10:32 +0800)]
Get the status of devtools from brightray, fixed #27.

10 years agoMake cpplint pass headers test without setting "NOLINT".
Cheng Zhao [Tue, 5 Nov 2013 02:00:11 +0000 (10:00 +0800)]
Make cpplint pass headers test without setting "NOLINT".

10 years agoMerge pull request #122 from atom/fix-console-stdio
Cheng Zhao [Tue, 5 Nov 2013 01:11:53 +0000 (17:11 -0800)]
Merge pull request #122 from atom/fix-console-stdio

Fix console STDIO

10 years agoThis method seems to work, :shipit:
Paul Betts [Tue, 5 Nov 2013 00:56:50 +0000 (16:56 -0800)]
This method seems to work, :shipit:

10 years agoFirst hack at fixing console IO
Paul Betts [Mon, 4 Nov 2013 22:15:19 +0000 (14:15 -0800)]
First hack at fixing console IO

10 years agoBump v0.6.7.
Cheng Zhao [Sat, 2 Nov 2013 08:49:21 +0000 (16:49 +0800)]
Bump v0.6.7.

10 years agoFix the "'true' is not recognized as an internal or external command" error.
Cheng Zhao [Fri, 1 Nov 2013 02:15:41 +0000 (10:15 +0800)]
Fix the "'true' is not recognized as an internal or external command" error.

10 years agoMention required options of WDK and Win7 SDK, fixed #114.
Cheng Zhao [Thu, 31 Oct 2013 12:06:36 +0000 (20:06 +0800)]
Mention required options of WDK and Win7 SDK, fixed #114.

10 years agoBump v0.6.6.
Cheng Zhao [Mon, 28 Oct 2013 02:47:57 +0000 (10:47 +0800)]
Bump v0.6.6.

10 years agoExpose libuv's symbols.
Cheng Zhao [Mon, 28 Oct 2013 02:43:01 +0000 (10:43 +0800)]
Expose libuv's symbols.

10 years agoMake atom-shell compile-able with VS 2010 Express.
Cheng Zhao [Sat, 26 Oct 2013 11:39:45 +0000 (19:39 +0800)]
Make atom-shell compile-able with VS 2010 Express.

10 years ago:lipstick: Fix typo of doc.
Cheng Zhao [Sat, 26 Oct 2013 10:09:22 +0000 (18:09 +0800)]
:lipstick: Fix typo of doc.

10 years agoAdd more details on building with VS 2010 Express.
Cheng Zhao [Sat, 26 Oct 2013 10:07:20 +0000 (18:07 +0800)]
Add more details on building with VS 2010 Express.

10 years agoBump v0.6.5.
Cheng Zhao [Sat, 26 Oct 2013 09:49:44 +0000 (17:49 +0800)]
Bump v0.6.5.

10 years agowin: Ship the pdb file, fixes #112.
Cheng Zhao [Sat, 26 Oct 2013 09:44:51 +0000 (17:44 +0800)]
win: Ship the pdb file, fixes #112.

10 years agoDo "compress" the archive when creating zip.
Cheng Zhao [Sat, 26 Oct 2013 09:42:12 +0000 (17:42 +0800)]
Do "compress" the archive when creating zip.

By default the zipfile module doesn't do the compression unless we
explictly specify the method.

10 years agoUpdate to latest apm.
Cheng Zhao [Sat, 26 Oct 2013 09:24:40 +0000 (17:24 +0800)]
Update to latest apm.

10 years agoFix creating zip distribution on Windows.
Cheng Zhao [Sat, 26 Oct 2013 09:23:16 +0000 (17:23 +0800)]
Fix creating zip distribution on Windows.

10 years agoBump v0.6.4.
Cheng Zhao [Tue, 22 Oct 2013 02:25:53 +0000 (10:25 +0800)]
Bump v0.6.4.

10 years agoAllow single-character accelerators.
Cheng Zhao [Tue, 22 Oct 2013 01:38:19 +0000 (09:38 +0800)]
Allow single-character accelerators.

10 years agoFix a possible crash when calling AdapterRequestJob::Kill().
Cheng Zhao [Tue, 22 Oct 2013 01:33:38 +0000 (09:33 +0800)]
Fix a possible crash when calling AdapterRequestJob::Kill().

10 years agoBump v0.6.3.
Cheng Zhao [Mon, 21 Oct 2013 08:54:13 +0000 (16:54 +0800)]
Bump v0.6.3.

10 years agoMerge pull request #110 from atom/better-accelerator
Cheng Zhao [Mon, 21 Oct 2013 08:53:34 +0000 (01:53 -0700)]
Merge pull request #110 from atom/better-accelerator

Support more accelerators in menu, closes #107.

10 years agoShould not touch process.argv when starting the default_app.
Cheng Zhao [Mon, 21 Oct 2013 08:48:52 +0000 (16:48 +0800)]
Should not touch process.argv when starting the default_app.

10 years agoDo not use sscanf.
Cheng Zhao [Mon, 21 Oct 2013 07:54:37 +0000 (15:54 +0800)]
Do not use sscanf.

10 years agoAllow "Space" in accelerator.
Cheng Zhao [Mon, 21 Oct 2013 07:35:54 +0000 (15:35 +0800)]
Allow "Space" in accelerator.

10 years agoAllow "F1" - "F24" in accelerator.
Cheng Zhao [Mon, 21 Oct 2013 07:33:19 +0000 (15:33 +0800)]
Allow "F1" - "F24" in accelerator.

10 years agoGet rid of the NormalizeShortcutSuggestion function.
Cheng Zhao [Mon, 21 Oct 2013 06:34:25 +0000 (14:34 +0800)]
Get rid of the NormalizeShortcutSuggestion function.

10 years agoAllow more special keys in the accelerator.
Cheng Zhao [Mon, 21 Oct 2013 06:25:36 +0000 (14:25 +0800)]
Allow more special keys in the accelerator.

10 years agoSlightly optimize accelerator token comparing.
Cheng Zhao [Mon, 21 Oct 2013 06:05:43 +0000 (14:05 +0800)]
Slightly optimize accelerator token comparing.

10 years agoBe case-insensible of accelerators.
Cheng Zhao [Mon, 21 Oct 2013 05:46:37 +0000 (13:46 +0800)]
Be case-insensible of accelerators.

10 years agoMap all single symbols in the keyboard to accelerators.
Cheng Zhao [Mon, 21 Oct 2013 05:39:55 +0000 (13:39 +0800)]
Map all single symbols in the keyboard to accelerators.

10 years agoBump v0.6.2.
Cheng Zhao [Thu, 17 Oct 2013 02:22:35 +0000 (10:22 +0800)]
Bump v0.6.2.

10 years agomac: Enable to set the 'Help' menu, fixes #109.
Cheng Zhao [Thu, 17 Oct 2013 02:15:57 +0000 (10:15 +0800)]
mac: Enable to set the 'Help' menu, fixes #109.

10 years agoSpecify the version instead of using "*" for dependencies in package.json.
Cheng Zhao [Thu, 17 Oct 2013 01:58:55 +0000 (09:58 +0800)]
Specify the version instead of using "*" for dependencies in package.json.

10 years agoUse stream-uploading to upload the asset to GitHub.
Cheng Zhao [Tue, 15 Oct 2013 01:04:05 +0000 (09:04 +0800)]
Use stream-uploading to upload the asset to GitHub.

10 years agoBump v0.6.1.
Cheng Zhao [Mon, 14 Oct 2013 03:59:19 +0000 (11:59 +0800)]
Bump v0.6.1.

10 years agoUnescape the script path before passing it to cefode.js, fixed #108.
Cheng Zhao [Mon, 14 Oct 2013 03:57:53 +0000 (11:57 +0800)]
Unescape the script path before passing it to cefode.js, fixed #108.

10 years agoDo not multipart-encode the uploaded file.
Cheng Zhao [Thu, 10 Oct 2013 10:05:01 +0000 (18:05 +0800)]
Do not multipart-encode the uploaded file.

10 years agoCheck the build version of Release build in upload script.
Cheng Zhao [Thu, 10 Oct 2013 06:39:54 +0000 (14:39 +0800)]
Check the build version of Release build in upload script.

10 years agoBump v0.6.0.
Cheng Zhao [Thu, 10 Oct 2013 06:35:37 +0000 (14:35 +0800)]
Bump v0.6.0.

10 years agoEnable more common ASCII tokens to be used in accelerator, fixes #107.
Cheng Zhao [Thu, 10 Oct 2013 06:33:59 +0000 (14:33 +0800)]
Enable more common ASCII tokens to be used in accelerator, fixes #107.

10 years agoAdd 'Quit' to spec window's menu.
Cheng Zhao [Thu, 10 Oct 2013 06:33:42 +0000 (14:33 +0800)]
Add 'Quit' to spec window's menu.

10 years agoMerge pull request #105 from atom/windows-menu
Cheng Zhao [Mon, 7 Oct 2013 00:58:42 +0000 (17:58 -0700)]
Merge pull request #105 from atom/windows-menu

Implement menu API on Windows, fixes #75.

10 years agowin: Newly created window should also be aware of application menu.
Cheng Zhao [Sat, 5 Oct 2013 13:05:59 +0000 (21:05 +0800)]
win: Newly created window should also be aware of application menu.

10 years agoDo not dereference remote callback if its renderer view is released.
Cheng Zhao [Sat, 5 Oct 2013 12:53:31 +0000 (20:53 +0800)]
Do not dereference remote callback if its renderer view is released.

10 years agoMake objects registry code more structured.
Cheng Zhao [Sat, 5 Oct 2013 12:21:57 +0000 (20:21 +0800)]
Make objects registry code more structured.

10 years agoSet application menu would set menu for all windows on Windows.
Cheng Zhao [Sat, 5 Oct 2013 06:31:30 +0000 (14:31 +0800)]
Set application menu would set menu for all windows on Windows.

10 years agoMake app.setApplicationMenu an alias to Menu.setApplicationMenu.
Cheng Zhao [Sat, 5 Oct 2013 05:46:48 +0000 (13:46 +0800)]
Make app.setApplicationMenu an alias to Menu.setApplicationMenu.

10 years agoAdd app.getBrowserWindows() API.
Cheng Zhao [Sat, 5 Oct 2013 05:13:04 +0000 (13:13 +0800)]
Add app.getBrowserWindows() API.

10 years ago:lipstick: fix typo in doc.
Cheng Zhao [Sat, 5 Oct 2013 05:03:08 +0000 (13:03 +0800)]
:lipstick: fix typo in doc.

10 years agoMake sure application menu always get referenced.
Cheng Zhao [Sat, 5 Oct 2013 04:56:30 +0000 (12:56 +0800)]
Make sure application menu always get referenced.

10 years agoDon't wait for request in http spec.
Cheng Zhao [Fri, 4 Oct 2013 15:39:34 +0000 (23:39 +0800)]
Don't wait for request in http spec.

This spec is used to crash atom-shell, we don't care if http request
succeeds.

10 years agowin: Make web view focused initialy.
Cheng Zhao [Fri, 4 Oct 2013 15:38:37 +0000 (23:38 +0800)]
win: Make web view focused initialy.

10 years agowin: Make window menu's accelerators work.
Cheng Zhao [Fri, 4 Oct 2013 15:36:31 +0000 (23:36 +0800)]
win: Make window menu's accelerators work.

10 years agoConvert "Command" to "Ctrl" in accelerators on non-Mac.
Cheng Zhao [Fri, 4 Oct 2013 14:59:05 +0000 (22:59 +0800)]
Convert "Command" to "Ctrl" in accelerators on non-Mac.

10 years ago:lipstick: NativeWindowClientView no longer needs a extra content view.
Cheng Zhao [Fri, 4 Oct 2013 01:04:32 +0000 (09:04 +0800)]
:lipstick: NativeWindowClientView no longer needs a extra content view.

10 years agowin: Make native window a views::View.
Cheng Zhao [Fri, 4 Oct 2013 00:52:45 +0000 (08:52 +0800)]
win: Make native window a views::View.

10 years agowin: Respond to events of window menu.
Cheng Zhao [Thu, 3 Oct 2013 15:34:42 +0000 (23:34 +0800)]
win: Respond to events of window menu.

10 years agoMake sure binary version is dumped before uploading.
Cheng Zhao [Thu, 3 Oct 2013 03:48:13 +0000 (11:48 +0800)]
Make sure binary version is dumped before uploading.

10 years agoAdd --version flag to print atom-shell's version.
Cheng Zhao [Thu, 3 Oct 2013 03:36:17 +0000 (11:36 +0800)]
Add --version flag to print atom-shell's version.

10 years agoDump v0.5.4.
Cheng Zhao [Thu, 3 Oct 2013 02:06:34 +0000 (10:06 +0800)]
Dump v0.5.4.

10 years agoBrowserWindow.focus() should not make window become visible, fixed #106.
Cheng Zhao [Thu, 3 Oct 2013 01:39:17 +0000 (09:39 +0800)]
BrowserWindow.focus() should not make window become visible, fixed #106.

10 years agoAdd BrowserWindow.isVisible() API.
Cheng Zhao [Thu, 3 Oct 2013 00:27:59 +0000 (08:27 +0800)]
Add BrowserWindow.isVisible() API.

10 years agoShow a simple menu in default_app on Windows.
Cheng Zhao [Wed, 2 Oct 2013 13:51:19 +0000 (21:51 +0800)]
Show a simple menu in default_app on Windows.

10 years agowin: Show popup menu at right place.
Cheng Zhao [Wed, 2 Oct 2013 13:43:52 +0000 (21:43 +0800)]
win: Show popup menu at right place.

10 years agowin: Add BrowserWindow.setMenu API.
Cheng Zhao [Wed, 2 Oct 2013 13:24:21 +0000 (21:24 +0800)]
win: Add BrowserWindow.setMenu API.

10 years ago:lipstick: Fix build on Windows.
Cheng Zhao [Wed, 2 Oct 2013 12:43:30 +0000 (20:43 +0800)]
:lipstick: Fix build on Windows.

10 years agoUpdate to latest apm.
Cheng Zhao [Wed, 2 Oct 2013 12:26:25 +0000 (20:26 +0800)]
Update to latest apm.

10 years agoDump v0.5.3.
Cheng Zhao [Sun, 29 Sep 2013 13:50:19 +0000 (21:50 +0800)]
Dump v0.5.3.

10 years agoSet proxy service at the right place.
Cheng Zhao [Sun, 29 Sep 2013 13:43:17 +0000 (21:43 +0800)]
Set proxy service at the right place.

10 years agoAdd spec for sending http request.
Cheng Zhao [Sun, 29 Sep 2013 12:57:57 +0000 (20:57 +0800)]
Add spec for sending http request.

10 years ago:lipstick: Fix target version of atom-shell's uploading.
Cheng Zhao [Sun, 29 Sep 2013 12:18:55 +0000 (20:18 +0800)]
:lipstick: Fix target version of atom-shell's uploading.

10 years agoDo not require uploading a tag before publish release.
Cheng Zhao [Sun, 29 Sep 2013 07:31:20 +0000 (15:31 +0800)]
Do not require uploading a tag before publish release.

10 years agoDump v0.5.2.
Cheng Zhao [Sun, 29 Sep 2013 07:16:41 +0000 (15:16 +0800)]
Dump v0.5.2.

10 years agoStill upload distribution file to S3 since Atom hasn't used Releases API yet.
Cheng Zhao [Sun, 29 Sep 2013 07:14:25 +0000 (15:14 +0800)]
Still upload distribution file to S3 since Atom hasn't used Releases API yet.

10 years agoSwitch to use the ProxyResolverV8, fixes atom/atom#894.
Cheng Zhao [Sun, 29 Sep 2013 07:06:29 +0000 (15:06 +0800)]
Switch to use the ProxyResolverV8, fixes atom/atom#894.

10 years agoDo not publish release when body of release note is empty.
Cheng Zhao [Fri, 27 Sep 2013 07:55:46 +0000 (15:55 +0800)]
Do not publish release when body of release note is empty.

10 years agoFree the native window's memory after the event were sent for all observers.
Cheng Zhao [Fri, 27 Sep 2013 07:20:55 +0000 (15:20 +0800)]
Free the native window's memory after the event were sent for all observers.

If we delete the window immediately other observers may get a invalid
window and cause random crashes.

10 years agoMerge pull request #104 from atom/pylint
Cheng Zhao [Fri, 27 Sep 2013 03:06:10 +0000 (20:06 -0700)]
Merge pull request #104 from atom/pylint

Lint python and coffee scripts

10 years ago:lipstick: Adding trailing comma in package.json.
Cheng Zhao [Fri, 27 Sep 2013 03:03:38 +0000 (11:03 +0800)]
:lipstick: Adding trailing comma in package.json.

10 years ago:lipstick: Fix warnings of coffeelint.
Cheng Zhao [Fri, 27 Sep 2013 03:02:08 +0000 (11:02 +0800)]
:lipstick: Fix warnings of coffeelint.

10 years agoDo not warn about 80 columns in coffeelint, it's not required.
Cheng Zhao [Fri, 27 Sep 2013 03:01:40 +0000 (11:01 +0800)]
Do not warn about 80 columns in coffeelint, it's not required.

10 years agoAdd wrapper script for coffeelint.
Cheng Zhao [Fri, 27 Sep 2013 02:49:55 +0000 (10:49 +0800)]
Add wrapper script for coffeelint.

10 years agoAdd coffeelint to dependencies.
Cheng Zhao [Fri, 27 Sep 2013 02:44:16 +0000 (10:44 +0800)]
Add coffeelint to dependencies.

10 years agoSkip the check for lib.github.
Cheng Zhao [Fri, 27 Sep 2013 02:43:10 +0000 (10:43 +0800)]
Skip the check for lib.github.