electron/atom/common
Nitish Sakhawalkar 9890d1e251 feat: Implement process.getProcessMemoryInfo to get the process memory usage ()
* feat: Implement process.getMemoryFootprint to get the process memory usage

* Add spec

* fix: must enter node env in callback

* Update function call

* Update spec

* Update API data

* update spec

* Update include

* update test for shared bytes

* Update atom/common/api/atom_bindings.cc

Co-Authored-By: nitsakh <nitsakh@icloud.com>

* Update atom/common/api/atom_bindings.cc

Co-Authored-By: nitsakh <nitsakh@icloud.com>

* Update API

* Update the callback isolate

* Update to work after app ready

* Update docs

* Update docs/api/process.md

Co-Authored-By: nitsakh <nitsakh@icloud.com>

* Update docs/api/process.md

Co-Authored-By: nitsakh <nitsakh@icloud.com>

* Fix crash
2018-11-28 17:57:53 +09:00
..
api feat: Implement process.getProcessMemoryInfo to get the process memory usage () 2018-11-28 17:57:53 +09:00
asar fix: fix gn cpplint warnings () 2018-09-12 19:25:56 -05:00
crash_reporter fix: fix gn cpplint warnings () 2018-09-12 19:25:56 -05:00
mac refactor: eliminate brightray () 2018-10-24 12:49:10 +02:00
native_mate_converters chore: fix V8 deprecation warnings () 2018-11-27 16:42:02 -05:00
resources/mac feat: Add electron version to framework () 2018-08-29 10:31:45 -07:00
application_info.cc refactor: eliminate brightray () 2018-10-24 12:49:10 +02:00
application_info.h refactor: eliminate brightray () 2018-10-24 12:49:10 +02:00
application_info_linux.cc refactor: eliminate brightray () 2018-10-24 12:49:10 +02:00
application_info_mac.mm refactor: eliminate brightray () 2018-10-24 12:49:10 +02:00
application_info_win.cc refactor: eliminate brightray () 2018-10-24 12:49:10 +02:00
atom_command_line.cc Fix up #includes to work with both GYP and GN 2018-05-10 13:38:40 -07:00
atom_command_line.h Disallow launching unknown apps via browser client. 2018-01-22 16:49:30 -06:00
atom_constants.cc build: define compile time features with buildflag header () 2018-10-01 16:00:53 -04:00
atom_constants.h build: define compile time features with buildflag header () 2018-10-01 16:00:53 -04:00
atom_version.h Bump v4.0.0-nightly.20181010 2018-10-10 06:38:01 -07:00
color_util.cc also format missing .cc files 2018-04-18 20:48:45 -04:00
color_util.h Remove const since SkColor is an int 2016-10-11 13:15:27 -07:00
common_message_generator.cc fix include definition errors 2018-04-18 20:48:46 -04:00
common_message_generator.h refactor: move printing out of chromium_src () 2018-10-13 12:57:04 +11:00
draggable_region.cc also format missing .cc files 2018-04-18 20:48:45 -04:00
draggable_region.h Fix ui/gfx/geometry headers 2015-03-18 09:57:38 +08:00
heap_snapshot.cc feat: add process.takeHeapSnapshot() / webContents.takeHeapSnapshot() () 2018-09-18 11:00:31 -07:00
heap_snapshot.h feat: add process.takeHeapSnapshot() / webContents.takeHeapSnapshot() () 2018-09-18 11:00:31 -07:00
key_weak_map.h clang-format atom files 2018-04-18 20:48:45 -04:00
keyboard_util.cc feat: add numpad accelerator strings () 2018-11-14 14:02:18 -05:00
keyboard_util.h refactor: Improve accessibility of menus () 2018-10-29 13:08:46 -05:00
mouse_util.cc also format missing .cc files 2018-04-18 20:48:45 -04:00
mouse_util.h clang-format atom files 2018-04-18 20:48:45 -04:00
node_bindings.cc view: add ResizeArea class () 2018-11-21 22:39:59 +09:00
node_bindings.h feat: expose missing process APIs in sandboxed renderers () 2018-08-21 11:05:45 -07:00
node_bindings_linux.cc also format missing .cc files 2018-04-18 20:48:45 -04:00
node_bindings_linux.h refactor: chromium-style warnings in linux code () 2018-05-16 14:12:45 -05:00
node_bindings_mac.cc also format missing .cc files 2018-04-18 20:48:45 -04:00
node_bindings_mac.h [chromium-style] override / virtual warnings 2018-04-19 11:12:10 -07:00
node_bindings_win.cc chore: [gn] remove vendor/ from windows include paths () 2018-06-26 15:03:56 +10:00
node_bindings_win.h chore: fix various chromium-style errors in windows () 2018-06-25 22:30:00 +02:00
node_includes.h chore: bump minimum supported macOS version to 10.10 () 2018-10-25 10:59:42 +02:00
options_switches.cc feat: add webPreferences.enableRemoteModule option () 2018-10-13 20:50:07 +03:00
options_switches.h feat: add webPreferences.enableRemoteModule option () 2018-10-13 20:50:07 +03:00
platform_util.h chore: change return type of platform_util::SetLoginItemEnabled () 2018-11-27 23:16:53 -05:00
platform_util_linux.cc fix: use gio as default linux trash impl () 2018-10-26 08:36:56 -07:00
platform_util_mac.mm chore: change return type of platform_util::SetLoginItemEnabled () 2018-11-27 23:16:53 -05:00
platform_util_win.cc feat: add workingDirectory option to shell.openExternal() () 2018-10-10 22:46:54 +02:00
promise_util.cc chore: fix V8 deprecation warnings () 2018-11-27 16:42:02 -05:00
promise_util.h fix: add microtask runner and fix promise test () 2018-10-16 02:26:47 +11:00