Bug 43977

Summary: Web Inspector: Inspector tests were disabled for GTK.
Product: WebKit Reporter: Ilya Tikhonovsky <loislo>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, bweinstein, eric, joepeck, keishi, mrobinson, pfeldman, pmuellr, rik, timothy, webkit.review.bot, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 43791    
Bug Blocks:    
Attachments:
Description Flags
Patch adding support for setting web inspector path via an environment variable pfeldman: review+

Description Ilya Tikhonovsky 2010-08-13 08:40:46 PDT
Hand written InspectorBackendStub.js was replaced with generated one.
It was removed from WebCore/inspector/front-end/ and is generating into DerivedSources/webcore.
Gtk version of DumpRenderTree can't handle this because it is loading inspector directly from the sources.
The full set of inspector files is generating into $(WEBKITOUTPUTDIR)/Programs/resources/inspector.
InspectorClientGtk should use that location.
Comment 1 Martin Robinson 2010-08-19 08:57:35 PDT
Created attachment 64858 [details]
Patch adding support for setting web inspector path via an environment variable
Comment 2 Ilya Tikhonovsky 2010-08-20 02:21:08 PDT
Comment on attachment 64858 [details]
Patch adding support for setting web inspector path via an environment variable

Looks good to me
Comment 3 Pavel Feldman 2010-08-20 02:22:36 PDT
Comment on attachment 64858 [details]
Patch adding support for setting web inspector path via an environment variable

Thanks for fixing this.
Comment 4 Martin Robinson 2010-08-20 09:35:26 PDT
Committed r65737: <http://trac.webkit.org/changeset/65737>
Comment 5 WebKit Review Bot 2010-08-20 10:03:44 PDT
http://trac.webkit.org/changeset/65737 might have broken GTK Linux 32-bit Release