WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
110606
[Chromium][DRT] DumpRenderTree TestShell::initialize should take Platform* now that WebKitPlatformSupport is empty
https://bugs.webkit.org/show_bug.cgi?id=110606
Summary
[Chromium][DRT] DumpRenderTree TestShell::initialize should take Platform* no...
Mark Pilgrim (Google)
Reported
2013-02-22 07:04:22 PST
[Chromium] DumpRenderTree TestShell::initialize should take Platform* now that WebKitPlatformSupport is empty
Attachments
Patch
(21.68 KB, patch)
2013-02-22 07:04 PST
,
Mark Pilgrim (Google)
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Mark Pilgrim (Google)
Comment 1
2013-02-22 07:04:58 PST
Created
attachment 189768
[details]
Patch
Kentaro Hara
Comment 2
2013-02-22 07:16:22 PST
Comment on
attachment 189768
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=189768&action=review
> Tools/DumpRenderTree/chromium/MockPlatform.cpp:32 > +#include "MockWebKitPlatformSupport.h"
MockPlatformSupport.h ?
> Tools/DumpRenderTree/chromium/MockPlatform.cpp:42 > +PassOwnPtr<MockWebKitPlatformSupport> MockWebKitPlatformSupport::create()
MockPlatformSupport? The same comment for other parts.
> Tools/DumpRenderTree/chromium/MockPlatform.h:31 > +#ifndef MockWebKitPlatformSupport_h
MockPlatform ?
> Tools/DumpRenderTree/chromium/MockPlatform.h:42 > +class MockWebKitPlatformSupport : public WebKit::Platform {
MockPlatform ?
WebKit Review Bot
Comment 3
2013-02-22 08:09:22 PST
Please wait for approval from
abarth@webkit.org
,
dglazkov@chromium.org
,
fishd@chromium.org
,
jamesr@chromium.org
or
tkent@chromium.org
before submitting, as this patch contains changes to the Chromium public API. See also
https://trac.webkit.org/wiki/ChromiumWebKitAPI
.
Adam Barth
Comment 4
2013-02-22 08:40:20 PST
Comment on
attachment 189768
[details]
Patch Haraken, I'm not sure I understand your comments. We're dropping both the "WebKit" and the "Support" from the names. The old concept was called WebKit::WebKitPlatformSupport, but we've renamed it in the API to WebKit::Platform.
Kentaro Hara
Comment 5
2013-02-22 08:48:19 PST
Comment on
attachment 189768
[details]
Patch Sorry, it looks like I added strange comments to wrong places... I wanted to say it looks strange to have 'class MockWebKitPlatformSupport' in MockPlatform.h.
Adam Barth
Comment 6
2013-02-22 08:58:39 PST
> Sorry, it looks like I added strange comments to wrong places... I wanted to say it looks strange to have 'class MockWebKitPlatformSupport' in MockPlatform.h.
Notice that "Tools/DumpRenderTree/chromium/MockPlatform.h" and "Tools/DumpRenderTree/chromium/MockPlatform.cpp" appear twice in the diff. The reason is because Mark has "svn mv" the files and then edited them. The first appearance in the diff shows that they were moved and the second shows the edits. It's confusing to read the diff, but he has actually made the changes you've asked for. :)
Kentaro Hara
Comment 7
2013-02-22 09:00:13 PST
(In reply to
comment #6
)
> Notice that "Tools/DumpRenderTree/chromium/MockPlatform.h" and "Tools/DumpRenderTree/chromium/MockPlatform.cpp" appear twice in the diff. The reason is because Mark has "svn mv" the files and then edited them. The first appearance in the diff shows that they were moved and the second shows the edits. It's confusing to read the diff, but he has actually made the changes you've asked for. :)
Ah, understood. Sorry for all the confusion!
WebKit Review Bot
Comment 8
2013-02-23 15:33:25 PST
Comment on
attachment 189768
[details]
Patch Clearing flags on attachment: 189768 Committed
r143852
: <
http://trac.webkit.org/changeset/143852
>
WebKit Review Bot
Comment 9
2013-02-23 15:33:29 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