[Webkit-unassigned] [Bug 60518] Expose willStartLiveResize and willEndLiveResize in WebView

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 9 21:32:55 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=60518





--- Comment #6 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2011-05-09 21:32:55 PST ---
(From update of attachment 92890)
View in context: https://bugs.webkit.org/attachment.cgi?id=92890&action=review

> Source/WebKit/chromium/public/WebView.h:137
> +    virtual void willStartLiveResize() = 0;

maybe you want to more explicitly mention the "resizer" in this API?  didStartDraggingResizer?  didStopDraggingResizer?

we already have the term "resizer" in the API.  see WebWidgetClient::windowResizerRect().

i'm a little concerned about using a OSX specific term here for something that could be generic to more ports.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list