Bug 190736

Summary: Attachment filenames with RTL characters should format similar to Finder
Product: WebKit Reporter: Tim Horton <thorton>
Component: New BugsAssignee: Tim Horton <thorton>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin, commit-queue, dino, mitz, mmaxfield, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Tim Horton 2018-10-18 14:28:39 PDT
Attachment filenames with RTL characters should format similar to Finder
Comment 1 Tim Horton 2018-10-18 14:28:57 PDT
Created attachment 352733 [details]
Patch
Comment 2 Tim Horton 2018-10-18 14:28:59 PDT
<rdar://problem/44735946>
Comment 3 mitz 2018-10-24 14:09:22 PDT
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 4 Tim Horton 2018-10-24 15:26:00 PDT
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 5 WebKit Commit Bot 2018-10-24 15:51:09 PDT
Comment on attachment 352733 [details]
Patch

Clearing flags on attachment: 352733

Committed r237403: <https://trac.webkit.org/changeset/237403>
Comment 6 WebKit Commit Bot 2018-10-24 15:51:11 PDT
All reviewed patches have been landed.  Closing bug.