Bug 111140

Summary: Coordinated Graphics API tests for Efl
Product: WebKit Reporter: Luiz Agostini <luiz>
Component: WebKit2Assignee: Luiz Agostini <luiz>
Status: RESOLVED INVALID    
Severity: Normal CC: enmi.lee, gyuyoung.kim, noam, rakuco, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 111139, 110323    
Bug Blocks:    
Attachments:
Description Flags
patch
eflews.bot: commit-queue-
patch
none
patch none

Luiz Agostini
Reported 2013-02-28 21:59:56 PST
Coordinated Graphics API tests for Efl
Attachments
patch (9.62 KB, patch)
2013-03-15 00:11 PDT, Luiz Agostini
eflews.bot: commit-queue-
patch (9.56 KB, patch)
2013-03-15 01:05 PDT, Luiz Agostini
no flags
patch (9.47 KB, patch)
2013-03-15 01:13 PDT, Luiz Agostini
no flags
Luiz Agostini
Comment 1 2013-03-15 00:11:58 PDT
EFL EWS Bot
Comment 2 2013-03-15 00:18:53 PDT
Luiz Agostini
Comment 3 2013-03-15 01:05:19 PDT
WebKit Review Bot
Comment 4 2013-03-15 01:07:35 PDT
Attachment 193254 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit2/ChangeLog', u'Source/WebKit2/PlatformEfl.cmake', u'Source/WebKit2/UIProcess/API/C/efl/WKView.cpp', u'Source/WebKit2/UIProcess/API/C/efl/WKView.h', u'Source/WebKit2/UIProcess/API/efl/ewk_view.cpp', u'Source/WebKit2/UIProcess/API/efl/ewk_view.h', u'Source/WebKit2/UIProcess/API/efl/tests/test_ewk2_coordinated_view.cpp', u'Source/WebKit2/UIProcess/efl/WebView.h']" exit_code: 1 Source/WebKit2/UIProcess/API/efl/tests/test_ewk2_coordinated_view.cpp:60: Tests for true/false, null/non-null, and zero/non-zero should all be done without equality comparisons. [readability/comparison_to_zero] [5] Total errors found: 1 in 8 files If any of these errors are false positives, please file a bug against check-webkit-style.
Luiz Agostini
Comment 5 2013-03-15 01:13:59 PDT
Kenneth Rohde Christiansen
Comment 6 2013-03-18 03:52:00 PDT
Comment on attachment 193255 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=193255&action=review LGTM > Source/WebKit2/UIProcess/API/efl/ewk_view.h:854 > > +EAPI const void* ewk_view_WKView_get(const Evas_Object* ewkView); > + Similar method already exists!
Mikhail Pozdnyakov
Comment 7 2013-03-18 04:57:04 PDT
Comment on attachment 193255 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=193255&action=review > Source/WebKit2/UIProcess/API/efl/ewk_view.h:853 > +EAPI const void* ewk_view_WKView_get(const Evas_Object* ewkView); it cannot be part of public API. > Source/WebKit2/UIProcess/API/efl/tests/test_ewk2_coordinated_view.cpp:42 > +static Ecore_Timer* timeoutTimer = 0; =0 can be omitted > Source/WebKit2/UIProcess/API/efl/tests/test_ewk2_coordinated_view.cpp:60 > + const char* hitTestHtml = const char hitTestHtml[]
Noam Rosenthal
Comment 8 2013-10-11 08:05:50 PDT
This has been resolved in a diferent way by the nix port.
Note You need to log in before you can comment on or make changes to this bug.