RESOLVED FIXED 35916
[EFL] Add ContextMenuClientEfl.{cpp,h} to WebKit/efl/WebCoreSupport
https://bugs.webkit.org/show_bug.cgi?id=35916
Summary [EFL] Add ContextMenuClientEfl.{cpp,h} to WebKit/efl/WebCoreSupport
Leandro Pereira
Reported 2010-03-09 06:22:14 PST
+++ This bug was initially created as a clone of Bug #35059 +++ Attached patch adds EFL's implementation of ContextMenuClient to WebKit/efl/WebCoreSupport.
Attachments
Add ContextMEnuClientEfl to WK/efl/WebCoreSupport. (5.89 KB, patch)
2010-03-09 06:23 PST, Leandro Pereira
eric: review-
Add ContextMEnuClientEfl to WK/efl/WebCoreSupport. (5.64 KB, patch)
2010-03-16 06:54 PDT, Leandro Pereira
no flags
Leandro Pereira
Comment 1 2010-03-09 06:23:08 PST
Created attachment 50299 [details] Add ContextMEnuClientEfl to WK/efl/WebCoreSupport.
Eric Seidel (no email)
Comment 2 2010-03-15 15:33:13 PDT
Comment on attachment 50299 [details] Add ContextMEnuClientEfl to WK/efl/WebCoreSupport. Style error: 56 Evas_Object *m_view; WebCore:: is not needed in a bunch of these: + virtual void searchWithGoogle(const WebCore::Frame*); All these copyrights in the .h file aren't needed: +/* + * Copyright (C) 2006 Zack Rusin <zack@kde.org> + * Copyright (C) 2008 INdT - Instituto Nokia de Tecnologia + * Copyright (C) 2009-2010 ProFUSION embedded systems + * Copyright (C) 2009-2010 Samsung Electronics
Eric Seidel (no email)
Comment 3 2010-03-15 15:33:25 PDT
The old copyrights, I mean.
Leandro Pereira
Comment 4 2010-03-16 06:54:18 PDT
Created attachment 50787 [details] Add ContextMEnuClientEfl to WK/efl/WebCoreSupport.
Kenneth Rohde Christiansen
Comment 5 2010-03-16 07:44:39 PDT
(In reply to comment #3) > The old copyrights, I mean. hmm, but if the code was based on older code with other copyright, you cannot just remove them, unless all of the code was rewritten.
Kenneth Rohde Christiansen
Comment 6 2010-03-16 08:06:56 PDT
(In reply to comment #5) > (In reply to comment #3) > > The old copyrights, I mean. > > hmm, but if the code was based on older code with other copyright, you cannot > just remove them, unless all of the code was rewritten. Ah sorry, I didn't notice it was just a stub :-)
WebKit Commit Bot
Comment 7 2010-03-16 11:56:51 PDT
Comment on attachment 50787 [details] Add ContextMEnuClientEfl to WK/efl/WebCoreSupport. Clearing flags on attachment: 50787 Committed r56075: <http://trac.webkit.org/changeset/56075>
WebKit Commit Bot
Comment 8 2010-03-16 11:56:56 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.