mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
- export_gin_v8platform_pageallocator_for_usage_outside_of_the_gin.patch: gin::V8Platform::GetPageAllocator() is now exported upstream via the public v8::Platform interface, so we no longer need to patch gin to expose a custom accessor. Update javascript_environment.cc to use the upstream API instead. - fix_getcursorscreenpoint_wrongly_returns_0_0.patch: this fix has landed upstream in Chromium and is no longer needed as a local patch.