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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 25 12:46:41 PST 2010


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





--- Comment #41 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2010-02-25 12:46:40 PST ---
(From update of attachment 49520)

> +namespace {

Why this?


> +Cursors* Cursors::self()
> +{
> +    if (!s_self)
> +        s_self = new Cursors();
> +
> +    return s_self;
> +}
> +
> +}
> +

and why end it here?
> +namespace WebCore {
> +
> +String submitButtonDefaultLabel()
> +{
> +    return String::fromUTF8("Submit");
> +}

EFL provides no translation support?

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