RESOLVED FIXED 78049
[BlackBerry] Upstream BlackBerry WebCoreSupport FrameNetworkingContextBlackBerry and IconDatabaseClientBlackBerry classes
https://bugs.webkit.org/show_bug.cgi?id=78049
Summary [BlackBerry] Upstream BlackBerry WebCoreSupport FrameNetworkingContextBlackBe...
Jacky Jiang
Reported 2012-02-07 15:10:38 PST
Upstream BlackBerry WebCoreSupport FrameNetworkingContextBlackBerry and IconDatabaseClientBlackBerry classes.
Attachments
Patch (9.19 KB, patch)
2012-02-07 15:47 PST, Jacky Jiang
no flags
Patch (9.19 KB, patch)
2012-02-08 16:09 PST, Jacky Jiang
no flags
Patch (9.19 KB, patch)
2012-02-08 16:17 PST, Jacky Jiang
no flags
Jacky Jiang
Comment 1 2012-02-07 15:47:03 PST
Rob Buis
Comment 2 2012-02-07 15:52:40 PST
Comment on attachment 125946 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=125946&action=review Some small nits. > Source/WebKit/blackberry/WebCoreSupport/IconDatabaseClientBlackBerry.cpp:32 > + instance = new IconDatabaseClientBlackBerry(); Can you use DEFINE_STATIC_LOCAL? > Source/WebKit/blackberry/WebCoreSupport/IconDatabaseClientBlackBerry.cpp:60 > + return (m_initState == InitializeSucceeded); No need for parentheses. > Source/WebKit/blackberry/WebCoreSupport/IconDatabaseClientBlackBerry.h:40 > +public: Better move the public section up above the private, this is the standard.
Jacky Jiang
Comment 3 2012-02-08 16:09:13 PST
Created attachment 126178 [details] Patch Update the patch except the DEFINE_STATIC_LOCAL which doesn't seem to work well.
Jacky Jiang
Comment 4 2012-02-08 16:11:55 PST
Comment on attachment 126178 [details] Patch Typo in commit log, will update.
Jacky Jiang
Comment 5 2012-02-08 16:17:29 PST
Rob Buis
Comment 6 2012-02-08 18:05:37 PST
Comment on attachment 126180 [details] Patch Looks good.
WebKit Review Bot
Comment 7 2012-02-08 23:02:20 PST
Comment on attachment 126180 [details] Patch Clearing flags on attachment: 126180 Committed r107183: <http://trac.webkit.org/changeset/107183>
WebKit Review Bot
Comment 8 2012-02-08 23:02:34 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.