| Summary: | Support for iframe.contentWindow in DOM | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Alain Knaff <kde> |
| Component: | khtml ecma | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Alain Knaff
2005-02-14 00:17:25 UTC
khtml ecma is the closest to "khtml dom" we have. CVS commit by carewolf: Implement frame.contentWindow and window.frameElement. FEATURE: 99318, 101442 Notes: Fixes Google Suggest again. It seems the new GMail also uses them, but this alone appears to fix nothing. M +5 -0 ChangeLog 1.415 M +16 -0 ecma/kjs_html.cpp 1.281 M +4 -2 ecma/kjs_html.h 1.84 M +3 -0 ecma/kjs_window.cpp 1.400 M +1 -1 ecma/kjs_window.h 1.111 |