Closed
Bug 29310
Opened 25 years ago
Closed 25 years ago
[Perf] Blank window is flashing between screen loads
Categories
(Core Graveyard :: GFX, defect, P3)
Core Graveyard
GFX
Tracking
(Not tracked)
M16
People
(Reporter: kmcclusk, Assigned: kmcclusk)
Details
We loading any URL the browser window goes blank before loading the next page.
We are invalidating and forcing paint in the WebShell and DocShell which is
causing the flashing. In most cases this can be fixed by passing
NS_VMREFRESH_NO_SYNC instead of NS_VMREFRESH_IMMEDIATE to calles to
nsViewManager::EnableRefresh in nsDocShell and nsWebShell. With these changes
www.yahoo.com and other sites still clear before loading.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M16
Assignee | ||
Comment 1•25 years ago
|
||
*** This bug has been marked as a duplicate of 31981 ***
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•