Summary: | [EFL] LayoutTestController needs implementation of isPageBoxVisible | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Alexander Shalamov <alexander.shalamov> | ||||||
Component: | WebKit EFL | Assignee: | Alexander Shalamov <alexander.shalamov> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | gyuyoung.kim, lucas.de.marchi, rakuco, webkit.review.bot | ||||||
Priority: | P2 | ||||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Bug Depends on: | |||||||||
Bug Blocks: | 82589 | ||||||||
Attachments: |
|
Description
Alexander Shalamov
2012-03-29 03:12:43 PDT
Created attachment 134539 [details]
Patch
DRT support for isPageBoxVisible
Comment on attachment 134539 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=134539&action=review > Source/WebKit/efl/WebCoreSupport/DumpRenderTreeSupportEfl.cpp:124 > + WebCore::Frame* frame = EWKPrivate::coreFrame(ewkFrame); Nitpick: could be const. > Source/WebKit/efl/WebCoreSupport/DumpRenderTreeSupportEfl.cpp:129 > + return frame->document()->isPageBoxVisible(pageIndex); Are you guaranteed to always have a valid Document? Created attachment 134736 [details]
Patch
Added fix according to the review comments
Added description to the changelogs
If this one blocks bug 82589, shouldn't you ask for review for this one and remove the flags in the other bug? Comment on attachment 134736 [details]
Patch
Set review and commit-queue flags.
Comment on attachment 134736 [details]
Patch
Looks fine.
Comment on attachment 134736 [details] Patch Clearing flags on attachment: 134736 Committed r112985: <http://trac.webkit.org/changeset/112985> All reviewed patches have been landed. Closing bug. |