[webkit-reviews] review canceled: [Bug 73194] [BlackBerry] Add notification support for the BlackBerry port : [Attachment 117134] Patch for notification support. V3.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 30 00:25:59 PST 2011


Robin Qiu <robin.qiu at torchmobile.com.cn> has canceled Robin Qiu
<robin.qiu at torchmobile.com.cn>'s request for review:
Bug 73194: [BlackBerry] Add notification support for the BlackBerry port
https://bugs.webkit.org/show_bug.cgi?id=73194

Attachment 117134: Patch for notification support. V3.
https://bugs.webkit.org/attachment.cgi?id=117134&action=review

------- Additional Comments from Robin Qiu <robin.qiu at torchmobile.com.cn>
Sort the headers in check-webkit-style sorting order. (Different from linux
sort tool sorting order).
linux sort tool:
 25 #include <NotificationPresenterBlackBerry.h>
 26 #include <NotificationPresenter.h>

check-webkit-style:
 25 #include <NotificationPresenter.h>
 26 #include <NotificationPresenterBlackBerry.h>


A bug?


More information about the webkit-reviews mailing list