trop[bot] 8b060dc73e fix: chrome.i18n unavailable in extension service workers (#45035) 4 months ago
..
api f7159b6898 perf: use ArrayBuffer::Data() instead of GetBackingStore()->Data() (31-x-y) (#44104) 6 months ago
asar d8e3555e01 fix: -Wunsafe-buffer-usage warning in asar_util's ReadFileToString() (#43929) 6 months ago
extensions 8b060dc73e fix: chrome.i18n unavailable in extension service workers (#45035) 4 months ago
gin_converters e62c322b2d refactor: declare gin::Wrapper subclasses as final (#43783) 7 months ago
gin_helper e62c322b2d refactor: declare gin::Wrapper subclasses as final (#43783) 7 months ago
mac 892c9d78a3 chore: replace absl::optional<T> with std::optional<T> (#40928) 1 year ago
resources 192a7fad0d fix: disable MallocNanoZone on mac (#33704) 3 years ago
application_info.cc 0a064cece9 fix: devtools allow restoring saved dock state on Windows (#39734) 1 year ago
application_info.h 0a064cece9 fix: devtools allow restoring saved dock state on Windows (#39734) 1 year ago
application_info_linux.cc 37b7e347fc fix: potential crash caused by dlopen different gtk libraries (#33650) 3 years ago
application_info_mac.mm 89117fdd99 chore: bump chromium to 118.0.5975.0 (main) (#39531) 1 year ago
application_info_win.cc eb291485bb chore: drop support for Windows 7 / 8 / 8.1 (#36427) 2 years ago
color_util.cc 5ad8b4b7d1 chore: remove unused std includes (#38767) 1 year ago
color_util.h 15c6014324 feat: replace BrowserView with WebContentsView (#35658) 1 year ago
crash_keys.cc 4164ef93ad refactor: remove banned std::to_string() calls (#41087) 1 year 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 05d39d8313 build: remove enable_run_as_node build flag (#38413) 1 year ago
electron_paths.h 9483e714c4 feat: allow customizing browser data location (#33554) 2 years ago
heap_snapshot.cc dbfe4742d5 fix: -Wunsafe-buffer-usage warning in WriteAsciiChunk() (#44168) 6 months ago
heap_snapshot.h c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years ago
key_weak_map.h 0fa92e0fea refactor: simplify KeyWeakMap impl (#43484) 7 months ago
keyboard_util.cc 4164ef93ad refactor: remove banned std::to_string() calls (#41087) 1 year 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 5c7579ab1c chore: bump chromium to 121.0.6147.0 (main) (#40523) 1 year ago
logging.cc a7459bc93b refactor: move impl functions into private namespace (#43410) 8 months ago
logging.h c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years ago
node_bindings.cc 54b31f153c fix: gin_helper::MicrotasksScope instantiation (#43209) 8 months ago
node_bindings.h 97f0a9a545 fix: UvHandle move semantics (#43632) 7 months ago
node_bindings_linux.cc 5080b647c8 refactor: NodeBindings::Create() returns a unique_ptr (#43393) 8 months ago
node_bindings_linux.h c119b1ebef chore: remove redundant code in node integration (#33500) 3 years ago
node_bindings_mac.cc 5080b647c8 refactor: NodeBindings::Create() returns a unique_ptr (#43393) 8 months ago
node_bindings_mac.h c119b1ebef chore: remove redundant code in node integration (#33500) 3 years ago
node_bindings_win.cc 5080b647c8 refactor: NodeBindings::Create() returns a unique_ptr (#43393) 8 months ago
node_bindings_win.h c119b1ebef chore: remove redundant code in node integration (#33500) 3 years ago
node_includes.h 35a9e67dba chore: rename built-in modules to bindings to match naming update in node (#37182) 2 years ago
node_util.cc d13a93fb61 chore: remove node patches by using the preload feature (#41080) 1 year ago
node_util.h 031d636823 fix: only remove hijackable envs from foreign parent (#41079) 1 year ago
options_switches.cc fb9d3ec897 chore: bump chromium to 126.0.6445.0 (31-x-y) (#42119) 11 months ago
options_switches.h fb9d3ec897 chore: bump chromium to 126.0.6445.0 (31-x-y) (#42119) 11 months ago
platform_util.cc d02c9f8bc6 chore: bump chromium to 111.0.5544.3 (main) (#36820) 2 years 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 722bc116f8 fix: Launch apps with XDG_ACTIVATION_TOKEN in ozone/wayland (#43578) 7 months ago
platform_util_mac.mm c7219bf9e3 chore: improve error message on failed SMApp register/unregister (#42557) 10 months ago
platform_util_win.cc d241d1f3b3 refactor: remove C-style void arg type for no-arg functions (#43942) 6 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 bb2ba35b51 refactor: use `process_util.h` helpers (#38574) 1 year ago
process_util.h bb2ba35b51 refactor: use `process_util.h` helpers (#38574) 1 year ago
skia_util.cc 87c183df6a chore: bump chromium to 110.0.5415.0 (main) (#36186) 2 years ago
skia_util.h 5d120359f6 chore: used nested namespaces (#34737) 2 years ago
thread_restrictions.h 87c183df6a chore: bump chromium to 110.0.5415.0 (main) (#36186) 2 years ago
v8_value_serializer.cc 67ccd2792e fix: big endian bug in V8 serialization (#44794) 4 months ago
v8_value_serializer.h 7e59d784a0 chore: bump chromium to 102.0.4961.0 (main) (#33091) 3 years ago
world_ids.h c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years ago