Title: [255632] branches/safari-610.1.1-branch/Source/WebCore
- Revision
- 255632
- Author
- [email protected]
- Date
- 2020-02-03 19:08:41 -0800 (Mon, 03 Feb 2020)
Log Message
Cherry-pick r255400. rdar://problem/58838711
Set QoS of blobUtilityQueue to be Utility
https://bugs.webkit.org/show_bug.cgi?id=206971
Reviewed by Chris Dumez.
* platform/network/BlobRegistryImpl.cpp:
(WebCore::blobUtilityQueue):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@255400 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Modified Paths
Diff
Modified: branches/safari-610.1.1-branch/Source/WebCore/ChangeLog (255631 => 255632)
--- branches/safari-610.1.1-branch/Source/WebCore/ChangeLog 2020-02-04 03:08:39 UTC (rev 255631)
+++ branches/safari-610.1.1-branch/Source/WebCore/ChangeLog 2020-02-04 03:08:41 UTC (rev 255632)
@@ -1,5 +1,30 @@
2020-02-03 Russell Epstein <[email protected]>
+ Cherry-pick r255400. rdar://problem/58838711
+
+ Set QoS of blobUtilityQueue to be Utility
+ https://bugs.webkit.org/show_bug.cgi?id=206971
+
+ Reviewed by Chris Dumez.
+
+ * platform/network/BlobRegistryImpl.cpp:
+ (WebCore::blobUtilityQueue):
+
+
+ git-svn-id: https://svn.webkit.org/repository/webkit/trunk@255400 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+ 2020-01-29 Sihui Liu <[email protected]>
+
+ Set QoS of blobUtilityQueue to be Utility
+ https://bugs.webkit.org/show_bug.cgi?id=206971
+
+ Reviewed by Chris Dumez.
+
+ * platform/network/BlobRegistryImpl.cpp:
+ (WebCore::blobUtilityQueue):
+
+2020-02-03 Russell Epstein <[email protected]>
+
Cherry-pick r255226. rdar://problem/58780584
REGRESSION (r253634): cricbuzz.com media controls vanish depending on page scale
Modified: branches/safari-610.1.1-branch/Source/WebCore/platform/network/BlobRegistryImpl.cpp (255631 => 255632)
--- branches/safari-610.1.1-branch/Source/WebCore/platform/network/BlobRegistryImpl.cpp 2020-02-04 03:08:39 UTC (rev 255631)
+++ branches/safari-610.1.1-branch/Source/WebCore/platform/network/BlobRegistryImpl.cpp 2020-02-04 03:08:41 UTC (rev 255632)
@@ -242,7 +242,7 @@
static WorkQueue& blobUtilityQueue()
{
- static auto& queue = WorkQueue::create("org.webkit.BlobUtility", WorkQueue::Type::Serial, WorkQueue::QOS::Background).leakRef();
+ static auto& queue = WorkQueue::create("org.webkit.BlobUtility", WorkQueue::Type::Serial, WorkQueue::QOS::Utility).leakRef();
return queue;
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes