Bug 24076

Summary: [Gtk] webkitdirs.pm modify path in when detecting 3D transforms and accelerated compositing
Product: WebKit Reporter: Jan Alonzo <jmalonzo>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal Keywords: Gtk
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
modify path to point to libwebkit.so when detecting 3D transforms and accelerated compositing
none
refactor gtk lib detection and put it in one place zecke: review+

Description Jan Alonzo 2009-02-21 14:46:41 PST
We need to modify the path to point to libwebkit when detecting 3D transforms and accelerated compositing, just like how we do it when detecting SVG, WML, etc...

The attached patch does this.
Comment 1 Jan Alonzo 2009-02-21 14:47:51 PST
Created attachment 27856 [details]
modify path to point to libwebkit.so when detecting 3D transforms and accelerated compositing
Comment 2 Holger Freyther 2009-02-26 06:50:54 PST
Comment on attachment 27856 [details]
modify path to point to libwebkit.so when detecting 3D transforms and accelerated compositing

Is there a way to remove the code duplication? E.g. changing the path before calling hasFoo..?
Comment 3 Jan Alonzo 2009-02-28 05:09:53 PST
Created attachment 28114 [details]
refactor gtk lib detection and put it in one place

Hi zecke. This patch does what you asked for.

Thanks for the feedback.
Comment 4 Holger Freyther 2009-02-28 19:42:07 PST
Comment on attachment 28114 [details]
refactor gtk lib detection and put it in one place

Assuming the path is correct. Thanks for the cleanup.
Comment 5 Jan Alonzo 2009-02-28 22:22:06 PST
Landed in r42326. Thanks!