[Webkit-unassigned] [Bug 45443] [GTK] Support for viewport meta tag

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 10 00:45:28 PST 2010


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





--- Comment #56 from Joone Hur <joone at kldp.org>  2010-11-10 00:45:27 PST ---
Created an attachment (id=73466)
 --> (https://bugs.webkit.org/attachment.cgi?id=73466&action=review)
viewport patch with example code

I am trying to update the patch according to the following requirements.
- WebkitWebView doesn't contain a WebKitViewportAttributes instance.
- Try to minimize additional new pubic APIs.


In addition, I'd like to let you know there are two ways to get a WebKitViewportAttributes instance in this patch.

1) get an a WebKitViewportAttributes instance through the viewport-attributes-changed signal when the web page has the viewport meta tags.
2) create a WebKitViewportAttributes instance directly when the viewport configuration(device size,dpi..) changes.

This patch includes an example code, so you could understand how the user agents use the viewport attributes to make web pages fit the device screen.

Thank you.

-- 
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