Closed
Bug 316867
Opened 19 years ago
Closed 19 years ago
Should clean up the changed code by bug 55751 and bug 316715
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Core
DOM: UI Events & Focus Handling
Tracking
()
RESOLVED
FIXED
mozilla1.9alpha1
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
Attachments
(1 file)
(deleted),
patch
|
roc
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
My patch in bug 55751 and bug 316715 has some wrong coding.
We should update it.
nsIContent::GetDesiredIMEState(); -> (parent class)::GetDesiredIMEState();
nsObjectLoadingContent::Type() -> Type()
http://lxr.mozilla.org/mozilla/source/content/html/content/src/nsHTMLAppletElement.cpp
http://lxr.mozilla.org/mozilla/source/content/html/content/src/nsHTMLSharedElement.cpp
http://lxr.mozilla.org/mozilla/source/content/html/content/src/nsGenericHTMLElement.cpp
Assignee | ||
Updated•19 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•19 years ago
|
||
Attachment #203413 -
Flags: superreview?(roc)
Attachment #203413 -
Flags: review?(cbiesinger)
Attachment #203413 -
Flags: superreview?(roc)
Attachment #203413 -
Flags: superreview+
Attachment #203413 -
Flags: review?(cbiesinger)
Attachment #203413 -
Flags: review+
Assignee | ||
Comment 2•19 years ago
|
||
checked-in.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•