mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
* perf: use base::StringPiece in InclusionStatusToString() The strings are all build-time constants and this is a private function Co-authored-by: Charles Kerr <charles@charleskerr.com> * perf: use base::StringPiece in ErrorCodeToString() The strings are all build-time constants and this is a private function Co-authored-by: Charles Kerr <charles@charleskerr.com> * perf: use base::StringPiece in MessageSourceToString() The strings are all build-time constants and this is a private function Co-authored-by: Charles Kerr <charles@charleskerr.com> * perf: use base::StringPiece in CursorTypeToString() The strings are all build-time constants and this is a private function Co-authored-by: Charles Kerr <charles@charleskerr.com> * perf: use base::StringPiece in MediaStreamTypeToString() The strings are all build-time constants and this is a private function Co-authored-by: Charles Kerr <charles@charleskerr.com> * perf: use base::StringPiece in ModifiersToArray() The strings are all build-time constants and this is a private function Co-authored-by: Charles Kerr <charles@charleskerr.com> * perf: use base::StringPiece in WebFrameRenderer::MaybeGetRenderFrame() The strings are all build-time constants and this is a private function Co-authored-by: Charles Kerr <charles@charleskerr.com> --------- Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Charles Kerr <charles@charleskerr.com>