trop[bot] 06c84f35bd fix: oob string read when parsing node_options (#46246) 3 weeks ago
..
api b4bb928224 refactor: use C++20's contains() method (#45814) 1 month ago
asar d8a7c57506 fix: modernize-use-using clang-tidy warnings (#44835) 4 months ago
extensions 52484b0ccd fix: chrome.i18n unavailable in extension service workers (#45036) 4 months ago
gin_converters 5cda3d226c refactor: use base::NumberToString() (#46152) 1 month ago
gin_helper be7b06108e refactor: make a variadic `gin_helper::internal::InvokeFactory()` (#46029) 1 month ago
mac c63613f290 refactor: return-braced-init-list pt 2 of 2 (#44891) 4 months ago
resources 192a7fad0d fix: disable MallocNanoZone on mac (#33704) 3 years ago
BUILD.gn 9fe5f566a4 feat: route deprecated sync clipboard read through permission checks (#45472) 2 months ago
application_info.cc c0b914f6a6 refactor: replace base::StringPrintf() calls with absl::StrFormat() (#44552) 5 months ago
application_info.h 0a064cece9 fix: devtools allow restoring saved dock state on Windows (#39734) 1 year ago
application_info_linux.cc 8397fef3ef chore: remove unused nogncheck includes (#43964) 6 months ago
application_info_mac.mm 89117fdd99 chore: bump chromium to 118.0.5975.0 (main) (#39531) 1 year ago
application_info_win.cc 45bae950d5 chore: remove unused base/ includes (#43688) 7 months ago
color_util.cc c0b914f6a6 refactor: replace base::StringPrintf() calls with absl::StrFormat() (#44552) 5 months ago
color_util.h a7066af0f9 fix: modernize-use-equals-default warnings (#44944) 4 months ago
crash_keys.cc 05dfd14913 refactor: add `EmitWarning(v8::Isolate*)` helper (#43722) 7 months ago
crash_keys.h 5d120359f6 chore: used nested namespaces (#34737) 2 years ago
electron_command_line.cc 28ada6ea8b chore: bump chromium to 100.0.4857.0 (main) (#32419) 3 years ago
electron_command_line.h 28ada6ea8b chore: bump chromium to 100.0.4857.0 (main) (#32419) 3 years ago
electron_constants.cc 05d39d8313 build: remove enable_run_as_node build flag (#38413) 1 year ago
electron_constants.h aa23198ad8 chore: remove more unused #include calls (#43000) 8 months ago
electron_paths.h 9483e714c4 feat: allow customizing browser data location (#33554) 2 years ago
heap_snapshot.cc 66d1227cc4 refactor: use `base::as_bytes()` in `WriteAsciiChunk()` (#45749) 1 month ago
heap_snapshot.h c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years ago
key_weak_map.h 7cea992926 refactor: simplify KeyWeakMap impl (#43461) 7 months ago
keyboard_util.cc 8a8241163d chore: bump chromium to 128.0.6558.0 (main) (#42413) 9 months ago
keyboard_util.h f36ceae024 chore: migrate base::StringPiece to std::string_view (#40915) 1 year ago
language_util.h c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years ago
language_util_linux.cc 5fc3ed936e feat: add app.getPreferredSystemLanguages() API (#36035) 2 years ago
language_util_mac.mm f176d2494f fix: respect system language preferences on Win/macOS (#23247) 5 years ago
language_util_win.cc aa23198ad8 chore: remove more unused #include calls (#43000) 8 months ago
logging.cc 14c705349e fix: `performance-no-automatic-move` clang-tidy warnings (#44773) 5 months ago
logging.h c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years ago
mac_util.h e21d7a1010 fix: -Wunsafe-buffer-usage warning in didRegisterForRemoteNotificationsWithDeviceToken (#44382) 5 months ago
mac_util.mm e21d7a1010 fix: -Wunsafe-buffer-usage warning in didRegisterForRemoteNotificationsWithDeviceToken (#44382) 5 months ago
node_bindings.cc 06c84f35bd fix: oob string read when parsing node_options (#46246) 3 weeks ago
node_bindings.h 3b89a5e183 fix: support for v8.setHeapSnapshotNearHeapLimit api (#45644) 2 months ago
node_bindings_linux.cc 93a6f3e607 refactor: NodeBindings::Create() returns a unique_ptr (#43361) 8 months ago
node_bindings_linux.h 60c4c9fec6 chore: remove unused #includes (#42971) 9 months ago
node_bindings_mac.cc 05dfd14913 refactor: add `EmitWarning(v8::Isolate*)` helper (#43722) 7 months ago
node_bindings_mac.h 60c4c9fec6 chore: remove unused #includes (#42971) 9 months ago
node_bindings_win.cc 45bae950d5 chore: remove unused base/ includes (#43688) 7 months ago
node_bindings_win.h 60c4c9fec6 chore: remove unused #includes (#42971) 9 months ago
node_includes.h f68184a9f9 feat: add error event for utility process (#43774) 6 months ago
node_util.cc 99f2bab4a4 refactor: fix modernize-return-braced-init-list warnings (#44856) 4 months ago
node_util.h 3d2f68a9df refactor: spanify image utils (#44127) 6 months ago
options_switches.cc 9fe5f566a4 feat: route deprecated sync clipboard read through permission checks (#45472) 2 months ago
options_switches.h 9fe5f566a4 feat: route deprecated sync clipboard read through permission checks (#45472) 2 months ago
platform_util.cc a92b3944a1 fix: misc-use-internal-linkage warnings (#44872) 4 months ago
platform_util.h f7b1c75c72 feat: update `app.{set|get}LoginItemSettings(settings)` (#37244) 1 year ago
platform_util_internal.h 5d120359f6 chore: used nested namespaces (#34737) 2 years ago
platform_util_linux.cc 8397fef3ef chore: remove unused nogncheck includes (#43964) 6 months ago
platform_util_mac.mm 5d5c18b7a6 fix: update shell.openExternal to correctly focus on external window (#44469) 5 months ago
platform_util_win.cc 9598d88b7c refactor: remove C-style void arg type for no-arg functions (#43884) 6 months ago
plugin.mojom c9b7806418 chore: bump chromium to 129.0.6650.0 (main) (#43266) 8 months ago
plugin_info.cc e72f4f7f26 chore: bump chromium to 123.0.6312.5 (main) (#41337) 1 year ago
plugin_info.h ea6f873f97 chore: bump chromium to 109.0.5382.0 (main) (#36057) 2 years ago
process_util.cc 05dfd14913 refactor: add `EmitWarning(v8::Isolate*)` helper (#43722) 7 months ago
process_util.h 30358180c7 refactor: remove unused system header includes (34-x-y) (#46135) 1 month ago
skia_util.cc a92b3944a1 fix: misc-use-internal-linkage warnings (#44872) 4 months ago
skia_util.h 3d2f68a9df refactor: spanify image utils (#44127) 6 months ago
thread_restrictions.h 87c183df6a chore: bump chromium to 110.0.5415.0 (main) (#36186) 2 years ago
v8_util.cc 78adaed2c6 refactor: only pass `v8::Context` to `gin_helper::MicrotasksScope` constructor (#45505) 2 months ago
v8_util.h 566c72cd46 fix: -Wunsafe-buffer-usage warning in ChunkedDataPipeReadableStream (#44211) 6 months ago
web_contents_utility.mojom 9fe5f566a4 feat: route deprecated sync clipboard read through permission checks (#45472) 2 months ago
world_ids.h c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years ago