Bug 47456 - Exception in committers-autocomplete in Firefox
Summary: Exception in committers-autocomplete in Firefox
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-09 13:56 PDT by Alexey Proskuryakov
Modified: 2010-10-09 21:17 PDT (History)
2 users (show)

See Also:


Attachments
Patch (2.33 KB, patch)
2010-10-09 19:47 PDT, Adam Barth
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2010-10-09 13:56:52 PDT
Steps to reproduce: open any b.w.o bug in Firefox. Not sure if you need to be logged in.

Missing last argument in addEventListener at line 387.
Comment 1 Adam Barth 2010-10-09 19:43:01 PDT
Should be an easy patch.
Comment 2 Adam Barth 2010-10-09 19:47:57 PDT
Created attachment 70383 [details]
Patch
Comment 3 Alexey Proskuryakov 2010-10-09 20:45:05 PDT
Comment on attachment 70383 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=70383&action=review

> BugsSite/ChangeLog:10
> +        Remove dependency on a WebKit-only quirk.  IMHO, this quirk is bad for
> +        the long-term health of the web, but that's a discussion for another
> +        patch.

This has been discussed before. Requiring that useless arguments are passed explicitly is also not super great.
Comment 4 WebKit Commit Bot 2010-10-09 21:17:16 PDT
Comment on attachment 70383 [details]
Patch

Clearing flags on attachment: 70383

Committed r69464: <http://trac.webkit.org/changeset/69464>
Comment 5 WebKit Commit Bot 2010-10-09 21:17:21 PDT
All reviewed patches have been landed.  Closing bug.