Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: dc0bb4d4dbbfaf15c93cf981af2a6b72d2fec3eb
      
https://github.com/WebKit/WebKit/commit/dc0bb4d4dbbfaf15c93cf981af2a6b72d2fec3eb
  Author: Basuke Suzuki <[email protected]>
  Date:   2024-12-19 (Thu, 19 Dec 2024)

  Changed paths:
    M Source/WebKit/WebProcess/WebProcess.cpp

  Log Message:
  -----------
  Bug: ResourceMonitor uses moved Identifier.
https://bugs.webkit.org/show_bug.cgi?id=284992
rdar://141789462

Reviewed by Chris Dumez.

In 288017@main, the content rule list is delivered from UIProcess to Web 
Process. When
ContentRuleList is stored in ContentExtensionsBackend, identifier must be 
supplied. Unfortunately
the identifier value is already moved into the ContentExtension and the value 
was empty.

To solve this coping the identifier string before use.

* Source/WebKit/WebProcess/WebProcess.cpp:
(WebKit::WebProcess::setResourceMonitorContentRuleList):

Canonical link: https://commits.webkit.org/288140@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to