<?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>111863</bug_id>
          
          <creation_ts>2013-03-08 08:50:27 -0800</creation_ts>
          <short_desc>[Stable][GTK][WK2] Fix compilation warning missing-field-initializers in webkit-2.0 stable branch</short_desc>
          <delta_ts>2013-03-09 01:53:02 -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>WebKitGTK</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>0</everconfirmed>
          <reporter name="Manuel Rego Casasnovas">rego</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>andersca</cc>
    
    <cc>benjamin</cc>
    
    <cc>buildbot</cc>
    
    <cc>cgarcia</cc>
    
    <cc>gustavo</cc>
    
    <cc>mrobinson</cc>
    
    <cc>rniwa</cc>
    
    <cc>sam</cc>
    
    <cc>webkit.review.bot</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>851225</commentid>
    <comment_count>0</comment_count>
    <who name="Manuel Rego Casasnovas">rego</who>
    <bug_when>2013-03-08 08:50:27 -0800</bug_when>
    <thetext>The warning is:
../../Source/WebKit2/UIProcess/API/gtk/WebKitUIClient.cpp:211:5: warning: missing initializer for member &apos;WKPageUIClient::unavailablePluginButtonClicked&apos; [-Wmissing-field-initializers]</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>851226</commentid>
    <comment_count>1</comment_count>
    <who name="Manuel Rego Casasnovas">rego</who>
    <bug_when>2013-03-08 08:52:08 -0800</bug_when>
    <thetext>(In reply to comment #0)
&gt; The warning is:
&gt; ../../Source/WebKit2/UIProcess/API/gtk/WebKitUIClient.cpp:211:5: warning: missing initializer for member &apos;WKPageUIClient::unavailablePluginButtonClicked&apos; [-Wmissing-field-initializers]

Sorry this one is in master not in the stable branch, the one in the stable branch is:

../../Source/WebKit2/UIProcess/API/gtk/WebKitUIClient.cpp:211:5: warning: missing initializer for member &apos;WKPageUIClient::pluginLoadPolicy&apos; [-Wmissing-field-initializers]</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>851227</commentid>
    <comment_count>2</comment_count>
      <attachid>192233</attachid>
    <who name="Manuel Rego Casasnovas">rego</who>
    <bug_when>2013-03-08 08:54:06 -0800</bug_when>
    <thetext>Created attachment 192233
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>851230</commentid>
    <comment_count>3</comment_count>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2013-03-08 08:59:48 -0800</bug_when>
    <thetext>Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See http://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>851239</commentid>
    <comment_count>4</comment_count>
      <attachid>192233</attachid>
    <who name="Martin Robinson">mrobinson</who>
    <bug_when>2013-03-08 09:09:29 -0800</bug_when>
    <thetext>Comment on attachment 192233
Patch

Looks good to me.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>851253</commentid>
    <comment_count>5</comment_count>
    <who name="Carlos Garcia Campos">cgarcia</who>
    <bug_when>2013-03-08 09:33:17 -0800</bug_when>
    <thetext>Committed in the stable branch http://trac.webkit.org/changeset/145234</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>851455</commentid>
    <comment_count>6</comment_count>
    <who name="Manuel Rego Casasnovas">rego</who>
    <bug_when>2013-03-08 13:08:04 -0800</bug_when>
    <thetext>Adding WK2 owners to CC.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>851493</commentid>
    <comment_count>7</comment_count>
      <attachid>192233</attachid>
    <who name="Benjamin Poulain">benjamin</who>
    <bug_when>2013-03-08 13:59:40 -0800</bug_when>
    <thetext>Comment on attachment 192233
Patch

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

Please fix the name before landing.

&gt; Source/WebKit2/UIProcess/API/gtk/WebKitUIClient.cpp:211
&gt; +        0, // pluginLoadPolicy

In my repository, this callback is named &quot;unavailablePluginButtonClicked&quot;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>851755</commentid>
    <comment_count>8</comment_count>
      <attachid>192233</attachid>
    <who name="Build Bot">buildbot</who>
    <bug_when>2013-03-09 01:26:58 -0800</bug_when>
    <thetext>Comment on attachment 192233
Patch

Attachment 192233 did not pass mac-wk2-ews (mac-wk2):
Output: http://webkit-commit-queue.appspot.com/results/17060461

New failing tests:
fast/css/sticky/inline-sticky.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>851762</commentid>
    <comment_count>9</comment_count>
      <attachid>192233</attachid>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2013-03-09 01:52:58 -0800</bug_when>
    <thetext>Comment on attachment 192233
Patch

Clearing flags on attachment: 192233

Committed r145308: &lt;http://trac.webkit.org/changeset/145308&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>851763</commentid>
    <comment_count>10</comment_count>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2013-03-09 01:53:02 -0800</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>192233</attachid>
            <date>2013-03-08 08:54:06 -0800</date>
            <delta_ts>2013-03-09 01:52:58 -0800</delta_ts>
            <desc>Patch</desc>
            <filename>bug-111863-20130308175008.patch</filename>
            <type>text/plain</type>
            <size>1519</size>
            <attacher name="Manuel Rego Casasnovas">rego</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMTQ1MjA2CmRpZmYgLS1naXQgYS9Tb3VyY2UvV2ViS2l0Mi9D
aGFuZ2VMb2cgYi9Tb3VyY2UvV2ViS2l0Mi9DaGFuZ2VMb2cKaW5kZXggNzM5NjljZjgzNWQ2ZmI0
NGNjOGQwODAxYTZjNzM5NTJiZDU3ZjhkZC4uNDJiNGQxNDcwZTBmYWY2ZWE2NjA3NGI2MzMyM2Ix
YWUzNTJkNDRjOCAxMDA2NDQKLS0tIGEvU291cmNlL1dlYktpdDIvQ2hhbmdlTG9nCisrKyBiL1Nv
dXJjZS9XZWJLaXQyL0NoYW5nZUxvZwpAQCAtMSwzICsxLDEzIEBACisyMDEzLTAzLTA4ICBNYW51
ZWwgUmVnbyBDYXNhc25vdmFzICA8cmVnb0BpZ2FsaWEuY29tPgorCisgICAgICAgIFtHVEtdW1dL
Ml0gRml4IGNvbXBpbGF0aW9uIHdhcm5pbmcgbWlzc2luZy1maWVsZC1pbml0aWFsaXplcnMgaW4g
d2Via2l0LTIuMCBzdGFibGUgYnJhbmNoCisgICAgICAgIGh0dHBzOi8vYnVncy53ZWJraXQub3Jn
L3Nob3dfYnVnLmNnaT9pZD0xMTE4NjMKKworICAgICAgICBSZXZpZXdlZCBieSBOT0JPRFkgKE9P
UFMhKS4KKworICAgICAgICAqIFVJUHJvY2Vzcy9BUEkvZ3RrL1dlYktpdFVJQ2xpZW50LmNwcDoK
KyAgICAgICAgKGF0dGFjaFVJQ2xpZW50VG9WaWV3KTogSW5jbHVkZSBtaXNzaW5nIGluaXRpYWxp
emVyIGZvciBwbHVnaW5Mb2FkUG9saWN5LgorCiAyMDEzLTAzLTA2ICBTdWRhcnNhbmEgTmFnaW5l
bmkgIDxzdWRhcnNhbmEubmFnaW5lbmlAaW50ZWwuY29tPgogCiAgICAgICAgIFtHVEtdW1dLMl0g
SW1wbGVtZW50IFdlYkluc3BlY3Rvcjo6bG9jYWxpemVkU3RyaW5nc1VSTCgpIHRvIHJldHVybiB0
aGUgZmlsZSBVUkwgb2YgbG9jYWxpemVkU3RyaW5ncy5qcwpkaWZmIC0tZ2l0IGEvU291cmNlL1dl
YktpdDIvVUlQcm9jZXNzL0FQSS9ndGsvV2ViS2l0VUlDbGllbnQuY3BwIGIvU291cmNlL1dlYktp
dDIvVUlQcm9jZXNzL0FQSS9ndGsvV2ViS2l0VUlDbGllbnQuY3BwCmluZGV4IDBmMDkxNzU1NGVm
N2Q1YmYyYzFlODA3YmJhMzBmNjBkNTk5NmI4ODYuLjA4OTliODU2Mzg5NGE0MDA1YTEyODMxZjY1
ZTNmOWViMmI2NzI4YzggMTAwNjQ0Ci0tLSBhL1NvdXJjZS9XZWJLaXQyL1VJUHJvY2Vzcy9BUEkv
Z3RrL1dlYktpdFVJQ2xpZW50LmNwcAorKysgYi9Tb3VyY2UvV2ViS2l0Mi9VSVByb2Nlc3MvQVBJ
L2d0ay9XZWJLaXRVSUNsaWVudC5jcHAKQEAgLTIwOCw2ICsyMDgsNyBAQCB2b2lkIGF0dGFjaFVJ
Q2xpZW50VG9WaWV3KFdlYktpdFdlYlZpZXcqIHdlYlZpZXcpCiAgICAgICAgIDAsIC8vIHVuYXZh
aWxhYmxlUGx1Z2luQnV0dG9uQ2xpY2tlZAogICAgICAgICAwLCAvLyBzaG93Q29sb3JQaWNrZXIK
ICAgICAgICAgMCwgLy8gaGlkZUNvbG9yUGlja2VyCisgICAgICAgIDAsIC8vIHBsdWdpbkxvYWRQ
b2xpY3kKICAgICB9OwogICAgIFdLUGFnZVJlZiB3a1BhZ2UgPSB0b0FQSSh3ZWJraXRXZWJWaWV3
QmFzZUdldFBhZ2UoV0VCS0lUX1dFQl9WSUVXX0JBU0Uod2ViVmlldykpKTsKICAgICBXS1BhZ2VT
ZXRQYWdlVUlDbGllbnQod2tQYWdlLCAmd2tVSUNsaWVudCk7Cg==
</data>

          </attachment>
      

    </bug>

</bugzilla>