Title: [267630] branches/safari-610-branch/Source/WebCore
Revision
267630
Author
[email protected]
Date
2020-09-26 14:08:35 -0700 (Sat, 26 Sep 2020)

Log Message

Cherry-pick r266884. rdar://problem/69583178

    Revert accidental hard-coding of compositing logging from r266825.

    * platform/Logging.cpp:
    (WebCore::initializeLogChannelsIfNecessary):

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

Modified Paths

Diff

Modified: branches/safari-610-branch/Source/WebCore/ChangeLog (267629 => 267630)


--- branches/safari-610-branch/Source/WebCore/ChangeLog	2020-09-26 21:08:32 UTC (rev 267629)
+++ branches/safari-610-branch/Source/WebCore/ChangeLog	2020-09-26 21:08:35 UTC (rev 267630)
@@ -1,5 +1,23 @@
 2020-09-25  Alan Coon  <[email protected]>
 
+        Cherry-pick r266884. rdar://problem/69583178
+
+    Revert accidental hard-coding of compositing logging from r266825.
+    
+    * platform/Logging.cpp:
+    (WebCore::initializeLogChannelsIfNecessary):
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@266884 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2020-09-10  Simon Fraser  <[email protected]>
+
+            Revert accidental hard-coding of compositing logging from r266825.
+
+            * platform/Logging.cpp:
+            (WebCore::initializeLogChannelsIfNecessary):
+
+2020-09-25  Alan Coon  <[email protected]>
+
         Cherry-pick r266825. rdar://problem/69583178
 
     REGRESSION (Async overflow scroll): Truncated scrollbars in facebook chat

Modified: branches/safari-610-branch/Source/WebCore/platform/Logging.cpp (267629 => 267630)


--- branches/safari-610-branch/Source/WebCore/platform/Logging.cpp	2020-09-26 21:08:32 UTC (rev 267629)
+++ branches/safari-610-branch/Source/WebCore/platform/Logging.cpp	2020-09-26 21:08:35 UTC (rev 267630)
@@ -90,7 +90,6 @@
 
     String enabledChannelsString = logChannelString ? logChannelString.value() : logLevelString();
     WTFInitializeLogChannelStatesFromString(logChannels, logChannelCount, enabledChannelsString.utf8().data());
-    LogCompositing.state = WTFLogChannelState::On;
 }
 
 WTFLogChannel* getLogChannel(const String& name)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to