Summary: | konqueror hangs in google maps using to/from here-link | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Sten Heinze <sten.heinze> |
Component: | general | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 4.2.0 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Sten Heinze
2009-02-05 02:09:00 UTC
SVN commit 922888 by orlovich: Google maps seems to wants the DOM objects' prototypes' constructor properties to point to something other than the default Object constructor. Make them point to the Node pseudoctor for now. Probably want to give it more distinct values later on, but that's better done w/autogen. BUG:176730 BUG:183251 M +1 -1 kdecore/localization/ktranscript.cpp M +1 -1 khtml/ecma/domparser.cpp M +1 -1 khtml/ecma/kjs_audio.cpp M +3 -0 khtml/ecma/kjs_binding.h M +3 -3 khtml/ecma/kjs_context2d.cpp M +4 -4 khtml/ecma/kjs_css.cpp M +19 -10 khtml/ecma/kjs_dom.cpp M +4 -4 khtml/ecma/kjs_dom.h M +11 -11 khtml/ecma/kjs_events.cpp M +31 -31 khtml/ecma/kjs_html.cpp M +1 -1 khtml/ecma/kjs_range.cpp M +2 -2 khtml/ecma/kjs_traversal.cpp M +1 -1 khtml/ecma/kjs_views.cpp M +1 -1 khtml/ecma/xmlhttprequest.cpp M +1 -1 khtml/ecma/xmlserializer.cpp M +7 -23 kjs/lookup.h M +4 -0 kjs/object_object.cpp M +6 -1 kjs/object_object.h WebSVN link: http://websvn.kde.org/?view=rev&revision=922888 SVN commit 922890 by orlovich: Merged revision 922888: Google maps seems to wants the DOM objects' prototypes' constructor properties to point to something other than the default Object constructor. Make them point to the Node pseudoctor for now. Probably want to give it more distinct values later on, but that's better done w/autogen. BUG:176730 BUG:183251 M +1 -1 kdecore/localization/ktranscript.cpp M +1 -1 khtml/ecma/domparser.cpp M +1 -1 khtml/ecma/kjs_audio.cpp M +3 -0 khtml/ecma/kjs_binding.h M +3 -3 khtml/ecma/kjs_context2d.cpp M +4 -4 khtml/ecma/kjs_css.cpp M +19 -10 khtml/ecma/kjs_dom.cpp M +4 -4 khtml/ecma/kjs_dom.h M +11 -11 khtml/ecma/kjs_events.cpp M +31 -31 khtml/ecma/kjs_html.cpp M +1 -1 khtml/ecma/kjs_range.cpp M +2 -2 khtml/ecma/kjs_traversal.cpp M +1 -1 khtml/ecma/kjs_views.cpp M +1 -1 khtml/ecma/xmlhttprequest.cpp M +1 -1 khtml/ecma/xmlserializer.cpp M +7 -23 kjs/lookup.h M +4 -0 kjs/object_object.cpp M +6 -1 kjs/object_object.h WebSVN link: http://websvn.kde.org/?view=rev&revision=922890 |