Closed
Bug 417840
Opened 18 years ago
Closed 18 years ago
"ASSERTION: Shouldn't be observing anymore" removing 'ref' attribute
Categories
(Core :: XUL, defect, P1)
Tracking
()
VERIFIED
FIXED
mozilla1.9beta4
People
(Reporter: jruderman, Assigned: bent.mozilla)
References
Details
(Keywords: assertion, regression, testcase)
Attachments
(2 files)
|
223 bytes,
application/vnd.mozilla.xul+xml
|
Details | |
|
3.00 KB,
patch
|
jst
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
Loading the testcase triggers:
###!!! ASSERTION: Shouldn't be observing anymore!: '!mObservedDocument', file /Users/jruderman/trunk/mozilla/content/xul/templates/src/nsXULTemplateBuilder.cpp, line 240
This assertion was added by bent in bug 416939.
| Assignee | ||
Comment 1•18 years ago
|
||
This makes sure that we always remove the observer properly and consolidates the calls to the observer service. I just removed the warning about the null document because it doesn't seem to matter.
| Assignee | ||
Updated•18 years ago
|
Flags: blocking1.9?
Target Milestone: --- → mozilla1.9beta4
| Assignee | ||
Comment 2•18 years ago
|
||
(In reply to comment #1)
> I just removed the warning about the null document
Er, no I didn't. Different bug.
Updated•18 years ago
|
Attachment #304264 -
Flags: superreview+
Attachment #304264 -
Flags: review?(jst)
Attachment #304264 -
Flags: review+
Updated•18 years ago
|
Flags: blocking1.9? → blocking1.9+
| Assignee | ||
Comment 3•18 years ago
|
||
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Priority: -- → P1
Resolution: --- → FIXED
Comment 6•18 years ago
|
||
See bug 423355 comment 15 and on.
Comment 7•18 years ago
|
||
verified fixed using the testcase and Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9pre) Gecko/2008050621 Firefox/3.0pre - no assertion on testcase
--> Verified fixed
Status: RESOLVED → VERIFIED
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: xptoolkit.xul → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•