Bug 67924 - Implement a HashChangeEvent constructor for JSC
Summary: Implement a HashChangeEvent constructor for JSC
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 67824
  Show dependency treegraph
 
Reported: 2011-09-12 00:24 PDT by Kentaro Hara
Modified: 2011-09-12 16:37 PDT (History)
6 users (show)

See Also:


Attachments
Patch (14.67 KB, patch)
2011-09-12 00:38 PDT, Kentaro Hara
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kentaro Hara 2011-09-12 00:24:36 PDT
HashChangeEvent should have a constructor (Spec: http://www.whatwg.org/specs/web-apps/current-work/#hashchangeevent). 

After this patch is landed, I will add the HashChangeEvent constructor for V8 as a follow-up patch.
Comment 1 Kentaro Hara 2011-09-12 00:38:38 PDT
Created attachment 107026 [details]
Patch
Comment 2 Sam Weinig 2011-09-12 09:50:44 PDT
Comment on attachment 107026 [details]
Patch

r=me
Comment 3 WebKit Review Bot 2011-09-12 10:40:01 PDT
Comment on attachment 107026 [details]
Patch

Clearing flags on attachment: 107026

Committed r94962: <http://trac.webkit.org/changeset/94962>
Comment 4 WebKit Review Bot 2011-09-12 10:40:05 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Eric Seidel (no email) 2011-09-12 12:49:43 PDT
Committed r94970: <http://trac.webkit.org/changeset/94970>