Bug 126254

Summary: [EFL][WK2] MiniBrowser scale up/down infinitely after r161087
Product: WebKit Reporter: Ryuan Choi <ryuan.choi>
Component: WebKit EFLAssignee: Ryuan Choi <ryuan.choi>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, commit-queue, gyuyoung.kim, lucas.de.marchi, rakuco
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 126243    
Bug Blocks:    
Attachments:
Description Flags
Patch none

Description Ryuan Choi 2013-12-26 22:34:27 PST
After r161087, contentScaleFactor of WebView is synced with pageScaleFactor of WebPage.
It means that WKViewGetContentScaleFactor might not be same with PageViewportController's current scale value
until received PageScaleFactorDidChange.
Comment 1 Ryuan Choi 2013-12-26 22:39:58 PST
Created attachment 220048 [details]
Patch
Comment 2 Gyuyoung Kim 2013-12-26 22:46:20 PST
Comment on attachment 220048 [details]
Patch

LGTM
Comment 3 WebKit Commit Bot 2013-12-27 00:40:51 PST
Comment on attachment 220048 [details]
Patch

Clearing flags on attachment: 220048

Committed r161100: <http://trac.webkit.org/changeset/161100>
Comment 4 WebKit Commit Bot 2013-12-27 00:40:53 PST
All reviewed patches have been landed.  Closing bug.