Summary: | [WK2][WTR] WebKitTestRunner needs testRunner.callShouldCloseOnWebView | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Sudarsana Nagineni (babu) <naginenis> | ||||||
Component: | WebKit2 | Assignee: | Sudarsana Nagineni (babu) <naginenis> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | kenneth, mikhail.pozdnyakov, webkit.review.bot | ||||||
Priority: | P2 | ||||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Attachments: |
|
Description
Sudarsana Nagineni (babu)
2012-09-11 02:21:29 PDT
*** Bug 96386 has been marked as a duplicate of this bug. *** Created attachment 163360 [details]
Patch
Comment on attachment 163360 [details]
Patch
LGTM.
Comment on attachment 163360 [details]
Patch
I am not sure about the naming, can you pass this by Anders Carlsson?
(In reply to comment #4) > (From update of attachment 163360 [details]) > I am not sure about the naming, can you pass this by Anders Carlsson? Sure. I'll ping Anders about this. Comment on attachment 163360 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=163360&action=review > Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundleFrame.h:80 > +WK_EXPORT bool WKBundleFrameCallShouldCloseOnWebView(WKBundleFrameRef frame); It's surprising to see this as API. Created attachment 163545 [details]
Patch
I moved this method to private now. Thanks for notifying, Alexey. The name is still same as it is in the test case.
Comment on attachment 163545 [details]
Patch
Looks good!
Comment on attachment 163545 [details] Patch Clearing flags on attachment: 163545 Committed r128491: <http://trac.webkit.org/changeset/128491> All reviewed patches have been landed. Closing bug. |