WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
73541
upstream 5 files into WebCore/platform/blackberry
https://bugs.webkit.org/show_bug.cgi?id=73541
Summary
upstream 5 files into WebCore/platform/blackberry
Mary Wu
Reported
2011-12-01 01:50:18 PST
add 5 files to WebCore/platform/blackberry: PlatformScreenBlackBerry.cpp SoundBlackBerry.cpp SSLKeyGeneratorBlackBerry.cpp WheelEventBlackBerry.cpp WidgetBlackBerry.cpp
Attachments
Patch
(9.80 KB, patch)
2011-12-01 01:52 PST
,
Mary Wu
no flags
Details
Formatted Diff
Diff
Patch
(9.80 KB, patch)
2011-12-01 02:29 PST
,
Mary Wu
no flags
Details
Formatted Diff
Diff
Patch
(9.85 KB, patch)
2011-12-04 19:11 PST
,
Mary Wu
no flags
Details
Formatted Diff
Diff
Patch
(9.26 KB, patch)
2011-12-07 19:48 PST
,
Mary Wu
no flags
Details
Formatted Diff
Diff
Show Obsolete
(3)
View All
Add attachment
proposed patch, testcase, etc.
Mary Wu
Comment 1
2011-12-01 01:52:42 PST
Created
attachment 117381
[details]
Patch
Leo Yang
Comment 2
2011-12-01 02:03:24 PST
Please capitalise the first character of the bug title.
Mary Wu
Comment 3
2011-12-01 02:29:38 PST
Created
attachment 117387
[details]
Patch
Dirk Schulze
Comment 4
2011-12-04 12:45:29 PST
Comment on
attachment 117387
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=117387&action=review
> Source/WebCore/ChangeLog:6 > + Upstream 5 files into WebCore/platform/blackberry > +
https://bugs.webkit.org/show_bug.cgi?id=73541
> + > + Reviewed by NOBODY (OOPS!).
You could write at least one line about the content and sense of the files :)
> Source/WebCore/platform/blackberry/PlatformScreenBlackBerry.cpp:46 > + return FloatRect(FloatPoint(0, 0), FloatSize(IntSize(BlackBerry::Platform::Graphics::Screen::size())));
just FloatPoint()
> Source/WebCore/platform/blackberry/PlatformScreenBlackBerry.cpp:51 > + return FloatRect(FloatPoint(0, 0), FloatSize(IntSize(BlackBerry::Platform::Graphics::Screen::size())));
Ditto.
Mary Wu
Comment 5
2011-12-04 18:53:08 PST
(In reply to
comment #4
)
> (From update of
attachment 117387
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=117387&action=review
> > > Source/WebCore/ChangeLog:6 > > + Upstream 5 files into WebCore/platform/blackberry > > +
https://bugs.webkit.org/show_bug.cgi?id=73541
> > + > > + Reviewed by NOBODY (OOPS!). > > You could write at least one line about the content and sense of the files :) > > > Source/WebCore/platform/blackberry/PlatformScreenBlackBerry.cpp:46 > > + return FloatRect(FloatPoint(0, 0), FloatSize(IntSize(BlackBerry::Platform::Graphics::Screen::size()))); > > just FloatPoint() > > > Source/WebCore/platform/blackberry/PlatformScreenBlackBerry.cpp:51 > > + return FloatRect(FloatPoint(0, 0), FloatSize(IntSize(BlackBerry::Platform::Graphics::Screen::size()))); > > Ditto.
OK, thanks for your comments, will update...
Mary Wu
Comment 6
2011-12-04 19:11:33 PST
Created
attachment 117824
[details]
Patch
WebKit Review Bot
Comment 7
2011-12-04 21:17:31 PST
Comment on
attachment 117824
[details]
Patch
Attachment 117824
[details]
did not pass chromium-ews (chromium-xvfb): Output:
http://queues.webkit.org/results/10728575
New failing tests: svg/custom/linking-uri-01-b.svg
Mary Wu
Comment 8
2011-12-04 21:25:57 PST
(In reply to
comment #7
)
> (From update of
attachment 117824
[details]
) >
Attachment 117824
[details]
did not pass chromium-ews (chromium-xvfb): > Output:
http://queues.webkit.org/results/10728575
> > New failing tests: > svg/custom/linking-uri-01-b.svg
it's blackberry specific porting, shouldn't impact chrome test/build.
Rob Buis
Comment 9
2011-12-07 14:52:09 PST
Comment on
attachment 117824
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=117824&action=review
Looking quite good, some small stuff left, so r- for now.
> Source/WebCore/platform/blackberry/PlatformScreenBlackBerry.cpp:44 > +FloatRect screenAvailableRect(Widget* widget)
widget not used, so can be removed.
> Source/WebCore/platform/blackberry/PlatformScreenBlackBerry.cpp:49 > +FloatRect screenRect(Widget* widget)
Ditto.
> Source/WebCore/platform/blackberry/SSLKeyGeneratorBlackBerry.cpp:27 > +
Extra empty line not needed.
> Source/WebCore/platform/blackberry/SSLKeyGeneratorBlackBerry.cpp:30 > +void getSupportedKeySizes(Vector<String>& sizes)
sizes not used, so can be removed.
> Source/WebCore/platform/blackberry/WidgetBlackBerry.cpp:27 > +#include "ScrollView.h"
Is ScrollView include needed?
Mary Wu
Comment 10
2011-12-07 19:38:09 PST
Thanks, Rob. All comments accepted, except:
>> Source/WebCore/platform/blackberry/WidgetBlackBerry.cpp:27 >> +#include "ScrollView.h"
>Is ScrollView include needed?
ScrollView was needed in line 12. PlatformPageClient pageClient = root()->hostWindow()->platformPageClient(); root() was ScrollView, so can't remove the header file. And looks WheelEventBlackBerry.cpp was an empty file, so I removed from makefile list. Pls see update patch...thanks
Mary Wu
Comment 11
2011-12-07 19:48:50 PST
Created
attachment 118313
[details]
Patch
WebKit Review Bot
Comment 12
2011-12-07 22:01:23 PST
Comment on
attachment 118313
[details]
Patch Clearing flags on attachment: 118313 Committed
r102314
: <
http://trac.webkit.org/changeset/102314
>
WebKit Review Bot
Comment 13
2011-12-07 22:01:28 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