<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>215393</bug_id>
          
          <creation_ts>2020-08-11 14:34:24 -0700</creation_ts>
          <short_desc>REGRESSION(r?): build-webkit --inspector-frontend always builds ImageDiff</short_desc>
          <delta_ts>2020-08-12 10:23:47 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Tools / Tests</component>
          <version>WebKit Local Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Blaze Burg">bburg</reporter>
          <assigned_to name="Blaze Burg">bburg</assigned_to>
          <cc>bburg</cc>
    
    <cc>darin</cc>
    
    <cc>jbedard</cc>
    
    <cc>pnormand</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1679567</commentid>
    <comment_count>0</comment_count>
    <who name="Blaze Burg">bburg</who>
    <bug_when>2020-08-11 14:34:24 -0700</bug_when>
    <thetext>--inspector-frontend is for engineers&apos; use and should not compile non-inspector stuff.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1679568</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2020-08-11 14:37:01 -0700</bug_when>
    <thetext>&lt;rdar://problem/66862975&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1679580</commentid>
    <comment_count>2</comment_count>
      <attachid>406422</attachid>
    <who name="Blaze Burg">bburg</who>
    <bug_when>2020-08-11 15:00:17 -0700</bug_when>
    <thetext>Created attachment 406422
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1679590</commentid>
    <comment_count>3</comment_count>
      <attachid>406422</attachid>
    <who name="Darin Adler">darin</who>
    <bug_when>2020-08-11 15:08:20 -0700</bug_when>
    <thetext>Comment on attachment 406422
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=406422&amp;action=review

&gt; Tools/Scripts/build-webkit:372
&gt; +    if (isInspectorFrontend()) {
&gt; +        exit exitStatus($result);
&gt; +    }

This *is* perl, so you could us the perl one-liner style.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1679591</commentid>
    <comment_count>4</comment_count>
      <attachid>406422</attachid>
    <who name="Darin Adler">darin</who>
    <bug_when>2020-08-11 15:08:52 -0700</bug_when>
    <thetext>Comment on attachment 406422
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=406422&amp;action=review

&gt;&gt; Tools/Scripts/build-webkit:372
&gt;&gt; +    }
&gt; 
&gt; This *is* perl, so you could us the perl one-liner style.

use

(or not, or rewrite the script in Python)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1679642</commentid>
    <comment_count>5</comment_count>
    <who name="Jonathan Bedard">jbedard</who>
    <bug_when>2020-08-11 16:29:01 -0700</bug_when>
    <thetext>This should be fine, WebInspector&apos;s front-end is a configuration I overlooked when adding the code Brian is skipping, this should be safe!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1679654</commentid>
    <comment_count>6</comment_count>
    <who name="Blaze Burg">bburg</who>
    <bug_when>2020-08-11 16:51:56 -0700</bug_when>
    <thetext>(In reply to Darin Adler from comment #4)
&gt; Comment on attachment 406422 [details]
&gt; Patch
&gt; 
&gt; View in context:
&gt; https://bugs.webkit.org/attachment.cgi?id=406422&amp;action=review
&gt; 
&gt; &gt;&gt; Tools/Scripts/build-webkit:372
&gt; &gt;&gt; +    }
&gt; &gt; 
&gt; &gt; This *is* perl, so you could us the perl one-liner style.
&gt; 
&gt; use
&gt; 
&gt; (or not, or rewrite the script in Python)

I have successfully resisted the urge for 8 years. 😅</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1679657</commentid>
    <comment_count>7</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2020-08-11 16:57:20 -0700</bug_when>
    <thetext>Committed r265537: &lt;https://trac.webkit.org/changeset/265537&gt;

All reviewed patches have been landed. Closing bug and clearing flags on attachment 406422.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1679714</commentid>
    <comment_count>8</comment_count>
      <attachid>406422</attachid>
    <who name="Philippe Normand">pnormand</who>
    <bug_when>2020-08-12 02:09:20 -0700</bug_when>
    <thetext>Comment on attachment 406422
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=406422&amp;action=review

&gt;&gt;&gt;&gt; Tools/Scripts/build-webkit:372
&gt;&gt;&gt;&gt; +    }
&gt;&gt;&gt; 
&gt;&gt;&gt; This *is* perl, so you could us the perl one-liner style.
&gt;&gt; 
&gt;&gt; use
&gt;&gt; 
&gt;&gt; (or not, or rewrite the script in Python)
&gt; 
&gt; I have successfully resisted the urge for 8 years. 😅

I haven&apos;t ;) I&apos;m using a local Python port of build-webkit. It&apos;s very minimal though. Re-implementing all the features of the Perl version would be a large task :(</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1679759</commentid>
    <comment_count>9</comment_count>
    <who name="Blaze Burg">bburg</who>
    <bug_when>2020-08-12 10:23:47 -0700</bug_when>
    <thetext>(In reply to Philippe Normand from comment #8)
&gt; Comment on attachment 406422 [details]
&gt; Patch
&gt; 
&gt; View in context:
&gt; https://bugs.webkit.org/attachment.cgi?id=406422&amp;action=review
&gt; 
&gt; &gt;&gt;&gt;&gt; Tools/Scripts/build-webkit:372
&gt; &gt;&gt;&gt;&gt; +    }
&gt; &gt;&gt;&gt; 
&gt; &gt;&gt;&gt; This *is* perl, so you could us the perl one-liner style.
&gt; &gt;&gt; 
&gt; &gt;&gt; use
&gt; &gt;&gt; 
&gt; &gt;&gt; (or not, or rewrite the script in Python)
&gt; &gt; 
&gt; &gt; I have successfully resisted the urge for 8 years. 😅
&gt; 
&gt; I haven&apos;t ;) I&apos;m using a local Python port of build-webkit. It&apos;s very
&gt; minimal though. Re-implementing all the features of the Perl version would
&gt; be a large task :(

I don&apos;t think anyone would object to checking in what you have (as long as it&apos;s named something else and clearly marked as experimental). It&apos;s easier to improve once it&apos;s been shared ;-)</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>406422</attachid>
            <date>2020-08-11 15:00:17 -0700</date>
            <delta_ts>2020-08-11 16:57:20 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>bug-215393-20200811150016.patch</filename>
            <type>text/plain</type>
            <size>1414</size>
            <attacher name="Blaze Burg">bburg</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMjY1NDM5CmRpZmYgLS1naXQgYS9Ub29scy9DaGFuZ2VMb2cg
