<?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>50523</bug_id>
          
          <creation_ts>2010-12-04 12:43:10 -0800</creation_ts>
          <short_desc>[WINCE] Adds a build slave.</short_desc>
          <delta_ts>2011-01-03 13:51:32 -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>Tools / Tests</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</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>51642</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Patrick R. Gansterer">paroga</reporter>
          <assigned_to name="Patrick R. Gansterer">paroga</assigned_to>
          <cc>eric</cc>
    
    <cc>wsiegrist</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>317304</commentid>
    <comment_count>0</comment_count>
    <who name="Patrick R. Gansterer">paroga</who>
    <bug_when>2010-12-04 12:43:10 -0800</bug_when>
    <thetext>see patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>317305</commentid>
    <comment_count>1</comment_count>
      <attachid>75614</attachid>
    <who name="Patrick R. Gansterer">paroga</who>
    <bug_when>2010-12-04 12:58:02 -0800</bug_when>
    <thetext>Created attachment 75614
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>320779</commentid>
    <comment_count>2</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-12-12 02:31:27 -0800</bug_when>
    <thetext>_wms should &quot;review&quot; this.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>321081</commentid>
    <comment_count>3</comment_count>
      <attachid>75614</attachid>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2010-12-13 06:13:22 -0800</bug_when>
    <thetext>Comment on attachment 75614
Patch

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

&gt; WebKitTools/BuildSlaveSupport/build.webkit.org-config/master.cfg:83
&gt;  def appendCustomBuildFlags(step, platform):
&gt; -    if platform in (&apos;gtk&apos;, &apos;wx&apos;, &apos;qt&apos;, &apos;chromium&apos;, &apos;wincairo&apos;, &apos;efl&apos;):
&gt; +    if platform in (&apos;chromium&apos;, &apos;efl&apos;, &apos;gtk&apos;, &apos;qt&apos;, &apos;wincairo&apos;, &apos;wince&apos;, &apos;wx&apos;):
&gt;          step.setCommand(step.command + [&apos;--&apos; + platform])

