WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
CLOSED FIXED
44147
[EFL] enable libsoup's content decode feature
https://bugs.webkit.org/show_bug.cgi?id=44147
Summary
[EFL] enable libsoup's content decode feature
Jaehun Lim
Reported
2010-08-17 19:04:32 PDT
WebKit-EFL does not support some gzip encoded contents. See attached error screen. Test site is mobile twitter login page. (
https://mobile.twitter.com/session/new/
) - CSS is not applied.
Attachments
error screen
(22.12 KB, image/png)
2010-08-17 19:16 PDT
,
Jaehun Lim
no flags
Details
Patch
(1.03 KB, patch)
2010-08-17 19:17 PDT
,
Jaehun Lim
no flags
Details
Formatted Diff
Diff
Enable libsoup's content decode feature
(1.08 KB, patch)
2010-08-17 22:21 PDT
,
Jaehun Lim
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Jaehun Lim
Comment 1
2010-08-17 19:16:14 PDT
Created
attachment 64660
[details]
error screen
Jaehun Lim
Comment 2
2010-08-17 19:17:57 PDT
Created
attachment 64661
[details]
Patch
Antonio Gomes
Comment 3
2010-08-17 21:42:24 PDT
Comment on
attachment 64661
[details]
Patch r=me
> + [EFL] enable libsoup's content decode feature > +
https://bugs.webkit.org/show_bug.cgi?id=44147
> + > + libsoup's content decode feature is enabled during initializaton.
Please, rephrase to something like: "Enable libsoup's content decode feature..." or "Make libsoup's content decode feature is enabled during initializaton to fix web sites that send CSS encoded", blablabla. Something more descriptive. ps: When uploading the new patch , fill "Reviewed by" statement in the ChangeLog with "Antonio Gomes" and just set "cq?" to the patch. No need for a new
> --- a/WebKit/efl/ewk/ewk_main.cpp > +++ b/WebKit/efl/ewk/ewk_main.cpp > @@ -125,6 +125,7 @@ int ewk_init(void) > if (1) { > SoupSession* session = WebCore::ResourceHandle::defaultSession(); > soup_session_add_feature_by_type(session, SOUP_TYPE_CONTENT_SNIFFER); > + soup_session_add_feature_by_type(session, SOUP_TYPE_CONTENT_DECODER); > } > #endif
the if (1) above made me sad! :-(
Jaehun Lim
Comment 4
2010-08-17 22:21:13 PDT
Created
attachment 64670
[details]
Enable libsoup's content decode feature OK. I upload a new patch. Thanks for your review.
Lucas De Marchi
Comment 5
2010-08-25 13:28:10 PDT
Comment on
attachment 64661
[details]
Patch Clearing flags on attachment: 64661 Committed
r66038
: <
http://trac.webkit.org/changeset/66038
>
Lucas De Marchi
Comment 6
2010-08-25 13:28:20 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