platform/framework/web/crosswalk-tizen.git
10 years agoDo not use flags to mark whether the window is unresponsive.
Cheng Zhao [Wed, 4 Dec 2013 09:10:59 +0000 (17:10 +0800)]
Do not use flags to mark whether the window is unresponsive.

It's error prone.

10 years agomac: Add API to return whether the window has attached sheet.
Cheng Zhao [Wed, 4 Dec 2013 08:32:32 +0000 (16:32 +0800)]
mac: Add API to return whether the window has attached sheet.

10 years agoAdd "Cmd" and "Control" alias for "Command" and "Ctrl".
Cheng Zhao [Fri, 29 Nov 2013 08:31:38 +0000 (16:31 +0800)]
Add "Cmd" and "Control" alias for "Command" and "Ctrl".

10 years agoBump v0.7.3.
Cheng Zhao [Fri, 29 Nov 2013 08:22:27 +0000 (16:22 +0800)]
Bump v0.7.3.

10 years agoAdd "Edit" menu in specs window.
Cheng Zhao [Fri, 29 Nov 2013 08:21:43 +0000 (16:21 +0800)]
Add "Edit" menu in specs window.

10 years agoUse CommandOrControl to replace Command in specs windows.
Cheng Zhao [Fri, 29 Nov 2013 08:14:44 +0000 (16:14 +0800)]
Use CommandOrControl to replace Command in specs windows.

10 years agoAdd "CommandOrControl" to represent "Command" on OS X and "Ctrl" on other platforms.
Cheng Zhao [Fri, 29 Nov 2013 08:10:32 +0000 (16:10 +0800)]
Add "CommandOrControl" to represent "Command" on OS X and "Ctrl" on other platforms.

10 years agoMerge pull request #130 from atom/force-closing
Cheng Zhao [Fri, 29 Nov 2013 07:42:27 +0000 (23:42 -0800)]
Merge pull request #130 from atom/force-closing

Send the "unresponsive" event if window does not close or cancel the close in 500ms when closing it.

10 years agoPrompt unresponsive state in spec window.
Cheng Zhao [Fri, 29 Nov 2013 07:19:30 +0000 (15:19 +0800)]
Prompt unresponsive state in spec window.

10 years agoFix returning the chosen option for synchronous dialogs.
Cheng Zhao [Fri, 29 Nov 2013 07:19:00 +0000 (15:19 +0800)]
Fix returning the chosen option for synchronous dialogs.

10 years agoSend the "unresponsive" event if window is not closed in 500ms when closing it.
Cheng Zhao [Fri, 29 Nov 2013 06:52:12 +0000 (14:52 +0800)]
Send the "unresponsive" event if window is not closed in 500ms when closing it.

10 years agoBump v0.7.2.
Cheng Zhao [Thu, 28 Nov 2013 13:00:40 +0000 (21:00 +0800)]
Bump v0.7.2.

10 years agowin: Do not generate symbols for static libraries and strip .pdb in symbol name.
Cheng Zhao [Thu, 28 Nov 2013 12:53:07 +0000 (20:53 +0800)]
win: Do not generate symbols for static libraries and strip .pdb in symbol name.

10 years agoNo need to ship atom.exe.pdb any more.
Cheng Zhao [Thu, 28 Nov 2013 12:14:45 +0000 (20:14 +0800)]
No need to ship atom.exe.pdb any more.

10 years agoFix executing python script in gyp.
Cheng Zhao [Thu, 28 Nov 2013 12:11:06 +0000 (20:11 +0800)]
Fix executing python script in gyp.

10 years ago:lipstick: Wrong IP for default crash reporter server.
Cheng Zhao [Thu, 28 Nov 2013 04:38:33 +0000 (12:38 +0800)]
:lipstick: Wrong IP for default crash reporter server.

10 years agoBump v0.7.1.
Cheng Zhao [Sat, 23 Nov 2013 09:09:42 +0000 (01:09 -0800)]
Bump v0.7.1.

10 years agoAlso search libchromiumcontent download dir for dSYMs.
Cheng Zhao [Sat, 23 Nov 2013 09:07:38 +0000 (01:07 -0800)]
Also search libchromiumcontent download dir for dSYMs.

