WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
35885
[EFL] Add KURLEfl.cpp to WC/platform/efl.
https://bugs.webkit.org/show_bug.cgi?id=35885
Summary
[EFL] Add KURLEfl.cpp to WC/platform/efl.
Leandro Pereira
Reported
2010-03-08 15:24:25 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 KURLEfl.cpp to WC/platform/efl.
Attachments
Add KURLEfl.cpp to WC/platform/efl
(1.93 KB, patch)
2010-03-08 15:25 PST
,
Leandro Pereira
zecke
: review-
Details
Formatted Diff
Diff
Add KURLEfl.cpp to WC/platform/efl
(1.79 KB, patch)
2010-03-10 06:32 PST
,
Leandro Pereira
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Leandro Pereira
Comment 1
2010-03-08 15:25:09 PST
Created
attachment 50254
[details]
Add KURLEfl.cpp to WC/platform/efl
Holger Freyther
Comment 2
2010-03-09 20:40:04 PST
Comment on
attachment 50254
[details]
Add KURLEfl.cpp to WC/platform/efl
> +#include <Ecore.h>
the include is not needed.
> + > +namespace WebCore { > + > +String KURL::fileSystemPath() const > +{ > + CString filename = m_string.utf8(); > + > + if (!filename.data()) > + return String(); > + > + String path = String::fromUTF8(filename.data()); > + return path;
The implementation is totally bogus. You can easily steal the KURLQt.cpp implementation or at least take a look at that.
Leandro Pereira
Comment 3
2010-03-10 06:32:30 PST
Created
attachment 50401
[details]
Add KURLEfl.cpp to WC/platform/efl OK, copied the Qt implementation.
Eric Seidel (no email)
Comment 4
2010-03-15 15:37:09 PDT
Comment on
attachment 50401
[details]
Add KURLEfl.cpp to WC/platform/efl OK. Sad this can't be shared by ports that don't need special handling here.
WebKit Commit Bot
Comment 5
2010-03-15 16:20:33 PDT
Comment on
attachment 50401
[details]
Add KURLEfl.cpp to WC/platform/efl Clearing flags on attachment: 50401 Committed
r56023
: <
http://trac.webkit.org/changeset/56023
>
WebKit Commit Bot
Comment 6
2010-03-15 16:20:40 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.
Top of Page
Format For Printing
XML
Clone This Bug