It would pass --wince option to the build-webkit script.
But I can&apos;t find if build-webkit handles wince option.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>321082</commentid>
    <comment_count>4</comment_count>
    <who name="Patrick R. Gansterer">paroga</who>
    <bug_when>2010-12-13 06:17:30 -0800</bug_when>
    <thetext>(In reply to comment #3)
&gt; (From update of attachment 75614 [details])
&gt; View in context: https://bugs.webkit.org/attachment.cgi?id=75614&amp;action=review
&gt; 
&gt; &gt; WebKitTools/BuildSlaveSupport/build.webkit.org-config/master.cfg:83
&gt; &gt;  def appendCustomBuildFlags(step, platform):
&gt; &gt; -    if platform in (&apos;gtk&apos;, &apos;wx&apos;, &apos;qt&apos;, &apos;chromium&apos;, &apos;wincairo&apos;, &apos;efl&apos;):
&gt; &gt; +    if platform in (&apos;chromium&apos;, &apos;efl&apos;, &apos;gtk&apos;, &apos;qt&apos;, &apos;wincairo&apos;, &apos;wince&apos;, &apos;wx&apos;):
&gt; &gt;          step.setCommand(step.command + [&apos;--&apos; + platform])
&gt; 
&gt; It would pass --wince option to the build-webkit script.
&gt; But I can&apos;t find if build-webkit handles wince option.

I didn&apos;t added the --wince option to build-webkit (I need to take care of the EFL port, which uses CMake too).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>328698</commentid>
    <comment_count>5</comment_count>
      <attachid>75614</attachid>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2011-01-03 12:01:18 -0800</bug_when>
    <thetext>Comment on attachment 75614
Patch

r=me

I&apos;ll let Patrick set the cq+ flag since this depends on Bug 51642 landing first.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>328726</commentid>
    <comment_count>6</comment_count>
      <attachid>75614</attachid>
    <who name="Patrick R. Gansterer">paroga</who>
    <bug_when>2011-01-03 13:11:25 -0800</bug_when>
    <thetext>Comment on attachment 75614
Patch

Clearing flags on attachment: 75614

Manually committed r74930: &lt;http://trac.webkit.org/changeset/74930&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>328727</commentid>
    <comment_count>7</comment_count>
    <who name="Patrick R. Gansterer">paroga</who>
    <bug_when>2011-01-03 13:11:52 -0800</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>328768</commentid>
    <comment_count>8</comment_count>
    <who name="William Siegrist">wsiegrist</who>
    <bug_when>2011-01-03 13:51:32 -0800</bug_when>
    <thetext>Buildbot updated.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>75614</attachid>
            <date>2010-12-04 12:58:02 -0800</date>
            <delta_ts>2011-01-03 13:11:25 -0800</delta_ts>
            <desc>Patch</desc>
            <filename>bug-50523.patch</filename>
            <type>text/plain</type>
            <size>3523</size>
            <attacher name="Patrick R. Gansterer">paroga</attacher>
            
              <data encoding="base64">ZGlmZiAtLWdpdCBhL1dlYktpdFRvb2xzL0J1aWxkU2xhdmVTdXBwb3J0L2J1aWxkLndlYmtpdC5v
cmctY29uZmlnL2NvbmZpZy5qc29uIGIvV2ViS2l0VG9vbHMvQnVpbGRTbGF2ZVN1cHBvcnQvYnVp
bGQud2Via2l0Lm9yZy1jb25maWcvY29uZmlnLmpzb24KaW5kZXggZDQ2YjE0MC4uNDMzNjI2NCAx
MDA2NDQKLS0tIGEvV2ViS2l0VG9vbHMvQnVpbGRTbGF2ZVN1cHBvcnQvYnVpbGQud2Via2l0Lm9y
Zy1jb25maWcvY29uZmlnLmpzb24KKysrIGIvV2ViS2l0VG9vbHMvQnVpbGRTbGF2ZVN1cHBvcnQv
YnVpbGQud2Via2l0Lm9yZy1jb25maWcvY29uZmlnLmpzb24KQEAgLTU2LDYgKzU2LDggQEAKICAg
ICAgICAgICAgICAgICAgICAgeyAibmFtZSI6ICJnb29nbGUtbmV3LXRlc3RzIiwgInBsYXRmb3Jt
IjogIm1hYy1sZW9wYXJkIiB9LAogCiAgICAgICAgICAgICAgICAgICAgIHsgIm5hbWUiOiAid2lu
Y2Fpcm8tMSIsICJwbGF0Zm9ybSI6ICJ3aW5jYWlybyIgfSwKKworICAgICAgICAgICAgICAgICAg
ICB7ICJuYW1lIjogIndpbmNlLTEiLCAicGxhdGZvcm0iOiAid2luY2UiIH0sCiAgICAgICAgICAg
ICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICB7ICJuYW1lIjogImVmbC1saW51eC1zbGF2
ZS0xIiwgInBsYXRmb3JtIjogImVmbCIgfQogICAgICAgICAgICAgICAgICAgXSwKQEAgLTIxMyw2
ICsyMTUsMTEgQEAKICAgICAgICAgICAgICAgICAgICAgICAic2xhdmVuYW1lcyI6IFsid2luY2Fp
cm8tMSJdCiAgICAgICAgICAgICAgICAgICAgIH0sCiAgICAgICAgICAgICAgICAgICAgIHsKKyAg
ICAgICAgICAgICAgICAgICAgICAibmFtZSI6ICJXaW5DRSBSZWxlYXNlIChCdWlsZCkiLCAidHlw
ZSI6ICJCdWlsZCIsICJidWlsZGRpciI6ICJ3aW5jZS1yZWxlYXNlIiwKKyAgICAgICAgICAgICAg
ICAgICAgICAicGxhdGZvcm0iOiAid2luY2UiLCAiY29uZmlndXJhdGlvbiI6ICJyZWxlYXNlIiwg
ImFyY2hpdGVjdHVyZXMiOiBbImkzODYiXSwKKyAgICAgICAgICAgICAgICAgICAgICAic2xhdmVu
YW1lcyI6IFsid2luY2UtMSJdCisgICAgICAgICAgICAgICAgICAgIH0sCisgICAgICAgICAgICAg
ICAgICAgIHsKICAgICAgICAgICAgICAgICAgICAgICAibmFtZSI6ICJFRkwgTGludXggUmVsZWFz
ZSAoQnVpbGQpIiwgInR5cGUiOiAiQnVpbGQiLCAiYnVpbGRkaXIiOiAiZWZsLWxpbnV4LXJlbGVh
c2UiLAogICAgICAgICAgICAgICAgICAgICAgICJwbGF0Zm9ybSI6ICJlZmwiLCAiY29uZmlndXJh
dGlvbiI6ICJyZWxlYXNlIiwgImFyY2hpdGVjdHVyZXMiOiBbImkzODYiXSwKICAgICAgICAgICAg
ICAgICAgICAgICAic2xhdmVuYW1lcyI6IFsiZWZsLWxpbnV4LXNsYXZlLTEiXQpAQCAtMjI3LDcg
KzIzNCw3IEBACiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAiUXQgV2lu
ZG93cyAzMi1iaXQgUmVsZWFzZSIsICJRdCBXaW5kb3dzIDMyLWJpdCBEZWJ1ZyIsCiAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAiQ2hyb21pdW0gV2luIFJlbGVhc2UiLCAi
Q2hyb21pdW0gTWFjIFJlbGVhc2UiLCAiQ2hyb21pdW0gTGludXggUmVsZWFzZSIsCiAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAiQ2hyb21pdW0gV2luIFJlbGVhc2UgKFRl
c3RzKSIsICJDaHJvbWl1bSBNYWMgUmVsZWFzZSAoVGVzdHMpIiwgIkNocm9taXVtIExpbnV4IFJl
bGVhc2UgKFRlc3RzKSIsCi0gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAi
V2luQ2Fpcm8gRGVidWcgKEJ1aWxkKSIsICJFRkwgTGludXggUmVsZWFzZSAoQnVpbGQpIl0KKyAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICJXaW5DYWlybyBEZWJ1ZyAoQnVp
bGQpIiwgIldpbkNFIFJlbGVhc2UgKEJ1aWxkKSIsICJFRkwgTGludXggUmVsZWFzZSAoQnVpbGQp
Il0KICAgICAgICAgICAgICAgICAgICAgfSwKICAgICAgICAgICAgICAgICAgICAgeyAidHlwZSI6
ICJQbGF0Zm9ybVNwZWNpZmljU2NoZWR1bGVyIiwgInBsYXRmb3JtIjogIndpbiIsICJicmFuY2gi
OiAidHJ1bmsiLCAidHJlZVN0YWJsZVRpbWVyIjogNDUuMCwKICAgICAgICAgICAgICAgICAgICAg
ICAiYnVpbGRlck5hbWVzIjogWyJXaW5kb3dzIFJlbGVhc2UgKEJ1aWxkKSIsICJXaW5kb3dzIERl
YnVnIChCdWlsZCkiXQpkaWZmIC0tZ2l0IGEvV2ViS2l0VG9vbHMvQnVpbGRTbGF2ZVN1cHBvcnQv
YnVpbGQud2Via2l0Lm9yZy1jb25maWcvbWFzdGVyLmNmZyBiL1dlYktpdFRvb2xzL0J1aWxkU2xh
dmVTdXBwb3J0L2J1aWxkLndlYmtpdC5vcmctY29uZmlnL21hc3Rlci5jZmcKaW5kZXggYzI4YWJi
Ni4uOTA5NjljNCAxMDA2NDQKLS0tIGEvV2ViS2l0VG9vbHMvQnVpbGRTbGF2ZVN1cHBvcnQvYnVp
bGQud2Via2l0Lm9yZy1jb25maWcvbWFzdGVyLmNmZworKysgYi9XZWJLaXRUb29scy9CdWlsZFNs
YXZlU3VwcG9ydC9idWlsZC53ZWJraXQub3JnLWNvbmZpZy9tYXN0ZXIuY2ZnCkBAIC03OSw3ICs3
OSw3IEBAIGNsYXNzIENsZWFudXBDaHJvbWl1bUxpbnV4Q3Jhc2hMb2dzKHNoZWxsLlNoZWxsQ29t
bWFuZCk6CiAKIAogZGVmIGFwcGVuZEN1c3RvbUJ1aWxkRmxhZ3Moc3RlcCwgcGxhdGZvcm0pOgot
ICAgIGlmIHBsYXRmb3JtIGluICgnZ3RrJywgJ3d4JywgJ3F0JywgJ2Nocm9taXVtJywgJ3dpbmNh
aXJvJywgJ2VmbCcpOgorICAgIGlmIHBsYXRmb3JtIGluICgnY2hyb21pdW0nLCAnZWZsJywgJ2d0
aycsICdxdCcsICd3aW5jYWlybycsICd3aW5jZScsICd3eCcpOgogICAgICAgICBzdGVwLnNldENv
bW1hbmQoc3RlcC5jb21tYW5kICsgWyctLScgKyBwbGF0Zm9ybV0pCiAKIApkaWZmIC0tZ2l0IGEv
V2ViS2l0VG9vbHMvQ2hhbmdlTG9nIGIvV2ViS2l0VG9vbHMvQ2hhbmdlTG9nCmluZGV4IDg1MWU5
Y2UuLmE0YzgxMjQgMTAwNjQ0Ci0tLSBhL1dlYktpdFRvb2xzL0NoYW5nZUxvZworKysgYi9XZWJL
aXRUb29scy9DaGFuZ2VMb2cKQEAgLTEsMyArMSwxNSBAQAorMjAxMC0xMi0wNCAgUGF0cmljayBH
YW5zdGVyZXIgIDxwYXJvZ2FAd2Via2l0Lm9yZz4KKworICAgICAgICBSZXZpZXdlZCBieSBOT0JP
RFkgKE9PUFMhKS4KKworICAgICAgICBbV0lOQ0VdIEFkZHMgYSBidWlsZCBzbGF2ZS4KKyAgICAg
ICAgaHR0cHM6Ly9idWdzLndlYmtpdC5vcmcvc2hvd19idWcuY2dpP2lkPTUwNTIzCisKKyAgICAg
ICAgKiBCdWlsZFNsYXZlU3VwcG9ydC9idWlsZC53ZWJraXQub3JnLWNvbmZpZy9jb25maWcuanNv
bjogQWRkIGFuCisgICAgICAgIGVudHJ5IGZvciBhIHJlbGVhc2UgYnVpbGQgb2YgdGhlIFdpbkNF
IHBvcnQuCisgICAgICAgICogQnVpbGRTbGF2ZVN1cHBvcnQvYnVpbGQud2Via2l0Lm9yZy1jb25m
aWcvbWFzdGVyLmNmZzogQWRkIHBsYXRmb3JtCisgICAgICAgIGZsYWcgdG8gYnVpbGQgdGhlIFdp
bkNFIHBvcnQuCisKIDIwMTAtMTItMDQgIFBhdHJpY2sgR2Fuc3RlcmVyICA8cGFyb2dhQHdlYmtp
dC5vcmc+CiAKICAgICAgICAgUmV2aWV3ZWQgYnkgTk9CT0RZIChPT1BTISkuCg==
</data>

          </attachment>
      

    </bug>

</bugzilla>