Bug 128359

Summary: [WK2] Add support for text document viewport configuration
Product: WebKit Reporter: Benjamin Poulain <benjamin>
Component: New BugsAssignee: Benjamin Poulain <benjamin>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, gyuyoung.kim, kangil.han, sam, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch simon.fraser: review+

Description Benjamin Poulain 2014-02-06 21:00:23 PST
[WK2] Add support for text document viewport configuration
Comment 1 Benjamin Poulain 2014-02-06 21:03:13 PST
Created attachment 223419 [details]
Patch
Comment 2 Simon Fraser (smfr) 2014-02-07 14:37:51 PST
Comment on attachment 223419 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=223419&action=review

> Source/WebCore/ChangeLog:8
> +        Define a set of ViewportParameters suitable for displaying text document.

a text document, or text documents?

> Source/WebCore/ChangeLog:9
> +        Add a document class for text document to differentiate them from other type of documents.

text documents
Comment 3 Benjamin Poulain 2014-02-07 14:58:28 PST
Committed r163654: <http://trac.webkit.org/changeset/163654>