There are wrong return values in EWK_VIEW_XXX macros. The wrong return values should be fixed. In addition, API description is also modified according to returned value change.
Created attachment 154857 [details] Patch
Comment on attachment 154857 [details] Patch Attachment 154857 [details] did not pass efl-ews (efl): Output: http://queues.webkit.org/results/13372214
Created attachment 154869 [details] Patch
Comment on attachment 154869 [details] Patch Thank you for your review.
Comment on attachment 154869 [details] Patch Clearing flags on attachment: 154869 Committed r123858: <http://trac.webkit.org/changeset/123858>
All reviewed patches have been landed. Closing bug.
Comment on attachment 154869 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=154869&action=review > Source/WebKit/efl/ewk/ewk_view.cpp:4042 > + EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false); This change looks wrong. This breaks the unit tests. By default, the policy is to accept, which means that we need to return true.
Comment on attachment 154869 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=154869&action=review > Source/WebKit/efl/ewk/ewk_view.cpp:4046 > + return false; Actually, it is this line in particular that is wrong. The EINA checks can stay keep using false.
Gyuyoung, in the future you can run the unit tests using: Tools/Script/run-efl-tests You would have caught the problem early.