feat: Corner Smoothing CSS rule (Reland) (#46385)
* feat: Corner Smoothing CSS rule (Reland) Reland of #45185 Co-authored-by: Calvin <clavin@users.noreply.github.com> * Fix patch conflicts Co-authored-by: clavin <clavin@electronjs.org> * fixup! Fix patch conflicts Co-authored-by: clavin <clavin@electronjs.org> * Update expected image The dashed border is subtly different. The new version is correct and the old one was incorrect. Co-authored-by: clavin <clavin@electronjs.org> --------- Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Calvin <clavin@users.noreply.github.com> Co-authored-by: clavin <clavin@electronjs.org>
This commit is contained in:
parent
71e53c925e
commit
75e44e5f05
26 changed files with 1276 additions and 1 deletions
|
@ -210,6 +210,10 @@ inline constexpr std::string_view kSpellcheck = "spellcheck";
|
|||
// document.execCommand("paste").
|
||||
inline constexpr std::string_view kEnableDeprecatedPaste =
|
||||
"enableDeprecatedPaste";
|
||||
|
||||
// Whether the -electron-corner-smoothing CSS rule is enabled.
|
||||
inline constexpr std::string_view kEnableCornerSmoothingCSS =
|
||||
"enableCornerSmoothingCSS";
|
||||
} // namespace options
|
||||
|
||||
// Following are actually command line switches, should be moved to other files.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue