<?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>37816</bug_id>
          
          <creation_ts>2010-04-19 13:11:24 -0700</creation_ts>
          <short_desc>[Qt] Multitouch mocking in QtLauncher doesn&apos;t work with QGraphicsView</short_desc>
          <delta_ts>2010-04-21 04:20:16 -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>New Bugs</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</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>35784</blocked>
          <everconfirmed>0</everconfirmed>
          <reporter name="Kim Grönholm">kim.1.gronholm</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>commit-queue</cc>
    
    <cc>eric</cc>
    
    <cc>hausmann</cc>
    
    <cc>ossy</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>214188</commentid>
    <comment_count>0</comment_count>
    <who name="Kim Grönholm">kim.1.gronholm</who>
    <bug_when>2010-04-19 13:11:24 -0700</bug_when>
    <thetext>Currently multi-touch mocking in QtLauncher works only with QWebView. Test page: https://bug-32434-attachments.webkit.org/attachment.cgi?id=44955.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>214197</commentid>
    <comment_count>1</comment_count>
      <attachid>53713</attachid>
    <who name="Kim Grönholm">kim.1.gronholm</who>
    <bug_when>2010-04-19 13:19:10 -0700</bug_when>
    <thetext>Created attachment 53713
Fix multi-touch mocking in QtLauncher when using QGraphicsView.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>214587</commentid>
    <comment_count>2</comment_count>
      <attachid>53713</attachid>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2010-04-20 05:37:27 -0700</bug_when>
    <thetext>Comment on attachment 53713
Fix multi-touch mocking in QtLauncher when using QGraphicsView.

Rejecting patch 53713 from commit-queue.

Unexpected failure when landing patch!  Please file a bug against webkit-patch.
Failed to run &quot;[&apos;WebKitTools/Scripts/webkit-patch&apos;, &apos;--status-host=webkit-commit-queue.appspot.com&apos;, &apos;land-attachment&apos;, &apos;--force-clean&apos;, &apos;--build&apos;, &apos;--test&apos;, &apos;--non-interactive&apos;, &apos;--ignore-builders&apos;, &apos;--build-style=both&apos;, &apos;--quiet&apos;, &apos;53713&apos;, &apos;--parent-command=commit-queue&apos;, &apos;--no-update&apos;]&quot; exit_code: 1
Last 500 characters of output:
&apos;, &apos;commit&apos;, &apos;--all&apos;, &apos;-F&apos;, &apos;-&apos;], input=message)
  File &quot;/Users/eseidel/Projects/CommitQueue/WebKitTools/Scripts/webkitpy/common/system/executive.py&quot;, line 85, in run_command
    return Executive().run_command(*args, **kwargs)
  File &quot;/Users/eseidel/Projects/CommitQueue/WebKitTools/Scripts/webkitpy/common/system/executive.py&quot;, line 186, in run_command
    string_to_communicate = str(input)
UnicodeEncodeError: &apos;ascii&apos; codec can&apos;t encode character u&apos;\xf6&apos; in position 18: ordinal not in range(128)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>214759</commentid>
    <comment_count>3</comment_count>
    <who name="Simon Hausmann">hausmann</who>
    <bug_when>2010-04-20 10:42:17 -0700</bug_when>
    <thetext>Committed r57897: &lt;http://trac.webkit.org/changeset/57897&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>214885</commentid>
    <comment_count>4</comment_count>
    <who name="Simon Hausmann">hausmann</who>
    <bug_when>2010-04-20 12:49:56 -0700</bug_when>
    <thetext>Revision r57897 cherry-picked into qtwebkit-2.0 with commit 98e5667203fbe3366c3758d4da000ad5943ae32f</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>215144</commentid>
    <comment_count>5</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-04-20 22:49:45 -0700</bug_when>
    <thetext>The Qt windows builder is busted.  This appears to be the only possibly related change.

In file included from ..\..\..\..\WebKitTools\QtLauncher\/webview.h:38,
                 from ..\..\..\..\WebKitTools\QtLauncher\webview.cpp:33:
