[Webkit-unassigned] [Bug 68098] ValueAuto and ValueMediumDPI are the same for all platforms.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 15 12:10:49 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=68098





--- Comment #5 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2011-09-15 12:10:49 PST ---
(From update of attachment 107521)
View in context: https://bugs.webkit.org/attachment.cgi?id=107521&action=review

> Source/WebCore/ChangeLog:8
> +        Not all platforms should have the same default value for the
> +        targetDensityDPI. Added an optional parameter to allow
> +        platforms to override the default auto value.

The default value is set to 160 for a reason. The reason being that that is what the original iOS used. Android even went as far as specifying what they call -density independent pixels- DIPS, which are specified as pixels at 160 DPI.

Our devices (N9, N950) have a default DPI of 240 and we do not need this modification.

Changing to another default is just going to break all pages designed with 160 in mind (most mobile pages), so I do not see how this is going to help with anything. 

So so far I am not convinced this is the right thing to do.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list