-
darin authored
- fixed 3136391 -- PianoNanny.com screens turn to garbage when resized Turns out browsers pass open calls to the window object if they show up at the document with parameters. We now emulate that too. * khtml/ecma/kjs_html.cpp: (KJS::HTMLDocFunction::tryCall): If we get an open call with parameters, pass it on to the window. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3205 268f45cc-cd09-0410-ab3c-d52691b4dbfc
darin authored- fixed 3136391 -- PianoNanny.com screens turn to garbage when resized Turns out browsers pass open calls to the window object if they show up at the document with parameters. We now emulate that too. * khtml/ecma/kjs_html.cpp: (KJS::HTMLDocFunction::tryCall): If we get an open call with parameters, pass it on to the window. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3205 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Loading