Cheng Zhao
|
a2aa20b6b2
|
Add "Edit" menu in specs window.
|
2013-11-29 16:21:43 +08:00 |
|
Cheng Zhao
|
c8d0968e00
|
Use CommandOrControl to replace Command in specs windows.
|
2013-11-29 16:14:44 +08:00 |
|
Cheng Zhao
|
8237edcf0d
|
Add "CommandOrControl" to represent "Command" on OS X and "Ctrl" on other platforms.
|
2013-11-29 16:11:48 +08:00 |
|
Cheng Zhao
|
13261921a7
|
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.
|
2013-11-28 23:42:27 -08:00 |
|
Cheng Zhao
|
adc5495d2b
|
Prompt unresponsive state in spec window.
|
2013-11-29 15:19:30 +08:00 |
|
Cheng Zhao
|
02d14ed23b
|
Fix returning the chosen option for synchronous dialogs.
|
2013-11-29 15:19:00 +08:00 |
|
Cheng Zhao
|
a0a5b20ef1
|
Send the "unresponsive" event if window is not closed in 500ms when closing it.
|
2013-11-29 14:52:12 +08:00 |
|
Cheng Zhao
|
fd081e162b
|
Bump v0.7.2.
|
2013-11-28 21:00:40 +08:00 |
|
Cheng Zhao
|
30be4a847f
|
win: Do not generate symbols for static libraries and strip .pdb in symbol name.
|
2013-11-28 20:53:07 +08:00 |
|
Cheng Zhao
|
0d77ba5222
|
No need to ship atom.exe.pdb any more.
|
2013-11-28 20:14:45 +08:00 |
|
Cheng Zhao
|
94569f7f8c
|
Fix executing python script in gyp.
|
2013-11-28 20:11:06 +08:00 |
|
Cheng Zhao
|
fdfff63119
|
💄 Wrong IP for default crash reporter server.
|
2013-11-28 12:38:33 +08:00 |
|
Cheng Zhao
|
da03784610
|
Bump v0.7.1.
|
2013-11-23 01:09:42 -08:00 |
|
Cheng Zhao
|
deef68bcf9
|
Also search libchromiumcontent download dir for dSYMs.
|
2013-11-23 01:07:38 -08:00 |
|
Cheng Zhao
|
6393e2e1e5
|
Bump v0.7.0.
|
2013-11-27 16:11:19 +08:00 |
|
Cheng Zhao
|
bf77fcc03e
|
Merge pull request #124 from atom/breakpad
Use breakpad for crash reporting
|
2013-11-26 23:33:43 -08:00 |
|
Cheng Zhao
|
386b921914
|
win: Register msdia80.dll automatically when dumping symbols.
|
2013-11-26 22:05:32 +08:00 |
|
Cheng Zhao
|
401fe76acd
|
💄 Add missing ""s.
|
2013-11-26 21:35:19 +08:00 |
|
Cheng Zhao
|
2fd3616ef3
|
win: Implement the atom_dump_symbols target.
|
2013-11-26 21:34:27 +08:00 |
|
Cheng Zhao
|
ffaf535d00
|
Add script to generate symbols from pdbs on Windows.
|
2013-11-26 21:23:50 +08:00 |
|
Cheng Zhao
|
9ac5ea5a6c
|
Mention that pyobjc is needed for homebrew python.
|
2013-11-26 11:46:45 +08:00 |
|
Cheng Zhao
|
edf7496443
|
Also clean up libchromiumcontent in cibuild.
|
2013-11-26 11:04:37 +08:00 |
|
Cheng Zhao
|
151b2b5ad5
|
Also upload product name, company name and version in crash report.
|
2013-11-26 10:19:50 +08:00 |
|
Cheng Zhao
|
1fc9ef33db
|
Remove the build directory beforing rebuilding in cibuild.
|
2013-11-26 09:39:24 +08:00 |
|
Cheng Zhao
|
858f21a69c
|
mac: Dump symbols from .dSYM when possible.
|
2013-11-26 09:30:51 +08:00 |
|
Cheng Zhao
|
3a4835ff1c
|
Also download libchromiumcontent symbols on Mac.
|
2013-11-25 23:13:58 +08:00 |
|
Cheng Zhao
|
47d37cc1e3
|
Download libchromiumcontent symbols when creating symbols.
|
2013-11-25 16:02:35 +08:00 |
|
Cheng Zhao
|
a5224f705d
|
mac: Use "Atom Framework.framework" instead of "Atom.framework".
The "Atom.framework" would confuse breakpad with "App.app" when finding
symbols.
|
2013-11-25 15:37:39 +08:00 |
|
Cheng Zhao
|
b737e602b7
|
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.
|
2013-11-24 23:42:54 +08:00 |
|
Cheng Zhao
|
59f586ba59
|
Use "Atom-Shell" instead of "atom-shell" for product names.
|
2013-11-24 23:17:48 +08:00 |
|
Cheng Zhao
|
70b7659893
|
win: Set uploading parameters in crash reporter.
|
2013-11-24 22:57:47 +08:00 |
|
Cheng Zhao
|
717b664802
|
win: Make out-of-process crash dump work.
|
2013-11-24 22:22:08 +08:00 |
|
Cheng Zhao
|
75e1fb63c8
|
Start the crash service process on non-Mac.
|
2013-11-24 20:45:12 +08:00 |
|
Cheng Zhao
|
a9c20dc42f
|
💄 Remove ununsed "display_name".
|
2013-11-24 20:36:08 +08:00 |
|
Cheng Zhao
|
dce7e50636
|
win: Setup crash service according to command line parameters.
|
2013-11-24 20:33:26 +08:00 |
|
Cheng Zhao
|
edd2bd74c9
|
win: Print crash service's log to file.
|
2013-11-24 18:17:31 +08:00 |
|
Cheng Zhao
|
6f8c46d2f4
|
win: Start as crash service when ATOM_SHELL_INTERNAL_CRASH_SERVICE is set.
|
2013-11-24 17:35:58 +08:00 |
|
Cheng Zhao
|
4bab284f2e
|
Add crash_service on Windows.
|
2013-11-23 20:26:47 +08:00 |
|
Cheng Zhao
|
59b3e74542
|
Merge branch 'master' into breakpad
|
2013-11-22 19:37:34 +08:00 |
|
Cheng Zhao
|
4af646b760
|
Bump v0.6.12.
|
2013-11-22 15:18:21 +08:00 |
|
Cheng Zhao
|
5720d4f802
|
Merge pull request #128 from atom/api-capture-page
Add BrowserWindow.capturePage API.
|
2013-11-21 22:52:22 -08:00 |
|
Cheng Zhao
|
80824b13c6
|
Add spec for BrowserWindow.capturePage.
|
2013-11-22 14:42:39 +08:00 |
|
Cheng Zhao
|
33ad68f7a7
|
doc: Explain BrowserWindow.capturePage.
|
2013-11-22 14:39:10 +08:00 |
|
Cheng Zhao
|
4af802f215
|
Enable ignoring |rect| when calling BrowserWindow.capturePage.
|
2013-11-22 14:29:20 +08:00 |
|
Cheng Zhao
|
3b4a45ac65
|
Add BrowserWindow.capturePage API.
|
2013-11-22 14:23:19 +08:00 |
|
Cheng Zhao
|
a0548530e7
|
Enable converting V8 value to gfx::Rect.
|
2013-11-22 14:22:28 +08:00 |
|
Cheng Zhao
|
8d6764e0a0
|
Return screenshot's data buffer instead of directly saving to file.
|
2013-11-21 22:03:29 +08:00 |
|
Cheng Zhao
|
36ecb35cb1
|
Add API to capture a page into file.
|
2013-11-21 21:50:06 +08:00 |
|
Cheng Zhao
|
9ad3b7939f
|
Bump v0.6.11.
|
2013-11-20 22:51:26 +08:00 |
|
Cheng Zhao
|
8493975840
|
doc: Mention that Command would not be meaningful on Windows.
|
2013-11-20 22:48:47 +08:00 |
|