Skip to content
  • johnnyg@google.com's avatar
    2010-04-29 John Gregg <johnnyg@google.com> · 864a691e
    johnnyg@google.com authored
            Reviewed by Dmitry Titov.
    
            notifications should have dir and replaceId attributes
            https://bugs.webkit.org/show_bug.cgi?id=38336
    
            * public/WebNotification.h:
            * src/WebNotification.cpp:
            (WebKit::WebNotification::dir):
            (WebKit::WebNotification::replaceId):
    2010-04-29  John Gregg  <johnnyg@google.com>
    
            Reviewed by Dmitry Titov.
    
            notifications should have dir and replaceId attributes.
            Note that tests are only enabled in Chromium, skipped elsewhere
            since notifications aren't implemented.
            https://bugs.webkit.org/show_bug.cgi?id=38336
    
            Tests: fast/notifications/notifications-replace.html
                   fast/notifications/notifications-rtl.html
    
            * notifications/Notification.h:
            (WebCore::Notification::dir):
            (WebCore::Notification::setDir):
            (WebCore::Notification::replaceId):
            (WebCore::Notification::setReplaceId):
            * notifications/Notification.idl:
    2010-04-29  John Gregg  <johnnyg@google.com>
    
            Reviewed by Dmitry Titov.
    
            notifications should have dir and replaceId attributes
            Tests are disabled until the attributes are correctly handled
            in Chromium test_shell.
            https://bugs.webkit.org/show_bug.cgi?id=38336
    
            * fast/notifications/notifications-replace-expected.txt: Added.
            * fast/notifications/notifications-replace.html: Added.
            * fast/notifications/notifications-rtl-expected.txt: Added.
            * fast/notifications/notifications-rtl.html: Added.
            * platform/chromium/test_expectations.txt:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@58765 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    864a691e