[Webkit-unassigned] [Bug 22551] [GTK] API to start inspector for a WebView

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 28 12:00:13 PDT 2009


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





--- Comment #30 from Jan Alonzo <jmalonzo at gmail.com>  2009-10-28 12:00:12 PDT ---
(In reply to comment #27)
> (In reply to comment #26)
> > (From update of attachment 41996 [details] [details])
> > > +    // Make the Web Inspector work when running tests
> > > +    if (g_file_test("WebCore/inspector/front-end/inspector.html", G_FILE_TEST_EXISTS)) {
> > 
> > I believe this will fail in srcdir != builddir scenario when running the tests.
> > Ditto with localizedStrings.js.
> 
> It should work fine, I am testing in such a scenario - the same used by the
> buildbot. The only thing that needs to happen is you need to be at the $srcdir
> when running the tests (which is what happens in the bot). I would prefer doing
> something more flexible, but have no idea of how.

It's ok for now. r=me.

-- 
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