electron/shell
Charles Kerr 084c6ef549
refactor: prefer GetCreationContextChecked(v8::Isolate*) over GetCreationContextChecked() (#47878)
* refactor: pass an isolate when calling GetCreationContextChecked() in V8FunctionInvoker

* refactor: pass an isolate when calling GetCreationContextChecked() in RendererClientBase

* refactor: pass an isolate when calling GetCreationContextChecked() in ScriptExecutionCallback::Completed()

* refactor: pass an isolate when calling GetCreationContextChecked() in ScriptExecutionCallback::CopyResultToCallingContextAndFinalize()

* refactor: pass an isolate when calling GetCreationContextChecked() in electron::GetRenderFrame()

* refactor: pass an isolate when calling GetCreationContextChecked() in gin_helper::internal::CallMethodWithArgs()

* refactor: pass an isolate when calling GetCreationContextChecked() in OverrideGlobalPropertyFromIsolatedWorld()

* refactor: pass an isolate when calling GetCreationContextChecked() in OverrideGlobalValueFromIsolatedWorld()

* refactor: pass an isolate when calling GetCreationContextChecked() in ProxyFunctionWrapper()

* refactor: pass an isolate when calling GetCreationContextChecked() in PassValueToOtherContextInner()

* fixup! refactor: pass an isolate when calling GetCreationContextChecked() in electron::GetRenderFrame()
2025-07-25 09:06:57 -05:00
..
app chore: bump chromium to 140.0.7301.0 (main) (#47747) 2025-07-21 09:32:53 -07:00
browser fix: window content protection on older Windows versions (#47856) 2025-07-24 12:05:28 -07:00
common refactor: prefer GetCreationContextChecked(v8::Isolate*) over GetCreationContextChecked() (#47878) 2025-07-25 09:06:57 -05:00
renderer refactor: prefer GetCreationContextChecked(v8::Isolate*) over GetCreationContextChecked() (#47878) 2025-07-25 09:06:57 -05:00
services/node chore: bump chromium to 140.0.7301.0 (main) (#47747) 2025-07-21 09:32:53 -07:00
utility fix: broken OOP window.print() on macOS/Linux (#45214) 2025-01-20 10:23:44 +01:00