<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>257931</bug_id>
          
          <creation_ts>2023-06-09 20:57:06 -0700</creation_ts>
          <short_desc>Add parsing support for word-boundary-detection</short_desc>
          <delta_ts>2023-06-13 00:33:18 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Text</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Myles C. Maxfield">mmaxfield</reporter>
          <assigned_to name="Diego Pino">dpino</assigned_to>
          <cc>dpino</cc>
    
    <cc>mmaxfield</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1960909</commentid>
    <comment_count>0</comment_count>
    <who name="Myles C. Maxfield">mmaxfield</who>
    <bug_when>2023-06-09 20:57:06 -0700</bug_when>
    <thetext>Add parsing support for word-boundary-detection</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1960910</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2023-06-09 20:57:23 -0700</bug_when>
    <thetext>&lt;rdar://problem/110562385&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1960912</commentid>
    <comment_count>2</comment_count>
    <who name="Myles C. Maxfield">mmaxfield</who>
    <bug_when>2023-06-09 21:07:01 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/14843</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1960952</commentid>
    <comment_count>3</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2023-06-10 19:17:39 -0700</bug_when>
    <thetext>Committed 265057@main (9e639f149ac0): &lt;https://commits.webkit.org/265057@main&gt;

Reviewed commits have been landed. Closing PR #14843 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1960979</commentid>
    <comment_count>4</comment_count>
    <who name="Diego Pino">dpino</who>
    <bug_when>2023-06-11 22:39:33 -0700</bug_when>
    <thetext>WebKitGTK Debian Stable bot build is failing with the following error after this change:

https://build.webkit.org/#/builders/46/builds/30880

FAILED:
In file included from WTF/Headers/wtf/StdLibExtras.h:33,
                 from WTF/Headers/wtf/FastMalloc.h:26,
                 from ../../Source/WebCore/config.h:47,
                 from WebCore/DerivedSources/JSDOMPoint.cpp:21,
                 from WebCore/DerivedSources/unified-sources/UnifiedSource-3a52ce78-34.cpp:1:
/usr/include/c++/10/variant: In instantiation of ‘constexpr const size_t std::variant_size_v&lt;WebCore::WordBoundaryDetection&gt;’:
/usr/include/c++/10/variant:1039:10:   required from ‘struct std::__detail::__variant::__gen_vtable&lt;std::__detail::__variant::__deduce_visit_result&lt;void&gt;, WTF::Visitor&lt;WebCore::operator&lt;&lt;(WTF::TextStream&amp;, WebCore::WordBoundaryDetection)::&lt;lambda(WebCore::WordBoundaryDetectionNormal)&gt;, WebCore::operator&lt;&lt;(WTF::TextStream&amp;, WebCore::WordBoundaryDetection)::&lt;lambda(WebCore::WordBoundaryDetectionManual)&gt;, WebCore::operator&lt;&lt;(WTF::TextStream&amp;, WebCore::WordBoundaryDetection)::&lt;lambda(const WebCore::WordBoundaryDetectionAuto&amp;)&gt; &gt;&amp;&amp;, WebCore::WordBoundaryDetection&amp;&gt;’
/usr/include/c++/10/variant:1699:45:   required from ‘constexpr decltype(auto) std::__do_visit(_Visitor&amp;&amp;, _Variants&amp;&amp; ...) [with _Result_type = std::__detail::__variant::__deduce_visit_result&lt;void&gt;; _Visitor = WTF::Visitor&lt;WebCore::operator&lt;&lt;(WTF::TextStream&amp;, WebCore::WordBoundaryDetection)::&lt;lambda(WebCore::WordBoundaryDetectionNormal)&gt;, WebCore::operator&lt;&lt;(WTF::TextStream&amp;, WebCore::WordBoundaryDetection)::&lt;lambda(WebCore::WordBoundaryDetectionManual)&gt;, WebCore::operator&lt;&lt;(WTF::TextStream&amp;, WebCore::WordBoundaryDetection)::&lt;lambda(const WebCore::WordBoundaryDetectionAuto&amp;)&gt; &gt;; _Variants = {WebCore::WordBoundaryDetection&amp;}]’
/usr/include/c++/10/variant:1718:35:   required from ‘constexpr decltype(auto) std::visit(_Visitor&amp;&amp;, _Variants&amp;&amp; ...) [with _Visitor = WTF::Visitor&lt;WebCore::operator&lt;&lt;(WTF::TextStream&amp;, WebCore::WordBoundaryDetection)::&lt;lambda(WebCore::WordBoundaryDetectionNormal)&gt;, WebCore::operator&lt;&lt;(WTF::TextStream&amp;, WebCore::WordBoundaryDetection)::&lt;lambda(WebCore::WordBoundaryDetectionManual)&gt;, WebCore::operator&lt;&lt;(WTF::TextStream&amp;, WebCore::WordBoundaryDetection)::&lt;lambda(const WebCore::WordBoundaryDetectionAuto&amp;)&gt; &gt;; _Variants = {WebCore::WordBoundaryDetection&amp;}]’
WTF/Headers/wtf/StdLibExtras.h:445:54:   required by substitution of ‘template&lt;class V, class ... F&gt; decltype (std::visit(WTF::makeVisitor((forward&lt;F&gt;)(WTF::switchOn::f)...), forward&lt;V&gt;(v))) WTF::switchOn(V&amp;&amp;, F&amp;&amp; ...) [with V = WebCore::WordBoundaryDetection&amp;; F = {WebCore::operator&lt;&lt;(WTF::TextStream&amp;, WebCore::WordBoundaryDetection)::&lt;lambda(WebCore::WordBoundaryDetectionNormal)&gt;, WebCore::operator&lt;&lt;(WTF::TextStream&amp;, WebCore::WordBoundaryDetection)::&lt;lambda(WebCore::WordBoundaryDetectionManual)&gt;, WebCore::operator&lt;&lt;(WTF::TextStream&amp;, WebCore::WordBoundaryDetection)::&lt;lambda(const WebCore::WordBoundaryDetectionAuto&amp;)&gt;}]’
../../Source/WebCore/rendering/style/WordBoundaryDetection.h:59:6:   required from here
/usr/include/c++/10/variant:97:70: error: incomplete type ‘std::variant_size&lt;WebCore::WordBoundaryDetection&gt;’ used in nested name specifier
   97 |     inline constexpr size_t variant_size_v = variant_size&lt;_Variant&gt;::value;
      |                                                                      ^~~~~
