[Webkit-unassigned] [Bug 63140] IndexedDB: fix multiple issues in IDBDatabase.idl

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 22 10:25:43 PDT 2011


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


Adam Barth <abarth at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #98174|review?                     |review+, commit-queue+
               Flag|                            |




--- Comment #6 from Adam Barth <abarth at webkit.org>  2011-06-22 10:25:43 PST ---
(From update of attachment 98174)
View in context: https://bugs.webkit.org/attachment.cgi?id=98174&action=review

> Source/WebCore/storage/IDBDatabase.idl:58
>          // EventTarget interface
>          void addEventListener(in DOMString type,
>                                in EventListener listener,
> -                              in boolean useCapture);
> +                              in [Optional] boolean useCapture);
>          void removeEventListener(in DOMString type,
>                                   in EventListener listener,
> -                                 in boolean useCapture);
> +                                 in [Optional] boolean useCapture);

There's some question about what the right thing here is globally, but I'm pretty sure this is what we're going to end up with.  The only question is whether we want to make that decision all-at-once or whether we want to convert these piecemeal.  I think it's ok to convert them piecemeal.

-- 
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