<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>108066</bug_id>
          
          <creation_ts>2013-01-28 01:46:55 -0800</creation_ts>
          <short_desc>Notifications interface does not match the spec</short_desc>
          <delta_ts>2013-02-07 08:39:35 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebCore Misc.</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Andrew Wilson">atwilson</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>abarth</cc>
    
    <cc>csaavedra</cc>
    
    <cc>eoconnor</cc>
    
    <cc>jochen</cc>
    
    <cc>jonlee</cc>
    
    <cc>syoichi</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>817613</commentid>
    <comment_count>0</comment_count>
    <who name="Andrew Wilson">atwilson</who>
    <bug_when>2013-01-28 01:46:55 -0800</bug_when>
    <thetext>Two issues:

1) We expose Notifications.show(), but that&apos;s not part of the Notifications spec. This leads to issues like https://bugs.webkit.org/show_bug.cgi?id=108009 because the new notifications implementation was not expecting to support these other calls.

2) Both webkitNotifications and Notifications share the same .idl definition. This means that APIs only defined for webkitNotifications (like cancel()) are also exposed for Notifications, if the platform turns on ENABLE_LEGACY_NOTIFICATIONS.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>