Closed
Bug 167835
Opened 23 years ago
Closed 14 years ago
Replace waaah! in nsXBLDocumentInfo/nsXULPrototypeDocument with useful error message
Categories
(Core :: XBL, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: nallen, Unassigned)
Details
Here's the current list of places where "waaah!" is used as an error message:
/content/xbl/src/nsXBLDocumentInfo.cpp, line 228 -- NS_NOTREACHED("waaah!");
/content/xbl/src/nsXBLDocumentInfo.cpp, line 236 -- NS_NOTREACHED("waaah!");
/content/xbl/src/nsXBLDocumentInfo.cpp, line 244 -- NS_WARNING("waaah!");
/content/xbl/src/nsXBLDocumentInfo.cpp, line 252 -- NS_NOTREACHED("waaah!");
/content/xbl/src/nsXBLDocumentInfo.cpp, line 281 -- NS_NOTREACHED("waaah!");
/content/xul/document/src/nsXULPrototypeDocument.cpp, line 804 -- NS_NOTREACHED
("waaah!");
/content/xul/document/src/nsXULPrototypeDocument.cpp, line 812 -- NS_NOTREACHED
("waaah!");
/content/xul/document/src/nsXULPrototypeDocument.cpp, line 820 -- NS_WARNING
("waaah!");
/content/xul/document/src/nsXULPrototypeDocument.cpp, line 828 -- NS_NOTREACHED
("waaah!");
/content/xul/document/src/nsXULPrototypeDocument.cpp, line 857 -- NS_NOTREACHED
("waaah!");
These should be replaced with more useful messages or removed if unimportant.
Updated•16 years ago
|
QA Contact: ian → xbl
Updated•16 years ago
|
Assignee: hyatt → nobody
Comment 1•14 years ago
|
||
Code base appears to be "waaah!"-free now.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•