[Webkit-unassigned] [Bug 73194] [BlackBerry] Add notification support for the BlackBerry port

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


https://bugs.webkit.org/show_bug.cgi?id=73194


Robin Qiu <robin.qiu at torchmobile.com.cn> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #117134|0                           |1
        is obsolete|                            |
 Attachment #117134|review?                     |
               Flag|                            |
 Attachment #117136|                            |review?
               Flag|                            |




--- Comment #9 from Robin Qiu <robin.qiu at torchmobile.com.cn>  2011-11-30 00:26:00 PST ---
Created an attachment (id=117136)
 --> (https://bugs.webkit.org/attachment.cgi?id=117136&action=review)
Patch for notification support. V4.

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?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list