[Webkit-unassigned] [Bug 56139] [Chromium] Make RenderAsTextBehavior and LayerTreeAsTextBehavior tweakable from the DumpRenderTree commandline

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 14 19:29:44 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=56139


David Levin <levin at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|FIXED                       |
                 CC|                            |levin at chromium.org




--- Comment #10 from David Levin <levin at chromium.org>  2011-03-14 19:29:44 PST ---
Sorry I had to roll this out (http://trac.webkit.org/changeset/81099). This caused breakage in Chromium land which you can see here:

http://build.chromium.org/p/chromium.webkit/builders/Webkit%20Mac10.6/builds/590/steps/compile/logs/stdio

Here's a snippet from that build log:

/b/build/slave/Webkit_Mac10_6/build/src/webkit/glue/media/buffered_data_source_unittest.cc: In member function 'void webkit_glue::BufferedDataSourceTest::InitializeDataSource(const char*, int, bool, int64, webkit_glue::NetworkState)':
/b/build/slave/Webkit_Mac10_6/build/src/webkit/glue/media/buffered_data_source_unittest.cc:122:error: cannot allocate an object of abstract type 'testing::NiceMock<webkit_glue::MockWebFrame>'
../testing/gmock/include/gmock/gmock-generated-nice-strict.h:68: note:   because the following virtual functions are pure within 'testing::NiceMock<webkit_glue::MockWebFrame>':
../third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h:552: note:     virtual WebKit::WebString WebKit::WebFrame::renderTreeAsText(bool) const
../third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h:585: note:     virtual WebKit::WebString WebKit::WebFrame::layerTreeAsText(bool) const

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list