Bug 43968

Summary: [Qt] Clean up mobile feature useage
Product: WebKit Reporter: Simon Hausmann <hausmann>
Component: PlatformAssignee: Simon Hausmann <hausmann>
Status: RESOLVED FIXED    
Severity: Normal CC: tonikitoo
Priority: P2 Keywords: Qt, QtTriaged
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 43969    
Attachments:
Description Flags
Patch
none
Patch ariya.hidayat: review+

Description Simon Hausmann 2010-08-13 06:18:07 PDT
In the .pro/.pri files we have various places where we use maemo5 or symbian scopes to enable or disable various mobile device specific features.

We should clean this up and separate the platform defaults for these features for their triggers to enable them.
Comment 1 Simon Hausmann 2010-08-13 06:30:43 PDT
Created attachment 64335 [details]
Patch
Comment 2 Simon Hausmann 2010-08-13 06:40:37 PDT
Created attachment 64336 [details]
Patch
Comment 3 Ariya Hidayat 2010-08-13 06:43:04 PDT
Comment on attachment 64336 [details]
Patch

re=me
Comment 4 Simon Hausmann 2010-08-13 06:50:27 PDT
Committed r65321: <http://trac.webkit.org/changeset/65321>
Comment 5 Simon Hausmann 2010-08-13 06:58:13 PDT
Revision r65321 cherry-picked into qtwebkit-2.1 with commit cb749477d152644e46c4c65f18940ab4694fb874
Comment 6 Antonio Gomes 2010-08-13 07:41:04 PDT
Nice clean up!