Bug 67924

Summary: Implement a HashChangeEvent constructor for JSC
Product: WebKit Reporter: Kentaro Hara <haraken>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, ap, dominicc, eric, sam, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 67824    
Attachments:
Description Flags
Patch none

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>