Passes to _ewk_view_viewport_attributes_compute an internal data of ewk_view instead of the view object. Adds to ewk_view_viewport_attributes_get NULL checking to avoid unexpected results since this is API.
Created attachment 104160 [details] proposed patch
Comment on attachment 104160 [details] proposed patch LGTM
Comment on attachment 104160 [details] proposed patch Informal r+.
Created attachment 111960 [details] updated patch to a new coding style of WebKit-EFL
Comment on attachment 111960 [details] updated patch to a new coding style of WebKit-EFL View in context: https://bugs.webkit.org/attachment.cgi?id=111960&action=review > Source/WebKit/efl/ChangeLog:9 > + Passes to _ewk_view_viewport_attributes_compute an internal > + data of ewk_view instead of the view object. This can fit in one line. > Source/WebKit/efl/ChangeLog:11 > + Adds to ewk_view_viewport_attributes_get NULL checks to > + avoid unexpected results since this is API. Ditto.
Created attachment 112466 [details] followed Ryosuke's suggestions
Comment on attachment 112466 [details] followed Ryosuke's suggestions Clearing flags on attachment: 112466 Committed r98446: <http://trac.webkit.org/changeset/98446>
All reviewed patches have been landed. Closing bug.