[Webkit-unassigned] [Bug 62842] New: [EFL] Change behavior of ewk_view_zoom_get/set to call Frame::scalePage.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 16 22:09:57 PDT 2011


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

           Summary: [EFL] Change behavior of ewk_view_zoom_get/set to call
                    Frame::scalePage.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ryuan.choi at samsung.com
                CC: leandro at profusion.mobi, demarchi at webkit.org,
                    gyuyoung.kim at webkit.org


I want to use Frame::scalePage for zooming without layout changes.
It will help user experience in mobile domain.

However, WebKit/EFL already have some APIs for zooming.
ewk_frame_zoom_set is for page zoom and text zoom.
ewk_view_zoom_set is same as ewk_frame_zoom_set without moving center coordination.

So, I believe that changing behaviors of ewk_view_zoom_set is better than introducing new APIs.
This will also seperate ewk_view_zoom_set from ewk_frame_zoom_set.

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