platform/framework/web/crosswalk-tizen.git
10 years agodoc: Update new crash-reporter API.
Cheng Zhao [Thu, 14 Nov 2013 05:39:44 +0000 (13:39 +0800)]
doc: Update new crash-reporter API.

10 years agoRefactor crash reporter to be more cross-platform friendly.
Cheng Zhao [Thu, 14 Nov 2013 05:33:09 +0000 (13:33 +0800)]
Refactor crash reporter to be more cross-platform friendly.

10 years agoNo more downloading QuincyKit.
Cheng Zhao [Wed, 13 Nov 2013 11:19:57 +0000 (19:19 +0800)]
No more downloading QuincyKit.

10 years agoAdd API to set product name for crash reporter.
Cheng Zhao [Wed, 13 Nov 2013 11:12:13 +0000 (19:12 +0800)]
Add API to set product name for crash reporter.

10 years agoAdd "Renderer" suffix in name when crashing in renderer process.
Cheng Zhao [Wed, 13 Nov 2013 11:06:11 +0000 (19:06 +0800)]
Add "Renderer" suffix in name when crashing in renderer process.

10 years agoMention in doc that crash-reporter is available for renderer.
Cheng Zhao [Wed, 13 Nov 2013 09:30:49 +0000 (17:30 +0800)]
Mention in doc that crash-reporter is available for renderer.

10 years agoMake the crash reporter available for both browser and renderer.
Cheng Zhao [Wed, 13 Nov 2013 09:29:35 +0000 (17:29 +0800)]
Make the crash reporter available for both browser and renderer.

10 years agomac: Tune parameters of breakpad.
Cheng Zhao [Wed, 13 Nov 2013 09:20:13 +0000 (17:20 +0800)]
mac: Tune parameters of breakpad.

10 years agoSetup breakpad in crash reporter.
Cheng Zhao [Wed, 13 Nov 2013 08:48:30 +0000 (16:48 +0800)]
Setup breakpad in crash reporter.

10 years agomac: Copy necessary breakpad binaries to package.
Cheng Zhao [Wed, 13 Nov 2013 05:55:40 +0000 (13:55 +0800)]
mac: Copy necessary breakpad binaries to package.

10 years agoNo more use of QuincyKit.
Cheng Zhao [Wed, 13 Nov 2013 05:34:18 +0000 (13:34 +0800)]
No more use of QuincyKit.

10 years agoUpdate to latest gyp and depot_tools.
Cheng Zhao [Tue, 12 Nov 2013 10:34:01 +0000 (18:34 +0800)]
Update to latest gyp and depot_tools.

10 years agomac: Get rid of all the third party warnings.
Cheng Zhao [Tue, 12 Nov 2013 10:16:37 +0000 (18:16 +0800)]
mac: Get rid of all the third party warnings.

10 years agoAdd breakpad as build dependency.
Cheng Zhao [Tue, 12 Nov 2013 10:07:25 +0000 (18:07 +0800)]
Add breakpad as build dependency.

10 years agoAdd breakpad.
Cheng Zhao [Tue, 12 Nov 2013 07:41:03 +0000 (15:41 +0800)]
Add breakpad.

10 years agoBump v0.6.10.
Cheng Zhao [Mon, 11 Nov 2013 12:04:15 +0000 (20:04 +0800)]
Bump v0.6.10.

10 years agowin: Enable setting window icon in creation options.
Cheng Zhao [Mon, 11 Nov 2013 11:23:35 +0000 (19:23 +0800)]
win: Enable setting window icon in creation options.

10 years agoFix a possible dead lock when quiting.
Cheng Zhao [Mon, 11 Nov 2013 08:57:40 +0000 (16:57 +0800)]
Fix a possible dead lock when quiting.

It could happen that we are quitting when the embed thread is still
waiting for the main thread, so we make sure embed thread is always
signaled when quitting.

10 years agoUpdate brightray for fixing the 'ARCHS' issue.
Cheng Zhao [Sat, 9 Nov 2013 03:02:11 +0000 (19:02 -0800)]
Update brightray for fixing the 'ARCHS' issue.

10 years agoDo not set sdk_root, it's already set by brightray.
Cheng Zhao [Sat, 9 Nov 2013 02:04:37 +0000 (18:04 -0800)]
Do not set sdk_root, it's already set by brightray.

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.