electron/shell/common/gin_converters
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
..
accelerator_converter.cc chore: remove native_mate (Part 11) (#20719) 2019-10-25 22:03:28 +09:00
accelerator_converter.h chore: remove native_mate (Part 11) (#20719) 2019-10-25 22:03:28 +09:00
base_converter.h refactor: move TerminationStatus converter (#26520) 2020-11-17 11:13:58 -08:00
blink_converter.cc feat: expose location and modifiers on before-input-event (#29850) 2021-07-14 20:50:02 +09:00
blink_converter.h feat: expose location and modifiers on before-input-event (#29850) 2021-07-14 20:50:02 +09:00
callback_converter.h refactor: replace base::Bind() with base::BindOnce() / base::BindRepeating() (#27447) 2021-01-25 10:27:40 +09:00
content_converter.cc fix: "Failed to serialize arguments" when emitting 'context-menu' for webview (#31259) 2021-10-04 14:00:25 -04:00
content_converter.h feat: add frame to context-menu event params (#30831) 2021-09-22 08:52:49 +09:00
extension_converter.cc feat(extensions): add more properties to extension object (#22244) 2020-02-24 12:30:32 +09:00
extension_converter.h chore: clean up forward declarations (#29904) 2021-07-02 09:51:37 +09:00
file_dialog_converter.cc chore: rename atom -> electron (#21986) 2020-02-04 12:19:40 -08:00
file_dialog_converter.h move file dialog converter to gin (#19709) 2019-08-13 14:49:48 +09:00
file_path_converter.h 2757472: Reland "Reland "[LSC] Remove base::string16 alias"" 2021-03-18 15:55:51 -04:00
frame_converter.cc feat: add 'dom-ready' event to WebFrameMain (#29290) 2021-09-01 15:21:15 -07:00
frame_converter.h feat: add 'dom-ready' event to WebFrameMain (#29290) 2021-09-01 15:21:15 -07:00
gfx_converter.cc feat: include resize edge with will-resize event (#29199) 2021-06-02 11:37:10 +09:00
gfx_converter.h feat: include resize edge with will-resize event (#29199) 2021-06-02 11:37:10 +09:00
guid_converter.h fix: explicitly define REFGUID from ::GUID&, not base::GUID (#30442) 2021-08-11 12:43:33 -07:00
gurl_converter.h move gurl converter to gin (#19578) 2019-08-07 16:18:26 +09:00
image_converter.cc refactor: remove path from nativeImage converter (#26546) 2021-01-04 12:58:31 -08:00
image_converter.h move image converter to gin (#19655) 2019-08-15 11:18:34 +09:00
message_box_converter.cc feat: add width option to dialog.showMessageBox() (#30474) 2021-09-23 19:56:14 +09:00
message_box_converter.h refactor: move native window gin converter (#19577) 2019-08-09 13:43:18 -07:00
native_window_converter.h chore: cleanup some typos in comments (#25770) 2020-10-13 10:25:21 -07:00
net_converter.cc chore: bump chromium to 96.0.4664.4 (main) (#31317) 2021-10-21 11:51:36 -07:00
net_converter.h chore: bump chromium to 94.0.4590.2 (main) (#30274) 2021-08-11 17:04:56 -04:00
std_converter.h chore: use std::forward() in ConvertToV8() (#31817) 2021-11-16 09:15:32 +01:00
time_converter.cc chore: bump chromium to 95.0.4629.0 (main) (#30676) 2021-09-01 15:55:07 -04:00
time_converter.h chore: trim unused STL includes (#29414) 2021-06-01 10:34:44 +09:00
value_converter.cc fix: prevent crash in ListValue v8 converter when conversion fails (#22753) 2020-03-18 13:59:34 -07:00
value_converter.h chore: remove native_mate (Part 12) (#20869) 2019-10-31 16:56:00 +09:00