Bug 35888 - [EFL] Add SoundEfl.cpp to WC/platform/efl.
Summary: [EFL] Add SoundEfl.cpp to WC/platform/efl.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Linux
: P2 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-08 15:27 PST by Leandro Pereira
Modified: 2010-03-16 06:10 PDT (History)
12 users (show)

See Also:


Attachments
Add SoundEfl.cpp to WC/platform/efl. (2.46 KB, patch)
2010-03-08 15:28 PST, Leandro Pereira
zecke: review+
Details | Formatted Diff | Diff
Add SoundEfl.cpp to WC/platform/efl. (2.40 KB, patch)
2010-03-10 09:44 PST, Leandro Pereira
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Leandro Pereira 2010-03-08 15:27:48 PST
+++ This bug was initially created as a clone of Bug #35749 +++

+++ This bug was initially created as a clone of Bug #35087 +++

Forthcoming patch adds SoundEfl.cpp to WC/platform/efl.
Comment 1 Leandro Pereira 2010-03-08 15:28:26 PST
Created attachment 50256 [details]
Add SoundEfl.cpp to WC/platform/efl.
Comment 2 Holger Freyther 2010-03-09 20:41:50 PST
Comment on attachment 50256 [details]
Add SoundEfl.cpp to WC/platform/efl.

The list of copyright holders seems to be excessive for these two lines of code.
Comment 3 Leandro Pereira 2010-03-10 09:44:31 PST
Created attachment 50410 [details]
Add SoundEfl.cpp to WC/platform/efl.

zecke already r+'d this patch -- this updated version only removes Apple copyright since there is no Apple code in it.
Comment 4 WebKit Commit Bot 2010-03-15 14:33:54 PDT
Comment on attachment 50410 [details]
Add SoundEfl.cpp to WC/platform/efl.

Clearing flags on attachment: 50410

Committed r56016: <http://trac.webkit.org/changeset/56016>
Comment 5 WebKit Commit Bot 2010-03-15 14:33:59 PDT
All reviewed patches have been landed.  Closing bug.
Comment 6 Eric Seidel (no email) 2010-03-15 15:35:38 PDT
Comment on attachment 50410 [details]
Add SoundEfl.cpp to WC/platform/efl.

Please use c++ style casts:
 43     Display* display = (Display*) ecore_x_display_get();

Not needed:
+#include "NotImplemented.h"
Comment 7 Eric Seidel (no email) 2010-03-15 15:36:13 PDT
I'm sad that my review is too late and that Holger didn't see all the nits I saw. :(
Comment 8 Leandro Pereira 2010-03-16 06:10:15 PDT
(In reply to comment #7)
> I'm sad that my review is too late and that Holger didn't see all the nits I
> saw. :(

I'll create follow-up patches.