Closed
Bug 130027
Opened 24 years ago
Closed 24 years ago
[regression] When moving mouse-cursor CPU pegs to 100%
Categories
(Core Graveyard :: GFX, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.0
People
(Reporter: markushuebner, Assigned: dcone)
References
()
Details
(4 keywords)
Attachments
(1 file, 2 obsolete files)
|
2.47 KB,
patch
|
karnaze
:
review+
attinasi
:
superreview+
scc
:
approval+
|
Details | Diff | Splinter Review |
When moving the mouse-cursor Mozilla is having major problems - it's quite
hard to navigate at all.
Using build 2002030908 on win-xp, 1.1ghz, 327RAM
Comment 2•24 years ago
|
||
www.landor.com worked fine on 20020306 but after installing 20020310 the
performance was really bad.
Comment 3•24 years ago
|
||
I've made some simple testing and I think it has something to do with the
background image.
Without the background there are no performance problems.
| Reporter | ||
Comment 4•24 years ago
|
||
Probably http://www.go-mono.com/class-status-System.Xml.html is related to
this regression too.
| Reporter | ||
Comment 5•24 years ago
|
||
The regression starts with 2002030803 (build 2002030703 is fine).
Severity: normal → major
Summary: When moving mouse-cursor CPU pegs to 100% → [regression] When moving mouse-cursor CPU pegs to 100%
Severity: major → normal
Summary: [regression] When moving mouse-cursor CPU pegs to 100% → When moving mouse-cursor CPU pegs to 100%
Sorry for the spam, was to eagerly clicking on submit at the mid-air warning.
Severity: normal → major
Summary: When moving mouse-cursor CPU pegs to 100% → [regression] When moving mouse-cursor CPU pegs to 100%
Bug 130055 looks similar.
| Reporter | ||
Comment 8•24 years ago
|
||
No problems with 0.9.9 build 2002031104
Updated•24 years ago
|
QA Contact: petersen → moied
Comment 9•24 years ago
|
||
Changing QA contact
| Reporter | ||
Comment 10•24 years ago
|
||
http://www.scea.com/ is another really worse example.
Keywords: top100
| Reporter | ||
Comment 11•24 years ago
|
||
This problem does not shop up on Linux.
Another thing I discovered: on http://www.world-direct.com/step2 the problem
appears if you move the mouse-cursor over the products images or the links
below the images. If I remove the CSS file it is working fine.
| Reporter | ||
Comment 12•24 years ago
|
||
Happening on so many sites ... this really needs some investigation & a
profile :)
Severity: major → critical
Keywords: helpwanted
| Reporter | ||
Comment 13•24 years ago
|
||
Further investigations showed that the regression happened between 2002030710
and 2002030803.
| Reporter | ||
Comment 14•24 years ago
|
||
Think this regression could have been caused by
http://bugzilla.mozilla.org/show_bug.cgi?id=117376
| Assignee | ||
Comment 15•24 years ago
|
||
I have a 1.4 ghz machine, 500 meg memory. I dont see any slowness at all with
http://www.landor.com/ or http://www.landor.com/. All that the fix for
http://bugzilla.mozilla.org/show_bug.cgi?id=117376 did was allow more cases for
the PatBlt to be used when drawing a tiled background. If the PatBlt was not
used.. it would actually.. or should actually be slower.. and it would show up
when you scrolled a page. I will try this bug out later.. probably on monday on
a slower machine I have at work.. if I do see the slowdown.. then I will just
back out that change (its just one line of code) and see if its the cause..
although I don't see how it could be at the moment.
Comment 16•24 years ago
|
||
I'm seeing the problem on my win2k home system, marking nsbeta1+. It is slow
when mousing in landor or dragging windows over it. Reassigning to dcone after
talking to him and putting back the code before his change in bug 117376. This
is the code we changed:
if ((mAlphaDepth>8) || ((mAlphaDepth==8)&&tryAgain) ||
(canRaster==DT_RASPRINTER || (256==mNumPaletteColors) ||
(imageScaledWidth>MAX_BUFFER_WIDTH) || (imageScaledHeight>MAX_BUFFER_HEIGHT)) {
| Assignee | ||
Comment 17•24 years ago
|
||
| Assignee | ||
Comment 18•24 years ago
|
||
Attachment #74754 -
Attachment is obsolete: true
| Assignee | ||
Comment 19•24 years ago
|
||
Attachment #74755 -
Attachment is obsolete: true
Comment 20•24 years ago
|
||
With the latest patch, I'm not seeing the problems I reported in comment #16.
Comment 21•24 years ago
|
||
*** Bug 130228 has been marked as a duplicate of this bug. ***
Comment 22•24 years ago
|
||
Comment on attachment 74765 [details] [diff] [review]
Updated patch.. some merge conflicts.. this fixes that.
Can this:
if(PR_TRUE != gIsWinNT){
become this:
if(!gIsWinNT){
pretty please???
Also, the ALL CAPS IS OBNOXIOUS
Finally, I don't think you need the useSlow variable since it is always PR_TRUE
if you hit the spot where you test for it (if not useSlow you do the PatBltTile
call and return). A comment at the if(useSlow) location is good enough (unless
I am missing something due to the context-diff). If it is for readability, that
is OK too.
Please consider these comments, and you get the coveted sr=attinasi
Attachment #74765 -
Flags: superreview+
Comment 23•24 years ago
|
||
Comment on attachment 74765 [details] [diff] [review]
Updated patch.. some merge conflicts.. this fixes that.
r=karnaze. Minor nit - either always have space before and after operators <,
&& etc. or not.
Attachment #74765 -
Flags: review+
| Assignee | ||
Comment 24•24 years ago
|
||
I fixed the spacing issues.. and the
if(PR_TRUE != gIsWinNT){
TO
if(gIsWinNT)
I left the useSlow for readability.. next version I may use a fuction for this.
Comment 25•24 years ago
|
||
Comment on attachment 74765 [details] [diff] [review]
Updated patch.. some merge conflicts.. this fixes that.
a=scc
Attachment #74765 -
Flags: approval+
Comment 26•24 years ago
|
||
Build 20020319 - it seems to be even worse on http://www.devx.com than before
(much slower, less than 1 fps refresh rate). (Windows XP Pro, Celeron 1Ghz,
512MB RAM). Hope to see working fix soon.
| Assignee | ||
Comment 27•24 years ago
|
||
fixed..
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 28•24 years ago
|
||
Build 20020320 - it works well! Thanks. But... could you take a look at
www.ntcompatible.com? Image on the left is not in sync with text when scrolling.
Is this related to this bug or should I post it as another one?
Comment 29•24 years ago
|
||
I'm seeing the same thing in Mail&News with HTML mails with background images....
Comment 30•24 years ago
|
||
verified fixed with build ID 20020404 using WINXP
Status: RESOLVED → VERIFIED
Updated•17 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•