..\..\include\QtWebKit/qgraphicswebview.h:1:95: error: T:/WindowsDebug/buildslave/windows-qt-debug/build/WebKit/qt/Api/qgraphicswebview.h: No such file or directory
In file included from ..\..\..\..\WebKitTools\QtLauncher\webview.cpp:33:
..\..\..\..\WebKitTools\QtLauncher\/webview.h:55: error: expected class-name before &apos;{&apos; token
..\..\..\..\WebKitTools\QtLauncher\/webview.h: In constructor &apos;GraphicsWebView::GraphicsWebView(QGraphicsItem*)&apos;:</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>215148</commentid>
    <comment_count>6</comment_count>
    <who name="Simon Hausmann">hausmann</who>
    <bug_when>2010-04-20 22:59:37 -0700</bug_when>
    <thetext>Could be that it was broken for a while but that the incremental rebuilds didn&apos;t rebuild QtLauncher</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>215154</commentid>
    <comment_count>7</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-04-20 23:05:12 -0700</bug_when>
    <thetext>I suspect that&apos;s exactly the case.  I suspect that QtLauncher&apos;s dependencies are not properly expressed in the build system.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>215156</commentid>
    <comment_count>8</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-04-20 23:05:27 -0700</bug_when>
    <thetext>Should we roll this out Simon, or is there an easy fix?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>215177</commentid>
    <comment_count>9</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-04-20 23:53:11 -0700</bug_when>
    <thetext>Waiting for the Qt bot to finish rolling.  If it fails I&apos;ll start a rollout of this.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>215242</commentid>
    <comment_count>10</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-04-21 04:20:16 -0700</bug_when>
    <thetext>The bot rolled green.

Sorry for the trouble with the commit-queue and webkit-patch.  You ran into bug 37765, which hopefully will be fixed tomorrow.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>53713</attachid>
            <date>2010-04-19 13:19:10 -0700</date>
            <delta_ts>2010-04-20 05:37:27 -0700</delta_ts>
            <desc>Fix multi-touch mocking in QtLauncher when using QGraphicsView.</desc>
            <filename>patch-37816.diff</filename>
            <type>text/plain</type>
            <size>1773</size>
            <attacher name="Kim Grönholm">kim.1.gronholm</attacher>
            
              <data encoding="base64">ZGlmZiAtLWdpdCBhL1dlYktpdFRvb2xzL0NoYW5nZUxvZyBiL1dlYktpdFRvb2xzL0NoYW5nZUxv
ZwppbmRleCBmMTAyMDYzLi42ZTc4MDY0IDEwMDY0NAotLS0gYS9XZWJLaXRUb29scy9DaGFuZ2VM
b2cKKysrIGIvV2ViS2l0VG9vbHMvQ2hhbmdlTG9nCkBAIC0xLDMgKzEsMTcgQEAKKzIwMTAtMDQt
MTkgIEtpbSBHcsO2bmhvbG0gIDxraW0uZ3JvbmhvbG1Abm9tb3Zvay5jb20+CisKKyAgICAgICAg
UmV2aWV3ZWQgYnkgTk9CT0RZIChPT1BTISkuCisKKyAgICAgICAgW1F0XSBNdWx0aXRvdWNoIG1v
Y2tpbmcgaW4gUXRMYXVuY2hlciBkb2Vzbid0IHdvcmsgd2l0aCBRR3JhcGhpY3NWaWV3CisgICAg
ICAgIGh0dHBzOi8vYnVncy53ZWJraXQub3JnL3Nob3dfYnVnLmNnaT9pZD0zNzgxNgorICAgICAg
ICAKKyAgICAgICAgRml4IG11bHRpLXRvdWNoIG1vY2tpbmcgaW4gUXRMYXVuY2hlciB3aGVuIHVz
aW5nIFFHcmFwaGljc1ZpZXcuCisgICAgICAgIFRlc3Q6IGh0dHBzOi8vYnVnLTMyNDM0LWF0dGFj
aG1lbnRzLndlYmtpdC5vcmcvYXR0YWNobWVudC5jZ2k/aWQ9NDQ5NTUKKworICAgICAgICAqIFF0
TGF1bmNoZXIvbWFpbi5jcHA6CisgICAgICAgIChMYXVuY2hlcldpbmRvdzo6ZXZlbnRGaWx0ZXIp
OgorICAgICAgICAoTGF1bmNoZXJXaW5kb3c6OmluaXRpYWxpemVWaWV3KToKKwogMjAxMC0wNC0x
NiAgU2FtIFdlaW5pZyAgPHNhbUB3ZWJraXQub3JnPgogCiAgICAgICAgIFJldmlld2VkIGJ5IEFu
ZGVycyBDYXJsc3Nvbi4KZGlmZiAtLWdpdCBhL1dlYktpdFRvb2xzL1F0TGF1bmNoZXIvbWFpbi5j
cHAgYi9XZWJLaXRUb29scy9RdExhdW5jaGVyL21haW4uY3BwCmluZGV4IDE1OWI4MDAuLmNjMTBi
YzggMTAwNjQ0Ci0tLSBhL1dlYktpdFRvb2xzL1F0TGF1bmNoZXIvbWFpbi5jcHAKKysrIGIvV2Vi
S2l0VG9vbHMvUXRMYXVuY2hlci9tYWluLmNwcApAQCAtMzY0LDcgKzM2NCw3IEBAIGJvb2wgTGF1
bmNoZXJXaW5kb3c6OmV2ZW50RmlsdGVyKFFPYmplY3QqIG9iaiwgUUV2ZW50KiBldmVudCkKICAg
ICB9CiAKICNpZiBRVF9WRVJTSU9OID49IFFUX1ZFUlNJT05fQ0hFQ0soNCwgNiwgMCkKLSAgICBp
ZiAoIW1fdG91Y2hNb2NraW5nIHx8IG9iaiAhPSBtX3ZpZXcpCisgICAgaWYgKCFtX3RvdWNoTW9j
a2luZykKICAgICAgICAgcmV0dXJuIFFPYmplY3Q6OmV2ZW50RmlsdGVyKG9iaiwgZXZlbnQpOwog
CiAgICAgaWYgKGV2ZW50LT50eXBlKCkgPT0gUUV2ZW50OjpNb3VzZUJ1dHRvblByZXNzCkBAIC02
MzQsOCArNjM0LDkgQEAgdm9pZCBMYXVuY2hlcldpbmRvdzo6aW5pdGlhbGl6ZVZpZXcoYm9vbCB1
c2VHcmFwaGljc1ZpZXcpCiAKICAgICAgICAgY29ubmVjdCh2aWV3LCBTSUdOQUwoY3VycmVudEZQ
U1VwZGF0ZWQoaW50KSksIHRoaXMsIFNMT1QodXBkYXRlRlBTKGludCkpKTsKIAorICAgICAgICB2
aWV3LT5pbnN0YWxsRXZlbnRGaWx0ZXIodGhpcyk7CiAgICAgICAgIC8vIFRoZSBpbXBsZW1lbnRh
dGlvbiBvZiBRQWJzdHJhY3RTY3JvbGxBcmVhOjpldmVudEZpbHRlciBtYWtlcyB1cyBuZWVkCi0g
ICAgICAgIC8vIHRvIGluc3RhbGwgdGhlIGV2ZW50IGZpbHRlciBvbiB0aGUgdmlld3BvcnQgb2Yg
YSBRR3JhcGhpY3NWaWV3LgorICAgICAgICAvLyB0byBpbnN0YWxsIHRoZSBldmVudCBmaWx0ZXIg
YWxzbyBvbiB0aGUgdmlld3BvcnQgb2YgYSBRR3JhcGhpY3NWaWV3LgogICAgICAgICB2aWV3LT52
aWV3cG9ydCgpLT5pbnN0YWxsRXZlbnRGaWx0ZXIodGhpcyk7CiAKICAgICAgICAgbV92aWV3ID0g
dmlldzsK
</data>
<flag name="review"
          id="37507"
          type_id="1"
          status="+"
          setter="hausmann"
    />
    <flag name="commit-queue"
          id="37508"
          type_id="3"
          status="-"
          setter="commit-queue"
    />
          </attachment>
      

    </bug>

</bugzilla>