WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
108919
[V8] Remove deprecatedV8String() and deprecatedV8Integer()
https://bugs.webkit.org/show_bug.cgi?id=108919
Summary
[V8] Remove deprecatedV8String() and deprecatedV8Integer()
Kentaro Hara
Reported
2013-02-05 00:43:23 PST
Now we've removed all call sites.
Attachments
Patch
(5.84 KB, patch)
2013-02-05 00:44 PST
,
Kentaro Hara
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Kentaro Hara
Comment 1
2013-02-05 00:44:31 PST
Created
attachment 186566
[details]
Patch
Kentaro Hara
Comment 2
2013-02-05 00:47:30 PST
Comment on
attachment 186566
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=186566&action=review
> Source/WebCore/bindings/v8/custom/V8CustomXPathNSResolver.h:45 > class V8CustomXPathNSResolver : public XPathNSResolver {
BTW, the implementation of V8CustomXPathNSResolver looks weird. The class exists just for keeping m_resolver. Alternately, we might want to store m_resolver to a ScriptState and pass the ScriptState around WebCore and JSC/V8 bindings. Then we can remove V8CustomXPathNSResolver and JSCustomXPathNSResolver.
Adam Barth
Comment 3
2013-02-05 09:33:26 PST
Comment on
attachment 186566
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=186566&action=review
>> Source/WebCore/bindings/v8/custom/V8CustomXPathNSResolver.h:45 >> class V8CustomXPathNSResolver : public XPathNSResolver { > > BTW, the implementation of V8CustomXPathNSResolver looks weird. The class exists just for keeping m_resolver. Alternately, we might want to store m_resolver to a ScriptState and pass the ScriptState around WebCore and JSC/V8 bindings. Then we can remove V8CustomXPathNSResolver and JSCustomXPathNSResolver.
Yes, I suspect that we have more modern tools for handling this case these days.
WebKit Review Bot
Comment 4
2013-02-05 15:56:35 PST
Comment on
attachment 186566
[details]
Patch Rejecting
attachment 186566
[details]
from commit-queue. Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--bot-id=gce-cq-01', 'build', '--no-clean', '--no-update', '--build-style=release', '--port=chromium-xvfb']" exit_code: 2 cwd: /mnt/git/webkit-commit-queue Last 500 characters of output: ue>&, const WTF::String&, v8::Handle<v8::Value>&)': ../../Source/WebCore/bindings/v8/IDBBindingUtilities.cpp:143: error: 'deprecatedV8String' was not declared in this scope ../../Source/WebCore/bindings/v8/IDBBindingUtilities.cpp: In function 'bool WebCore::set(v8::Handle<v8::Value>&, const WTF::String&, const v8::Handle<v8::Value>&)': ../../Source/WebCore/bindings/v8/IDBBindingUtilities.cpp:153: error: 'deprecatedV8String' was not declared in this scope ninja: build stopped: subcommand failed. Full output:
http://queues.webkit.org/results/16370939
WebKit Review Bot
Comment 5
2013-02-05 16:30:10 PST
Comment on
attachment 186566
[details]
Patch Clearing flags on attachment: 186566 Committed
r141948
: <
http://trac.webkit.org/changeset/141948
>
WebKit Review Bot
Comment 6
2013-02-05 16:30:13 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