Bug 183246

Summary: REGRESSION(r222843): [HarfBuzz] Combining enclosed keycap not correctly handled
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, ews-watchlist, mcatanzaro, mmaxfield, webkit-bug-importer
Priority: P2 Keywords: InRadar, Regression
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch mcatanzaro: review+

Description Carlos Garcia Campos 2018-03-01 08:12:45 PST
While working on bug #183155 I realized that the first emojis shown in http://www.fileformat.info/info/emoji/browsertest.htm were not working. This is because we are not correctly handling the combining enclosed keycap since we switched to use ComplexTextController.
Comment 1 Carlos Garcia Campos 2018-03-01 08:32:21 PST
Created attachment 334817 [details]
Patch
Comment 2 Carlos Garcia Campos 2018-03-01 08:36:27 PST
Created attachment 334818 [details]
Patch
Comment 3 Michael Catanzaro 2018-03-01 12:15:57 PST
Comment on attachment 334818 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=334818&action=review

> LayoutTests/platform/gtk/fast/text/combining-enclosing-keycap-expected.txt:1
> +Vector smash protection is enabled.

This shouldn't be in the expected results. Why is this in the expected results? WTF?
Comment 4 Carlos Garcia Campos 2018-03-01 22:33:06 PST
(In reply to Michael Catanzaro from comment #3)
> Comment on attachment 334818 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=334818&action=review
> 
> > LayoutTests/platform/gtk/fast/text/combining-enclosing-keycap-expected.txt:1
> > +Vector smash protection is enabled.
> 
> This shouldn't be in the expected results. Why is this in the expected
> results? WTF?

Oh! This is because of resource load stats always enabled in tests. It queries the plugins data and stupid flash plugin spits that to stdout when loaded, making all my non-ref tests to fail, btw.
Comment 5 Carlos Garcia Campos 2018-03-01 22:43:27 PST
Committed r229165: <https://trac.webkit.org/changeset/229165>
Comment 6 Radar WebKit Bug Importer 2018-03-01 22:44:28 PST
<rdar://problem/38056723>