Title: [269195] branches/safari-611.1.4-branch/Source/WebCore
Revision
269195
Author
[email protected]
Date
2020-10-30 10:42:31 -0700 (Fri, 30 Oct 2020)

Log Message

Cherry-pick r269078. rdar://problem/70831181

    Remove leftover DiagnosticLoggingKey after r268458
    https://bugs.webkit.org/show_bug.cgi?id=218263
    <rdar://problem/70738034>

    Reviewed by Darin Adler.

    Remove the leftover DiagnosticKey for ResourceLoadStatistics telemetry now that the
    actual data is no longer generated.

    * page/DiagnosticLoggingKeys.cpp:
    (WebCore::DiagnosticLoggingKeys::resourceLoadStatisticsTelemetryKey): Deleted.
    * page/DiagnosticLoggingKeys.h:

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

Modified Paths

Diff

Modified: branches/safari-611.1.4-branch/Source/WebCore/ChangeLog (269194 => 269195)


--- branches/safari-611.1.4-branch/Source/WebCore/ChangeLog	2020-10-30 17:42:28 UTC (rev 269194)
+++ branches/safari-611.1.4-branch/Source/WebCore/ChangeLog	2020-10-30 17:42:31 UTC (rev 269195)
@@ -1,5 +1,40 @@
 2020-10-29  Alan Coon  <[email protected]>
 
+        Cherry-pick r269078. rdar://problem/70831181
+
+    Remove leftover DiagnosticLoggingKey after r268458
+    https://bugs.webkit.org/show_bug.cgi?id=218263
+    <rdar://problem/70738034>
+    
+    Reviewed by Darin Adler.
+    
+    Remove the leftover DiagnosticKey for ResourceLoadStatistics telemetry now that the
+    actual data is no longer generated.
+    
+    * page/DiagnosticLoggingKeys.cpp:
+    (WebCore::DiagnosticLoggingKeys::resourceLoadStatisticsTelemetryKey): Deleted.
+    * page/DiagnosticLoggingKeys.h:
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@269078 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2020-10-27  Brent Fulgham  <[email protected]>
+
+            Remove leftover DiagnosticLoggingKey after r268458
+            https://bugs.webkit.org/show_bug.cgi?id=218263
+            <rdar://problem/70738034>
+
+            Reviewed by Darin Adler.
+
+            Remove the leftover DiagnosticKey for ResourceLoadStatistics telemetry now that the
+            actual data is no longer generated.
+
+            * page/DiagnosticLoggingKeys.cpp:
+            (WebCore::DiagnosticLoggingKeys::resourceLoadStatisticsTelemetryKey): Deleted.
+            * page/DiagnosticLoggingKeys.h:
+
+2020-10-29  Alan Coon  <[email protected]>
+
         Cherry-pick r268904. rdar://problem/70831149
 
     Null check platformStrategies when making blob read stream for an NSURLRequest

Modified: branches/safari-611.1.4-branch/Source/WebCore/page/DiagnosticLoggingKeys.cpp (269194 => 269195)


--- branches/safari-611.1.4-branch/Source/WebCore/page/DiagnosticLoggingKeys.cpp	2020-10-30 17:42:28 UTC (rev 269194)
+++ branches/safari-611.1.4-branch/Source/WebCore/page/DiagnosticLoggingKeys.cpp	2020-10-30 17:42:31 UTC (rev 269195)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012-2018 Apple Inc. All rights reserved.
+ * Copyright (C) 2012-2020 Apple Inc. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -868,11 +868,6 @@
         return "50to70"_s;
     return "over70"_s;
 }
-
-String DiagnosticLoggingKeys::resourceLoadStatisticsTelemetryKey()
-{
-    return "resourceLoadStatisticsTelemetry"_s;
-}
     
 } // namespace WebCore
 

Modified: branches/safari-611.1.4-branch/Source/WebCore/page/DiagnosticLoggingKeys.h (269194 => 269195)


--- branches/safari-611.1.4-branch/Source/WebCore/page/DiagnosticLoggingKeys.h	2020-10-30 17:42:28 UTC (rev 269194)
+++ branches/safari-611.1.4-branch/Source/WebCore/page/DiagnosticLoggingKeys.h	2020-10-30 17:42:31 UTC (rev 269195)
@@ -193,8 +193,6 @@
     WEBCORE_EXPORT static String memoryUsageToDiagnosticLoggingKey(uint64_t memoryUsage);
     WEBCORE_EXPORT static String foregroundCPUUsageToDiagnosticLoggingKey(double cpuUsage);
     WEBCORE_EXPORT static String backgroundCPUUsageToDiagnosticLoggingKey(double cpuUsage);
-    
-    WEBCORE_EXPORT static String resourceLoadStatisticsTelemetryKey();
 };
 
 } // namespace WebCore
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to