Bug 133255 - [iOS][WK2] Avoid updating the view from the viewport configuration unnecessarily
Summary: [iOS][WK2] Avoid updating the view from the viewport configuration unnecessarily
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: InRadar
Depends on:
Blocks:
 
Reported: 2014-05-23 21:04 PDT by Benjamin Poulain
Modified: 2014-05-23 21:26 PDT (History)
1 user (show)

See Also:


Attachments
Patch (4.10 KB, patch)
2014-05-23 21:10 PDT, 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-05-23 21:04:31 PDT
[iOS][WK2] Avoid updating the view from the viewport configuration unnecessarily
Comment 1 Benjamin Poulain 2014-05-23 21:10:18 PDT
Created attachment 232016 [details]
Patch
Comment 2 Benjamin Poulain 2014-05-23 21:10:41 PDT
<rdar://problem/16890926>
Comment 3 Simon Fraser (smfr) 2014-05-23 21:12:53 PDT
Comment on attachment 232016 [details]
Patch

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

> Source/WebKit2/ChangeLog:9
> +        All the update were mostly harmless since they are pretty cheap, but they can be

updates
Comment 4 Benjamin Poulain 2014-05-23 21:26:17 PDT
Committed r169302: <http://trac.webkit.org/changeset/169302>