[Webkit-unassigned] [Bug 223421] New: should always use all prerequisites for the `ModernMediaControls.{js, css}` rules in DerivedSources.make

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 18 00:51:05 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=223421

            Bug ID: 223421
           Summary: should always use all prerequisites for the
                    `ModernMediaControls.{js,css}` rules in
                    DerivedSources.make
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: drousso at apple.com
        Depends on: 223309, 223410

`$?` is a uniqued space-separated list of all prerequisites modified after the target was modified
`$^` is a uniqued space-separated list of all prerequisites regardless of when the target/prerequisite was modified
We want to use the latter since we always want to `cat` all the JS/CSS files, not just the recently edited ones.


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=223309
[Bug 223309] modern-media-controls script should not be allocated in heap
https://bugs.webkit.org/show_bug.cgi?id=223410
[Bug 223410] modern-media-controls css should not allocate heap memory
-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210318/01b0565a/attachment.htm>


More information about the webkit-unassigned mailing list