Title: [282874] trunk/Source/WebCore
Revision
282874
Author
za...@apple.com
Date
2021-09-22 06:48:31 -0700 (Wed, 22 Sep 2021)

Log Message

[LFC][Integration] FlowHasTextSecurity FlowHasJustifiedNonBreakingSpace are unused
https://bugs.webkit.org/show_bug.cgi?id=230591

Reviewed by Antti Koivisto.

* layout/integration/LayoutIntegrationCoverage.cpp:
(WebCore::LayoutIntegration::printReason):
* layout/integration/LayoutIntegrationCoverage.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (282873 => 282874)


--- trunk/Source/WebCore/ChangeLog	2021-09-22 13:38:18 UTC (rev 282873)
+++ trunk/Source/WebCore/ChangeLog	2021-09-22 13:48:31 UTC (rev 282874)
@@ -1,3 +1,14 @@
+2021-09-22  Alan Bujtas  <za...@apple.com>
+
+        [LFC][Integration] FlowHasTextSecurity FlowHasJustifiedNonBreakingSpace are unused
+        https://bugs.webkit.org/show_bug.cgi?id=230591
+
+        Reviewed by Antti Koivisto.
+
+        * layout/integration/LayoutIntegrationCoverage.cpp:
+        (WebCore::LayoutIntegration::printReason):
+        * layout/integration/LayoutIntegrationCoverage.h:
+
 2021-09-22  Antti Koivisto  <an...@apple.com>
 
         [LFC][Integration] Remove ensureLineBoxes

Modified: trunk/Source/WebCore/layout/integration/LayoutIntegrationCoverage.cpp (282873 => 282874)


--- trunk/Source/WebCore/layout/integration/LayoutIntegrationCoverage.cpp	2021-09-22 13:38:18 UTC (rev 282873)
+++ trunk/Source/WebCore/layout/integration/LayoutIntegrationCoverage.cpp	2021-09-22 13:48:31 UTC (rev 282874)
@@ -191,9 +191,6 @@
     case AvoidanceReason::MultiColumnFlowIsFloating:
         stream << "column with floating objects";
         break;
-    case AvoidanceReason::FlowHasJustifiedNonBreakingSpace:
-        stream << "justified text has non-breaking-space character";
-        break;
     case AvoidanceReason::FlowDoesNotEstablishInlineFormattingContext:
         stream << "flow does not establishes inline formatting context";
         break;

Modified: trunk/Source/WebCore/layout/integration/LayoutIntegrationCoverage.h (282873 => 282874)


--- trunk/Source/WebCore/layout/integration/LayoutIntegrationCoverage.h	2021-09-22 13:38:18 UTC (rev 282873)
+++ trunk/Source/WebCore/layout/integration/LayoutIntegrationCoverage.h	2021-09-22 13:48:31 UTC (rev 282874)
@@ -67,7 +67,7 @@
     // Unused                                    = 1LLU  << 27,
     // Unused                                    = 1LLU  << 28,
     FlowHasAfterWhiteSpaceLineBreak              = 1LLU  << 29,
-    FlowHasTextSecurity                          = 1LLU  << 30,
+    // Unused                                    = 1LLU  << 30,
     FlowHasSVGFont                               = 1LLU  << 31,
     FlowTextHasDirectionCharacter                = 1LLU  << 32,
     FlowIsMissingPrimaryFont                     = 1LLU  << 33,
@@ -90,7 +90,7 @@
     MultiColumnFlowIsFloating                    = 1LLU  << 50,
     // Unused                                    = 1LLU  << 51,
     // Unused                                    = 1LLU  << 52,
-    FlowHasJustifiedNonBreakingSpace             = 1LLU  << 53,
+    // Unused                                    = 1LLU  << 53,
     UnsupportedFieldset                          = 1LLU  << 54,
     ChildBoxIsFloatingOrPositioned               = 1LLU  << 55,
     ContentIsSVG                                 = 1LLU  << 56,
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to