WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED LATER
87613
[EFL][DRT] Need screen size without gui
https://bugs.webkit.org/show_bug.cgi?id=87613
Summary
[EFL][DRT] Need screen size without gui
Kangil Han
Reported
2012-05-27 20:52:32 PDT
Currently EFL DRT has no screen size since it has no gui component. Therefore, this patch added it in such circumstance.
Attachments
Patch
(2.84 KB, patch)
2012-05-27 21:05 PDT
,
Kangil Han
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Kangil Han
Comment 1
2012-05-27 21:05:37 PDT
Created
attachment 144261
[details]
Patch
Gyuyoung Kim
Comment 2
2012-05-29 02:36:42 PDT
Comment on
attachment 144261
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=144261&action=review
> Source/WebCore/ChangeLog:9 > + Therefore, this patch supplemented such circumstance.
I don't like this patch. I think this is correct to return 0 (or negative value) when screenRect() can't retrieve screen size. In order to pass a test case, we can't returns geometry size. If you wanna pass the test case, I think you have to modify LTC side to get screen rectangle.
Kangil Han
Comment 3
2012-05-29 04:07:57 PDT
(In reply to
comment #2
)
> (From update of
attachment 144261
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=144261&action=review
> > > Source/WebCore/ChangeLog:9 > > + Therefore, this patch supplemented such circumstance. > > I don't like this patch. I think this is correct to return 0 (or negative value) when screenRect() can't retrieve screen size. In order to pass a test case, we can't returns geometry size. If you wanna pass the test case, I think you have to modify LTC side to get screen rectangle.
We can decide policy about this case since screen object has no public standard. But, we can't modify LTC side because other ports use it also. If you want to decide this case as 'won't fix', then I will follow and modify test_expections.txt file.
Gyuyoung Kim
Comment 4
2012-05-29 22:49:40 PDT
(In reply to
comment #3
)
> (In reply to
comment #2
) > > (From update of
attachment 144261
[details]
[details]) > > View in context:
https://bugs.webkit.org/attachment.cgi?id=144261&action=review
> > > > > Source/WebCore/ChangeLog:9 > > > + Therefore, this patch supplemented such circumstance. > > > > I don't like this patch. I think this is correct to return 0 (or negative value) when screenRect() can't retrieve screen size. In order to pass a test case, we can't returns geometry size. If you wanna pass the test case, I think you have to modify LTC side to get screen rectangle. > > We can decide policy about this case since screen object has no public standard. > But, we can't modify LTC side because other ports use it also. > If you want to decide this case as 'won't fix', then I will follow and modify test_expections.txt file.
I think we can find proper solution for this bug. I would like to move this test case to test_expections.txt until finding it.
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