Bug 132175 - [iOS][WK2] Add an intermediary view to do the target transform and adjustment transform
Summary: [iOS][WK2] Add an intermediary view to do the target transform and adjustment...
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-04-25 00:58 PDT by Benjamin Poulain
Modified: 2014-04-25 17:12 PDT (History)
2 users (show)

See Also:


Attachments
Patch (5.13 KB, patch)
2014-04-25 01:05 PDT, Benjamin Poulain
no flags Details | Formatted Diff | Diff
Patch (6.72 KB, patch)
2014-04-25 15:07 PDT, Benjamin Poulain
no flags Details | Formatted Diff | Diff
Patch (6.72 KB, patch)
2014-04-25 16:59 PDT, Benjamin Poulain
enrica: 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-04-25 00:58:28 PDT
[iOS][WK2] Add an intermediary view to do the target transform and adjustment transform
Comment 1 Benjamin Poulain 2014-04-25 01:05:26 PDT
Created attachment 230149 [details]
Patch
Comment 2 Benjamin Poulain 2014-04-25 15:07:19 PDT
Created attachment 230209 [details]
Patch
Comment 3 Benjamin Poulain 2014-04-25 16:59:14 PDT
Created attachment 230224 [details]
Patch
Comment 4 Enrica Casucci 2014-04-25 17:05:01 PDT
Comment on attachment 230224 [details]
Patch

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

> Source/WebKit2/ChangeLog:8
> +        Some utility views of WKContentView acount for the transforms between the content view

typo: account

> Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm:1426
> +

I think you should remove the _resizeAnimationView from the scrollview first.
Comment 5 Benjamin Poulain 2014-04-25 17:12:58 PDT
Committed r167836: <http://trac.webkit.org/changeset/167836>