Bug 128359 - [WK2] Add support for text document viewport configuration
Summary: [WK2] Add support for text document viewport configuration
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Benjamin Poulain
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-06 21:00 PST by Benjamin Poulain
Modified: 2014-02-07 14:58 PST (History)
6 users (show)

See Also:


Attachments
Patch (9.78 KB, patch)
2014-02-06 21:03 PST, Benjamin Poulain
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>