WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
106010
[EFL][WK2] Remove unneeded EwkViewImpl::informLoadCommitted()
https://bugs.webkit.org/show_bug.cgi?id=106010
Summary
[EFL][WK2] Remove unneeded EwkViewImpl::informLoadCommitted()
Mikhail Pozdnyakov
Reported
2013-01-03 05:51:42 PST
EwkViewImpl::informLoadCommitted() is invoked from only from PageLoadClientEfl::didCommitLoadForFrame() and it contains only 'm_pageClient->didCommitLoad();' inside. It would be much simpler if PageClient::didCommitLoad() was invoked directly from PageLoadClientEfl. Moreover 'informLoadCommitted' name is misleading, as this function does not inform actually.
Attachments
patch
(3.51 KB, patch)
2013-01-03 06:14 PST
,
Mikhail Pozdnyakov
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Mikhail Pozdnyakov
Comment 1
2013-01-03 06:14:19 PST
Created
attachment 181168
[details]
patch
Chris Dumez
Comment 2
2013-01-03 06:19:46 PST
Comment on
attachment 181168
[details]
patch Makes sense. LGTM.
WebKit Review Bot
Comment 3
2013-01-04 00:05:47 PST
Comment on
attachment 181168
[details]
patch Clearing flags on attachment: 181168 Committed
r138780
: <
http://trac.webkit.org/changeset/138780
>
WebKit Review Bot
Comment 4
2013-01-04 00:05:53 PST
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