Bug 57905

Summary: Move attributedStringFromRange down to WebCore
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebKit Misc.Assignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: darin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: All   
Attachments:
Description Flags
proposed patch darin: review+

Description Alexey Proskuryakov 2011-04-05 16:53:14 PDT
WebCore already has a very similar function, and keeping these in separate projects is extremely confusing. Also, we need this functionality in WK2.
Comment 1 Alexey Proskuryakov 2011-04-05 16:58:59 PDT
Created attachment 88335 [details]
proposed patch
Comment 2 Darin Adler 2011-04-05 17:12:27 PDT
Comment on attachment 88335 [details]
proposed patch

View in context: https://bugs.webkit.org/attachment.cgi?id=88335&action=review

> Source/WebCore/platform/mac/WebNSAttributedStringExtras.h:2
> + * Copyright (C) 2005 Apple Computer, Inc.  All rights reserved.

Should change company name to Apple Inc.
Comment 3 Alexey Proskuryakov 2011-04-05 17:22:37 PDT
Committed <http://trac.webkit.org/changeset/83000>.