[Webkit-unassigned] [Bug 69893] New: Implement a BeforeLoadEvent constructor for JSC
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 11 18:57:36 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=69893
Summary: Implement a BeforeLoadEvent constructor for JSC
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: HTML DOM
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: haraken at chromium.org
CC: ap at webkit.org, sam at webkit.org, abarth at webkit.org,
dominicc at chromium.org
We have been implementing constructors of Events. BeforeLoadEvent should have a constructor.
There is no spec for the BeforeLoadEvent constructor, since it is WebKit-specific. Judging from the current IDL of initBeforeLoadEvent(), the IDL of the BeforeLoadEvent constructor should be as follows.
[Constructor(DOMString type, optional BeforeLoadEventInit eventInitDict)]
interface BeforeLoadEvent : Event {
...;
}
dictionary BeforeLoadEventInit : EventInit {
DOMString url;
}
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list