RESOLVED FIXED 190342
[Cocoa] [WK2] Add support for text alignment and text lists in font attributes
https://bugs.webkit.org/show_bug.cgi?id=190342
Summary [Cocoa] [WK2] Add support for text alignment and text lists in font attributes
Wenson Hsieh
Reported 2018-10-07 15:45:04 PDT
Attachments
First pass (39.83 KB, patch)
2018-10-07 16:15 PDT, Wenson Hsieh
no flags
Fix OpenSource iOS, macOS 10.12 builds (39.71 KB, patch)
2018-10-07 16:31 PDT, Wenson Hsieh
no flags
Fix OpenSource iOS build (41.77 KB, patch)
2018-10-07 16:45 PDT, Wenson Hsieh
no flags
Fix OpenSource iOS build (2) (39.76 KB, patch)
2018-10-07 16:54 PDT, Wenson Hsieh
ews-watchlist: commit-queue-
Archive of layout-test-results from ews103 for mac-sierra (2.48 MB, application/zip)
2018-10-07 17:42 PDT, EWS Watchlist
no flags
Patch (47.88 KB, patch)
2018-10-07 19:56 PDT, Wenson Hsieh
no flags
Rebase on trunk (47.72 KB, patch)
2018-10-08 18:30 PDT, Wenson Hsieh
no flags
Wenson Hsieh
Comment 1 2018-10-07 16:15:49 PDT
Created attachment 351749 [details] First pass
Wenson Hsieh
Comment 2 2018-10-07 16:31:11 PDT
Created attachment 351750 [details] Fix OpenSource iOS, macOS 10.12 builds
Wenson Hsieh
Comment 3 2018-10-07 16:45:19 PDT
Created attachment 351752 [details] Fix OpenSource iOS build
Wenson Hsieh
Comment 4 2018-10-07 16:54:46 PDT
Created attachment 351753 [details] Fix OpenSource iOS build (2)
EWS Watchlist
Comment 5 2018-10-07 17:42:33 PDT Comment hidden (obsolete)
EWS Watchlist
Comment 6 2018-10-07 17:42:34 PDT Comment hidden (obsolete)
Wenson Hsieh
Comment 7 2018-10-07 19:56:16 PDT
Tim Horton
Comment 8 2018-10-08 15:42:01 PDT
Comment on attachment 351758 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=351758&action=review > Source/WebCore/PAL/pal/spi/cocoa/NSAttributedStringSPI.h:110 > +#if PLATFORM(IOS) || (PLATFORM(MAC) && __MAC_OS_X_VERSION_MAX_ALLOWED < 101300) Are these exported? Should they be like all the other constants above (other than NSSuperscript)?
Wenson Hsieh
Comment 9 2018-10-08 15:56:04 PDT
Comment on attachment 351758 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=351758&action=review >> Source/WebCore/PAL/pal/spi/cocoa/NSAttributedStringSPI.h:110 >> +#if PLATFORM(IOS) || (PLATFORM(MAC) && __MAC_OS_X_VERSION_MAX_ALLOWED < 101300) > > Are these exported? Should they be like all the other constants above (other than NSSuperscript)? AFAICT, these are neither exported on iOS, nor on macOS prior to the High Sierra SDK :(
Wenson Hsieh
Comment 10 2018-10-08 18:30:25 PDT
Created attachment 351843 [details] Rebase on trunk
WebKit Commit Bot
Comment 11 2018-10-08 18:52:57 PDT
Comment on attachment 351843 [details] Rebase on trunk Clearing flags on attachment: 351843 Committed r236955: <https://trac.webkit.org/changeset/236955>
WebKit Commit Bot
Comment 12 2018-10-08 18:52:59 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.