[Webkit-unassigned] [Bug 7838] New: Add support for mozilla-style node constructors as properties of the window object
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Fri Mar 17 15:28:08 PST 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=7838
Summary: Add support for mozilla-style node constructors as
properties of the window object
Product: WebKit
Version: 420+ (nightly)
Platform: Macintosh
OS/Version: Mac OS X 10.0
Status: NEW
Severity: normal
Priority: P2
Component: XML DOM
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: ggaren at apple.com
Firefox defines e.g. window.HTMLDocument as a property of the window object.
This allows scripts to modify window.HTMLDocument.prototype in order to extend
or change the behavior of all HTMLDocuments.
At the least, we should implement:
Element
Document
HTMLDocument
Event
CSSStyleDeclaration
These are the constructors used by www.start.com to add support for IE-specific
DOM extensions.
Some documentation can be found @
http://www.mozilla.org/docs/dom/mozilla/protodoc.html.
--
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list