Bug 68896

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

Description Kentaro Hara 2011-09-27 06:11:39 PDT
We have been implementing constructors of Events. PopStateEvent has a constructor in JSC (https://bugs.webkit.org/show_bug.cgi?id=67977), but do not have it in V8.
Comment 1 Kentaro Hara 2011-09-27 06:17:40 PDT
Created attachment 108834 [details]
Patch
Comment 2 Kentaro Hara 2011-09-28 02:35:45 PDT
Created attachment 108990 [details]
rebased patch for commit
Comment 3 WebKit Review Bot 2011-09-28 02:53:28 PDT
Comment on attachment 108990 [details]
rebased patch for commit

Clearing flags on attachment: 108990

Committed r96212: <http://trac.webkit.org/changeset/96212>