WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
124965
[EFL] viewport must be same with the size of webview
https://bugs.webkit.org/show_bug.cgi?id=124965
Summary
[EFL] viewport must be same with the size of webview
Hunseop Jeong
Reported
2013-11-28 04:33:28 PST
The Size of the glViewport is set up than the viewSize.
Attachments
Patch
(3.01 KB, patch)
2013-11-28 04:39 PST
,
Hunseop Jeong
no flags
Details
Formatted Diff
Diff
Patch
(3.04 KB, patch)
2013-11-28 17:15 PST
,
Hunseop Jeong
no flags
Details
Formatted Diff
Diff
Patch
(3.08 KB, patch)
2013-11-28 22:59 PST
,
Hunseop Jeong
no flags
Details
Formatted Diff
Diff
Patch
(3.05 KB, patch)
2013-11-28 23:26 PST
,
Hunseop Jeong
no flags
Details
Formatted Diff
Diff
Show Obsolete
(3)
View All
Add attachment
proposed patch, testcase, etc.
Hunseop Jeong
Comment 1
2013-11-28 04:39:09 PST
Created
attachment 217988
[details]
Patch
Gyuyoung Kim
Comment 2
2013-11-28 15:36:28 PST
Comment on
attachment 217988
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=217988&action=review
> Source/WebKit2/ChangeLog:3 > + Fix the size of the glViewport() to draw the correct size.
Different title from this bug.
> Source/WebKit2/ChangeLog:8 > + The size of the glViewport() is set up than viewSize.
I don't understand what do you want to say in this description. Please re-write description more clear.
> Source/WebKit2/ChangeLog:9 > + Nevertheless, because the viewport is translated, it looks correctly.
correctly -> correct ?
Hunseop Jeong
Comment 3
2013-11-28 17:15:21 PST
Created
attachment 218028
[details]
Patch
Gyuyoung Kim
Comment 4
2013-11-28 19:55:46 PST
Comment on
attachment 218028
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=218028&action=review
> Source/WebKit2/ChangeLog:3 > + [EFL] glViewport() is set up than the viewSize.
I really don't understand what does this title means now. Do you mean that glViewport size is bigger than viewSize ? Anyway, it seems to me that you want to change glViewport size with viewSize, right ?
> Source/WebKit2/ChangeLog:9 > + Nevertheless, the viewport is translated when being painted, it looks correct.
AFAIK, we should fix something when it is *correct*, not *looks correct*.
Hunseop Jeong
Comment 5
2013-11-28 21:33:53 PST
(In reply to
comment #4
)
> (From update of
attachment 218028
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=218028&action=review
> > > Source/WebKit2/ChangeLog:3 > > + [EFL] glViewport() is set up than the viewSize. > > I really don't understand what does this title means now. Do you mean that glViewport size is bigger than viewSize ? Anyway, it seems to me that you want to change glViewport size with viewSize, right ? >
Yes, right. I mean that the glViewport size is bigger than viewSize.
> > Source/WebKit2/ChangeLog:9 > > + Nevertheless, the viewport is translated when being painted, it looks correct. > > AFAIK, we should fix something when it is *correct*, not *looks correct*.
Because the glViewport size bigger than viewSize, unnecessary work was occured.
Hunseop Jeong
Comment 6
2013-11-28 22:31:29 PST
I report the new one, changed the title name.
Gyuyoung Kim
Comment 7
2013-11-28 22:34:26 PST
(In reply to
comment #5
)
> (In reply to
comment #4
) > > (From update of
attachment 218028
[details]
[details]) > > View in context:
https://bugs.webkit.org/attachment.cgi?id=218028&action=review
> > > > > Source/WebKit2/ChangeLog:3 > > > + [EFL] glViewport() is set up than the viewSize. > > > > I really don't understand what does this title means now. Do you mean that glViewport size is bigger than viewSize ? Anyway, it seems to me that you want to change glViewport size with viewSize, right ? > > > Yes, right. I mean that the glViewport size is bigger than viewSize. > > > Source/WebKit2/ChangeLog:9 > > > + Nevertheless, the viewport is translated when being painted, it looks correct. > > > > AFAIK, we should fix something when it is *correct*, not *looks correct*. > Because the glViewport size bigger than viewSize, unnecessary work was occured.
When we upload a patch, you should mention *why* this patch should be landed or why we need to land this patch. However, your patch description isn't clear for me. Please fix your changelog more clear. It would be good if you get a review from your co-worker before uploading new patch. FYI, "unnecessary work was occured." => "unnecessary work occurred" is correct, AFAIK.
Hunseop Jeong
Comment 8
2013-11-28 22:44:11 PST
Changed the title name Reopened, I don't know how to change the title name. Sorry.
Hunseop Jeong
Comment 9
2013-11-28 22:46:13 PST
***
Bug 124998
has been marked as a duplicate of this bug. ***
Hunseop Jeong
Comment 10
2013-11-28 22:59:59 PST
Created
attachment 218035
[details]
Patch
Hunseop Jeong
Comment 11
2013-11-28 23:09:48 PST
(In reply to
comment #7
)
> (In reply to
comment #5
) > > (In reply to
comment #4
) > > > (From update of
attachment 218028
[details]
[details] [details]) > > > View in context:
https://bugs.webkit.org/attachment.cgi?id=218028&action=review
> > > > > > > Source/WebKit2/ChangeLog:3 > > > > + [EFL] glViewport() is set up than the viewSize. > > > > > > I really don't understand what does this title means now. Do you mean that glViewport size is bigger than viewSize ? Anyway, it seems to me that you want to change glViewport size with viewSize, right ? > > > > > Yes, right. I mean that the glViewport size is bigger than viewSize. > > > > Source/WebKit2/ChangeLog:9 > > > > + Nevertheless, the viewport is translated when being painted, it looks correct. > > > > > > AFAIK, we should fix something when it is *correct*, not *looks correct*. > > Because the glViewport size bigger than viewSize, unnecessary work was occured. > > When we upload a patch, you should mention *why* this patch should be landed or why we need to land this patch. However, your patch description isn't clear for me. Please fix your changelog more clear. It would be good if you get a review from your co-worker before uploading new patch. > > FYI, "unnecessary work was occured." => "unnecessary work occurred" is correct, AFAIK.
Sorry, Gyuyoung Kim. It is my first patch, Because I don't know how to upload patch and write description. I will reviewed by other co-worker when I reported next patch.
Gyuyoung Kim
Comment 12
2013-11-28 23:13:57 PST
Comment on
attachment 218035
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=218035&action=review
Looks more reasonable than before. However, it looks there are unnecessary *the* in changelog. :(
> Source/WebKit2/ChangeLog:8 > + Currently, the size of the viewport is set bigger than the size of the webview.
How about using below ? "Currently, size of viewport is larger than size of webview. Changed the size of viewport with the size of webview because viewport is translated by wrong calculation,"
Hunseop Jeong
Comment 13
2013-11-28 23:24:24 PST
(In reply to
comment #12
)
> (From update of
attachment 218035
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=218035&action=review
> > Looks more reasonable than before. However, it looks there are unnecessary *the* in changelog. :( > > > Source/WebKit2/ChangeLog:8 > > + Currently, the size of the viewport is set bigger than the size of the webview. > > How about using below ? > > "Currently, size of viewport is larger than size of webview. Changed the size of viewport with the size of webview because viewport is translated by wrong calculation,"
Thanks Gyuyoung Kim. I will change the changelog, and then upload the patch.
Hunseop Jeong
Comment 14
2013-11-28 23:26:00 PST
Created
attachment 218036
[details]
Patch
Gyuyoung Kim
Comment 15
2013-11-28 23:52:33 PST
Comment on
attachment 218036
[details]
Patch It would be nicer if Ryuan or Hyowon take a final look before landing.
WebKit Commit Bot
Comment 16
2013-11-29 00:34:50 PST
Comment on
attachment 218036
[details]
Patch Clearing flags on attachment: 218036 Committed
r159865
: <
http://trac.webkit.org/changeset/159865
>
WebKit Commit Bot
Comment 17
2013-11-29 00:34:53 PST
All reviewed patches have been landed. Closing bug.
WebKit Commit Bot
Comment 18
2013-11-30 19:45:12 PST
Re-opened since this is blocked by
bug 125037
Michael Catanzaro
Comment 19
2017-03-11 10:52:40 PST
Closing this bug because the EFL port has been removed from trunk. If you feel this bug applies to a different upstream WebKit port and was closed in error, please either update the title and reopen the bug, or leave a comment to request this.
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