Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
[EFL][DRT] Implements LayoutTestController's setPopupBlockingEnabled.
https://bugs.webkit.org/show_bug.cgi?id=80137 Patch by Grzegorz Czajkowski <g.czajkowski@samsung.com> on 2012-03-06 Reviewed by Eric Seidel. Tools: Adds implementation LayoutTestController's setPopupBlockingEnabled. To pass popup-blocking-click-in-iframe.html EventSender should not repeat click events in idler's function. EventSender allows to asynchronously send click event through ecore_idler_add. This event will be called repeatedly as long as it return true. Click event should be called only once by returning ECORE_CALLBACK_CANCEL. * DumpRenderTree/efl/EventSender.cpp: (sendMouseEvent): Changed return value from bool to void because it always returns true. (sendClick): Idler is deleted by returning ECORE_CALLBACK_CANCEL. (mouseDownCallback): Remove unnecessary checking of return value. * DumpRenderTree/efl/LayoutTestControllerEfl.cpp: (LayoutTestController::setPopupBlockingEnabled): LayoutTests: Enables tests connected with setPopupBlockingEnabled. * platform/efl/Skipped: Canonical link: https://commits.webkit.org/97646@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110028 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
0a89773
commit 7ad7aa6
Showing
5 changed files
with
38 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters