<?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>107010</bug_id>
          
          <creation_ts>2013-01-16 06:56:29 -0800</creation_ts>
          <short_desc>[CMake] Report actual values for feature configuration (instead of the default)</short_desc>
          <delta_ts>2013-01-16 13:25:05 -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>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Hugo Parente Lima">hugo.lima</reporter>
          <assigned_to name="Hugo Parente Lima">hugo.lima</assigned_to>
          <cc>gyuyoung.kim</cc>
    
    <cc>laszlo.gombos</cc>
    
    <cc>rakuco</cc>
    
    <cc>webkit.review.bot</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>808346</commentid>
    <comment_count>0</comment_count>
    <who name="Hugo Parente Lima">hugo.lima</who>
    <bug_when>2013-01-16 06:56:29 -0800</bug_when>
    <thetext>The features summary is printing the initial value instead of the value chosen by the user, so if you pass --no-svg to webkit-build script it&apos;s now showing ENABLE_SVG ON instead of ENABLE_SVG OFF.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>808352</commentid>
    <comment_count>1</comment_count>
      <attachid>182978</attachid>
    <who name="Hugo Parente Lima">hugo.lima</who>
    <bug_when>2013-01-16 07:03:24 -0800</bug_when>
    <thetext>Created attachment 182978
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>808462</commentid>
    <comment_count>2</comment_count>
    <who name="Laszlo Gombos">laszlo.gombos</who>
    <bug_when>2013-01-16 09:58:08 -0800</bug_when>
    <thetext>*** Bug 104738 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>808596</commentid>
    <comment_count>3</comment_count>
      <attachid>182978</attachid>
    <who name="Laszlo Gombos">laszlo.gombos</who>
    <bug_when>2013-01-16 12:09:38 -0800</bug_when>
    <thetext>Comment on attachment 182978
Patch

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

&gt; Source/cmake/WebKitFeatures.cmake:172
&gt; -        set(_MESSAGE &quot;${_MESSAGE} ${_WEBKIT_AVAILABLE_OPTIONS_INITALVALUE_${_name}}&quot;)
&gt; +        set(_MESSAGE &quot;${_MESSAGE} ${${_name}}&quot;)

Looks good.

&gt; ChangeLog:3
&gt; +        [cmake] Print the choose value on features summary instead of the initial value

[cmake] -&gt; [CMake] (to be consistent)
choose --&gt; chosen 

