WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
102774
[V8] Remove V8ParameterBase
https://bugs.webkit.org/show_bug.cgi?id=102774
Summary
[V8] Remove V8ParameterBase
Kentaro Hara
Reported
2012-11-19 23:52:04 PST
V8ParameterBase is redundant.
Attachments
Patch
(3.89 KB, patch)
2012-11-19 23:54 PST
,
Kentaro Hara
no flags
Details
Formatted Diff
Diff
patch for landing
(3.93 KB, patch)
2012-11-20 01:34 PST
,
Kentaro Hara
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Kentaro Hara
Comment 1
2012-11-19 23:54:02 PST
Created
attachment 175159
[details]
Patch
Kentaro Hara
Comment 2
2012-11-19 23:55:45 PST
After landing this patch, I'll merge prepare() with V8Parameter's constructor (prepare() is always called just after constructing V8Parameter). I'll also rename V8Parameter to a better name (V8Parameter is just a "super" class for String and AtomicString).
Adam Barth
Comment 3
2012-11-20 01:24:21 PST
Comment on
attachment 175159
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=175159&action=review
> Source/WebCore/bindings/v8/V8StringResource.h:52 > +template <V8ParameterMode MODE = DefaultMode>
MODE -> Mode
> Source/WebCore/bindings/v8/V8StringResource.h:55 > + V8Parameter(v8::Local<v8::Value> object) : m_v8Object(object), m_mode(Externalize), m_string() { }
Please split this up into multiple lines.
Kentaro Hara
Comment 4
2012-11-20 01:34:13 PST
Created
attachment 175172
[details]
patch for landing
WebKit Review Bot
Comment 5
2012-11-20 01:56:43 PST
Comment on
attachment 175172
[details]
patch for landing Clearing flags on attachment: 175172 Committed
r135266
: <
http://trac.webkit.org/changeset/135266
>
WebKit Review Bot
Comment 6
2012-11-20 01:56:47 PST
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug