Bug 88161 - [Qt] Remove Qt 4 specific code paths
Summary: [Qt] Remove Qt 4 specific code paths
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Hausmann
URL:
Keywords:
Depends on: 91730
Blocks: 60842 88162
  Show dependency treegraph
 
Reported: 2012-06-02 00:00 PDT by Simon Hausmann
Modified: 2012-08-07 05:12 PDT (History)
17 users (show)

See Also:


Attachments
Patch (214.10 KB, patch)
2012-07-19 06:33 PDT, Simon Hausmann
no flags Details | Formatted Diff | Diff
Patch (214.44 KB, patch)
2012-08-02 05:37 PDT, Simon Hausmann
kenneth: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Hausmann 2012-06-02 00:00:20 PDT
The maintenance of the Qt 4 and Qt 5 code paths in trunk is becoming expensive and we would like to do changes that will be even more difficult to maintain across two major versions, such as the introduction of the QtWebKitWidgets modules. Therefore this bug tracks the removal of the Qt 4 specific code paths in trunk based on the proposal and discussion at

    http://lists.webkit.org/pipermail/webkit-qt/2012-May/thread.html#2732
Comment 1 Kenneth Rohde Christiansen 2012-06-02 06:25:29 PDT
Can we now change our signals and slots to the new Qt5 syntax? :-)
Comment 2 Simon Hausmann 2012-06-27 00:36:03 PDT
I'm going to tackle this a bit later, unless somebody beats me to it. Prioritizing the Qt beta and my vacation first :)
Comment 3 Simon Hausmann 2012-07-19 06:33:51 PDT
Created attachment 153244 [details]
Patch
Comment 4 Simon Hausmann 2012-07-19 06:34:44 PDT
This patch is not for immediate landing, it will need to be synchronized with updates to build.webkit.org. But let's start here and let the EWS chew on it :)
Comment 5 Early Warning System Bot 2012-07-19 06:46:50 PDT
Comment on attachment 153244 [details]
Patch

Attachment 153244 [details] did not pass qt-ews (qt):
Output: http://queues.webkit.org/results/13270896
Comment 6 Csaba Osztrogonác 2012-07-23 01:56:16 PDT
When will we plan dropping Qt 4 build support for trunk?
Comment 7 Simon Hausmann 2012-07-23 02:00:40 PDT
(In reply to comment #6)
> When will we plan dropping Qt 4 build support for trunk?

What's a good time for you? Next week? Let's talk on IRC how we could do this with regards to the bots.

At the least I guess we have to wait for the test rebasing to finish.
Comment 8 Alexis Menard (darktears) 2012-07-23 04:44:21 PDT
(In reply to comment #7)
> (In reply to comment #6)
> > When will we plan dropping Qt 4 build support for trunk?
> 
> What's a good time for you? Next week? Let's talk on IRC how we could do this with regards to the bots.
> 
> At the least I guess we have to wait for the test rebasing to finish.

And also to stick with a version on Qt5. I really don't have time to take care of the bot every week to update the sha. I'd rather stick with a beta or something like that, with a guarantee that sanity checks were run on Mac OS.
Comment 9 Simon Hausmann 2012-07-23 05:32:41 PDT
(In reply to comment #8)
> (In reply to comment #7)
> > (In reply to comment #6)
> > > When will we plan dropping Qt 4 build support for trunk?
> > 
> > What's a good time for you? Next week? Let's talk on IRC how we could do this with regards to the bots.
> > 
> > At the least I guess we have to wait for the test rebasing to finish.
> 
> And also to stick with a version on Qt5. I really don't have time to take care of the bot every week to update the sha. 

If maintenance of the mac bot is a time problem, is there somebody else in your team who could help with it?
Comment 10 Alexis Menard (darktears) 2012-07-23 05:41:42 PDT
(In reply to comment #9)
> (In reply to comment #8)
> > (In reply to comment #7)
> > > (In reply to comment #6)
> > > > When will we plan dropping Qt 4 build support for trunk?
> > > 
> > > What's a good time for you? Next week? Let's talk on IRC how we could do this with regards to the bots.
> > > 
> > > At the least I guess we have to wait for the test rebasing to finish.
> > 
> > And also to stick with a version on Qt5. I really don't have time to take care of the bot every week to update the sha. 
> 
> If maintenance of the mac bot is a time problem, is there somebody else in your team who could help with it?

Well it's just that we have a crappy MacBook Pro and it's slow to "try" things.
Comment 11 Simon Hausmann 2012-08-02 05:37:36 PDT
Created attachment 156049 [details]
Patch

Rebased patch
Comment 12 Kenneth Rohde Christiansen 2012-08-02 09:45:18 PDT
Comment on attachment 156049 [details]
Patch

r=me, nice stuff
Comment 13 Simon Hausmann 2012-08-07 05:12:53 PDT
Committed r124879: <http://trac.webkit.org/changeset/124879>