Perhaps - &quot;[CMake] Report actual values for feature configuration (instead of the default)&quot;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>808619</commentid>
    <comment_count>4</comment_count>
    <who name="Hugo Parente Lima">hugo.lima</who>
    <bug_when>2013-01-16 12:43:00 -0800</bug_when>
    <thetext>(In reply to comment #3)
&gt; (From update of attachment 182978 [details])
&gt; View in context: https://bugs.webkit.org/attachment.cgi?id=182978&amp;action=review
&gt; 
&gt; &gt; Source/cmake/WebKitFeatures.cmake:172
&gt; &gt; -        set(_MESSAGE &quot;${_MESSAGE} ${_WEBKIT_AVAILABLE_OPTIONS_INITALVALUE_${_name}}&quot;)
&gt; &gt; +        set(_MESSAGE &quot;${_MESSAGE} ${${_name}}&quot;)
&gt; 
&gt; Looks good.
&gt; 
&gt; &gt; ChangeLog:3
&gt; &gt; +        [cmake] Print the choose value on features summary instead of the initial value
&gt; 
&gt; [cmake] -&gt; [CMake] (to be consistent)
&gt; choose --&gt; chosen 
&gt; 
&gt; Perhaps - &quot;[CMake] Report actual values for feature configuration (instead of the default)&quot;

Yes, I noticed the typos after upload the patch, I&apos;ll re-upload it.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>808621</commentid>
    <comment_count>5</comment_count>
      <attachid>183019</attachid>
    <who name="Hugo Parente Lima">hugo.lima</who>
    <bug_when>2013-01-16 12:44:56 -0800</bug_when>
    <thetext>Created attachment 183019
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>808635</commentid>
    <comment_count>6</comment_count>
      <attachid>183019</attachid>
    <who name="Laszlo Gombos">laszlo.gombos</who>
    <bug_when>2013-01-16 12:57:28 -0800</bug_when>
    <thetext>Comment on attachment 183019
Patch

r=me.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>808652</commentid>
    <comment_count>7</comment_count>
      <attachid>183019</attachid>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2013-01-16 13:25:00 -0800</bug_when>
    <thetext>Comment on attachment 183019
Patch

Clearing flags on attachment: 183019

Committed r139916: &lt;http://trac.webkit.org/changeset/139916&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>808653</commentid>
    <comment_count>8</comment_count>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2013-01-16 13:25:05 -0800</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>182978</attachid>
            <date>2013-01-16 07:03:24 -0800</date>
            <delta_ts>2013-01-16 12:44:49 -0800</delta_ts>
            <desc>Patch</desc>
            <filename>bug-107010-20130116115911.patch</filename>
            <type>text/plain</type>
            <size>1260</size>
            <attacher name="Hugo Parente Lima">hugo.lima</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMTM5ODc2CmRpZmYgLS1naXQgYS9Tb3VyY2UvY21ha2UvV2Vi
S2l0RmVhdHVyZXMuY21ha2UgYi9Tb3VyY2UvY21ha2UvV2ViS2l0RmVhdHVyZXMuY21ha2UKaW5k
ZXggMTAxZTQwYzFlYjQwYzE3NGM1MGJkNmRiZmE5YzcyNTM5NDQ2ZjIyMS4uOGViNDA2NDYzY2E1
YTU2OWQ2ZjcyNWY1YjhiNjMzNzQ5NDRkZTUyZiAxMDA2NDQKLS0tIGEvU291cmNlL2NtYWtlL1dl
YktpdEZlYXR1cmVzLmNtYWtlCisrKyBiL1NvdXJjZS9jbWFrZS9XZWJLaXRGZWF0dXJlcy5jbWFr
ZQpAQCAtMTY5LDcgKzE2OSw3IEBAIG1hY3JvKFdFQktJVF9PUFRJT05fRU5EKQogICAgICAgICAg
ICAgc2V0KEZFQVRVUkVfREVGSU5FU19XSVRIX1NQQUNFX1NFUEFSQVRPUiAiJHtGRUFUVVJFX0RF
RklORVNfV0lUSF9TUEFDRV9TRVBBUkFUT1J9ICR7X25hbWV9IikKICAgICAgICAgZW5kaWYgKCkK
IAotICAgICAgICBzZXQoX01FU1NBR0UgIiR7X01FU1NBR0V9ICR7X1dFQktJVF9BVkFJTEFCTEVf
T1BUSU9OU19JTklUQUxWQUxVRV8ke19uYW1lfX0iKQorICAgICAgICBzZXQoX01FU1NBR0UgIiR7
X01FU1NBR0V9ICR7JHtfbmFtZX19IikKICAgICAgICAgbWVzc2FnZShTVEFUVVMgIiR7X01FU1NB
R0V9IikKICAgICBlbmRmb3JlYWNoICgpCiBlbmRtYWNybygpCmRpZmYgLS1naXQgYS9DaGFuZ2VM
b2cgYi9DaGFuZ2VMb2cKaW5kZXggMWQyZDM3NGQ0NWQ4ZGJlYTEwY2E1ZWE2NjIwMzBkMTNmYWZk
MWIyOC4uOWMyOTIyZmRmNWUwOTZlZTkzZjA1OGM3YzhiYzk5NjY5NjQyZTY3MCAxMDA2NDQKLS0t
IGEvQ2hhbmdlTG9nCisrKyBiL0NoYW5nZUxvZwpAQCAtMSwzICsxLDEyIEBACisyMDEzLTAxLTE2
ICBIdWdvIFBhcmVudGUgTGltYSAgPGh1Z28ubGltYUBvcGVuYm9zc2Eub3JnPgorCisgICAgICAg
IFtjbWFrZV0gUHJpbnQgdGhlIGNob29zZSB2YWx1ZSBvbiBmZWF0dXJlcyBzdW1tYXJ5IGluc3Rl
YWQgb2YgdGhlIGluaXRpYWwgdmFsdWUKKyAgICAgICAgaHR0cHM6Ly9idWdzLndlYmtpdC5vcmcv
c2hvd19idWcuY2dpP2lkPTEwNzAxMAorCisgICAgICAgIFJldmlld2VkIGJ5IE5PQk9EWSAoT09Q
UyEpLgorCisgICAgICAgICogU291cmNlL2NtYWtlL1dlYktpdEZlYXR1cmVzLmNtYWtlOgorCiAy
MDEzLTAxLTE2ICBHeXV5b3VuZyBLaW0gIDxneXV5b3VuZy5raW1Ac2Ftc3VuZy5jb20+CiAKICAg
ICAgICAgW0VGTF0gTW92ZSAnRGVmYXVsdFRoZW1lJyBmb2xkZXIgdG8gV2ViQ29yZS9wbGF0Zm9y
bS9lZmwK
</data>

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>183019</attachid>
            <date>2013-01-16 12:44:56 -0800</date>
            <delta_ts>2013-01-16 13:24:59 -0800</delta_ts>
            <desc>Patch</desc>
            <filename>bug-107010-20130116174044.patch</filename>
            <type>text/plain</type>
            <size>1260</size>
            <attacher name="Hugo Parente Lima">hugo.lima</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMTM5ODc2CmRpZmYgLS1naXQgYS9Tb3VyY2UvY21ha2UvV2Vi
S2l0RmVhdHVyZXMuY21ha2UgYi9Tb3VyY2UvY21ha2UvV2ViS2l0RmVhdHVyZXMuY21ha2UKaW5k
ZXggMTAxZTQwYzFlYjQwYzE3NGM1MGJkNmRiZmE5YzcyNTM5NDQ2ZjIyMS4uOGViNDA2NDYzY2E1
YTU2OWQ2ZjcyNWY1YjhiNjMzNzQ5NDRkZTUyZiAxMDA2NDQKLS0tIGEvU291cmNlL2NtYWtlL1dl
YktpdEZlYXR1cmVzLmNtYWtlCisrKyBiL1NvdXJjZS9jbWFrZS9XZWJLaXRGZWF0dXJlcy5jbWFr
ZQpAQCAtMTY5LDcgKzE2OSw3IEBAIG1hY3JvKFdFQktJVF9PUFRJT05fRU5EKQogICAgICAgICAg
ICAgc2V0KEZFQVRVUkVfREVGSU5FU19XSVRIX1NQQUNFX1NFUEFSQVRPUiAiJHtGRUFUVVJFX0RF
RklORVNfV0lUSF9TUEFDRV9TRVBBUkFUT1J9ICR7X25hbWV9IikKICAgICAgICAgZW5kaWYgKCkK
IAotICAgICAgICBzZXQoX01FU1NBR0UgIiR7X01FU1NBR0V9ICR7X1dFQktJVF9BVkFJTEFCTEVf
T1BUSU9OU19JTklUQUxWQUxVRV8ke19uYW1lfX0iKQorICAgICAgICBzZXQoX01FU1NBR0UgIiR7
X01FU1NBR0V9ICR7JHtfbmFtZX19IikKICAgICAgICAgbWVzc2FnZShTVEFUVVMgIiR7X01FU1NB
R0V9IikKICAgICBlbmRmb3JlYWNoICgpCiBlbmRtYWNybygpCmRpZmYgLS1naXQgYS9DaGFuZ2VM
b2cgYi9DaGFuZ2VMb2cKaW5kZXggMWQyZDM3NGQ0NWQ4ZGJlYTEwY2E1ZWE2NjIwMzBkMTNmYWZk
MWIyOC4uMmNkNjI5OWIwOWIyZjU2ZDRkYzE3YjJmNDdmY2IzNTEwZGNlMjlkMSAxMDA2NDQKLS0t
IGEvQ2hhbmdlTG9nCisrKyBiL0NoYW5nZUxvZwpAQCAtMSwzICsxLDEyIEBACisyMDEzLTAxLTE2
ICBIdWdvIFBhcmVudGUgTGltYSAgPGh1Z28ubGltYUBvcGVuYm9zc2Eub3JnPgorCisgICAgICAg
IFtDTWFrZV0gUmVwb3J0IGFjdHVhbCB2YWx1ZXMgZm9yIGZlYXR1cmUgY29uZmlndXJhdGlvbiAo
aW5zdGVhZCBvZiB0aGUgZGVmYXVsdCkKKyAgICAgICAgaHR0cHM6Ly9idWdzLndlYmtpdC5vcmcv
c2hvd19idWcuY2dpP2lkPTEwNzAxMAorCisgICAgICAgIFJldmlld2VkIGJ5IE5PQk9EWSAoT09Q
UyEpLgorCisgICAgICAgICogU291cmNlL2NtYWtlL1dlYktpdEZlYXR1cmVzLmNtYWtlOgorCiAy
MDEzLTAxLTE2ICBHeXV5b3VuZyBLaW0gIDxneXV5b3VuZy5raW1Ac2Ftc3VuZy5jb20+CiAKICAg
ICAgICAgW0VGTF0gTW92ZSAnRGVmYXVsdFRoZW1lJyBmb2xkZXIgdG8gV2ViQ29yZS9wbGF0Zm9y
bS9lZmwK
</data>

          </attachment>
      

    </bug>

</bugzilla>