Charles Kerr
|
39cca586f6
|
refactor: avoid deprecated v8::Context::GetIsolate() calls (pt 1) (#47760)
* refactor: avoid redundant GetIsolate() calls in NodeBindings::CreateEnvironment()
Xref: https://chromium-review.googlesource.com/c/v8/v8/+/6563615
* refactor: use v8::Isolate::GetCurrent() in Initialize() methods
* refactor: add v8::Isolate* arg to NodeBindings::CreateEnvironment()
* fixup! refactor: use v8::Isolate::GetCurrent() in Initialize() methods
* refactor: add v8::Isolate* arg to RendererClientBase::DidCreateScriptContext()
* fixup! refactor: add v8::Isolate* arg to NodeBindings::CreateEnvironment()
* fixup! fixup! refactor: use v8::Isolate::GetCurrent() in Initialize() methods
refactor: prefer JavascriptEnvironment::GetIsolate() in the browser layer
|
2025-07-21 16:34:38 +02:00 |
|
electron-roller[bot]
|
f2240e07f0
|
chore: bump chromium to 137.0.7149.0 (main) (#46777)
* chore: bump chromium in DEPS to 137.0.7144.0
* chore: bump chromium in DEPS to 137.0.7145.0
* chore: bump chromium in DEPS to 137.0.7147.0
* chore: update patches
* Remove deprecated GetVar(std::string_view, std::string*) overload
Refs https://chromium-review.googlesource.com/c/chromium/src/+/6468873
* fixup! Remove deprecated GetVar(std::string_view, std::string*) overload
* fixup! Remove deprecated GetVar(std::string_view, std::string*) overload
* chore: bump chromium in DEPS to 137.0.7149.0
---------
Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: deepak1556 <hop2deep@gmail.com>
|
2025-04-28 11:39:12 -04:00 |
|
Charles Kerr
|
e7ca92a574
|
chore: remove unused internal env.unSetVar() (#43148)
chore: remove unused unSetVar JS binding
Added in Oct 2020 (b33f2260 , #25623) but never used
|
2024-08-01 18:41:41 -05:00 |
|
Milan Burda
|
35a9e67dba
|
chore: rename built-in modules to bindings to match naming update in node (#37182)
|
2023-02-09 10:31:38 +09:00 |
|
Milan Burda
|
b33f22601e
|
refactor: check ELECTRON_ENABLE_LOGGING via native implementation (#25623)
|
2020-10-06 09:58:31 +09:00 |
|