Closed
Bug 5027
Opened 26 years ago
Closed 26 years ago
debug window gives wrong message
Categories
(Core Graveyard :: Tracking, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M5
People
(Reporter: cmaximus, Assigned: radha)
Details
I know the debug messages in the console window are just for us (i.e. not the enduser) but this might be a clue to some larger
problem.
Whenever you load a page in apprunner it writes to the console that the page http://www.whatever.com/ was add to the rdf history
AND it says that document http://www.whatever.com/ loaded successfully.
Well that's a lie. It'll write that to the console for anything you type into the url field. No matter what it'll say http://anything
loaded sucessfully. This can't be helpful info and appears to be misleading.
Reporter | ||
Comment 2•26 years ago
|
||
* to repro:
1. launch apprunner
2. type 'anything' in the url field. Hit enter (sometimes twice)
3. Look in console window
*expected result
At this point nothing because we aren't error handling which is an issue in itself
*actual result
http://anything added to rdf history
document http://anything loaded sucessfully
Re-assigned to radha and set milestone to M5.
Radha, Is this your code in nsBrowserAppCore.cpp at line 864?
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Target Milestone: M6 → M5
Assignee | ||
Comment 5•26 years ago
|
||
Fix checked in yesterday. Please verify. Now it will print the message
"Error loading url..." when an error occurs".
Moving all Apprunner bugs past and present to Other component temporarily whilst
don and I set correct component. Apprunner component will be deleted/retired
shortly.
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•