[Webkit-unassigned] [Bug 48177] Expose |sendChangeEvent| parameter in WebInputElement::setValue() API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 28 18:52:19 PDT 2010


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





--- Comment #5 from Kent Tamura <tkent at chromium.org>  2010-10-28 18:52:17 PST ---
(From update of attachment 71631)
View in context: https://bugs.webkit.org/attachment.cgi?id=71631&action=review

> WebKit/chromium/public/WebInputElement.h:69
> +        WEBKIT_API void setValue(const WebString&); // TODO(isherman): Remove once chromium code is updated.

We use some default arguments in WebKit API.

WebKit/chromium/public/WebCursorInfo.h:    explicit WebCursorInfo(Type type = TypePointer)
WebKit/chromium/public/WebFrame.h:                          bool replace = false) = 0;
WebKit/chromium/public/WebFrame.h:                                bool replace = false) = 0; 
WebKit/chromium/public/WebFrame.h:    virtual int printBegin(const WebSize& pageSize, int printerDPI = 72,
WebKit/chromium/public/WebFrame.h:                           bool* useBrowserOverlays = 0) = 0;
WebKit/chromium/public/WebInputEvent.h:    WebKeyboardEvent(unsigned sizeParam = sizeof(WebKeyboardEvent))
WebKit/chromium/public/WebInputEvent.h:    WebMouseEvent(unsigned sizeParam = sizeof(WebMouseEvent))
WebKit/chromium/public/WebInputEvent.h:    WebMouseWheelEvent(unsigned sizeParam = sizeof(WebMouseWheelEvent))
WebKit/chromium/public/WebInputEvent.h:    WebTouchEvent(unsigned sizeParam = sizeof(WebTouchEvent))
WebKit/chromium/public/WebVector.h:    explicit WebVector(size_t size = 0)

It might be ok to use default argument though Chromium style doesn't allow it.  I'm not 100% sure.

-- 
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