RESOLVED FIXED 192255
Web Inspector: resource combining should be more robust against missing WebKitAdditions
https://bugs.webkit.org/show_bug.cgi?id=192255
Summary Web Inspector: resource combining should be more robust against missing WebKi...
Blaze Burg
Reported 2018-11-30 14:21:03 PST
.
Attachments
Patch (2.47 KB, patch)
2018-11-30 14:24 PST, Blaze Burg
joepeck: review+
ews-watchlist: commit-queue-
Archive of layout-test-results from ews103 for mac-sierra (2.54 MB, application/zip)
2018-11-30 18:00 PST, EWS Watchlist
no flags
Blaze Burg
Comment 1 2018-11-30 14:21:16 PST
Blaze Burg
Comment 2 2018-11-30 14:24:35 PST
Alexey Proskuryakov
Comment 3 2018-11-30 14:30:40 PST
Comment on attachment 356236 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=356236&action=review > Source/WebInspectorUI/Scripts/copy-user-interface-resources.pl:250 > + $combineWebKitAdditions = 1 if $foundCSSFile and $foundJSFile; Should this be "and", or "or"? I'll leave actual reviewing to folks who know more about this logic and/or about Perl.
Joseph Pecoraro
Comment 4 2018-11-30 14:47:55 PST
Comment on attachment 356236 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=356236&action=review r=me >> Source/WebInspectorUI/Scripts/copy-user-interface-resources.pl:250 >> + $combineWebKitAdditions = 1 if $foundCSSFile and $foundJSFile; > > Should this be "and", or "or"? > > I'll leave actual reviewing to folks who know more about this logic and/or about Perl. Same question, I think an `or` might make sense here, as long as there is something we may want to proceed.
Blaze Burg
Comment 5 2018-11-30 16:30:02 PST
Comment on attachment 356236 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=356236&action=review >>> Source/WebInspectorUI/Scripts/copy-user-interface-resources.pl:250 >>> + $combineWebKitAdditions = 1 if $foundCSSFile and $foundJSFile; >> >> Should this be "and", or "or"? >> >> I'll leave actual reviewing to folks who know more about this logic and/or about Perl. > > Same question, I think an `or` might make sense here, as long as there is something we may want to proceed. I'll change it to 'or'.
EWS Watchlist
Comment 6 2018-11-30 17:59:59 PST
Comment on attachment 356236 [details] Patch Attachment 356236 [details] did not pass mac-ews (mac): Output: https://webkit-queues.webkit.org/results/10223451 New failing tests: imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_RSASSA-PKCS1-v1_5.https.any.worker.html webgl/2.0.0/conformance/more/conformance/quickCheckAPI-B2.html inspector/indexeddb/requestData.html
EWS Watchlist
Comment 7 2018-11-30 18:00:00 PST
Created attachment 356275 [details] Archive of layout-test-results from ews103 for mac-sierra The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: ews103 Port: mac-sierra Platform: Mac OS X 10.12.6
Blaze Burg
Comment 8 2018-12-03 11:13:22 PST
Note You need to log in before you can comment on or make changes to this bug.