Closed
Bug 134962
Opened 23 years ago
Closed 23 years ago
REMINDER: check talkbacks and remove temporary code added for bug 118014
Categories
(Core :: Layout, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla1.0
People
(Reporter: attinasi, Assigned: attinasi_layout)
Details
(Whiteboard: [FIXED_ON_TRUNK])
Attachments
(1 file)
1.76 KB,
patch
|
dbaron
:
review+
waterson
:
superreview+
|
Details | Diff | Splinter Review |
This code needs to be removed once it is no longer needed to analyze the bug
reported in bug 118014:
// DIAGNOSTIC CHECK: bug 118014 tracks a topcrash coming out of this
call. The following
// code to discriminate beween HTML and non HTML is an attempt to
better understand
// what kind of element is causing the crash, since it cannot so far
be reproduced in a
// debugging environment. (temporary: 04.02.2002 attinasi@netscape.com)
nsIContent *theContent = undisplayed->mContent;
if (theContent->IsContentOfType(nsIContent::eHTML)) {
// HTML element
aPresContext->ResolveStyleContextFor(theContent, newContext,
&undisplayedContext);
} else {
// non-HTML element (probably XUL)
aPresContext->ResolveStyleContextFor(theContent, newContext,
&undisplayedContext);
}
Reporter | ||
Comment 1•23 years ago
|
||
accepting, and putting artificially high priority to keep it on my radar
Status: NEW → ASSIGNED
Priority: -- → P1
Target Milestone: --- → mozilla1.0
Comment 3•23 years ago
|
||
Mozilla still crashes when moving to next unread folder (if inbox is empty and
there are messages in a subfolder). Reported in bug 130720.
This was duplicate of 118014, but I still see the crash on a brand new install
of nightly 2002040403 on Windows ME. Talkback TB4821985G.
Reporter | ||
Comment 4•23 years ago
|
||
The remp code will be removed as part of the checkin for bug 118014 - if that
ever gets approved. If not, I will remove it seperately.
Reporter | ||
Comment 5•23 years ago
|
||
Attachment #78934 -
Flags: review+
Comment on attachment 78934 [details] [diff] [review]
PATCH to backout the temp code
r=dbaron
Comment 7•23 years ago
|
||
Comment on attachment 78934 [details] [diff] [review]
PATCH to backout the temp code
sr=waterson
Attachment #78934 -
Flags: superreview+
Reporter | ||
Comment 8•23 years ago
|
||
Backed out the code on the trunk:
/cvsroot/mozilla/layout/html/base/src/nsFrameManager.cpp,v <-- nsFrameManager.cpp
new revision: 1.116; previous revision: 1.115
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•23 years ago
|
Whiteboard: [FIXED_ON_TRUNK]
You need to log in
before you can comment on or make changes to this bug.
Description
•