summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast
diff options
context:
space:
mode:
authordarin@apple.com <darin@apple.com@bbb929c8-8fbe-4397-9dbb-9b2b20218538>2011-10-15 22:47:42 +0000
committerdarin@apple.com <darin@apple.com@bbb929c8-8fbe-4397-9dbb-9b2b20218538>2011-10-15 22:47:42 +0000
commitd50906dc4e730bfff70f16022a7ec09c68e1aa27 (patch)
tree18e27cfed33526e089370c8f428b45d92c73e6c8 /third_party/WebKit/LayoutTests/fast
parent6e1b31cf03a8b632e4a828477ad9e9610d3103f3 (diff)
downloadchromium_src-d50906dc4e730bfff70f16022a7ec09c68e1aa27.zip
chromium_src-d50906dc4e730bfff70f16022a7ec09c68e1aa27.tar.gz
chromium_src-d50906dc4e730bfff70f16022a7ec09c68e1aa27.tar.bz2
REGRESSION(r97533): fast/forms/select-script-onchange.html failed after
https://bugs.webkit.org/show_bug.cgi?id=70173 Reviewed by Ryosuke Niwa. * html/HTMLSelectElement.cpp: (WebCore::HTMLSelectElement::setValue): Removed unneeded boolean argument [true for deselect]. (WebCore::HTMLSelectElement::menuListDefaultEventHandler): Added explicit boolean arguments for all calls to setSelectedIndex to restore pre-r97533 behavior. (WebCore::HTMLSelectElement::typeAheadFind): Ditto. (WebCore::HTMLSelectElement::accessKeySetSelectedIndex): Ditto. * html/HTMLSelectElement.h: Removed default of true for userDrivenChange. Each caller should pass it explicitly. Longer term we should use an enum instead of a boolean or find some other way of avoiding the argument. (WebCore::HTMLSelectElement::setSelectedIndex): Pass false for userDrivenChange as the old code did pre-r97533. git-svn-id: svn://svn.chromium.org/blink/trunk@97565 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast')
0 files changed, 0 insertions, 0 deletions