<?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>46357</bug_id>
          
          <creation_ts>2010-09-23 08:33:43 -0700</creation_ts>
          <short_desc>Fix warnings regarding print format in 64 bits</short_desc>
          <delta_ts>2012-09-25 13:04:20 -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>WebCore Misc.</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Other</rep_platform>
          <op_sys>OS X 10.5</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="Lucas De Marchi">lucas.de.marchi</reporter>
          <assigned_to name="Lucas De Marchi">lucas.de.marchi</assigned_to>
          <cc>abarth</cc>
    
    <cc>barbieri</cc>
    
    <cc>bfulgham</cc>
    
    <cc>dumi</cc>
    
    <cc>eric</cc>
    
    <cc>ismail</cc>
    
    <cc>kenneth</cc>
    
    <cc>laszlo.gombos</cc>
    
    <cc>ossy</cc>
    
    <cc>tonikitoo</cc>
    
    <cc>webkit.review.bot</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>283661</commentid>
    <comment_count>0</comment_count>
    <who name="Lucas De Marchi">lucas.de.marchi</who>
    <bug_when>2010-09-23 08:33:43 -0700</bug_when>
    <thetext>Fix warnings regarding print format in 64 bits</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>283662</commentid>
    <comment_count>1</comment_count>
      <attachid>68524</attachid>
    <who name="Lucas De Marchi">lucas.de.marchi</who>
    <bug_when>2010-09-23 08:35:25 -0700</bug_when>
    <thetext>Created attachment 68524
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>283722</commentid>
    <comment_count>2</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2010-09-23 10:03:35 -0700</bug_when>
    <thetext>It is a good idea to use format specifier macros. I absolutely
support using them, and would be happy if we can get rid of 
previously #ifdef ... # else ... #endif ugly hacks. Some of
them were made by myself, because I can&apos;t find many 
occurrences of these macros.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>283743</commentid>
    <comment_count>3</comment_count>
      <attachid>68524</attachid>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2010-09-23 10:28:40 -0700</bug_when>
    <thetext>Comment on attachment 68524
Patch

I think it is a good and necessary direction, r=me.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>283779</commentid>
    <comment_count>4</comment_count>
      <attachid>68524</attachid>
    <who name="Lucas De Marchi">lucas.de.marchi</who>
    <bug_when>2010-09-23 10:53:03 -0700</bug_when>
    <thetext>Comment on attachment 68524
Patch

Clearing flags on attachment: 68524

Committed r68164: &lt;http://trac.webkit.org/changeset/68164&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>283780</commentid>
    <comment_count>5</comment_count>
    <who name="Lucas De Marchi">lucas.de.marchi</who>
    <bug_when>2010-09-23 10:53:13 -0700</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>283888</commentid>
    <comment_count>6</comment_count>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2010-09-23 13:16:50 -0700</bug_when>
    <thetext>http://trac.webkit.org/changeset/68164 might have broken GTK Linux 32-bit Debug
The following changes are on the blame list:
http://trac.webkit.org/changeset/68163
http://trac.webkit.org/changeset/68164
http://trac.webkit.org/changeset/68165
http://trac.webkit.org/changeset/68166
http://trac.webkit.org/changeset/68167
http://trac.webkit.org/changeset/68168
http://trac.webkit.org/changeset/68169</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>284342</commentid>
    <comment_count>7</comment_count>
    <who name="Ismail Donmez">ismail</who>
    <bug_when>2010-09-24 06:35:33 -0700</bug_when>
    <thetext>This broke Windows CE compilation, inttypes.h does not exist on Windows CE.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>284372</commentid>
    <comment_count>8</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2010-09-24 07:37:10 -0700</bug_when>
    <thetext>(In reply to comment #7)
&gt; This broke Windows CE compilation, inttypes.h does not exist on Windows CE.

New bug to track this fail: https://bugs.webkit.org/show_bug.cgi?id=46463</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>288816</commentid>
    <comment_count>9</comment_count>
    <who name="Brent Fulgham">bfulgham</who>
    <bug_when>2010-10-03 23:12:34 -0700</bug_when>
    <thetext>This change also broke the WinCairo build of windows.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>288820</commentid>
    <comment_count>10</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2010-10-03 23:55:25 -0700</bug_when>
    <thetext>(In reply to comment #9)
&gt; This change also broke the WinCairo build of windows.
Sorry for breakage. :( Next time I will check the newest
WinCairo buildbot. The new bot would be useful.

Thanks for the fix landed in http://trac.webkit.org/changeset/68998</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>727897</commentid>
    <comment_count>11</comment_count>
    <who name="Laszlo Gombos">laszlo.gombos</who>
    <bug_when>2012-09-25 13:04:20 -0700</bug_when>
    <thetext>*** Bug 38809 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>68524</attachid>
            <date>2010-09-23 08:35:25 -0700</date>
            <delta_ts>2010-09-23 10:53:02 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>bug-46357-20100923123523.patch</filename>
            <type>text/plain</type>
            <size>1925</size>
            <attacher name="Lucas De Marchi">lucas.de.marchi</attacher>
            
              <data encoding="base64">ZGlmZiAtLWdpdCBhL1dlYkNvcmUvQ2hhbmdlTG9nIGIvV2ViQ29yZS9DaGFuZ2VMb2cKaW5kZXgg
MmRiMTZhZjA3NGUzNWFhNjU4MTllNjcwOTdjMGY4NDU2ODA5ZGJiZi4uMDAxZTc2OTg5YzcwMzZk
YzE2Y2YzMzBlNGUzNjI5YjZkNWI2NjBkZiAxMDA2NDQKLS0tIGEvV2ViQ29yZS9DaGFuZ2VMb2cK
KysrIGIvV2ViQ29yZS9DaGFuZ2VMb2cKQEAgLTEsMyArMSwxNiBAQAorMjAxMC0wOS0yMyAgTHVj
YXMgRGUgTWFyY2hpICA8bHVjYXMuZGVtYXJjaGlAcHJvZnVzaW9uLm1vYmk+CisKKyAgICAgICAg
UmV2aWV3ZWQgYnkgTk9CT0RZIChPT1BTISkuCisKKyAgICAgICAgRml4IHdhcm5pbmdzIHJlZ2Fy
ZGluZyBwcmludCBmb3JtYXQgaW4gNjQgYml0cworICAgICAgICBodHRwczovL2J1Z3Mud2Via2l0
Lm9yZy9zaG93X2J1Zy5jZ2k/aWQ9NDYzNTcKKworICAgICAgICBVc2UgaW50dHlwZXMuaCBpbiBv
cmRlciB0byBoYXZlIHBvcnRhYmxlIHByaW50IGZvcm1hdHMgYWNyb3NzIDMyIGFuZAorICAgICAg
ICA2NCBiaXRzLgorCisgICAgICAgICogcGxhdGZvcm0vc3FsL1NRTGl0ZUZpbGVTeXN0ZW0uY3Bw
OgorICAgICAgICAoV2ViQ29yZTo6U1FMaXRlRmlsZVN5c3RlbTo6Z2V0RmlsZU5hbWVGb3JOZXdE
YXRhYmFzZSk6CisKIDIwMTAtMDktMjMgIEFuZHJlaSBQb3Blc2N1ICA8YW5kcmVpcEBnb29nbGUu
Y29tPgogCiAgICAgICAgIFJldmlld2VkIGJ5IEplcmVteSBPcmxvdy4KZGlmZiAtLWdpdCBhL1dl
YkNvcmUvcGxhdGZvcm0vc3FsL1NRTGl0ZUZpbGVTeXN0ZW0uY3BwIGIvV2ViQ29yZS9wbGF0Zm9y
bS9zcWwvU1FMaXRlRmlsZVN5c3RlbS5jcHAKaW5kZXggYzk1ODNlYjk4YWExMTNiYzk3MmUxNzdi
YzU4OWUwM2ZmZjI2NWVjZS4uZDQ4N2I5NTMxODg5OWU0ZGI5N2ViOGE5OTc4NTY2ZmEyYjBjNWQw
MyAxMDA2NDQKLS0tIGEvV2ViQ29yZS9wbGF0Zm9ybS9zcWwvU1FMaXRlRmlsZVN5c3RlbS5jcHAK
KysrIGIvV2ViQ29yZS9wbGF0Zm9ybS9zcWwvU1FMaXRlRmlsZVN5c3RlbS5jcHAKQEAgLTI4LDEy
ICsyOCwxNCBAQAogICogT0YgVEhJUyBTT0ZUV0FSRSwgRVZFTiBJRiBBRFZJU0VEIE9GIFRIRSBQ
T1NTSUJJTElUWSBPRiBTVUNIIERBTUFHRS4KICAqLwogCisjZGVmaW5lIF9fU1REQ19GT1JNQVRf
TUFDUk9TCiAjaW5jbHVkZSAiY29uZmlnLmgiCiAjaW5jbHVkZSAiU1FMaXRlRmlsZVN5c3RlbS5o
IgogCiAjaW5jbHVkZSAiRmlsZVN5c3RlbS5oIgogI2luY2x1ZGUgIlNRTGl0ZURhdGFiYXNlLmgi
CiAjaW5jbHVkZSAiU1FMaXRlU3RhdGVtZW50LmgiCisjaW5jbHVkZSA8aW50dHlwZXMuaD4KICNp
bmNsdWRlIDxzcWxpdGUzLmg+CiAKIG5hbWVzcGFjZSBXZWJDb3JlIHsKQEAgLTczLDEwICs3NSwx
MCBAQCBTdHJpbmcgU1FMaXRlRmlsZVN5c3RlbTo6Z2V0RmlsZU5hbWVGb3JOZXdEYXRhYmFzZShj
b25zdCBTdHJpbmcmIGRiRGlyLCBjb25zdCBTdAogICAgIFN0cmluZyBmaWxlTmFtZTsKICAgICBk
byB7CiAgICAgICAgICsrc2VxOwotICAgICAgICBmaWxlTmFtZSA9IHBhdGhCeUFwcGVuZGluZ0Nv
bXBvbmVudChkYkRpciwgU3RyaW5nOjpmb3JtYXQoIiUwMTZsbHguZGIiLCBzZXEpKTsKKyAgICAg
ICAgZmlsZU5hbWUgPSBwYXRoQnlBcHBlbmRpbmdDb21wb25lbnQoZGJEaXIsIFN0cmluZzo6Zm9y
bWF0KCIlMDE2IlBSSXg2NCIuZGIiLCBzZXEpKTsKICAgICB9IHdoaWxlIChmaWxlRXhpc3RzKGZp
bGVOYW1lKSk7CiAKLSAgICByZXR1cm4gU3RyaW5nOjpmb3JtYXQoIiUwMTZsbHguZGIiLCBzZXEp
OworICAgIHJldHVybiBTdHJpbmc6OmZvcm1hdCgiJTAxNiJQUkl4NjQiLmRiIiwgc2VxKTsKIH0K
IAogU3RyaW5nIFNRTGl0ZUZpbGVTeXN0ZW06OmFwcGVuZERhdGFiYXNlRmlsZU5hbWVUb1BhdGgo
Y29uc3QgU3RyaW5nJiBwYXRoLCBjb25zdCBTdHJpbmcmIGZpbGVOYW1lKQo=
</data>

          </attachment>
      

    </bug>

</bugzilla>