Vishwas Shashidhar
|
6d0d5145af
|
electron-17: added logic to open the completed directory under the crashes directory
|
2017-09-26 23:26:11 +05:30 |
|
Vishwas Shashidhar
|
40cf6b6d73
|
electron-17: added an event to capture a renderer crash for child windows and initialized the crash reporter there too.
|
2017-09-25 16:10:03 +05:30 |
|
Vishwas Shashidhar
|
a647c0d3cd
|
electron-17: added logic to check dev environment for crashing the renderer process
|
2017-09-25 14:33:12 +05:30 |
|
Vishwas Shashidhar
|
0228255feb
|
Merge branch 'master' into electron-17
* master:
electron-130: fixes the issue raised
|
2017-09-19 12:02:32 +05:30 |
|
Vishwas Shashidhar
|
08b58b51bb
|
electron-17: refactored code related to crash reporter
|
2017-09-19 11:56:11 +05:30 |
|
Vishwas Shashidhar
|
d4b30ba148
|
electron-17: removed unnecessary import
|
2017-09-18 22:06:41 +05:30 |
|
Vishwas Shashidhar
|
01f1532fcc
|
electron-17: fixed crashes directory menu templates issue
|
2017-09-18 22:05:30 +05:30 |
|
Vishwas Shashidhar
|
511d616e74
|
electron-17: changed logic to use the electron crash reporter directly in all the processes
|
2017-09-18 21:17:45 +05:30 |
|
Vishwas Shashidhar
|
a1c2de3621
|
electron-17: supported opening crashes directory from the menu
|
2017-09-15 12:16:20 +05:30 |
|
Vishwas Shashidhar
|
9f7bc10287
|
electron-17: added support to get crash directory info for users amongst other minor changes
|
2017-09-14 21:08:42 +05:30 |
|
Vishwas Shashidhar
|
e74d4c11d4
|
electron-130: fixes the issue raised
|
2017-09-14 16:30:13 +05:30 |
|
Vishwas Shashidhar
|
be55c4df84
|
electron-17: disabled uploading crash reports to server
|
2017-09-13 16:31:09 +05:30 |
|
Vishwas Shashidhar
|
40f0cdcdf9
|
Merge branch 'master' into electron-17
# Conflicts:
# js/main.js
# js/windowMgr.js
|
2017-09-13 16:13:49 +05:30 |
|
Vikas Shashidhar
|
fa2c96cfbd
|
Merge pull request #185 from VishwasShashidhar/electron-126
Electron 126
|
2017-09-13 14:41:18 +05:30 |
|
Vishwas Shashidhar
|
86244f7f56
|
electron-126: made changes as per the PR comments
|
2017-09-12 10:54:56 +05:30 |
|
Vishwas Shashidhar
|
44e8103b3d
|
electron-126: supported pretty printing on writing user config
|
2017-09-11 17:17:44 +05:30 |
|
Vishwas Shashidhar
|
903820acb1
|
electron-126: fixes issues with user config changes on installation
|
2017-09-11 17:06:42 +05:30 |
|
Vishwas Shashidhar
|
d613ee13d0
|
Merge branch 'master' into electron-126
|
2017-09-10 17:14:48 +05:30 |
|
Vishwas Shashidhar
|
a1b11074cf
|
electron-126: made changes to mac installation config use cases
|
2017-09-08 15:27:41 +05:30 |
|
Kiran Niranjan
|
b3300bb9e3
|
Electron-118 - removed the duplicate code block
|
2017-09-08 12:48:03 +05:30 |
|
Kiran Niranjan
|
59666767d2
|
Electron-118 - Implemented a method to disable always on top while using screen snippet (windows)
|
2017-09-07 23:45:10 +05:30 |
|
Vikas Shashidhar
|
771bbace66
|
Merge pull request #183 from VikasShashidhar/electron-127
Electron 127: Fine tune Preload Script
|
2017-09-07 21:33:50 +05:30 |
|
Vishwas Shashidhar
|
2336ca0b7d
|
electron-126: added logging in config file
|
2017-09-07 13:13:19 +05:30 |
|
Vishwas Shashidhar
|
683962ee03
|
electron-126: added code documentation
|
2017-09-06 22:19:44 +05:30 |
|
Vishwas Shashidhar
|
69d6c40ac3
|
Merge branch 'master' into electron-126
|
2017-09-06 22:10:20 +05:30 |
|
Vishwas Shashidhar
|
1049807a14
|
electron-126: implemented changes for single user install in user config
|
2017-09-06 22:06:00 +05:30 |
|
Vikas Shashidhar
|
8536b2d317
|
Removed a workaround which was required to overcome the prevention of using the "will-navigate" event in a sandboxed environment.
|
2017-09-05 19:19:10 +05:30 |
|
Vishwas Shashidhar
|
55c3714b2b
|
electron-113: fixes the issues raised by qa.
|
2017-09-05 11:26:42 +05:30 |
|
Kiran Niranjan
|
363017bdf9
|
Electron-125 - Flipped the condition
|
2017-09-01 21:59:26 +05:30 |
|
Kiran Niranjan
|
0b003d1df9
|
Electron-125 - Flipped the condition
|
2017-09-01 21:35:38 +05:30 |
|
Kiran Niranjan
|
6b158dd21d
|
Electron-125 - Fixed desktop capturer issue which was caused by a regression
|
2017-09-01 19:35:52 +05:30 |
|
Vishwas Shashidhar
|
5e67987696
|
ELECTRON-113: added documentation
|
2017-09-01 13:56:02 +05:30 |
|
Vishwas Shashidhar
|
526c7cc1c9
|
Merge branch 'master' into electron-113
# Conflicts:
# js/main.js
# package.json
|
2017-09-01 12:53:10 +05:30 |
|
Vishwas Shashidhar
|
b502d65de2
|
electron-97: fixed logging issues for unit tests and added documentation in the README
|
2017-08-24 17:16:12 +05:30 |
|
Vishwas Shashidhar
|
1819b7f82d
|
electron-97: refactored the code as per the ticket (point 5 i.e. local logging covered)
|
2017-08-24 16:52:32 +05:30 |
|
Vishwas Shashidhar
|
5f557247a7
|
electron-97: refactored the code as per the ticket (points 3 & 4 covered)
|
2017-08-24 16:18:32 +05:30 |
|
Vishwas Shashidhar
|
28bd9399aa
|
electron-97: refactored the code as per the ticket (points 2 & 6 covered)
|
2017-08-24 13:21:02 +05:30 |
|
Vishwas Shashidhar
|
7ab0f75e2e
|
electron-97: completed point 1 in refactoring
|
2017-08-23 22:08:33 +05:30 |
|
Vishwas Shashidhar
|
f2909cdebd
|
electron-113: refactored the code as per PR comments
|
2017-08-23 14:32:58 +05:30 |
|
Vishwas Shashidhar
|
8aa5f50459
|
Merge branch 'master' into electron-113
* master:
Electron-114 - Added a condition to not include reload in context menu when clicked on links
|
2017-08-22 21:29:42 +05:30 |
|
Vishwas Shashidhar
|
a52cce2104
|
electron-113: fixed indentation issues
|
2017-08-22 21:27:33 +05:30 |
|
Vishwas Shashidhar
|
bb939d77ee
|
electron-113: fixed issues w.r.t. reinstall cases on windows
|
2017-08-22 21:18:21 +05:30 |
|
Kiran Niranjan
|
94ef8905f2
|
Electron-114 - Added a condition to not include reload in context menu when clicked on links
|
2017-08-21 11:06:09 +05:30 |
|
Vishwas Shashidhar
|
d4807279f6
|
electron-113: implemented changes as per the use cases defined in the ticket
|
2017-08-18 17:59:03 +05:30 |
|
Kiran Niranjan
|
598f75038b
|
Electron-109 - Changed "launchOnStartup" custom implementation to "auto-launch"
|
2017-08-10 18:28:17 +05:30 |
|
Kiran Niranjan
|
3756d8e3b1
|
Merge remote-tracking branch 'upstream/master' into ELECTRON-47
# Conflicts:
# package.json
|
2017-08-09 21:31:54 +05:30 |
|
Kiran Niranjan
|
7556869049
|
Electron-107 - Fixes the remote desktop(2nd monitor) issue on windows
|
2017-08-08 15:20:03 +05:30 |
|
Kiran Niranjan
|
2e943359bb
|
Electron-104 - Optimized async dependency in electron-notify
|
2017-08-04 11:58:06 +05:30 |
|
Kiran Niranjan
|
173c2c692a
|
Electron-47 - Renamed error message and added some done() callback
|
2017-08-02 16:19:27 +05:30 |
|
Kiran Niranjan
|
c8ca074f92
|
Electron-47
1. Removed `electron-context-menu` from dependency
2. Added cld.node in app.asar.unpacked dir
3. Resolved conflicts
|
2017-08-02 16:17:30 +05:30 |
|