.. |
api
|
3b3430fba6
refactor: only access memory coordinator interface from browser process (#31305)
|
3 years ago |
asar
|
314e627df1
Revert "Revert "fix: change ASAR archive cache to per-process to fix leak (#29535)""
|
3 years ago |
extensions
|
f72597be06
chore: bump chromium to 91.0.4472.33 (13-x-y) (#28660)
|
4 years ago |
gin_converters
|
2745d70d25
fix: explicitly define REFGUID from ::GUID&, not base::GUID (#30442) (#30500)
|
3 years ago |
gin_helper
|
e87803919b
fix: memory leak in BrowserWindow (#27621)
|
4 years ago |
mac
|
ec7942e8b5
fix: build when some buildflags are disabled (#23307)
|
5 years ago |
resources
|
dcc6196fe7
revert: disable rosetta as Electron does not run under rosetta
|
4 years ago |
application_info.cc
|
34c4c8d508
refactor: rename the atom namespace to electron
|
5 years ago |
application_info.h
|
66a2218723
chore: bump chromium to 91.0.4448.0 (13-x-y) (#28127)
|
4 years ago |
application_info_linux.cc
|
3e8d77d564
chore: bump chromium to 98ebf6c3f0b7bd96bdb1a4b42208f (master) (#22999)
|
5 years ago |
application_info_mac.mm
|
34c4c8d508
refactor: rename the atom namespace to electron
|
5 years ago |
application_info_win.cc
|
66a2218723
chore: bump chromium to 91.0.4448.0 (13-x-y) (#28127)
|
4 years ago |
color_util.cc
|
7f4ab06f11
fix: convert system colors to device color space in systemPreferences (#28173)
|
4 years ago |
color_util.h
|
7f4ab06f11
fix: convert system colors to device color space in systemPreferences (#28173)
|
4 years ago |
crash_keys.cc
|
4a7dd267ec
fix: change gin_wrappable to scoped crash key (#30608)
|
3 years ago |
crash_keys.h
|
4a7dd267ec
fix: change gin_wrappable to scoped crash key (#30608)
|
3 years ago |
electron_command_line.cc
|
6ab317cc83
style: use build/include_directory for NOLINT (#23266)
|
5 years ago |
electron_command_line.h
|
d9321f4df7
chore: rename atom -> electron (#21986)
|
5 years ago |
electron_constants.cc
|
06bf0d08dc
fix: crashReporter incompatible with sandbox on Linux (#23265)
|
5 years ago |
electron_constants.h
|
06bf0d08dc
fix: crashReporter incompatible with sandbox on Linux (#23265)
|
5 years ago |
electron_paths.h
|
8798571a77
chore: bump chromium to 0e4ca9c0a63d7a39bd910997ad4c6 (master) (#24687)
|
4 years ago |
heap_snapshot.cc
|
34c4c8d508
refactor: rename the atom namespace to electron
|
5 years ago |
heap_snapshot.h
|
34c4c8d508
refactor: rename the atom namespace to electron
|
5 years ago |
key_weak_map.h
|
34c4c8d508
refactor: rename the atom namespace to electron
|
5 years ago |
keyboard_util.cc
|
9059a50f93
fix: keep shifted character in menu accelerator (#29482)
|
3 years ago |
keyboard_util.h
|
9059a50f93
fix: keep shifted character in menu accelerator (#29482)
|
3 years ago |
language_util.h
|
66a2218723
chore: bump chromium to 91.0.4448.0 (13-x-y) (#28127)
|
4 years ago |
language_util_linux.cc
|
f176d2494f
fix: respect system language preferences on Win/macOS (#23247)
|
5 years ago |
language_util_mac.mm
|
f176d2494f
fix: respect system language preferences on Win/macOS (#23247)
|
5 years ago |
language_util_win.cc
|
66a2218723
chore: bump chromium to 91.0.4448.0 (13-x-y) (#28127)
|
4 years ago |
mouse_util.cc
|
dc72f74020
chore: bump chromium to 580fe983e138952553cd6af11ee8b (master) (#23379)
|
4 years ago |
mouse_util.h
|
d8737734bf
chore: bump chromium to bc8f70ed4cfe2262ea833750eaddb (master) (#22649)
|
5 years ago |
node_bindings.cc
|
252805ddb4
fix: microtasks policy in CreateEnvironment (#29808)
|
3 years ago |
node_bindings.h
|
168bcaf8f3
fix: libuv hang on Windows (#28335)
|
4 years ago |
node_bindings_linux.cc
|
2b316f3843
refactor: run clang-tidy (#20231)
|
5 years ago |
node_bindings_linux.h
|
34c4c8d508
refactor: rename the atom namespace to electron
|
5 years ago |
node_bindings_mac.cc
|
34c4c8d508
refactor: rename the atom namespace to electron
|
5 years ago |
node_bindings_mac.h
|
34c4c8d508
refactor: rename the atom namespace to electron
|
5 years ago |
node_bindings_win.cc
|
34c4c8d508
refactor: rename the atom namespace to electron
|
5 years ago |
node_bindings_win.h
|
34c4c8d508
refactor: rename the atom namespace to electron
|
5 years ago |
node_includes.h
|
caac2e8fc7
fix: prevent crash on web-contents creation when error is thrown (#29106)
|
3 years ago |
node_util.cc
|
56d1fafe66
build: Wrap bundles using webpack (#25557)
|
4 years ago |
node_util.h
|
db4d01c517
refactor: move CompileAndCall to a helper (#20675)
|
5 years ago |
options_switches.cc
|
d0ba8d1f69
feat: enable windows control overlay on Windows (#30887)
|
3 years ago |
options_switches.h
|
d0ba8d1f69
feat: enable windows control overlay on Windows (#30887)
|
3 years ago |
platform_util.cc
|
eca4a5cf4c
fix: shell.trashItem crash when called in renderer (#28788)
|
4 years ago |
platform_util.h
|
66a2218723
chore: bump chromium to 91.0.4448.0 (13-x-y) (#28127)
|
4 years ago |
platform_util_internal.h
|
1b6534b326
feat: add shell.trashItem() to replace shell.moveItemToTrash() (#25114)
|
4 years ago |
platform_util_linux.cc
|
1930d972fc
fix(linux): OpenURI portal support for shell.showItemInFolder() (#30782)
|
3 years ago |
platform_util_mac.mm
|
09d7b2bc91
chore: remove deprecated shell.moveItemToTrash() (#26723)
|
4 years ago |
platform_util_win.cc
|
66a2218723
chore: bump chromium to 91.0.4448.0 (13-x-y) (#28127)
|
4 years ago |
process_util.cc
|
0a481242f0
fix: wrap EmitWarning with HandleScope (#23667)
|
4 years ago |
process_util.h
|
a061c87e56
feat: enable native extensions support (#21814)
|
5 years ago |
skia_util.cc
|
4be10523e8
chore: use auto to avoid repeating type (#26113)
|
4 years ago |
skia_util.h
|
e74daf2d19
refactor: move `gfx::ImageSkia` functions to their own util file (#19460)
|
5 years ago |
v8_value_converter.cc
|
66a2218723
chore: bump chromium to 91.0.4448.0 (13-x-y) (#28127)
|
4 years ago |
v8_value_converter.h
|
3ae3233e65
chore: remove native_mate (Part 12) (#20869)
|
5 years ago |
v8_value_serializer.cc
|
b4d07f76d3
feat: MessagePorts in the main process (#22404)
|
5 years ago |
v8_value_serializer.h
|
b4d07f76d3
feat: MessagePorts in the main process (#22404)
|
5 years ago |
world_ids.h
|
8383c14aba
chore: bump chromium to 7264889ce3aad1568ff3d211c81fe (master) (#27003)
|
4 years ago |