Bug 113300 - [Qt] UIProcess should initialize WebCoreSystemInterface.
Summary: [Qt] UIProcess should initialize WebCoreSystemInterface.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Zeno Albisser
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-26 05:57 PDT by Zeno Albisser
Modified: 2013-03-26 07:55 PDT (History)
5 users (show)

See Also:


Attachments
Patch (1.91 KB, patch)
2013-03-26 06:05 PDT, Zeno Albisser
no flags Details | Formatted Diff | Diff
Patch (1.92 KB, patch)
2013-03-26 06:42 PDT, Zeno Albisser
jturcotte: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zeno Albisser 2013-03-26 05:57:52 PDT
[Qt] QQuickWebView should initialize WebCoreSystemInterface.
Comment 1 Zeno Albisser 2013-03-26 06:05:42 PDT
Created attachment 195072 [details]
Patch
Comment 2 Zeno Albisser 2013-03-26 06:39:11 PDT
I'll update the patch again, in order to make sure QRawWebView will work nicely as well.
Comment 3 Zeno Albisser 2013-03-26 06:42:15 PDT
Created attachment 195077 [details]
Patch
Comment 4 Jocelyn Turcotte 2013-03-26 06:50:47 PDT
Comment on attachment 195077 [details]
Patch

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

> Source/WebKit2/ChangeLog:10
> +        This patch fixes in particular the previously failing
> +        Qt API qmltest WebViewDownload::test_downloadRequest.

Nit: A more detailed description of the failure would help future ChangeLog readers connecting this change to the problem.
Comment 5 Zeno Albisser 2013-03-26 07:55:31 PDT
Committed r146880: <http://trac.webkit.org/changeset/146880>