<?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>29011</bug_id>
          
          <creation_ts>2009-09-07 08:11:18 -0700</creation_ts>
          <short_desc>Build fix when USE(LOCKFREE_THREADSAFESHARED) is not defined</short_desc>
          <delta_ts>2009-10-01 09:35:21 -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>Platform</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Other</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>
          
          <blocked>27065</blocked>
          <everconfirmed>0</everconfirmed>
          <reporter name="Laszlo Gombos">laszlo.gombos</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ben</cc>
    
    <cc>eric</cc>
    
    <cc>koshuin</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>145157</commentid>
    <comment_count>0</comment_count>
    <who name="Laszlo Gombos">laszlo.gombos</who>
    <bug_when>2009-09-07 08:11:18 -0700</bug_when>
    <thetext>Some WebKit ports (e.g. Symbian QtWebKit port) does not (yet) define atomicIncrement and atomicDecrement functions. This is a &quot;supported&quot; configuration and the USE(LOCKFREE_THREADSAFESHARED) is used to determine if atomicIncrement and atomicDecrement functions are available.

ChangeSet http://trac.webkit.org/changeset/47845 introduced a change in Threading.h which would require to implement atomicIncrement and atomicDecrement functions for all ports. Guarding some of the changes in Threading.h with USE(LOCKFREE_THREADSAFESHARED) would fix this problem (and would fix the Symbian QtWebKit build). Patch will follow.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>145160</commentid>
    <comment_count>1</comment_count>
      <attachid>39148</attachid>
    <who name="Laszlo Gombos">laszlo.gombos</who>
    <bug_when>2009-09-07 08:17:40 -0700</bug_when>
    <thetext>Created attachment 39148
proposed patch.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>145185</commentid>
    <comment_count>2</comment_count>
      <attachid>39148</attachid>
    <who name="Simon Hausmann">hausmann</who>
    <bug_when>2009-09-07 09:40:17 -0700</bug_when>
    <thetext>Comment on attachment 39148
proposed patch.

r=me</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>145311</commentid>
    <comment_count>3</comment_count>
    <who name="Mark Rowe (bdash)">mrowe</who>
    <bug_when>2009-09-08 03:29:04 -0700</bug_when>
    <thetext>*** Bug 29028 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>145360</commentid>
    <comment_count>4</comment_count>
      <attachid>39148</attachid>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2009-09-08 08:23:45 -0700</bug_when>
    <thetext>Comment on attachment 39148
proposed patch.

Exception: Unknown committer: laszlo.1.gombos@nokia.com

If you&apos;re a committer, please make sure you&apos;re in LayoutTests/WebKitTools/Scripts/modules/committers.py</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>145382</commentid>
    <comment_count>5</comment_count>
      <attachid>39148</attachid>
    <who name="Laszlo Gombos">laszlo.gombos</who>
    <bug_when>2009-09-08 09:14:16 -0700</bug_when>
    <thetext>Comment on attachment 39148
proposed patch.

Thanks Eric !

Added myself to list of committers -- http://trac.webkit.org/changeset/48159.

Let&apos;s try the commit-queue again.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>145415</commentid>
    <comment_count>6</comment_count>
      <attachid>39148</attachid>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2009-09-08 10:15:09 -0700</bug_when>
    <thetext>Comment on attachment 39148
proposed patch.

Clearing flags on attachment: 39148

Committed r48161: &lt;http://trac.webkit.org/changeset/48161&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>145416</commentid>
    <comment_count>7</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2009-09-08 10:15:15 -0700</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>146370</commentid>
    <comment_count>8</comment_count>
    <who name="Mark Rowe (bdash)">mrowe</who>
    <bug_when>2009-09-10 15:29:01 -0700</bug_when>
    <thetext>*** Bug 29149 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>39148</attachid>
            <date>2009-09-07 08:17:40 -0700</date>
            <delta_ts>2009-09-08 10:15:08 -0700</delta_ts>
            <desc>proposed patch.</desc>
            <filename>patch_29011.txt</filename>
            <type>text/plain</type>
            <size>1137</size>
            <attacher name="Laszlo Gombos">laszlo.gombos</attacher>
            
              <data encoding="base64">SW5kZXg6IEphdmFTY3JpcHRDb3JlL0NoYW5nZUxvZwo9PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBKYXZhU2NyaXB0
Q29yZS9DaGFuZ2VMb2cJKHJldmlzaW9uIDQ4MTE1KQorKysgSmF2YVNjcmlwdENvcmUvQ2hhbmdl
TG9nCSh3b3JraW5nIGNvcHkpCkBAIC0xLDMgKzEsMTMgQEAKKzIwMDktMDktMDcgIExhc3psbyBH
b21ib3MgIDxsYXN6bG8uMS5nb21ib3NAbm9raWEuY29tPgorCisgICAgICAgIFJldmlld2VkIGJ5
IE5PQk9EWSAoT09QUyEpLgorCisgICAgICAgIEJ1aWxkIGZpeCB3aGVuIFVTRShMT0NLRlJFRV9U
SFJFQURTQUZFU0hBUkVEKSBpcyBub3QgZGVmaW5lZAorICAgICAgICBodHRwczovL2J1Z3Mud2Vi
a2l0Lm9yZy9zaG93X2J1Zy5jZ2k/aWQ9MjkwMTEKKworICAgICAgICAqIHd0Zi9UaHJlYWRpbmcu
aDogVXNlIExPQ0tGUkVFX1RIUkVBRFNBRkVTSEFSRUQgZ3VhcmQgZm9yIAorICAgICAgICBhdG9t
aWNJbmNyZW1lbnQgYW5kIGF0b21pY0RlY3JlbWVudAorCiAyMDA5LTA5LTA0ICBPbGl2ZXIgSHVu
dCAgPG9saXZlckBhcHBsZS5jb20+CiAKICAgICAgICAgUmV2aWV3ZWQgYnkgTk9CT0RZIChCdWls
ZCBmaXgpLgpJbmRleDogSmF2YVNjcmlwdENvcmUvd3RmL1RocmVhZGluZy5oCj09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0K
LS0tIEphdmFTY3JpcHRDb3JlL3d0Zi9UaHJlYWRpbmcuaAkocmV2aXNpb24gNDgxMDApCisrKyBK
YXZhU2NyaXB0Q29yZS93dGYvVGhyZWFkaW5nLmgJKHdvcmtpbmcgY29weSkKQEAgLTMyNSw4ICsz
MjUsMTEgQEAgdXNpbmcgV1RGOjpUaHJlYWRDb25kaXRpb247CiB1c2luZyBXVEY6OlRocmVhZElk
ZW50aWZpZXI7CiB1c2luZyBXVEY6OlRocmVhZFNhZmVTaGFyZWQ7CiAKKyNpZiBVU0UoTE9DS0ZS
RUVfVEhSRUFEU0FGRVNIQVJFRCkKIHVzaW5nIFdURjo6YXRvbWljRGVjcmVtZW50OwogdXNpbmcg
V1RGOjphdG9taWNJbmNyZW1lbnQ7CisjZW5kaWYKKwogdXNpbmcgV1RGOjpjcmVhdGVUaHJlYWQ7
CiB1c2luZyBXVEY6OmN1cnJlbnRUaHJlYWQ7CiB1c2luZyBXVEY6OmlzTWFpblRocmVhZDsK
</data>

          </attachment>
      

    </bug>

</bugzilla>