| Index: WebCore/ChangeLog
|
| ===================================================================
|
| --- WebCore/ChangeLog (revision 48064)
|
| +++ WebCore/ChangeLog (working copy)
|
| @@ -1,3 +1,16 @@
|
| +2010-05-07 Alexey Proskuryakov <ap@apple.com>
|
| +
|
| + Reviewed by Adele Peterson.
|
| +
|
| + https://bugs.webkit.org/show_bug.cgi?id=38546
|
| + Node.focus() fails to move focus from subframe properly
|
| +
|
| + Test: fast/frames/take-focus-from-iframe.html
|
| +
|
| + * html/HTMLFrameElementBase.cpp: (WebCore::HTMLFrameElementBase::setFocus): Don't clear
|
| + focus if this frame doesn't have it. This can happen if page's and HTMLFrameElement's ideas
|
| + of focused frame get out of sync temporarily.
|
| +
|
| 2010-05-12 Abhishek Arya <inferno@chromium.org>
|
|
|
| Reviewed by Darin Adler.
|
|
|