electron/atom/common
bughit e044ada65c fix: allow 2 threads for CreateIoCompletionPort on single-core to prevent busy looping (#15975)
* allow 2 threads for CreateIoCompletionPort on single-core

* use base::SysInfo::NumberOfProcessors instead of env var

* CHECK that uv_loop_ has not been used before replacing its iocp
2018-12-11 11:07:35 +09:00
..
api chore: fix v8 deprecation warnings 2018-12-03 20:07:43 +05:30
asar chore: post_task and friends now live under base/task 2018-12-03 20:07:38 +05:30
crash_reporter fix: fix gn cpplint warnings (#14583) 2018-09-12 19:25:56 -05:00
mac refactor: eliminate brightray (#15240) 2018-10-24 12:49:10 +02:00
native_mate_converters chore: fix v8 deprecation warnings 2018-12-03 20:07:43 +05:30
resources/mac feat: Add electron version to framework (#14296) 2018-08-29 10:31:45 -07:00
application_info.cc refactor: eliminate brightray (#15240) 2018-10-24 12:49:10 +02:00
application_info.h refactor: eliminate brightray (#15240) 2018-10-24 12:49:10 +02:00
application_info_linux.cc refactor: eliminate brightray (#15240) 2018-10-24 12:49:10 +02:00
application_info_mac.mm refactor: eliminate brightray (#15240) 2018-10-24 12:49:10 +02:00
application_info_win.cc refactor: eliminate brightray (#15240) 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 feat: implement 'app-command' events for browser history navigation keys on Linux (#15441) 2018-12-05 09:35:59 -08:00
atom_constants.h feat: implement 'app-command' events for browser history navigation keys on Linux (#15441) 2018-12-05 09:35:59 -08: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
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 (#15023) 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
heap_snapshot.cc feat: add process.takeHeapSnapshot() / webContents.takeHeapSnapshot() (#14456) 2018-09-18 11:00:31 -07:00
heap_snapshot.h feat: add process.takeHeapSnapshot() / webContents.takeHeapSnapshot() (#14456) 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 (#15689) 2018-11-14 14:02:18 -05:00
keyboard_util.h refactor: Improve accessibility of menus (#15302) 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 (#15752) 2018-11-21 22:39:59 +09:00
node_bindings.h feat: expose missing process APIs in sandboxed renderers (#13505) 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 (#12949) 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 fix: allow 2 threads for CreateIoCompletionPort on single-core to prevent busy looping (#15975) 2018-12-11 11:07:35 +09:00
node_bindings_win.h chore: fix various chromium-style errors in windows (#13394) 2018-06-25 22:30:00 +02:00
node_includes.h chore: check GetAgent as GetTracingController() crashes if no agent is set 2018-12-03 20:07:41 +05:30
options_switches.cc feat: add webPreferences.enableRemoteModule option (#13028) 2018-10-13 20:50:07 +03:00
options_switches.h feat: add webPreferences.enableRemoteModule option (#13028) 2018-10-13 20:50:07 +03:00
platform_util.h chore: change return type of platform_util::SetLoginItemEnabled (#15854) 2018-11-27 23:16:53 -05:00
platform_util_linux.cc fix: use gio as default linux trash impl (#15399) 2018-10-26 08:36:56 -07:00
platform_util_mac.mm chore: change return type of platform_util::SetLoginItemEnabled (#15854) 2018-11-27 23:16:53 -05:00
platform_util_win.cc feat: add workingDirectory option to shell.openExternal() (#15065) 2018-10-10 22:46:54 +02:00
promise_util.cc chore: fix V8 deprecation warnings (#15842) 2018-11-27 16:42:02 -05:00
promise_util.h fix: add microtask runner and fix promise test (#15071) 2018-10-16 02:26:47 +11:00