Bug 24579 - Many V8*Event* files are misplaced.
Summary: Many V8*Event* files are misplaced.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: David Levin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-13 10:50 PDT by David Levin
Modified: 2009-03-13 12:15 PDT (History)
1 user (show)

See Also:


Attachments
Proposed fix. (79.33 KB, patch)
2009-03-13 10:53 PDT, David Levin
dglazkov: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Levin 2009-03-13 10:50:15 PDT
They are currently in the v8/custom directory which is for *custom bindings*.  The events code is infrastructure for supporting the bindings and should be in the bindings/v8 directory.

Of course, V8CustomEventListener.* should remain in the custom directory.
Comment 1 David Levin 2009-03-13 10:53:56 PDT
Created attachment 28586 [details]
Proposed fix.
Comment 2 Dimitri Glazkov (Google) 2009-03-13 10:54:55 PDT
Comment on attachment 28586 [details]
Proposed fix.

easy-peasy.
Comment 3 David Levin 2009-03-13 12:15:04 PDT
Committed in r41678.