RESOLVED FIXED 116386
[EFL][WK2] Refactor ewk_view_custom_encoding_set/get API
https://bugs.webkit.org/show_bug.cgi?id=116386
Summary [EFL][WK2] Refactor ewk_view_custom_encoding_set/get API
Jinwoo Song
Reported 2013-05-18 00:13:14 PDT
Handles the 'const char*' parameter in right way and enable the unit test for this API.
Attachments
Patch (4.74 KB, patch)
2013-05-18 00:22 PDT, Jinwoo Song
no flags
Patch (4.75 KB, patch)
2013-05-18 00:57 PDT, Jinwoo Song
no flags
Jinwoo Song
Comment 1 2013-05-18 00:22:03 PDT
Chris Dumez
Comment 2 2013-05-18 00:41:21 PDT
Comment on attachment 202193 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=202193&action=review Looks good. r=me with a few nit fixes. > Source/WebKit2/ChangeLog:8 > + Refactor the API to handle 'const char*' paramerter in right way and "parameter" > Source/WebKit2/UIProcess/API/efl/EwkView.h:139 > + const char* customTextEncodingName() {return m_customEncoding; } Missing space after '{'. Why isn't the getter const anymore?
Jinwoo Song
Comment 3 2013-05-18 00:56:25 PDT
Comment on attachment 202193 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=202193&action=review >> Source/WebKit2/ChangeLog:8 >> + Refactor the API to handle 'const char*' paramerter in right way and > > "parameter" I will fix. >> Source/WebKit2/UIProcess/API/efl/EwkView.h:139 >> + const char* customTextEncodingName() {return m_customEncoding; } > > Missing space after '{'. Why isn't the getter const anymore? Opps, my bad. This is my first patch with Sublime Text 2 but it seems to be familiar with this more. :)
Jinwoo Song
Comment 4 2013-05-18 00:57:57 PDT
WebKit Commit Bot
Comment 5 2013-05-18 01:48:13 PDT
Comment on attachment 202194 [details] Patch Clearing flags on attachment: 202194 Committed r150332: <http://trac.webkit.org/changeset/150332>
WebKit Commit Bot
Comment 6 2013-05-18 01:48:16 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.