Title: [277228] trunk/Source/WebCore
- Revision
- 277228
- Author
- [email protected]
- Date
- 2021-05-08 08:03:15 -0700 (Sat, 08 May 2021)
Log Message
Increase stored AppHighlight character limit to 500
https://bugs.webkit.org/show_bug.cgi?id=225558
Reviewed by Tim Horton.
* Modules/highlight/AppHighlightStorage.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (277227 => 277228)
--- trunk/Source/WebCore/ChangeLog 2021-05-08 14:12:42 UTC (rev 277227)
+++ trunk/Source/WebCore/ChangeLog 2021-05-08 15:03:15 UTC (rev 277228)
@@ -1,3 +1,12 @@
+2021-05-08 Megan Gardner <[email protected]>
+
+ Increase stored AppHighlight character limit to 500
+ https://bugs.webkit.org/show_bug.cgi?id=225558
+
+ Reviewed by Tim Horton.
+
+ * Modules/highlight/AppHighlightStorage.cpp:
+
2021-05-07 Zalan Bujtas <[email protected]>
[css-flexbox] Flex item construction may affect sibling flex item height computation
Modified: trunk/Source/WebCore/Modules/highlight/AppHighlightStorage.cpp (277227 => 277228)
--- trunk/Source/WebCore/Modules/highlight/AppHighlightStorage.cpp 2021-05-08 14:12:42 UTC (rev 277227)
+++ trunk/Source/WebCore/Modules/highlight/AppHighlightStorage.cpp 2021-05-08 15:03:15 UTC (rev 277228)
@@ -46,7 +46,7 @@
#if ENABLE(APP_HIGHLIGHTS)
-static constexpr unsigned textPreviewLength = 100;
+static constexpr unsigned textPreviewLength = 500;
static RefPtr<Node> findNodeByPathIndex(const Node& parent, unsigned pathIndex, const String& nodeName)
{
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes