Attachment filenames with RTL characters should format similar to Finder
Created attachment 352733 [details] Patch
<rdar://problem/44735946>
Comment on attachment 352733 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=352733&action=review > Source/WebCore/html/HTMLAttachmentElement.cpp:163 > +String HTMLAttachmentElement::attachmentTitleForDisplay() const Not redundant at all.
Comment on attachment 352733 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=352733&action=review >> Source/WebCore/html/HTMLAttachmentElement.cpp:163 >> +String HTMLAttachmentElement::attachmentTitleForDisplay() const > > Not redundant at all. 🤷♂️ I was afraid of just calling the other one title(), and this one just continues the madness.
Comment on attachment 352733 [details] Patch Clearing flags on attachment: 352733 Committed r237403: <https://trac.webkit.org/changeset/237403>
All reviewed patches have been landed. Closing bug.