[Webkit-unassigned] [Bug 35087] New port: EFL; adding files to WebCore/*/efl

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 26 06:39:58 PST 2010


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





--- Comment #48 from Leandro Pereira <leandro at profusion.mobi>  2010-02-26 06:39:57 PST ---
(In reply to comment #47)
> > 
> > All ports have the same issue.
> 
> And it is not fixable?
>

It is software, it's almost always fixable.  :)

The easiest way (although not the best) to fix this would be adding an
exception for the build/include_order rule for
platform/*/TemporaryLinkStubs.cpp.

Prototypes for methods defined in this file are in SSLKeyGenerator.h
(WebCore::getSupportedKeySizes and WebCore::signedPublicKeyAndChallengeString)
and SystemTime.h (WebCore::userIdleTime), both in platform/.

The proper way to fix this would be implementing things currently inside
TemporaryLinkStubs.cpp in two other files: SSLKeyGenerator${PORT}.cpp and
SystemTime${PORT}.cpp. Some ports already implement one and/or another, and
both have their respective port-independent header files.

However, I cannot fix this in all ports, as I'll be moving things around and
I'm not familiar with all build systems.

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