Closed
Bug 1433039
Opened 8 years ago
Closed 7 years ago
Rename ImageLoader::DoRedraw()
Categories
(Core :: CSS Parsing and Computation, enhancement, P3)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
References
Details
Attachments
(1 file)
Filed per bug 1404222 comment 26.
We might want to rename ImageLoader::DoRedraw() to ImageLoader::RequestRedraw() because that function doesn't synchronously redraw.
Comment 1•7 years ago
|
||
Just I need to rename in these files?
https://searchfox.org/mozilla-central/search?q=DoRedraw&case=false®exp=false&path=
Flags: needinfo?(aethanyc)
Assignee | ||
Comment 2•7 years ago
|
||
Yes, I think the link in comment 1 finds all of them. Feel free to rename them to `RequestRedraw`.
Flags: needinfo?(aethanyc)
Assignee | ||
Comment 3•7 years ago
|
||
The function doesn't do painting synchronously but schedule painting if
certain conditions are met. Hence the rename.
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → aethanyc
Status: NEW → ASSIGNED
Pushed by aethanyc@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/3ef7f77aa037
Rename ImageLoader::DoRedraw to ImageLoader::RequestPaintIfNeeded. r=dholbert
Comment 5•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
You need to log in
before you can comment on or make changes to this bug.
Description
•