10 years agoBump v0.7.0.
Cheng Zhao [Wed, 27 Nov 2013 08:11:19 +0000 (16:11 +0800)]
Bump v0.7.0.

10 years agoMerge pull request #124 from atom/breakpad
Cheng Zhao [Wed, 27 Nov 2013 07:33:43 +0000 (23:33 -0800)]
Merge pull request #124 from atom/breakpad

Use breakpad for crash reporting

10 years agowin: Register msdia80.dll automatically when dumping symbols.
Cheng Zhao [Tue, 26 Nov 2013 14:05:32 +0000 (22:05 +0800)]
win: Register msdia80.dll automatically when dumping symbols.

10 years ago:lipstick: Add missing ""s.
Cheng Zhao [Tue, 26 Nov 2013 13:35:19 +0000 (21:35 +0800)]
:lipstick: Add missing ""s.

10 years agowin: Implement the atom_dump_symbols target.
Cheng Zhao [Tue, 26 Nov 2013 13:34:27 +0000 (21:34 +0800)]
win: Implement the atom_dump_symbols target.

10 years agoAdd script to generate symbols from pdbs on Windows.
Cheng Zhao [Tue, 26 Nov 2013 13:23:50 +0000 (21:23 +0800)]
Add script to generate symbols from pdbs on Windows.

10 years agoMention that pyobjc is needed for homebrew python.
Cheng Zhao [Tue, 26 Nov 2013 03:46:45 +0000 (11:46 +0800)]
Mention that pyobjc is needed for homebrew python.

10 years agoAlso clean up libchromiumcontent in cibuild.
Cheng Zhao [Tue, 26 Nov 2013 03:04:37 +0000 (11:04 +0800)]
Also clean up libchromiumcontent in cibuild.

10 years agoAlso upload product name, company name and version in crash report.
Cheng Zhao [Tue, 26 Nov 2013 02:19:50 +0000 (10:19 +0800)]
Also upload product name, company name and version in crash report.

10 years agoRemove the build directory beforing rebuilding in cibuild.
Cheng Zhao [Tue, 26 Nov 2013 01:39:24 +0000 (09:39 +0800)]
Remove the build directory beforing rebuilding in cibuild.

10 years agomac: Dump symbols from .dSYM when possible.
Cheng Zhao [Tue, 26 Nov 2013 01:30:51 +0000 (09:30 +0800)]
mac: Dump symbols from .dSYM when possible.

10 years agoAlso download libchromiumcontent symbols on Mac.
Cheng Zhao [Mon, 25 Nov 2013 15:13:58 +0000 (23:13 +0800)]
Also download libchromiumcontent symbols on Mac.

10 years agoDownload libchromiumcontent symbols when creating symbols.
Cheng Zhao [Mon, 25 Nov 2013 08:02:35 +0000 (16:02 +0800)]
Download libchromiumcontent symbols when creating symbols.

10 years agomac: Use "Atom Framework.framework" instead of "Atom.framework".
Cheng Zhao [Mon, 25 Nov 2013 07:37:39 +0000 (15:37 +0800)]
mac: Use "Atom Framework.framework" instead of "Atom.framework".

The "Atom.framework" would confuse breakpad with "App.app" when finding
symbols.

10 years agomac: Store crash dumps under /tmp/ProductName Crashes/.
Cheng Zhao [Sun, 24 Nov 2013 15:42:54 +0000 (23:42 +0800)]
mac: Store crash dumps under /tmp/ProductName Crashes/.

If we put them under ~/Library/ then we need to clean them, which makes
things more complicated.

10 years agoUse "Atom-Shell" instead of "atom-shell" for product names.
Cheng Zhao [Sun, 24 Nov 2013 15:17:48 +0000 (23:17 +0800)]
Use "Atom-Shell" instead of "atom-shell" for product names.

10 years agowin: Set uploading parameters in crash reporter.
Cheng Zhao [Sun, 24 Nov 2013 14:57:47 +0000 (22:57 +0800)]
win: Set uploading parameters in crash reporter.

10 years agowin: Make out-of-process crash dump work.
Cheng Zhao [Sun, 24 Nov 2013 14:22:08 +0000 (22:22 +0800)]
win: Make out-of-process crash dump work.

10 years agoStart the crash service process on non-Mac.
Cheng Zhao [Sun, 24 Nov 2013 12:45:12 +0000 (20:45 +0800)]
Start the crash service process on non-Mac.

