WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
104783
[chromium] WebTestPlugin must not depend on WTF::String
https://bugs.webkit.org/show_bug.cgi?id=104783
Summary
[chromium] WebTestPlugin must not depend on WTF::String
jochen
Reported
2012-12-12 02:00:27 PST
[chromium] WebTestPlugin must not depend on WTF::String
Attachments
Patch
(3.24 KB, patch)
2012-12-12 02:08 PST
,
jochen
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
jochen
Comment 1
2012-12-12 02:08:01 PST
Created
attachment 179005
[details]
Patch
Kent Tamura
Comment 2
2012-12-12 02:13:11 PST
Comment on
attachment 179005
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=179005&action=review
> Tools/DumpRenderTree/chromium/TestRunner/src/WebTestPlugin.cpp:108 > + snprintf(buffer, sizeof(buffer), "* %d, %d: %s\n", points[i].position.x, points[i].position.y, pointState(points[i].state));
I'm not sure snprintf is available in Visual Studio.
jochen
Comment 3
2012-12-12 02:14:13 PST
(In reply to
comment #2
)
> (From update of
attachment 179005
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=179005&action=review
> > > Tools/DumpRenderTree/chromium/TestRunner/src/WebTestPlugin.cpp:108 > > + snprintf(buffer, sizeof(buffer), "* %d, %d: %s\n", points[i].position.x, points[i].position.y, pointState(points[i].state)); > > I'm not sure snprintf is available in Visual Studio.
It is (also, it's used in other files in the TestRunner library already)
WebKit Review Bot
Comment 4
2012-12-12 02:38:31 PST
Comment on
attachment 179005
[details]
Patch Clearing flags on attachment: 179005 Committed
r137439
: <
http://trac.webkit.org/changeset/137439
>
WebKit Review Bot
Comment 5
2012-12-12 02:38:34 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