Yi9Ub29scy9DaGFuZ2VMb2cKaW5kZXggODMyZDNjYWIzMzE2NWRkZGI4YjczNThhZTliN2QyY2Q4
MGY0Mjc2Yy4uN2NhMDhmNzE0YWYxNzFjN2I4NTc4MDZiZGEwYmE0ZjdhNGExNjI2NSAxMDA2NDQK
LS0tIGEvVG9vbHMvQ2hhbmdlTG9nCisrKyBiL1Rvb2xzL0NoYW5nZUxvZwpAQCAtMSwzICsxLDE1
IEBACisyMDIwLTA4LTExICBCcmlhbiBCdXJnICA8YmJ1cmdAYXBwbGUuY29tPgorCisgICAgICAg
IFJFR1JFU1NJT04ocj8pOiBidWlsZC13ZWJraXQgLS1pbnNwZWN0b3ItZnJvbnRlbmQgYWx3YXlz
IGJ1aWxkcyBJbWFnZURpZmYKKyAgICAgICAgaHR0cHM6Ly9idWdzLndlYmtpdC5vcmcvc2hvd19i
dWcuY2dpP2lkPTIxNTM5MworICAgICAgICA8cmRhcjovL3Byb2JsZW0vNjY4NjI5NzU+CisKKyAg
ICAgICAgUmV2aWV3ZWQgYnkgTk9CT0RZIChPT1BTISkuCisKKyAgICAgICAgKiBTY3JpcHRzL2J1
aWxkLXdlYmtpdDogZXhpdCBhZnRlciBidWlsZGluZyBwcm9qZWN0cyBpZiAtLWluc3BlY3Rvci1m
cm9udGVuZCBpcyBwYXNzZWQuCisgICAgICAgIFRoaXMgZmxhZyBpcyBmb3IgZGVzayBidWlsZHMg
b25seSBhbmQgbm90IHVzZWQgYnkgYnVpbGQgaW5mcmFzdHJ1Y3R1cmUuIFdlIGRvbid0IG5lZWQg
dG8gYnVpbGQgSW1hZ2VEaWZmCisgICAgICAgIHdoZW4gaXRlcmF0aW5nIG9uIHRoZSBXZWIgSW5z
cGVjdG9yIGZyb250ZW5kLgorCiAyMDIwLTA4LTEwICBCcmlhbiBCdXJnICA8YmJ1cmdAYXBwbGUu
Y29tPgogCiAgICAgICAgIFVucmV2aWV3ZWQsIGZpeCBvcmRlcmluZyBvZiBjb250cmlidXRvcnMu
CmRpZmYgLS1naXQgYS9Ub29scy9TY3JpcHRzL2J1aWxkLXdlYmtpdCBiL1Rvb2xzL1NjcmlwdHMv
YnVpbGQtd2Via2l0CmluZGV4IDA1MDAwOTdiMmQ0OTM1OTA5ODQwYjI3OGE0NzYwMDBkMDI4N2Ey
MGMuLjVmNTBjNWFlZGQzMmIxN2IzNzFmZWM3YWJiZmZlZTBiOTc2Y2QxZjEgMTAwNzU1Ci0tLSBh
L1Rvb2xzL1NjcmlwdHMvYnVpbGQtd2Via2l0CisrKyBiL1Rvb2xzL1NjcmlwdHMvYnVpbGQtd2Vi
a2l0CkBAIC0zNjcsNiArMzY3LDEwIEBAIGlmIChpc0FwcGxlV2luV2ViS2l0KCkgfHwgaXNXaW5D
YWlybygpIHx8IGlzUGxheVN0YXRpb24oKSB8fCBpc0ZUVygpKSB7CiAgICAgICAgIH0KICAgICB9
CiAKKyAgICBpZiAoaXNJbnNwZWN0b3JGcm9udGVuZCgpKSB7CisgICAgICAgIGV4aXQgZXhpdFN0
YXR1cygkcmVzdWx0KTsKKyAgICB9CisKICAgICAjIEJ1aWxkIEltYWdlRGlmZiBmb3IgaG9zdAog
ICAgIG15IEBjb21tYW5kID0gRmlsZTo6U3BlYy0+Y2F0ZmlsZShnZXRjd2QoKSwgIi9Ub29scy9T
Y3JpcHRzL2J1aWxkLWltYWdlZGlmZiIpOwogICAgIGNoZGlyV2ViS2l0KCk7Cg==
</data>

          </attachment>
      

    </bug>

</bugzilla>