Closed
Bug 13352
Opened 25 years ago
Closed 25 years ago
[BLOCKER][PP] Document Done no longer displayed for blank page
Categories
(SeaMonkey :: General, defect, P1)
SeaMonkey
General
Tracking
(Not tracked)
VERIFIED
WORKSFORME
M14
People
(Reporter: pawyskoczka, Assigned: warrensomebody)
References
Details
(Whiteboard: [Perf])
Overview Description:
In our performance testing the blank page is used as a default when obtaining
results for our launch and relaunch tests. As of todays build on all plaforms
the Document Done message is no longer being displayed at the bottom of the
browser. That makes it difficult to determine when the page has completely
loaded.
Steps to Reproduce:
1)Install the browser and make sure the nav preference is set to blank page
2)Launch the browser and wait for the page to be displayed
3)The blank page is displayed but the Document Done message is not displayed
Actual Results:
Document Done message is not displayed
Expected Results:
Document Done message is displayed
Build Date & Platform Bug Found:
9/8/99 - All plaforms
Additional Builds and Platforms Tested On:
Windows 95, MacOs 8.6, Linux 6.0
Additional Information:
None
Assignee: don → radha
OS: Windows 95 → All
Priority: P3 → P1
Hardware: PC → All
Summary: Document Done no longer displayed for blank page → [BLOCKER] Document Done no longer displayed for blank page
Target Milestone: M11
Updated•25 years ago
|
Status: NEW → ASSIGNED
Comment 3•25 years ago
|
||
After the first page is done loading, do you see "Document Done" messages for
subsequent loads?
Comment 4•25 years ago
|
||
I got the windows build made at 1:58 pm today from mozilla.org and tried it out.
I do see Document Done messages at the bottom as well as on the console. Can
someone show me what they are seeing or try out hte latest build.
Comment 5•25 years ago
|
||
Browser AppCore is not receiving OnEndDocumentLoad() notifications from necko
for about:blank. The "Document Done" message gets printed from
nsBrowserBrowserAppCore::OnEndDocumentLoad(). Necko has to send these in. cc'ing
warren.
Assignee | ||
Updated•25 years ago
|
Assignee: radha → rpotts
Status: ASSIGNED → NEW
Assignee | ||
Comment 6•25 years ago
|
||
I suspect that the input stream channel that about:blank uses isn't getting
inserted into the load group, and consequently the notification isn't given
when it's being removed.
I'm going to reassign this to Rick Potts (in case I don't get to it).
Comment 7•25 years ago
|
||
Ever since my last round of nsLoadGroup changes the about protocol handler
stream never got added to the LoadGroup...
This didn't seem to cause any problems at the time. Could something else have
changed that now makes this a problem? I don't understand what's going on
here...
Updated•25 years ago
|
Assignee: rpotts → warren
Comment 8•25 years ago
|
||
I'm kicking this one back to warren since he has some changes that should fix
this problem...
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 10•25 years ago
|
||
Should be fixed now.
Reporter | ||
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 11•25 years ago
|
||
Verified on Windows, Mac and Linux with the 9/16 build.
Reporter | ||
Updated•25 years ago
|
Status: VERIFIED → REOPENED
Reporter | ||
Comment 12•25 years ago
|
||
This is broken in today's build (9/22) on all platfoms.
Comment 13•25 years ago
|
||
Clearing FIXED resolution due to reopen.
Reporter | ||
Comment 14•25 years ago
|
||
This problem is in the commerical builds with the new UI and the document done
message is not displayed when loading any page.
Updated•25 years ago
|
Target Milestone: M11 → M10
Comment 15•25 years ago
|
||
putting on my m10 radar.
Comment 16•25 years ago
|
||
So it this problem *only* in the commercial builds? Because I'm not seeing it
in the mozilla apprunner...
Reporter | ||
Comment 17•25 years ago
|
||
The UI for the commercial build is different from the Mozilla build.
Assignee | ||
Updated•25 years ago
|
Target Milestone: M10 → M14
Assignee | ||
Comment 18•25 years ago
|
||
If this is a commercial-build-only problem, I don't see how it's a QA blocker.
I'm moving this to m14 unless someone thinks otherwise.
Assignee | ||
Updated•25 years ago
|
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 19•25 years ago
|
||
This is no longer an issue.
Reporter | ||
Updated•25 years ago
|
Status: RESOLVED → REOPENED
Reporter | ||
Comment 20•25 years ago
|
||
I am reopening this bug because as of the 10/28/99 build the "document done" message is longer displayed in the console and
therefore we cannot run our performance tests.
Reporter | ||
Updated•25 years ago
|
Summary: [BLOCKER] Document Done no longer displayed for blank page → [BLOCKER][PP] Document Done no longer displayed for blank page
Reporter | ||
Comment 21•25 years ago
|
||
This is a windows related problem only. Linux is ok and we don't use document done on the mac. This is only a blocker for
performance not for the product in general.
Comment 22•25 years ago
|
||
Clearing FIXED resolution due to reopen of this bug.
Reporter | ||
Updated•25 years ago
|
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 23•25 years ago
|
||
Now working in build 1999-11-02-09-M11.
Reporter | ||
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 24•25 years ago
|
||
Verified in build 1999-11-02-09-M11.
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•