<?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>106737</bug_id>
          
          <creation_ts>2013-01-12 23:50:52 -0800</creation_ts>
          <short_desc>Make ninja the default build system for build-webkit --chromium on mac</short_desc>
          <delta_ts>2013-01-21 14:05:51 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebKit Misc.</component>
          <version>528+ (Nightly 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></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>104434</dependson>
    
    <dependson>105597</dependson>
    
    <dependson>107387</dependson>
    
    <dependson>107470</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Nico Weber">thakis</reporter>
          <assigned_to name="Nico Weber">thakis</assigned_to>
          <cc>dpranke</cc>
    
    <cc>webkit.review.bot</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>805938</commentid>
    <comment_count>0</comment_count>
    <who name="Nico Weber">thakis</who>
    <bug_when>2013-01-12 23:50:52 -0800</bug_when>
    <thetext>Like bug 104434, but for chromium/mac.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>805940</commentid>
    <comment_count>1</comment_count>
    <who name="Nico Weber">thakis</who>
    <bug_when>2013-01-12 23:53:50 -0800</bug_when>
    <thetext>As it turns out, my attempt to make nrwt find the right binary automatically in http://trac.webkit.org/changeset/138294 wasn&apos;t quite right: it looks in Source/WebKit/chromium/xcodebuild/Release/DumpRenderTree.app/Contents/MacOS/DumpRenderTree (good) and Source/WebKit/chromium/out/Release/DumpRenderTree.app/Contents/MacOS/DumpRenderTree (bad, should look in out/Release/DumpRenderTree.app/Contents/MacOS/DumpRenderTree instead).

Since NRWT is so lasagna-code-y, it&apos;s not obvious how to fix that. I&apos;ll look at it some.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>805942</commentid>
    <comment_count>2</comment_count>
    <who name="Nico Weber">thakis</who>
    <bug_when>2013-01-12 23:57:55 -0800</bug_when>
    <thetext>Hey, I think my patch in bug 105597 probably addresses that. I should land it.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>805983</commentid>
    <comment_count>3</comment_count>
    <who name="Nico Weber">thakis</who>
    <bug_when>2013-01-13 10:08:59 -0800</bug_when>
    <thetext>Looks like this works now, at least with a standalone webkit build.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>805985</commentid>
    <comment_count>4</comment_count>
    <who name="Nico Weber">thakis</who>
    <bug_when>2013-01-13 10:22:08 -0800</bug_when>
    <thetext>With a standalone build, layout_tests/port/chromium.py&apos;s _static_build_path looks in these places:

/Users/thakis/src/WebKit/Source/WebKit/chromium/xcodebuild/Release/DumpRenderTree.app/Contents/MacOS/DumpRenderTree
/Users/thakis/src/WebKit/Source/WebKit/chromium/out/Release/DumpRenderTree.app/Contents/MacOS/DumpRenderTree
/Users/thakis/src/WebKit/xcodebuild/Release/DumpRenderTree.app/Contents/MacOS/DumpRenderTree
/Users/thakis/src/WebKit/out/Release/DumpRenderTree.app/Contents/MacOS/DumpRenderTree

This includes the two right locations, so things work.

In a webkit-in-chromium build, it looks in

/Users/thakis/src/chrome/src/xcodebuild/Release/DumpRenderTree.app/Contents/MacOS/DumpRenderTree
/Users/thakis/src/chrome/src/out/Release/DumpRenderTree.app/Contents/MacOS/DumpRenderTree
/Users/thakis/src/chrome/src/third_party/WebKit/xcodebuild/Release/DumpRenderTree.app/Contents/MacOS/DumpRenderTree
/Users/thakis/src/chrome/src/third_party/WebKit/out/Release/DumpRenderTree.app/Contents/MacOS/DumpRenderTree

This is _almost_ right, but it doesn&apos;t look in third_party/WebKit/Source/WebKit/chromium/xcodebuild. However, that&apos;s already the case in trunk and nobody&apos;s complaining, so I guess nobody is doing webkit-in-chromium builds _and_ builds with xcodebuild and build-webkit.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>805987</commentid>
    <comment_count>5</comment_count>
    <who name="Nico Weber">thakis</who>
    <bug_when>2013-01-13 10:35:07 -0800</bug_when>
    <thetext>Filed bug 106745 for the problem in comment 4.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>805988</commentid>
    <comment_count>6</comment_count>
      <attachid>182487</attachid>
    <who name="Nico Weber">thakis</who>
    <bug_when>2013-01-13 10:36:59 -0800</bug_when>
    <thetext>Created attachment 182487
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>805989</commentid>
    <comment_count>7</comment_count>
    <who name="Nico Weber">thakis</who>
    <bug_when>2013-01-13 10:37:39 -0800</bug_when>
    <thetext>I think this should work, but let&apos;s wait with landing this until next weekend, to see if there are any problems with the ninja transition on linux.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>806587</commentid>
    <comment_count>8</comment_count>
      <attachid>182487</attachid>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2013-01-14 13:44:53 -0800</bug_when>
    <thetext>Comment on attachment 182487
Patch

I wish to buy this product and or service.  I might have written this as ! win however.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>811470</commentid>
    <comment_count>9</comment_count>
      <attachid>182487</attachid>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2013-01-19 14:45:50 -0800</bug_when>
    <thetext>Comment on attachment 182487
Patch

Clearing flags on attachment: 182487

Committed r140260: &lt;http://trac.webkit.org/changeset/140260&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>811471</commentid>
    <comment_count>10</comment_count>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2013-01-19 14:45:54 -0800</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>811507</commentid>
    <comment_count>11</comment_count>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2013-01-19 17:26:51 -0800</bug_when>
    <thetext>Re-opened since this is blocked by bug 107387</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>811550</commentid>
    <comment_count>12</comment_count>
    <who name="Nico Weber">thakis</who>
    <bug_when>2013-01-19 20:52:16 -0800</bug_when>
    <thetext>This is blocked on https://code.google.com/p/chromium/issues/detail?id=171146</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>812357</commentid>
    <comment_count>13</comment_count>
    <who name="Nico Weber">thakis</who>
    <bug_when>2013-01-21 13:09:42 -0800</bug_when>
    <thetext>The hyphen stuff should now work. Let&apos;s try this again.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>812359</commentid>
    <comment_count>14</comment_count>
      <attachid>182487</attachid>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2013-01-21 13:13:00 -0800</bug_when>
    <thetext>Comment on attachment 182487
Patch

Rejecting attachment 182487 from commit-queue.

Failed to run &quot;[&apos;/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch&apos;, &apos;--status-host=queues.webkit.org&apos;, &apos;-...&quot; exit_code: 1 cwd: /mnt/git/webkit-commit-queue

/mnt/git/webkit-commit-queue/Tools/ChangeLog neither lists a valid reviewer nor contains the string &quot;Unreviewed&quot; or &quot;Rubber stamp&quot; (case insensitive).

Full output: http://queues.webkit.org/results/16039187</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>812360</commentid>
    <comment_count>15</comment_count>
      <attachid>183825</attachid>
    <who name="Nico Weber">thakis</who>
    <bug_when>2013-01-21 13:15:53 -0800</bug_when>
    <thetext>Created attachment 183825
Patch for landing</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>812361</commentid>
    <comment_count>16</comment_count>
      <attachid>183825</attachid>
    <who name="Nico Weber">thakis</who>
    <bug_when>2013-01-21 13:18:16 -0800</bug_when>
    <thetext>Comment on attachment 183825
Patch for landing

I fail at webkit-patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>812365</commentid>
    <comment_count>17</comment_count>
      <attachid>183827</attachid>
    <who name="Nico Weber">thakis</who>
    <bug_when>2013-01-21 13:27:53 -0800</bug_when>
    <thetext>Created attachment 183827
Patch for landing</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>812382</commentid>
    <comment_count>18</comment_count>
      <attachid>183827</attachid>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2013-01-21 14:05:46 -0800</bug_when>
    <thetext>Comment on attachment 183827
Patch for landing

Clearing flags on attachment: 183827

Committed r140360: &lt;http://trac.webkit.org/changeset/140360&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>812384</commentid>
    <comment_count>19</comment_count>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2013-01-21 14:05:51 -0800</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>182487</attachid>
            <date>2013-01-13 10:36:59 -0800</date>
            <delta_ts>2013-01-21 13:15:49 -0800</delta_ts>
            <desc>Patch</desc>
            <filename>bug-106737-20130113103402.patch</filename>
            <type>text/plain</type>
            <size>1063</size>
            <attacher name="Nico Weber">thakis</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMTM5NTcwCmRpZmYgLS1naXQgYS9Ub29scy9DaGFuZ2VMb2cg
Yi9Ub29scy9DaGFuZ2VMb2cKaW5kZXggZjliNGMwMzMyY2FhOGIwZjUxZWQ5OTM1Y2VmYTgzYTcw
ZTU1ZDYyNC4uNWExMGFhNDEzYjRmZWY0YjljMTk5MjgxMjczN2ExYmQ4YmUxZTYxMSAxMDA2NDQK
LS0tIGEvVG9vbHMvQ2hhbmdlTG9nCisrKyBiL1Rvb2xzL0NoYW5nZUxvZwpAQCAtMSwzICsxLDEy
IEBACisyMDEzLTAxLTEzICBOaWNvIFdlYmVyICA8dGhha2lzQGNocm9taXVtLm9yZz4KKworICAg
ICAgICBNYWtlIG5pbmphIHRoZSBkZWZhdWx0IGJ1aWxkIHN5c3RlbSBmb3IgYnVpbGQtd2Via2l0
IC0tY2hyb21pdW0gb24gbWFjCisgICAgICAgIGh0dHBzOi8vYnVncy53ZWJraXQub3JnL3Nob3df
YnVnLmNnaT9pZD0xMDY3MzcKKworICAgICAgICBSZXZpZXdlZCBieSBOT0JPRFkgKE9PUFMhKS4K
KworICAgICAgICAqIFNjcmlwdHMvdXBkYXRlLXdlYmtpdC1jaHJvbWl1bToKKwogMjAxMy0wMS0x
MyAgSm9uYXRoYW4gTGl1ICA8bmV0MTQ3QGdtYWlsLmNvbT4KIAogICAgICAgICBGaXggQ09ORklH
IG1pc3NpbmcgbGlua19wa2djb25maWcgb24gV2luZG93cwpkaWZmIC0tZ2l0IGEvVG9vbHMvU2Ny
aXB0cy91cGRhdGUtd2Via2l0LWNocm9taXVtIGIvVG9vbHMvU2NyaXB0cy91cGRhdGUtd2Via2l0
LWNocm9taXVtCmluZGV4IDk0NGE3NDc5ODIyZWE3N2ExNDI3YjRjMjg0MWYzZWYxY2M3MjcyMTUu
LmNjY2QzN2Q5ZmVhNjFkMjE0NDFiY2EzOWM5MTY4YjM4MGI4YjBhMzAgMTAwNzU1Ci0tLSBhL1Rv
b2xzL1NjcmlwdHMvdXBkYXRlLXdlYmtpdC1jaHJvbWl1bQorKysgYi9Ub29scy9TY3JpcHRzL3Vw
ZGF0ZS13ZWJraXQtY2hyb21pdW0KQEAgLTY2LDcgKzY2LDcgQEAgaWYgKGlzQ2hyb21pdW1BbmRy
b2lkKCkpIHsKIH0KIAogbXkgJGZvcmNlID0gMDsKLW15ICR1c2VOaW5qYSA9ICReTyBlcSAibGlu
dXgiOworbXkgJHVzZU5pbmphID0gJF5PIGVxICJsaW51eCIgfHwgJF5PIGVxICJkYXJ3aW4iOwog
CiBHZXRPcHRpb25zKAogICAnZm9yY2UnID0+IFwkZm9yY2UsCg==
</data>

          </attachment>
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>183825</attachid>
            <date>2013-01-21 13:15:53 -0800</date>
            <delta_ts>2013-01-21 13:27:51 -0800</delta_ts>
            <desc>Patch for landing</desc>
            <filename>bug-106737-20130121131257.patch</filename>
            <type>text/plain</type>
            <size>28</size>
            <attacher name="Nico Weber">thakis</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMTQwMjA5Cg==
</data>

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>183827</attachid>
            <date>2013-01-21 13:27:53 -0800</date>
            <delta_ts>2013-01-21 14:05:46 -0800</delta_ts>
            <desc>Patch for landing</desc>
            <filename>bug-106737-20130121132457.patch</filename>
            <type>text/plain</type>
            <size>1076</size>
            <attacher name="Nico Weber">thakis</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMTQwMzUzCmRpZmYgLS1naXQgYS9Ub29scy9DaGFuZ2VMb2cg
Yi9Ub29scy9DaGFuZ2VMb2cKaW5kZXggMjgzZDczNzAwMWMzNDA0ZDBkMjRiN2YxZmZkM2Q2Mjkw
M2RhNTZlZC4uZjE2ZjE3Yzc0NzQxYmZiMWNhMzJkMDM4OTVjY2I2NmVjZTMyNTRjNSAxMDA2NDQK
LS0tIGEvVG9vbHMvQ2hhbmdlTG9nCisrKyBiL1Rvb2xzL0NoYW5nZUxvZwpAQCAtMSwzICsxLDEy
IEBACisyMDEzLTAxLTIxICBOaWNvIFdlYmVyICA8dGhha2lzQGNocm9taXVtLm9yZz4KKworICAg
ICAgICBNYWtlIG5pbmphIHRoZSBkZWZhdWx0IGJ1aWxkIHN5c3RlbSBmb3IgYnVpbGQtd2Via2l0
IC0tY2hyb21pdW0gb24gbWFjCisgICAgICAgIGh0dHBzOi8vYnVncy53ZWJraXQub3JnL3Nob3df
YnVnLmNnaT9pZD0xMDY3MzcKKworICAgICAgICBSZXZpZXdlZCBieSBFcmljIFNlaWRlbC4KKwor
ICAgICAgICAqIFNjcmlwdHMvdXBkYXRlLXdlYmtpdC1jaHJvbWl1bToKKwogMjAxMy0wMS0yMSAg
Q2hyaXN0b3BoZSBEdW1leiAgPGNocmlzdG9waGUuZHVtZXpAaW50ZWwuY29tPgogCiAgICAgICAg
IFJlZ3Jlc3Npb24ocjE0MDI2Mik6IENhdXNlcyBhIGxvdCBvZiBmbGFraW5lc3MKZGlmZiAtLWdp
dCBhL1Rvb2xzL1NjcmlwdHMvdXBkYXRlLXdlYmtpdC1jaHJvbWl1bSBiL1Rvb2xzL1NjcmlwdHMv
dXBkYXRlLXdlYmtpdC1jaHJvbWl1bQppbmRleCA5NDRhNzQ3OTgyMmVhNzdhMTQyN2I0YzI4NDFm
M2VmMWNjNzI3MjE1Li5jY2NkMzdkOWZlYTYxZDIxNDQxYmNhMzljOTE2OGIzODBiOGIwYTMwIDEw
MDc1NQotLS0gYS9Ub29scy9TY3JpcHRzL3VwZGF0ZS13ZWJraXQtY2hyb21pdW0KKysrIGIvVG9v
bHMvU2NyaXB0cy91cGRhdGUtd2Via2l0LWNocm9taXVtCkBAIC02Niw3ICs2Niw3IEBAIGlmIChp
c0Nocm9taXVtQW5kcm9pZCgpKSB7CiB9CiAKIG15ICRmb3JjZSA9IDA7Ci1teSAkdXNlTmluamEg
PSAkXk8gZXEgImxpbnV4IjsKK215ICR1c2VOaW5qYSA9ICReTyBlcSAibGludXgiIHx8ICReTyBl
cSAiZGFyd2luIjsKIAogR2V0T3B0aW9ucygKICAgJ2ZvcmNlJyA9PiBcJGZvcmNlLAo=
</data>

          </attachment>
      

    </bug>

</bugzilla>