RESOLVED FIXED Bug 41299
Build up WebKitTestRunner output in the InjectedBundle
https://bugs.webkit.org/show_bug.cgi?id=41299
Summary Build up WebKitTestRunner output in the InjectedBundle
Sam Weinig
Reported 2010-06-28 13:17:37 PDT
We should build up WebKitTestRunner output in the InjectedBundle to simplify code and allow for easier implementation of the other types of dumping.
Attachments
patch (14.28 KB, patch)
2010-06-28 13:19 PDT, Sam Weinig
andersca: review+
Sam Weinig
Comment 1 2010-06-28 13:19:17 PDT
WebKit Review Bot
Comment 2 2010-06-28 13:20:42 PDT
Attachment 59929 [details] did not pass style-queue: Failed to run "['WebKitTools/Scripts/check-webkit-style', '--no-squash']" exit_code: 1 WebKitTools/WebKitTestRunner/TestInvocation.h:51: _didRecieveMessageFromInjectedBundle is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] WebKitTools/WebKitTestRunner/InjectedBundle/InjectedBundle.h:35: Alphabetical sorting problem. [build/include_order] [4] WebKitTools/WebKitTestRunner/TestInvocation.cpp:123: TestInvocation::_didRecieveMessageFromInjectedBundle is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] Total errors found: 3 in 6 files If any of these errors are false positives, please file a bug against check-webkit-style.
Anders Carlsson
Comment 3 2010-06-28 13:21:09 PDT
Comment on attachment 59929 [details] patch r=me
Sam Weinig
Comment 4 2010-06-28 13:26:35 PDT
Landed in r62032.
WebKit Review Bot
Comment 5 2010-06-28 14:23:59 PDT
Note You need to log in before you can comment on or make changes to this bug.