Bug 43968 - [Qt] Clean up mobile feature useage
Summary: [Qt] Clean up mobile feature useage
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Simon Hausmann
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks: 43969
  Show dependency treegraph
 
Reported: 2010-08-13 06:18 PDT by Simon Hausmann
Modified: 2010-08-24 06:33 PDT (History)
1 user (show)

See Also:


Attachments
Patch (2.64 KB, patch)
2010-08-13 06:30 PDT, Simon Hausmann
no flags Details | Formatted Diff | Diff
Patch (2.62 KB, patch)
2010-08-13 06:40 PDT, Simon Hausmann
ariya.hidayat: 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 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!