[Webkit-unassigned] [Bug 160172] New: Move skipLeadingAndTrailingWhitespace in MathMLElement.cpp to HTMLParserIdioms.cpp
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 25 14:57:59 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=160172
Bug ID: 160172
Summary: Move skipLeadingAndTrailingWhitespace in
MathMLElement.cpp to HTMLParserIdioms.cpp
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: HTML DOM
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ddkilzer at webkit.org
CC: cdumez at apple.com, darin at apple.com, fred.wang at free.fr
Based on Bug 160111 Comment #14, we should:
- Move skipLeadingAndTrailingWhitespace() into the HTMLParserIdioms class,
- Rename it to overload stripLeadingAndTrailingHTMLSpaces(), and
- Change the argument from const StringView& to StringView.
Eventually, we should remove the stripLeadingAndTrailingHTMLSpaces(const String&) method in favor of the StringView method.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160725/5339a6df/attachment-0001.html>
More information about the webkit-unassigned
mailing list