[Webkit-unassigned] [Bug 28929] [HTML5] Support for HTMLTextAreaElement.textLength

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 3 02:22:15 PDT 2009


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





--- Comment #4 from TAMURA, Kent <tkent at chromium.org>  2009-09-03 02:22:15 PDT ---
Hmm,  it(In reply to comment #3)
> I don't think we use "unsigned long" just "unsigned" in c++ code, but I can't
> remember which is used in idls.


HTMLInputElement.maxLength:
  unsigned long in HTML5 IDL
  long in WebKit IDL
  int in WebKit C++

HTMLInputElement.size:
  unsigned long in HTML5 IDL
  unsigned long in WebKit IDL
  int in WebKit C++

HTMLInputElement.selectionStart and selectionEnd, HTMLTextAreaElement.cols,
rows, selectionStart, and selectionEnd:
  unsigned long in HTML5 IDL
  long in WebKit IDL
  int in WebKit C++

Hmm, it's confusing ;-(
Anyway, int seems ok in C++ code.

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