Bug 101571 - [Qt] Fix tst_QWebPage::inputMethods on Qt5
Summary: [Qt] Fix tst_QWebPage::inputMethods on Qt5
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: Jocelyn Turcotte
URL:
Keywords:
Depends on:
Blocks: 38654
  Show dependency treegraph
 
Reported: 2012-11-08 02:57 PST by Jocelyn Turcotte
Modified: 2012-11-12 07:29 PST (History)
3 users (show)

See Also:


Attachments
Patch (5.16 KB, patch)
2012-11-08 02:59 PST, Jocelyn Turcotte
no flags Details | Formatted Diff | Diff
Patch (5.57 KB, patch)
2012-11-08 04:35 PST, Jocelyn Turcotte
no flags Details | Formatted Diff | Diff
Patch (5.58 KB, patch)
2012-11-08 04:47 PST, Jocelyn Turcotte
hausmann: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jocelyn Turcotte 2012-11-08 02:57:47 PST
[Qt] Fix tst_QWebPage::inputMethods on Qt5
Comment 1 Jocelyn Turcotte 2012-11-08 02:59:17 PST
Created attachment 172973 [details]
Patch
Comment 2 Early Warning System Bot 2012-11-08 03:03:49 PST
Comment on attachment 172973 [details]
Patch

Attachment 172973 [details] did not pass qt-ews (qt):
Output: http://queues.webkit.org/results/14774041
Comment 3 Early Warning System Bot 2012-11-08 03:04:41 PST
Comment on attachment 172973 [details]
Patch

Attachment 172973 [details] did not pass qt-wk2-ews (qt):
Output: http://queues.webkit.org/results/14760736
Comment 4 Jocelyn Turcotte 2012-11-08 04:35:02 PST
Created attachment 173011 [details]
Patch

Add gui-private to the test's dependencies
Comment 5 Early Warning System Bot 2012-11-08 04:39:18 PST
Comment on attachment 173011 [details]
Patch

Attachment 173011 [details] did not pass qt-ews (qt):
Output: http://queues.webkit.org/results/14770160
Comment 6 Early Warning System Bot 2012-11-08 04:41:16 PST
Comment on attachment 173011 [details]
Patch

Attachment 173011 [details] did not pass qt-wk2-ews (qt):
Output: http://queues.webkit.org/results/14762637
Comment 7 Jocelyn Turcotte 2012-11-08 04:47:42 PST
Created attachment 173015 [details]
Patch

Add core-private to the test's dependencies (that should work eventually)
Comment 8 Jocelyn Turcotte 2012-11-12 07:29:25 PST
Committed r134228: <http://trac.webkit.org/changeset/134228>