Title: [292999] branches/safari-613-branch/Source/WebCore
Revision
292999
Author
alanc...@apple.com
Date
2022-04-18 17:50:15 -0700 (Mon, 18 Apr 2022)

Log Message

Cherry-pick r292638. rdar://problem/91255370

    Simplify / Optimize the whitespace cache implementation
    https://bugs.webkit.org/show_bug.cgi?id=238736
    <rdar://problem/91255370>

    Reviewed by Darin Adler.

    Follow-up to r292310 to add missing blank lines.

    * html/parser/HTMLConstructionSite.h:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@292638 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-613-branch/Source/WebCore/ChangeLog (292998 => 292999)


--- branches/safari-613-branch/Source/WebCore/ChangeLog	2022-04-19 00:50:12 UTC (rev 292998)
+++ branches/safari-613-branch/Source/WebCore/ChangeLog	2022-04-19 00:50:15 UTC (rev 292999)
@@ -1,5 +1,33 @@
 2022-04-18  Kocsen Chung  <kocsen_ch...@apple.com>
 
+        Cherry-pick r292638. rdar://problem/91255370
+
+    Simplify / Optimize the whitespace cache implementation
+    https://bugs.webkit.org/show_bug.cgi?id=238736
+    <rdar://problem/91255370>
+    
+    Reviewed by Darin Adler.
+    
+    Follow-up to r292310 to add missing blank lines.
+    
+    * html/parser/HTMLConstructionSite.h:
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@292638 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2022-04-08  Chris Dumez  <cdu...@apple.com>
+
+            Simplify / Optimize the whitespace cache implementation
+            https://bugs.webkit.org/show_bug.cgi?id=238736
+            <rdar://problem/91255370>
+
+            Reviewed by Darin Adler.
+
+            Follow-up to r292310 to add missing blank lines.
+
+            * html/parser/HTMLConstructionSite.h:
+
+2022-04-18  Kocsen Chung  <kocsen_ch...@apple.com>
+
         Cherry-pick r292585. rdar://problem/90553831
 
     When using a TrackDisplayUpdateScope queue updateActiveTextTrackCues as a task

Modified: branches/safari-613-branch/Source/WebCore/html/parser/HTMLConstructionSite.h (292998 => 292999)


--- branches/safari-613-branch/Source/WebCore/html/parser/HTMLConstructionSite.h	2022-04-19 00:50:12 UTC (rev 292998)
+++ branches/safari-613-branch/Source/WebCore/html/parser/HTMLConstructionSite.h	2022-04-19 00:50:15 UTC (rev 292999)
@@ -42,6 +42,7 @@
     AtomString string;
     uint64_t code { 0 };
 };
+
 }
 
 namespace WTF {
@@ -49,6 +50,7 @@
 }
 
 namespace WebCore {
+
 struct HTMLConstructionSiteTask {
     enum Operation {
         Insert,
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to