Re: [webkit-dev] Renaming DumpRenderTree to WebKitTestRunner or merging those two

2012-06-02 Thread Ryosuke Niwa
On Sat, Jun 2, 2012 at 8:04 PM, Ryosuke Niwa wrote: > On Sat, Jun 2, 2012 at 8:03 PM, Adam Barth wrote: > >> We might also want to define the layoutTestController object with IDL >> so we don't have to hand-write bindings every time we change it. >> Using IDL for window.internals seems to have w

[webkit-dev] can I replace webkitwebsrc with souphttpsrc?

2012-06-02 Thread ZiQiangHuan
Hi, For support to html5 video on my device, I am doing something with webkit+gstreamer recently. But I found that there are custom plugins "webkitsrc" and "webkitsink" in webkit's gstreamer backend source code.For my device I have to replace webkitsink with my videosink. I met some trouble with "

Re: [webkit-dev] Renaming DumpRenderTree to WebKitTestRunner or merging those two

2012-06-02 Thread Ryosuke Niwa
On Sat, Jun 2, 2012 at 8:03 PM, Adam Barth wrote: > We might also want to define the layoutTestController object with IDL > so we don't have to hand-write bindings every time we change it. > Using IDL for window.internals seems to have worked out well. It > would be nice to replicate that succes

Re: [webkit-dev] Renaming DumpRenderTree to WebKitTestRunner or merging those two

2012-06-02 Thread Adam Barth
We might also want to define the layoutTestController object with IDL so we don't have to hand-write bindings every time we change it. Using IDL for window.internals seems to have worked out well. It would be nice to replicate that success with layoutTestController. Adam On Sat, Jun 2, 2012 at

[webkit-dev] Renaming DumpRenderTree to WebKitTestRunner or merging those two

2012-06-02 Thread Ryosuke Niwa
Hi, One thing that has annoyed me ever since I started working on WebKit is that our test runner is called DumpRenderTree. We fixed this problem in WebKit2 by renaming it to WebKitTestRunner but we've still got DumpRenderTree in WebKit1 land. Can we either rename DumpRenderTree to WebKitTestRunne

Re: [webkit-dev] test_expectations.txt has been renamed to TestExpectations

2012-06-02 Thread Ryosuke Niwa
On Sat, Jun 2, 2012 at 4:33 AM, David Barr wrote: > On Sat, Jun 2, 2012 at 8:35 PM, Ryosuke Niwa wrote: > > in http://trac.webkit.org/changeset/119317. As usual, we've updated > > svn-apply to magically apply old patches that modify > test_expectations.txt > > (it even fixes entries in LayoutTes

Re: [webkit-dev] test_expectations.txt has been renamed to TestExpectations

2012-06-02 Thread David Barr
On Sat, Jun 2, 2012 at 8:35 PM, Ryosuke Niwa wrote: > in http://trac.webkit.org/changeset/119317. As usual, we've updated > svn-apply to magically apply old patches that modify test_expectations.txt > (it even fixes entries in LayoutTests/ChangeLog for you!). Regarding ChangeLogs, a great outcome

[webkit-dev] test_expectations.txt has been renamed to TestExpectations

2012-06-02 Thread Ryosuke Niwa
in http://trac.webkit.org/changeset/119317. As usual, we've updated svn-apply to magically apply old patches that modify test_expectations.txt (it even fixes entries in LayoutTests/ChangeLog for you!). Best regards, Ryosuke Niwa Software Engineer Google Inc. ___