Frank Hale
|
070d26e68e
|
Merge branch 'master' into windows-min-max-animation
|
2014-11-11 13:08:27 -05:00 |
|
Cheng Zhao
|
aba3b721c5
|
Merge pull request #810 from atom/report-back-crash-id
WIP: Add API to get last crash report ID
|
2014-11-11 20:23:53 +08:00 |
|
Cheng Zhao
|
62fd76f7e4
|
docs: crashRepoter.getLastCrashReport
|
2014-11-11 20:20:36 +08:00 |
|
Cheng Zhao
|
66e96f69fc
|
Add crashRepoter.getLastCrashReport API
|
2014-11-11 17:30:01 +08:00 |
|
Cheng Zhao
|
9a825c5cbd
|
win: Writes uploads.log
|
2014-11-11 16:38:16 +08:00 |
|
Cheng Zhao
|
02bcdc1c19
|
linux: Put "uploads.log" under "/tmp/ProductName Crashes/"
|
2014-11-11 13:30:06 +08:00 |
|
Cheng Zhao
|
f13d8407ee
|
linux: Put crash dumps under "/tmp/ProductName Crashes/"
|
2014-11-11 13:03:47 +08:00 |
|
Cheng Zhao
|
739c432c98
|
linux: Writes crash report upload log
|
2014-11-11 12:24:33 +08:00 |
|
Cheng Zhao
|
94084639f2
|
Merge pull request #806 from atom/symbols-server
Upload PDB to S3 when publishing and add docs on setting up symbol server
|
2014-11-11 09:28:39 +08:00 |
|
Cheng Zhao
|
e6f748d77f
|
Merge pull request #807 from paulcbetts/patch-1
Ports are limited to 64k
|
2014-11-11 09:17:36 +08:00 |
|
Paul Betts
|
212cd67f08
|
Ports are limited to 64k
|
2014-11-10 11:53:12 -08:00 |
|
Cheng Zhao
|
90480fff4e
|
Fix pylint warnings
|
2014-11-10 23:33:56 +08:00 |
|
Cheng Zhao
|
4a1b6d76b2
|
docs: Update symbol server address
|
2014-11-10 23:24:13 +08:00 |
|
Cheng Zhao
|
6d663d1d01
|
Use lowercase for symbol paths
|
2014-11-10 23:07:57 +08:00 |
|
Cheng Zhao
|
e5e94ed437
|
Add execution bit
|
2014-11-10 23:02:54 +08:00 |
|
Cheng Zhao
|
621867e518
|
docs: Setting up symbol server in debugger
|
2014-11-10 16:09:13 +08:00 |
|
Frank Hale
|
24f8c51959
|
Make sure frame is frameless
|
2014-11-07 13:34:52 -05:00 |
|
Frank Hale
|
4b20ac3dc6
|
Fix Windows min/max animation on frameless windows
- Frameless windows disappeared or appears when minimized and maximized
on Windows. This commit fixes that.
|
2014-11-07 13:13:12 -05:00 |
|
Cheng Zhao
|
34521e5880
|
Upload PDBs to Windows symbol server when publishing
|
2014-11-07 22:52:00 +08:00 |
|
Cheng Zhao
|
45fb3ec41d
|
Don't overwrite files on S3
|
2014-11-07 21:45:40 +08:00 |
|
Cheng Zhao
|
caa0634df8
|
Upload symbols to S3
|
2014-11-07 20:51:25 +08:00 |
|
Cheng Zhao
|
15a05b3639
|
Add script to call symstore
|
2014-11-07 20:23:13 +08:00 |
|
Cheng Zhao
|
edcae49e52
|
views: Fix showing menu bar when pressing Alt for a long time
|
2014-11-07 15:20:16 +08:00 |
|
Cheng Zhao
|
81283db2da
|
views: Make auto-hide-menu-bar work when NumLock is on, fixes #796
|
2014-11-07 15:05:55 +08:00 |
|
Cheng Zhao
|
fea5559fbc
|
Upgrade node, fixes #634
|
2014-11-06 21:27:16 +08:00 |
|
Cheng Zhao
|
b360122b35
|
Add spec for #634
|
2014-11-06 21:26:54 +08:00 |
|
Cheng Zhao
|
185d3a7c02
|
Upgrade brightray for #646
|
2014-11-06 19:09:10 +08:00 |
|
Cheng Zhao
|
f90fb8cc72
|
Print error when "preload" script is not found
|
2014-11-06 16:12:40 +08:00 |
|
Cheng Zhao
|
111dcbac25
|
Merge pull request #794 from atom/webivew-preload
Add "preload" attribute for <webview>
|
2014-11-06 16:04:36 +08:00 |
|
Cheng Zhao
|
e28bdcdd46
|
docs: "preload" attribute of <webview>
|
2014-11-06 15:51:33 +08:00 |
|
Cheng Zhao
|
395b0c4224
|
spec: "preload" attribute of <webview>
|
2014-11-06 15:23:42 +08:00 |
|
Cheng Zhao
|
217b1afe87
|
Load the "preload" script in <webview>
|
2014-11-06 15:13:37 +08:00 |
|
Cheng Zhao
|
8d8bfcd120
|
Pass "preload" attribute to GuestViewManager
|
2014-11-06 14:35:32 +08:00 |
|
Cheng Zhao
|
2637cafda5
|
Merge pull request #791 from brentertz/online-offline-events-tutorial
Online/offline event detection tutorial
|
2014-11-06 14:02:42 +08:00 |
|
Cheng Zhao
|
c764b7b023
|
docs: Mention the side effect of "fullscreen" option, fixes #792
|
2014-11-06 10:16:28 +08:00 |
|
Brent Ertz
|
522ae765ea
|
Updates per PR feedback
* Use backticks instead of quotes around code object
* Remove path.join usage
* Dasherize event names
|
2014-11-05 11:21:18 -07:00 |
|
Brent Ertz
|
9cf3811a56
|
Add tutorial on online/offline event detection
|
2014-11-05 07:49:50 -07:00 |
|
Cheng Zhao
|
6d2cc8aedf
|
Merge pull request #790 from atom/error-box
Fix crash when showing error dialog before GUI environment is initialized
|
2014-11-05 20:25:04 +08:00 |
|
Cheng Zhao
|
058046304d
|
Forbid using dialog module before app is ready
|
2014-11-05 19:50:24 +08:00 |
|
Cheng Zhao
|
7ff0e0214e
|
linux: Use GTK+ for error reporting when GUI is ready
|
2014-11-05 19:27:43 +08:00 |
|
Cheng Zhao
|
2be5393768
|
Don't print error to console in default_app
|
2014-11-05 19:08:09 +08:00 |
|
Cheng Zhao
|
b54caccb22
|
linux: Print error to console when GUI is not ready
|
2014-11-05 19:08:00 +08:00 |
|
Cheng Zhao
|
c499dfbb22
|
mac: Implement dialog.showErrorBox
|
2014-11-05 17:27:04 +08:00 |
|
Cheng Zhao
|
f6ba308ff8
|
Use dialog.showErrorBox for showing errors
|
2014-11-05 16:05:29 +08:00 |
|
Cheng Zhao
|
10e195a444
|
win: Implement dialog.showErrorBox
|
2014-11-05 16:05:11 +08:00 |
|
Cheng Zhao
|
490a12d38a
|
Add dialog.showErrorBox API
|
2014-11-05 16:04:39 +08:00 |
|
Cheng Zhao
|
e004d53d2a
|
Merge pull request #787 from atom/webview-plugins
Add "plugins" attribute for <webview>
|
2014-11-05 15:18:19 +08:00 |
|
Cheng Zhao
|
4788323582
|
docs: "plugins" attribute of <webview>
|
2014-11-05 15:02:37 +08:00 |
|
Cheng Zhao
|
80d574482e
|
Add "plugins" attribute for <webview>
|
2014-11-05 14:59:28 +08:00 |
|
Cheng Zhao
|
d1724ad733
|
Bump v0.19.1.
|
2014-11-04 19:19:31 +08:00 |
|