[Webkit-unassigned] [Bug 85425] Use suitable viewport values when a Mobile DTD is used.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 3 11:15:41 PDT 2012


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





--- Comment #15 from Zalan Bujtas <zbujtas at gmail.com>  2012-05-03 11:15:39 PST ---
(In reply to comment #11)
> (In reply to comment #8)
> > (From update of attachment 139892 [details] [details])
> > View in context: https://bugs.webkit.org/attachment.cgi?id=139892&action=review
> > 
> > > Source/WebCore/ChangeLog:8
> > > +        Set the viewport width to device-width when the document uses a mobile DTD.
> > 
> > What is the definition of that? XHTML-MP?
> 
> Yes it's.
> 
> > > Source/WebCore/html/parser/HTMLConstructionSite.cpp:244
> > > +    if (doctype->publicId().contains("Mobile"))
> > 
> > I would be a lot more specific here. Did you look at how we did this for the N9? It doesn't seem so given Zalan's comments.
> 
> N9 does the magic on webkit side, not on the browser code and I don't have access to the webkit port used by grob :-/, btw I don't have access to projects.maemo anymore.

n9's webkit branch is on gitorious.
https://gitorious.org/+qtwebkit-webkit2-dev/webkit/qtwebkit-webkit2-dev/blobs/master/WebCore/dom/Document.cpp

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