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)

x86
Windows 2000
defect

Tracking

()

RESOLVED FIXED
mozilla1.0

People

(Reporter: attinasi, Assigned: attinasi_layout)

Details

(Whiteboard: [FIXED_ON_TRUNK])

Attachments

(1 file)

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); }
accepting, and putting artificially high priority to keep it on my radar
Status: NEW → ASSIGNED
Priority: -- → P1
Target Milestone: --- → mozilla1.0
Changing QA contact
QA Contact: petersen → amar
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.
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.
Comment on attachment 78934 [details] [diff] [review] PATCH to backout the temp code sr=waterson
Attachment #78934 - Flags: superreview+
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
Whiteboard: [FIXED_ON_TRUNK]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: