<?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>120843</bug_id>
          
          <creation_ts>2013-09-06 03:29:23 -0700</creation_ts>
          <short_desc>REGRESSION(r155140) Broke pixel tests on EFL/GTK/Qt</short_desc>
          <delta_ts>2013-09-06 08:54:06 -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>Tools / Tests</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>
          
          <blocked>120715</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Allan Sandfeld Jensen">allan.jensen</reporter>
          <assigned_to name="Allan Sandfeld Jensen">allan.jensen</assigned_to>
          <cc>abrhm</cc>
    
    <cc>commit-queue</cc>
    
    <cc>ossy</cc>
    
    <cc>simon.fraser</cc>
    
    <cc>thorton</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>925486</commentid>
    <comment_count>0</comment_count>
    <who name="Allan Sandfeld Jensen">allan.jensen</who>
    <bug_when>2013-09-06 03:29:23 -0700</bug_when>
    <thetext>The new common implementatino of forceRepaintDoneCallback is missing the important notifyDone() callback which the non-Apple ports use.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>925490</commentid>
    <comment_count>1</comment_count>
    <who name="Gábor Ábrahám">abrhm</who>
    <bug_when>2013-09-06 03:34:42 -0700</bug_when>
    <thetext>I&apos;m on it, I have the fix soon.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>925491</commentid>
    <comment_count>2</comment_count>
      <attachid>210718</attachid>
    <who name="Allan Sandfeld Jensen">allan.jensen</who>
    <bug_when>2013-09-06 03:36:00 -0700</bug_when>
    <thetext>Created attachment 210718
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>925494</commentid>
    <comment_count>3</comment_count>
    <who name="Gábor Ábrahám">abrhm</who>
    <bug_when>2013-09-06 03:46:06 -0700</bug_when>
    <thetext>I found another bug, I will upload the fix soon.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>925497</commentid>
    <comment_count>4</comment_count>
    <who name="Gábor Ábrahám">abrhm</who>
    <bug_when>2013-09-06 03:50:31 -0700</bug_when>
    <thetext>Additionally the whole force repaint code should be in if (PlatformWebView::windowShapshotEnabled()) block, as the previous Qt implementation.
By the way I think it should be windowSnapshotEnabled.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>925499</commentid>
    <comment_count>5</comment_count>
      <attachid>210718</attachid>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2013-09-06 03:53:34 -0700</bug_when>
    <thetext>Comment on attachment 210718
Patch

LGTM, r=me</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>925500</commentid>
    <comment_count>6</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2013-09-06 03:54:42 -0700</bug_when>
    <thetext>(In reply to comment #4)
&gt; Additionally the whole force repaint code should be in if (PlatformWebView::windowShapshotEnabled()) block, as the previous Qt implementation.
&gt; By the way I think it should be windowSnapshotEnabled.

Nice catch. I think it can be done in a separated 
patch. Could you file a bug report and upload your fix?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>925508</commentid>
    <comment_count>7</comment_count>
      <attachid>210718</attachid>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2013-09-06 05:06:47 -0700</bug_when>
    <thetext>Comment on attachment 210718
Patch

Clearing flags on attachment: 210718

Committed r155187: &lt;http://trac.webkit.org/changeset/155187&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>925509</commentid>
    <comment_count>8</comment_count>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2013-09-06 05:06:50 -0700</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>925602</commentid>
    <comment_count>9</comment_count>
    <who name="Simon Fraser (smfr)">simon.fraser</who>
    <bug_when>2013-09-06 08:54:06 -0700</bug_when>
    <thetext>Sorry about that. It wasn&apos;t obvious to me whether the notifyDone was needed.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>210718</attachid>
            <date>2013-09-06 03:36:00 -0700</date>
            <delta_ts>2013-09-06 05:06:47 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>bug-120843-20130906123558.patch</filename>
            <type>text/plain</type>
            <size>1497</size>
            <attacher name="Allan Sandfeld Jensen">allan.jensen</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMTU1MTgzCmRpZmYgLS1naXQgYS9Ub29scy9DaGFuZ2VMb2cg
Yi9Ub29scy9DaGFuZ2VMb2cKaW5kZXggY2VjNzk0MTdmMmFjMmI1NWM4MjViOTRkMzc4ZTkyMjNi
ZTQ4MTQyYi4uZDMwYjgwOWM0YjJiYmE5YmNlNzcxODJkZTFkZjdlNmM5NmI2ODMxNiAxMDA2NDQK
LS0tIGEvVG9vbHMvQ2hhbmdlTG9nCisrKyBiL1Rvb2xzL0NoYW5nZUxvZwpAQCAtMSw1ICsxLDE4
IEBACiAyMDEzLTA5LTA2ICBBbGxhbiBTYW5kZmVsZCBKZW5zZW4gIDxhbGxhbi5qZW5zZW5AZGln
aWEuY29tPgogCisgICAgICAgIFJFR1JFU1NJT04ocjE1NTE0MCkgQnJva2UgcGl4ZWwgdGVzdHMg
b24gRUZML0dUSy9RdAorICAgICAgICBodHRwczovL2J1Z3Mud2Via2l0Lm9yZy9zaG93X2J1Zy5j
Z2k/aWQ9MTIwODQzCisKKyAgICAgICAgUmV2aWV3ZWQgYnkgTk9CT0RZIChPT1BTISkuCisKKyAg
ICAgICAgQ2FsbCBub3RpZnlEb25lIGxpa2UgdGhlIHBsYXRmb3JtIHNwZWNpZmljIGZvcmNlUmVw
YWludERvbmVDYWxsYmFjayBtZXRob2RzCisgICAgICAgIGl0IHJlcGxhY2VkIGRpZC4gVGhlIG1l
dGhvZCBpcyBlbXB0eSBvbiB0aGUgQXBwbGUgcG9ydHMuCisKKyAgICAgICAgKiBXZWJLaXRUZXN0
UnVubmVyL1Rlc3RJbnZvY2F0aW9uLmNwcDoKKyAgICAgICAgKFdUUjo6VGVzdEludm9jYXRpb246
OmZvcmNlUmVwYWludERvbmVDYWxsYmFjayk6CisKKzIwMTMtMDktMDYgIEFsbGFuIFNhbmRmZWxk
IEplbnNlbiAgPGFsbGFuLmplbnNlbkBkaWdpYS5jb20+CisKICAgICAgICAgW1F0XVtXSzJdIFdp
bmRvdyB1c2VkIGJ5IFdlYktpdFRlc3RSdW5uZXIgbG9zZXMgYWN0aXZlIHN0YXR1cwogICAgICAg
ICBodHRwczovL2J1Z3Mud2Via2l0Lm9yZy9zaG93X2J1Zy5jZ2k/aWQ9MTIwNzc0CiAKZGlmZiAt
LWdpdCBhL1Rvb2xzL1dlYktpdFRlc3RSdW5uZXIvVGVzdEludm9jYXRpb24uY3BwIGIvVG9vbHMv
V2ViS2l0VGVzdFJ1bm5lci9UZXN0SW52b2NhdGlvbi5jcHAKaW5kZXggZjU4NDJhYjY0YWVkZGZm
OTljYmZhYWFjZWMxMGRlYTQ3MTZiM2ExZi4uZGZiZmYxYjg5ZjlhNjFmNzg0MmZkZTRkM2MxMjcx
NWQwOTQ2ZjFhZSAxMDA2NDQKLS0tIGEvVG9vbHMvV2ViS2l0VGVzdFJ1bm5lci9UZXN0SW52b2Nh
dGlvbi5jcHAKKysrIGIvVG9vbHMvV2ViS2l0VGVzdFJ1bm5lci9UZXN0SW52b2NhdGlvbi5jcHAK
QEAgLTMxNCw2ICszMTQsNyBAQCB2b2lkIFRlc3RJbnZvY2F0aW9uOjpmb3JjZVJlcGFpbnREb25l
Q2FsbGJhY2soV0tFcnJvclJlZiwgdm9pZCogY29udGV4dCkKIHsKICAgICBUZXN0SW52b2NhdGlv
biogdGVzdEludm9jYXRpb24gPSBzdGF0aWNfY2FzdDxUZXN0SW52b2NhdGlvbio+KGNvbnRleHQp
OwogICAgIHRlc3RJbnZvY2F0aW9uLT5tX2dvdFJlcGFpbnQgPSB0cnVlOworICAgIFRlc3RDb250
cm9sbGVyOjpzaGFyZWQoKS5ub3RpZnlEb25lKCk7CiB9CiAKIHZvaWQgVGVzdEludm9jYXRpb246
OmR1bXBSZXN1bHRzKCkK
</data>

          </attachment>
      

    </bug>

</bugzilla>