[Interest] How to remove some features from QtWebKit.

Allan Sandfeld Jensen kde at carewolf.com
Fri May 1 18:00:55 CEST 2015


On Friday 01 May 2015, Kim Min-chul wrote:
> I succedded making more features diabled.
> I added this configuration to features.pri
> WEBKIT_CONFIG -= geolocation orientation_events device_orientation
> svg_fonts smooth_scrolling web_audio
> It works well. and I visited http://html5test.com to see if these features
> are disabled. I saw 295 points.(51 points lower)
> and It spend less memory than before. (VIRT : 100M less, RES : 10M less)
> 
The single biggest feature you can disable is all of SVG. It also makes the 
build time faster and the library much smaller.

`Allan



More information about the Interest mailing list