[chromium] Add WebKit API to access <datalist> options
authorkeishi@webkit.org <keishi@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 13 Apr 2012 11:09:29 +0000 (11:09 +0000)
committerkeishi@webkit.org <keishi@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 13 Apr 2012 11:09:29 +0000 (11:09 +0000)
commit9011e4b509748282cfb25a6c47fa083987bac098
tree69d1278bc56456aec4c0d79c703a8d1f1fe3f14d
parent1c399910e768c5a11150292fde626a9d5693c2ea
[chromium] Add WebKit API to access <datalist> options
https://bugs.webkit.org/show_bug.cgi?id=83762

Introduce WebInputElement::dataListOptions so we can implement a UI for datalist.

Reviewed by Kent Tamura.

* public/WebInputElement.h:
(WebKit):
(WebInputElement):
* src/WebInputElement.cpp:
(WebKit::WebInputElement::dataListOptions): Added. Returns a WebNodeCollection containing WebOptionElements.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114108 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Source/WebKit/chromium/ChangeLog
Source/WebKit/chromium/public/WebInputElement.h
Source/WebKit/chromium/public/WebNodeCollection.h
Source/WebKit/chromium/src/WebInputElement.cpp