[Webkit-unassigned] [Bug 89719] [EFL] ProcessExecutablePath is required

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 19 07:33:25 PDT 2012


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


Ryuan Choi <ryuan.choi at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #149253|commit-queue?               |commit-queue-
               Flag|                            |




--- Comment #7 from Ryuan Choi <ryuan.choi at samsung.com>  2012-07-19 07:33:24 PST ---
(From update of attachment 149253)
View in context: https://bugs.webkit.org/attachment.cgi?id=149253&action=review

I want to fix this bug for applications to be able to execute WebProcess after installed, but the patch is wrong.

> Source/WebKit2/Shared/efl/ProcessExecutablePathEfl.cpp:33
> +static String findWebKitProcess(const char* processName)
> +{
> +    return WebCore::pathByAppendingComponent(String(LIBEXECDIR), processName);
> +}

In this function, we should check not only LIBEXECDIR but also  current executable path to run MiniBrowser and other applications.

If not, MiniBrowser can not execute WebProcess which is in WebKitBuild/Release/bin.

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