RESOLVED FIXED 223421
should always use all prerequisites for the `ModernMediaControls.{js,css}` rules in DerivedSources.make
https://bugs.webkit.org/show_bug.cgi?id=223421
Summary should always use all prerequisites for the `ModernMediaControls.{js,css}` ru...
Devin Rousso
Reported 2021-03-18 00:51:05 PDT
`$?` 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.
Attachments
Patch (1.62 KB, patch)
2021-03-18 00:51 PDT, Devin Rousso
no flags
Patch (1.62 KB, patch)
2021-03-18 00:53 PDT, Devin Rousso
no flags
Devin Rousso
Comment 1 2021-03-18 00:51:34 PDT
Devin Rousso
Comment 2 2021-03-18 00:53:28 PDT
Yusuke Suzuki
Comment 3 2021-03-18 00:57:42 PDT
Comment on attachment 423567 [details] Patch Nice, r=me
EWS
Comment 4 2021-03-18 02:11:17 PDT
Committed r274625: <https://commits.webkit.org/r274625> All reviewed patches have been landed. Closing bug and clearing flags on attachment 423567 [details].
Radar WebKit Bug Importer
Comment 5 2021-03-18 02:12:15 PDT
Note You need to log in before you can comment on or make changes to this bug.