Closed
Bug 202764
Opened 22 years ago
Closed 20 years ago
nsXULDocument::HandleDOMEvent can go away
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
People
(Reporter: bryner, Assigned: smaug)
References
Details
Attachments
(1 file)
8.39 KB,
patch
|
jst
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
Now that nsXULDocument inherits from nsDocument, it looks like
nsXULDocument::HandleDOMEvent can go away and we can just use the superclass
implementation. It seems to be functionally the same, just a few extra checks
for local handling (which appear to be more correct).
Assignee | ||
Comment 1•20 years ago
|
||
So, like this.
The only difference atm is the local handling.
As far as I understand nsDocument does it right.
http://lxr.mozilla.org/seamonkey/source/content/base/src/nsDocument.cpp#4114
http://lxr.mozilla.org/seamonkey/source/content/xul/document/src/nsXULDocument.cpp#1237
Comment 2•20 years ago
|
||
Comment on attachment 194780 [details] [diff] [review]
Removing nsXULDocument::HandleDOMEvent
r=jst
Attachment #194780 -
Flags: review?(jst) → review+
Assignee | ||
Updated•20 years ago
|
Attachment #194780 -
Flags: superreview?(bryner)
Assignee | ||
Updated•20 years ago
|
Attachment #194780 -
Flags: superreview?(bryner) → superreview?(bzbarsky)
![]() |
||
Comment 3•20 years ago
|
||
Comment on attachment 194780 [details] [diff] [review]
Removing nsXULDocument::HandleDOMEvent
sr=bzbarsky. Let me know if you need this checked in, ok? (I _think_ you have
a cvs account, but I'm not 100% sure... and if you don't, request one!).
Attachment #194780 -
Flags: superreview?(bzbarsky) → superreview+
Assignee | ||
Comment 4•20 years ago
|
||
(In reply to comment #3)
> (From update of attachment 194780 [details] [diff] [review] [edit])
> sr=bzbarsky. Let me know if you need this checked in, ok? (I _think_ you have
> a cvs account, but I'm not 100% sure... and if you don't, request one!).
>
I do have a cvs account. I'll check this in later today.
Assignee | ||
Comment 5•20 years ago
|
||
Checked in
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•