[Webkit-unassigned] [Bug 60518] Expose willStartLiveResize and willEndLiveResize in WebView
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun May 15 21:35:34 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=60518
Darin Fisher (:fishd, Google) <fishd at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #93519|review? |review-
Flag| |
--- Comment #16 from Darin Fisher (:fishd, Google) <fishd at chromium.org> 2011-05-15 21:35:34 PST ---
(From update of attachment 93519)
View in context: https://bugs.webkit.org/attachment.cgi?id=93519&action=review
Sorry if it comes off as though I'm being nit-picky here. I just think it is
important that the API makes sense.
> Source/WebKit/chromium/public/WebWidget.h:58
> + // Called when the user begins to drag the resizer.
You are still leaving things mysterious for the reader to guess what you mean.
I think you mean that willStartLiveResize will be followed by a sequence of
calls to resize(), but you don't say that. Am I interpreting this API correctly?
If so, please add a comment to clarify this.
Is it required that this API only be used when resizing using the "resizer"? Why
is the effect particular to that way of resizing? what if there are other ways
of allowing a user gesture to actuate a "live resize" sequence?
I'm guessing (so please clarify), but I think you just want to tell WebKit to
treat a sequence of resize() calls as related to a single user gesture. Maybe
that does not need to be particular to the "resizer" UI?
--
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