| commit | 32713e5ba38025b491292a51a139d45ab0f7d46b | [log] [tgz] |
|---|---|---|
| author | tkent <tkent@chromium.org> | Thu Jul 07 08:15:58 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Thu Jul 07 08:17:54 2016 |
| tree | 13f3bfc9e3c1feeae8802def4ec907c78b2a6371 | |
| parent | 72564fc55f6c9a186fca1055004c1c892d68026d [diff] |
SELECT element: Introduce light-weight OPTION iterater. blink::OptionList iterates over OPTION elements of a SELECT element without producing vector-like cache. It's useful to avoid listeItems() in critical paths. This CL should not have user-visible behaivor changes. BUG=577989 Review-Url: https://codereview.chromium.org/2130653002 Cr-Commit-Position: refs/heads/master@{#404100}