Bug 27273 - [V8] Implement Reflect and ReflectURL attribute support
Summary: [V8] Implement Reflect and ReflectURL attribute support
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Dimitri Glazkov (Google)
URL:
Keywords:
Depends on: 25425
Blocks:
  Show dependency treegraph
 
Reported: 2009-07-14 14:43 PDT by Dimitri Glazkov (Google)
Modified: 2009-07-14 15:00 PDT (History)
2 users (show)

See Also:


Attachments
Implement Reflect attribute support, v1. (4.75 KB, patch)
2009-07-14 14:46 PDT, Dimitri Glazkov (Google)
abarth: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dimitri Glazkov (Google) 2009-07-14 14:43:16 PDT
This is a mirror change to bug 25425 for V8 bindings.
Comment 1 Dimitri Glazkov (Google) 2009-07-14 14:46:00 PDT
Created attachment 32736 [details]
Implement Reflect attribute support, v1.

 WebCore/ChangeLog                           |    9 ++++
 WebCore/bindings/scripts/CodeGeneratorV8.pm |   62 +++++++++++++++++----------
 2 files changed, 48 insertions(+), 23 deletions(-)
Comment 2 Adam Barth 2009-07-14 14:58:07 PDT
Comment on attachment 32736 [details]
Implement Reflect attribute support, v1.

Will help from Dimitri, I now understand this patch.  I for one welcome our new getAttribute overlords.
Comment 3 Dimitri Glazkov (Google) 2009-07-14 15:00:52 PDT
Landed as http://trac.webkit.org/changeset/45874.