Re: [webkit-dev] Determining the device pixel density of target device

2014-03-07 Thread AgentX
Hey Ryosuke, my apologies!! I will post the topic on webkit-help -- View this message in context: http://mac-os-forge.2317878.n4.nabble.com/Determining-the-device-pixel-density-of-target-device-tp245535p245740.html Sent from the Webkit mailing list archive at Nabble.com. ___

Re: [webkit-dev] Determining the device pixel density of target device

2014-03-07 Thread Ryosuke Niwa
Hi, I don't want to be a pain but I kindly ask you to move this discussion to webkit-help. webkit-dev is a mailing list for WebKit contributors (i.e. people who work on WebKit development) and it's not appropriate to ask questions related to Web development or applications that embed WebKit. Tha

Re: [webkit-dev] Determining the device pixel density of target device

2014-03-06 Thread AgentX
Hey Enrique thanks for the info. Do you know how the browser determines the actual number of physical pixels on the device? -- View this message in context: http://mac-os-forge.2317878.n4.nabble.com/Determining-the-device-pixel-density-of-target-device-tp245535p245738.html Sent from the Webkit

Re: [webkit-dev] Determining the device pixel density of target device

2014-03-06 Thread AgentX
Hey Dean, what exactly do you mean by the term 'hosting application' ? is it the browser , does it determine the deviceScalefactor?? After a little more research I found that the deviceScaleFactor or pixel density is actually the ratio of the device independent pixels to the css pixels. Any idea as

Re: [webkit-dev] Determining the device pixel density of target device

2014-03-06 Thread Dean Jackson
Greetings AgentX, if that is your real name, On 5 Mar 2014, at 3:59 pm, AgentX wrote: > I was working with *responsive images* in Webkit and I came across this > *‘deviceScaleFactor’* attribute with determines the pixel density on the > target device. > I was unable to find out how does Webkit d

Re: [webkit-dev] Determining the device pixel density of target device

2014-03-05 Thread Enrique Ocaña González
El Martes, 4 de marzo de 2014 20:59:10 AgentX escribió: > I was working with *responsive images* in Webkit and I came across this > *‘deviceScaleFactor’* attribute with determines the pixel density on the > target device. > I was unable to find out how does Webkit determine it, that is which > fun

[webkit-dev] Determining the device pixel density of target device

2014-03-04 Thread AgentX
I was working with *responsive images* in Webkit and I came across this *‘deviceScaleFactor’* attribute with determines the pixel density on the target device. I was unable to find out how does Webkit determine it, that is which functions does it use and where can I find them in the Source Code? Al