Changeset 244319 in webkit


Ignore:
Timestamp:
Apr 15, 2019 6:43:30 PM (5 years ago)
Author:
commit-queue@webkit.org
Message:

Stop using hyphenationFactor
https://bugs.webkit.org/show_bug.cgi?id=196949
<rdar://problem/49779594>

Patch by Alex Christensen <achristensen@webkit.org> on 2019-04-15
Reviewed by Geoffrey Garen.

  • UIProcess/Cocoa/WKSafeBrowsingWarning.mm:

(-[WKSafeBrowsingTextView initWithAttributedString:forWarning:]):
I added this use of hyphenationFactor in r241124 but the other changes in that revision make the use of hyphenationFactor redundant.
There is a reason to remove it in the radar.

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r244317 r244319  
     12019-04-15  Alex Christensen  <achristensen@webkit.org>
     2
     3        Stop using hyphenationFactor
     4        https://bugs.webkit.org/show_bug.cgi?id=196949
     5        <rdar://problem/49779594>
     6
     7        Reviewed by Geoffrey Garen.
     8
     9        * UIProcess/Cocoa/WKSafeBrowsingWarning.mm:
     10        (-[WKSafeBrowsingTextView initWithAttributedString:forWarning:]):
     11        I added this use of hyphenationFactor in r241124 but the other changes in that revision make the use of hyphenationFactor redundant.
     12        There is a reason to remove it in the radar.
     13
    1142019-04-15  Alex Christensen  <achristensen@webkit.org>
    215
  • trunk/Source/WebKit/UIProcess/Cocoa/WKSafeBrowsingWarning.mm

    r241125 r244319  
    563563    self.scrollEnabled = NO;
    564564#endif
    565 #if PLATFORM(WATCHOS)
    566     self.layoutManager.hyphenationFactor = 1;
    567 #endif
    568565
    569566    return self;
Note: See TracChangeset for help on using the changeset viewer.