/usr/include/c++/10/variant: In instantiation of ‘constexpr decltype(auto) std::__do_visit(_Visitor&amp;&amp;, _Variants&amp;&amp; ...) [with _Result_type = std::__detail::__variant::__deduce_visit_result&lt;void&gt;; _Visitor = WTF::Visitor&lt;WebCore::operator&lt;&lt;(WTF::TextStream&amp;, WebCore::WordBoundaryDetection)::&lt;lambda(WebCore::WordBoundaryDetectionNormal)&gt;, WebCore::operator&lt;&lt;(WTF::TextStream&amp;, WebCore::WordBoundaryDetection)::&lt;lambda(WebCore::WordBoundaryDetectionManual)&gt;, WebCore::operator&lt;&lt;(WTF::TextStream&amp;, WebCore::WordBoundaryDetection)::&lt;lambda(const WebCore::WordBoundaryDetectionAuto&amp;)&gt; &gt;; _Variants = {WebCore::WordBoundaryDetection&amp;}]’:
/usr/include/c++/10/variant:1718:35:   required from ‘constexpr decltype(auto) std::visit(_Visitor&amp;&amp;, _Variants&amp;&amp; ...) [with _Visitor = WTF::Visitor&lt;WebCore::operator&lt;&lt;(WTF::TextStream&amp;, WebCore::WordBoundaryDetection)::&lt;lambda(WebCore::WordBoundaryDetectionNormal)&gt;, WebCore::operator&lt;&lt;(WTF::TextStream&amp;, WebCore::WordBoundaryDetection)::&lt;lambda(WebCore::WordBoundaryDetectionManual)&gt;, WebCore::operator&lt;&lt;(WTF::TextStream&amp;, WebCore::WordBoundaryDetection)::&lt;lambda(const WebCore::WordBoundaryDetectionAuto&amp;)&gt; &gt;; _Variants = {WebCore::WordBoundaryDetection&amp;}]’</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1960986</commentid>
    <comment_count>5</comment_count>
    <who name="Diego Pino">dpino</who>
    <bug_when>2023-06-12 00:00:45 -0700</bug_when>
    <thetext>Re-opening for pull request https://github.com/webkit/webkit/pull/14855</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1961261</commentid>
    <comment_count>6</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2023-06-13 00:33:15 -0700</bug_when>
    <thetext>Committed 265109@main (6ff8c5f88a55): &lt;https://commits.webkit.org/265109@main&gt;

Reviewed commits have been landed. Closing PR #14855 and removing active labels.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>