Bug 162365 - Rename IOS_TEXT_AUTOSIZING to TEXT_AUTOSIZING
Summary: Rename IOS_TEXT_AUTOSIZING to TEXT_AUTOSIZING
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Local Build
Hardware: All All
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-21 16:29 PDT by Daniel Bates
Modified: 2019-05-02 16:25 PDT (History)
5 users (show)

See Also:


Attachments
Patch (88.48 KB, patch)
2016-09-21 16:53 PDT, Daniel Bates
no flags Details | Formatted Diff | Diff
Patch (86.93 KB, patch)
2016-09-22 14:33 PDT, Daniel Bates
no flags Details | Formatted Diff | Diff
Patch (88.24 KB, patch)
2016-09-22 14:46 PDT, Daniel Bates
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>