Bug 162365

Summary: Rename IOS_TEXT_AUTOSIZING to TEXT_AUTOSIZING
Product: WebKit Reporter: Daniel Bates <dbates>
Component: CSSAssignee: Daniel Bates <dbates>
Status: RESOLVED FIXED    
Severity: Normal CC: aestes, ap, simon.fraser, universalterr, zalan
Priority: P2    
Version: WebKit Local Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch
none
Patch
none
Patch simon.fraser: review+

Description Daniel Bates 2016-09-21 16:29:50 PDT
Following the removal of the "Font Boosting" TEXT_AUTOSIZING implementation in <https://trac.webkit.org/changeset/206119> (bug #162167) repurpose the feature name TEXT_AUTOSIZING for the code guarded by IOS_TEXT_AUTOSIZING. At the time of writing, IOS_TEXT_AUTOSIZING is enabled on both macOS and iOS.
Comment 1 Daniel Bates 2016-09-21 16:53:17 PDT
Created attachment 289491 [details]
Patch
Comment 2 Daniel Bates 2016-09-22 14:33:22 PDT
Created attachment 289600 [details]
Patch
Comment 3 Daniel Bates 2016-09-22 14:46:26 PDT
Created attachment 289603 [details]
Patch
Comment 4 Daniel Bates 2016-09-26 14:53:51 PDT
Committed r206395: <http://trac.webkit.org/changeset/206395>