WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
57222
[EFL] Remove unnecessary ewk_view_viewport_attributes_set() invocation
https://bugs.webkit.org/show_bug.cgi?id=57222
Summary
[EFL] Remove unnecessary ewk_view_viewport_attributes_set() invocation
Gyuyoung Kim
Reported
2011-03-28 03:59:40 PDT
Now, FrameLoaderClientEfl::dispatchDidCommitLoad() invokes ewk_view_viewport_attributes_set() unconditionally. When WebCore didn't support to switch between mobile page and desktop page, we needed to send dummy viewport signal to application in order to set viewport for desktop width. (as soon as page starts to load.) But, latest WebCore sends viewport signal whenever viewport is changed by Page::updateViewportArguments(). Thus, IMO, we don't need to call ewk_view_viewport_attributes_set() with dummy viewport data anymore.
Attachments
Proposed Patch
(1.64 KB, patch)
2011-03-28 04:06 PDT
,
Gyuyoung Kim
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Gyuyoung Kim
Comment 1
2011-03-28 04:06:07 PDT
Created
attachment 87122
[details]
Proposed Patch
WebKit Commit Bot
Comment 2
2011-03-29 00:31:13 PDT
Comment on
attachment 87122
[details]
Proposed Patch Clearing flags on attachment: 87122 Committed
r82205
: <
http://trac.webkit.org/changeset/82205
>
WebKit Commit Bot
Comment 3
2011-03-29 00:31:17 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug