electron/shell/renderer/api
Darshan Sen 25f2abb64d
chore: use std::forward() in ConvertToV8() (#31817)
The variable `input` is accepted by a universal reference, so it doesn't
make sense to cast a potential lvalue reference into an rvalue
reference. In case `input` is an lvalue reference, we should rather
forward the value as is to `ToV8()`.

Signed-off-by: Darshan Sen <darshan.sen@postman.com>
2021-11-16 09:15:32 +01:00
..
context_bridge chore: bump chromium to 93.0.4566.0 (main) (#29980) 2021-07-06 08:17:13 -04:00
electron_api_context_bridge.cc chore: use std::forward() in ConvertToV8() (#31817) 2021-11-16 09:15:32 +01:00
electron_api_context_bridge.h feat: enable world safe JS by default (#26889) 2021-01-26 14:23:35 -08:00
electron_api_crash_reporter_renderer.cc build: remove dead symlink from MAS build (#24158) 2020-06-16 14:19:57 -07:00
electron_api_ipc_renderer.cc chore: remove unused and broken ipcRendererInternal.sendTo() (#29743) 2021-06-17 23:26:18 -05:00
electron_api_spell_check_client.cc chore: trim unused STL includes (#29414) 2021-06-01 10:34:44 +09:00
electron_api_spell_check_client.h refactor: replace deprecated DISALLOW_COPY_AND_ASSIGN (#31633) 2021-11-03 20:41:45 +09:00
electron_api_web_frame.cc refactor: remove duplicate contextIsolation from getWebPreference() (#31730) 2021-11-08 11:57:56 -05:00