Bug 65283
| Summary: | Please remove proprietary Event extensions | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Anne van Kesteren <annevk> |
| Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | CC: | ahmad.saleem792, ap, fishd, Ms2ger |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Anne van Kesteren
See http://lists.w3.org/Archives/Public/www-dom/2011JulSep/0039.html for details.
See https://bugzilla.mozilla.org/show_bug.cgi?id=674696 for the corresponding Gecko bug.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ahmad Saleem
Test Case (from link) - https://software.hixie.ch/utilities/js/live-dom-viewer/?saved=1087
*** Safari ***
log: isTrusted: true
log: type: load
log: target: [object HTMLDocument]
log: currentTarget: [object Window]
log: eventPhase: 2
log: cancelBubble: false
log: bubbles: false
log: cancelable: false
log: defaultPrevented: false
log: composed: false
log: timeStamp: 469
log: srcElement: [object HTMLDocument]
log: returnValue: true
log: composedPath: function composedPath() {
[native code]
}
log: stopPropagation: function stopPropagation() {
[native code]
}
log: stopImmediatePropagation: function stopImmediatePropagation() {
[native code]
}
log: preventDefault: function preventDefault() {
[native code]
}
log: initEvent: function initEvent() {
[native code]
}
log: NONE: 0
log: CAPTURING_PHASE: 1
log: AT_TARGET: 2
log: BUBBLING_PHASE: 3
rendering mode: CSS1Compat
document has no title
*** Chrome Canary 126 ***
log: isTrusted: true
log: type: load
log: target: [object HTMLDocument]
log: currentTarget: [object Window]
log: eventPhase: 2
log: bubbles: false
log: cancelable: false
log: defaultPrevented: false
log: composed: false
log: timeStamp: 480
log: srcElement: [object HTMLDocument]
log: returnValue: true
log: cancelBubble: false
log: NONE: 0
log: CAPTURING_PHASE: 1
log: AT_TARGET: 2
log: BUBBLING_PHASE: 3
log: composedPath: function composedPath() { [native code] }
log: initEvent: function initEvent() { [native code] }
log: preventDefault: function preventDefault() { [native code] }
log: stopImmediatePropagation: function stopImmediatePropagation() { [native code] }
log: stopPropagation: function stopPropagation() { [native code] }
rendering mode: CSS1Compat
document has no title
Anne van Kesteren
This seems resolved. returnValue got standardized. If there's anything left a more specific bug would be good.