Bug 282170
| Summary: | [GTK] Use std::array and ASCIILiteral in KeyBindingTranslator.cpp | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Adrian Perez <aperez> |
| Component: | WebKitGTK | Assignee: | Adrian Perez <aperez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply |
| Priority: | P2 | ||
| Version: | WebKit Local Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=282095 | ||
| Bug Depends on: | 281571 | ||
| Bug Blocks: | |||
Adrian Perez
Same as with bug #282095: use std::array and ASCIILiteral in
Source/WebKit/UIProcess/gtk/KeyBindingTranslator.cpp -- although
in this case there weren't WTF_ALLOW_UNSAFE_BUFFER_USAGE_{BEGIN,END}
and when building the GTK port with Clang warnings are always being
produced -- I forgot to add the guards in this file.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Adrian Perez
Pull request: https://github.com/WebKit/WebKit/pull/35791
EWS
Committed 285804@main (57c6ca3ab9ef): <https://commits.webkit.org/285804@main>
Reviewed commits have been landed. Closing PR #35791 and removing active labels.