10 years ago:lipstick: Remove ununsed "display_name".
Cheng Zhao [Sun, 24 Nov 2013 12:36:08 +0000 (20:36 +0800)]
:lipstick: Remove ununsed "display_name".

10 years agowin: Setup crash service according to command line parameters.
Cheng Zhao [Sun, 24 Nov 2013 12:33:26 +0000 (20:33 +0800)]
win: Setup crash service according to command line parameters.

10 years agowin: Print crash service's log to file.
Cheng Zhao [Sun, 24 Nov 2013 10:17:31 +0000 (18:17 +0800)]
win: Print crash service's log to file.

10 years agowin: Start as crash service when ATOM_SHELL_INTERNAL_CRASH_SERVICE is set.
Cheng Zhao [Sun, 24 Nov 2013 09:35:58 +0000 (17:35 +0800)]
win: Start as crash service when ATOM_SHELL_INTERNAL_CRASH_SERVICE is set.

10 years agoAdd crash_service on Windows.
Cheng Zhao [Sat, 23 Nov 2013 12:26:47 +0000 (20:26 +0800)]
Add crash_service on Windows.

10 years agoMerge branch 'master' into breakpad
Cheng Zhao [Fri, 22 Nov 2013 11:37:34 +0000 (19:37 +0800)]
Merge branch 'master' into breakpad

10 years agoBump v0.6.12.
Cheng Zhao [Fri, 22 Nov 2013 07:18:21 +0000 (15:18 +0800)]
Bump v0.6.12.

10 years agoMerge pull request #128 from atom/api-capture-page
Cheng Zhao [Fri, 22 Nov 2013 06:52:22 +0000 (22:52 -0800)]
Merge pull request #128 from atom/api-capture-page

Add BrowserWindow.capturePage API.

10 years agoAdd spec for BrowserWindow.capturePage.
Cheng Zhao [Fri, 22 Nov 2013 06:42:39 +0000 (14:42 +0800)]
Add spec for BrowserWindow.capturePage.

10 years agodoc: Explain BrowserWindow.capturePage.
Cheng Zhao [Fri, 22 Nov 2013 06:39:10 +0000 (14:39 +0800)]
doc: Explain BrowserWindow.capturePage.

10 years agoEnable ignoring |rect| when calling BrowserWindow.capturePage.
Cheng Zhao [Fri, 22 Nov 2013 06:29:20 +0000 (14:29 +0800)]
Enable ignoring |rect| when calling BrowserWindow.capturePage.

10 years agoAdd BrowserWindow.capturePage API.
Cheng Zhao [Fri, 22 Nov 2013 06:23:19 +0000 (14:23 +0800)]
Add BrowserWindow.capturePage API.

10 years agoEnable converting V8 value to gfx::Rect.
Cheng Zhao [Fri, 22 Nov 2013 06:22:28 +0000 (14:22 +0800)]
Enable converting V8 value to gfx::Rect.

10 years agoReturn screenshot's data buffer instead of directly saving to file.
Cheng Zhao [Thu, 21 Nov 2013 14:03:29 +0000 (22:03 +0800)]
Return screenshot's data buffer instead of directly saving to file.

10 years agoAdd API to capture a page into file.
Cheng Zhao [Thu, 21 Nov 2013 13:50:06 +0000 (21:50 +0800)]
Add API to capture a page into file.

10 years agoBump v0.6.11.
Cheng Zhao [Wed, 20 Nov 2013 14:51:26 +0000 (22:51 +0800)]
Bump v0.6.11.

10 years agodoc: Mention that Command would not be meaningful on Windows.
Cheng Zhao [Wed, 20 Nov 2013 14:48:47 +0000 (22:48 +0800)]
doc: Mention that Command would not be meaningful on Windows.

10 years agoMerge pull request #125 from atom/dont-map-meta
Cheng Zhao [Wed, 20 Nov 2013 14:35:20 +0000 (06:35 -0800)]
Merge pull request #125 from atom/dont-map-meta

Don't map command to ctrl

10 years agoDon't map command to ctrl
Matt Colyer [Tue, 19 Nov 2013 23:18:54 +0000 (15:18 -0800)]
Don't map command to ctrl

We no longer what this behavior because it's confusing unless you
understand that atom-shell does this.

10 years agowin: Initialize exception handler.
Cheng Zhao [Tue, 19 Nov 2013 13:37:02 +0000 (21:37 +0800)]
win: Initialize exception handler.

10 years agoCause a real crash instead of debugger break in process.crash().
Cheng Zhao [Tue, 19 Nov 2013 13:36:18 +0000 (21:36 +0800)]
Cause a real crash instead of debugger break in process.crash().

On Windows the debugger break would not be treated as crash.

10 years agowin: Make console output work on cygwin.
Cheng Zhao [Tue, 19 Nov 2013 12:56:22 +0000 (20:56 +0800)]
win: Make console output work on cygwin.

10 years agowin: Fix error when bootstraping.
Cheng Zhao [Tue, 19 Nov 2013 12:43:30 +0000 (20:43 +0800)]
win: Fix error when bootstraping.

10 years agoAlways use atom-shell as product name.
Cheng Zhao [Tue, 19 Nov 2013 04:29:34 +0000 (12:29 +0800)]
Always use atom-shell as product name.

Since the symbols of atom-shell would be used by all third party
applications, it would make server handling more complicated if we allow
users to custom the uploaded product name. We should always use
atom-shell as product name when uploading so the server would not be
confused when searching symbols, and the user specified product name
could be show in UI.

10 years agoUpdate default crash report submission URL.
Cheng Zhao [Tue, 19 Nov 2013 04:27:20 +0000 (12:27 +0800)]
Update default crash report submission URL.

10 years agoDo not append "Renderer" in product name when uploading.
Cheng Zhao [Tue, 19 Nov 2013 04:19:23 +0000 (12:19 +0800)]
Do not append "Renderer" in product name when uploading.

10 years agoAdd spec for custom uploading parameters.
Cheng Zhao [Mon, 18 Nov 2013 10:37:32 +0000 (18:37 +0800)]
Add spec for custom uploading parameters.

10 years agoEnable customing upload parameters for sending crash report.
Cheng Zhao [Mon, 18 Nov 2013 10:27:50 +0000 (18:27 +0800)]
Enable customing upload parameters for sending crash report.

10 years agoEnable converting v8 object to dict type.
Cheng Zhao [Mon, 18 Nov 2013 10:15:34 +0000 (18:15 +0800)]
Enable converting v8 object to dict type.

10 years agoAlways use atom-shell's verion when uploading crash report.
Cheng Zhao [Mon, 18 Nov 2013 10:03:41 +0000 (18:03 +0800)]
Always use atom-shell's verion when uploading crash report.

10 years agoAlso upload symbols to GitHub Release.
Cheng Zhao [Mon, 18 Nov 2013 10:02:38 +0000 (18:02 +0800)]
Also upload symbols to GitHub Release.

10 years agoCreate symbols zip file when creating distribution.
Cheng Zhao [Mon, 18 Nov 2013 03:41:44 +0000 (11:41 +0800)]
Create symbols zip file when creating distribution.

10 years agomac: Add target to dump breakpad symbols.
Cheng Zhao [Fri, 15 Nov 2013 14:52:08 +0000 (22:52 +0800)]
mac: Add target to dump breakpad symbols.

10 years agoEnable starting crash-reporter without parameters.
Cheng Zhao [Fri, 15 Nov 2013 03:00:48 +0000 (11:00 +0800)]
Enable starting crash-reporter without parameters.

10 years agoCheck the upload parameters in crash-reporter spec.
Cheng Zhao [Fri, 15 Nov 2013 02:37:22 +0000 (10:37 +0800)]
Check the upload parameters in crash-reporter spec.

10 years agoAdd spec for crash-reporter
Cheng Zhao [Thu, 14 Nov 2013 16:10:43 +0000 (00:10 +0800)]
Add spec for crash-reporter

10 years agoAdd extra uploading parameters for crash reporter.
Cheng Zhao [Thu, 14 Nov 2013 10:02:15 +0000 (18:02 +0800)]
Add extra uploading parameters for crash reporter.

10 years agowin: Add stubs for crash reporter.
Cheng Zhao [Thu, 14 Nov 2013 05:42:28 +0000 (13:42 +0800)]
win: Add stubs for crash reporter.

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.