electron/shell/common/gin_converters
Charles Kerr ab49e98401
perf: prefer base::StringPiece over std::string for build-time strings (#38717)
* perf: use base::StringPiece in InclusionStatusToString()

The strings are all build-time constants and this is a private function

* perf: use base::StringPiece in ErrorCodeToString()

The strings are all build-time constants and this is a private function

* perf: use base::StringPiece in MessageSourceToString()

The strings are all build-time constants and this is a private function

* perf: use base::StringPiece in CursorTypeToString()

The strings are all build-time constants and this is a private function

* perf: use base::StringPiece in MediaStreamTypeToString()

The strings are all build-time constants and this is a private function

* perf: use base::StringPiece in ModifiersToArray()

The strings are all build-time constants and this is a private function

* perf: use base::StringPiece in WebFrameRenderer::MaybeGetRenderFrame()

The strings are all build-time constants and this is a private function
2023-06-12 09:55:22 +02:00
..
accelerator_converter.cc
accelerator_converter.h
base_converter.h
blink_converter.cc perf: prefer base::StringPiece over std::string for build-time strings (#38717) 2023-06-12 09:55:22 +02:00
blink_converter.h
callback_converter.h chore: bump chromium to 111.0.5544.3 (main) (#36820) 2023-02-03 12:43:42 +01:00
content_converter.cc chore: bump chromium to 111.0.5518.0 (main) (#36575) 2023-01-05 21:35:34 -05:00
content_converter.h
extension_converter.cc perf: avoid unnecessary base value clone (#38537) 2023-06-02 08:38:29 -05:00
extension_converter.h
file_dialog_converter.cc
file_dialog_converter.h
file_path_converter.h
frame_converter.cc
frame_converter.h
gfx_converter.cc feat: add label property to Display objects (#36855) 2023-01-18 15:44:40 +09:00
gfx_converter.h
guid_converter.h
gurl_converter.h
hid_device_info_converter.h refactor: replace deprecated base::Value::Set<Type>Key usage (#37570) 2023-03-15 09:07:51 -04:00
image_converter.cc
image_converter.h
media_converter.cc
media_converter.h
message_box_converter.cc
message_box_converter.h
native_window_converter.h
net_converter.cc chore: enable check raw ptr fields (#38167) 2023-05-11 16:07:39 -04:00
net_converter.h feat: session.resolveHost (#37690) 2023-04-05 10:06:14 -04:00
optional_converter.h feat: add BrowserWindow.set/getWindowButtonPosition APIs (#37094) 2023-02-17 19:06:32 +09:00
serial_port_info_converter.h
std_converter.h
time_converter.cc
time_converter.h
usb_device_info_converter.h
usb_protected_classes_converter.h feat: add USB protected classes handler (#38263) 2023-05-30 12:35:25 -04:00
value_converter.cc perf: avoid unnecessary base value clone (#38537) 2023-06-02 08:38:29 -05:00
value_converter.h perf: avoid unnecessary base value clone (#38537) 2023-06-02 08:38:29 -05:00