WebKit Bugzilla
Attachment 342829 Details for
Bug 186571
: Complex text handling should opt out of bounded text layout.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-186571-20180615110400.patch (text/plain), 1.31 KB, created by
Jonathan Bedard
on 2018-06-15 11:04:01 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Jonathan Bedard
Created:
2018-06-15 11:04:01 PDT
Size:
1.31 KB
patch
obsolete
>Index: Source/WebCore/PAL/ChangeLog >=================================================================== >--- Source/WebCore/PAL/ChangeLog (revision 232876) >+++ Source/WebCore/PAL/ChangeLog (working copy) >@@ -1,3 +1,13 @@ >+2018-06-15 Jonathan Bedard <jbedard@apple.com> >+ >+ Complex text handling should opt out of bounded text layout (follow-up fix) >+ https://bugs.webkit.org/show_bug.cgi?id=186571 >+ <rdar://problem/40801429> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * pal/spi/cocoa/CoreTextSPI.h: Add declaration for OpenSource Mojave builds. >+ > 2018-06-14 Timothy Hatcher <timothy@apple.com> > > Expose more semantic system colors. >Index: Source/WebCore/PAL/pal/spi/cocoa/CoreTextSPI.h >=================================================================== >--- Source/WebCore/PAL/pal/spi/cocoa/CoreTextSPI.h (revision 232876) >+++ Source/WebCore/PAL/pal/spi/cocoa/CoreTextSPI.h (working copy) >@@ -62,6 +62,10 @@ typedef CF_OPTIONS(CFOptionFlags, CTFont > kCTFontFallbackOptionDefault = kCTFontFallbackOptionSystem | kCTFontFallbackOptionUserInstalled, > }; > >+#if (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED == 101400) || (PLATFORM(IOS) && __IPHONE_OS_VERSION_MIN_REQUIRED == 120000) >+extern const CFStringRef kCTTypesetterOptionAllowUnboundedLayout; >+#endif >+ > #endif > > WTF_EXTERN_C_BEGIN
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 186571
:
342573
|
342621
| 342829 |
342838