Summary: | WebKitTestRunner needs layoutTestController.setTabKeyCyclesThroughElements | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Sam Weinig <sam> | ||||||||||||
Component: | WebKit2 | Assignee: | Sudarsana Nagineni (babu) <naginenis> | ||||||||||||
Status: | RESOLVED FIXED | ||||||||||||||
Severity: | Normal | CC: | cdumez, gyuyoung.kim, kenneth, naginenis, rakuco, webkit.review.bot | ||||||||||||
Priority: | P2 | Keywords: | InRadar | ||||||||||||
Version: | 528+ (Nightly build) | ||||||||||||||
Hardware: | PC | ||||||||||||||
OS: | OS X 10.5 | ||||||||||||||
Attachments: |
|
Description
Sam Weinig
2010-07-20 15:14:15 PDT
Created attachment 162517 [details]
Patch
Comment on attachment 162517 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=162517&action=review > Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePrivate.h:106 > > +WK_EXPORT void WKBundleSetTabKeyCyclesThroughElements(WKBundleRef bundle, WKBundlePageRef page, bool cycles); This sounds so much more like a runtime setting. bool enable? Created attachment 162704 [details]
Patch
Take Kenneth's feedback into consideration.
Created attachment 163362 [details]
Patch
rebased.
Created attachment 163375 [details]
Patch
Rebased once again.
Comment on attachment 163375 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=163375&action=review > LayoutTests/platform/wk2/Skipped:-467 > -fast/events/keypress-insert-tab.html Shouldn't you remove it from LayoutTests/platform/efl/Skipped as well? or move it to efl-wk1/TestExpectations if it fails for WebKit1. Comment on attachment 163375 [details]
Patch
Shouldn't we reset the value in TestController::resetStateToConsistentValues() to avoid flakyness?
Created attachment 164096 [details]
Patch
Take Chris's feedback into consideration.
Comment on attachment 164096 [details]
Patch
LGTM. Thanks.
Comment on attachment 164096 [details] Patch Clearing flags on attachment: 164096 Committed r128604: <http://trac.webkit.org/changeset/128604> All reviewed patches have been landed. Closing bug. |