Closed
Bug 296457
Opened 20 years ago
Closed 20 years ago
reversed null check in DrawNativeSurfaces
Categories
(Core :: Graphics: Canvas2D, defect)
Core
Graphics: Canvas2D
Tracking
()
RESOLVED
FIXED
People
(Reporter: ted, Assigned: Biesinger)
References
()
Details
Attachments
(1 file)
|
1016 bytes,
patch
|
shaver
:
review+
shaver
:
superreview+
chofmann
:
approval1.8b3+
|
Details | Diff | Splinter Review |
The check "if (tmpBuf) {" should be "if (!tmpBuf) {". This prevents DrawWindow
from working.
| Assignee | ||
Comment 1•20 years ago
|
||
Assignee: nobody → cbiesinger
Status: NEW → ASSIGNED
Attachment #185208 -
Flags: superreview?(bzbarsky)
Attachment #185208 -
Flags: review?(bzbarsky)
Attachment #185208 -
Flags: approval1.8b3?
Comment 2•20 years ago
|
||
Comment on attachment 185208 [details] [diff] [review]
obvious patch
a=chofmann
Attachment #185208 -
Flags: approval1.8b3? → approval1.8b3+
Comment 3•20 years ago
|
||
Comment on attachment 185208 [details] [diff] [review]
obvious patch
r+sr=shaver
Attachment #185208 -
Flags: superreview?(bzbarsky)
Attachment #185208 -
Flags: superreview+
Attachment #185208 -
Flags: review?(bzbarsky)
Attachment #185208 -
Flags: review+
| Assignee | ||
Comment 4•20 years ago
|
||
Checking in content/canvas/src/nsCanvasRenderingContext2D.cpp;
/cvsroot/mozilla/content/canvas/src/nsCanvasRenderingContext2D.cpp,v <--
nsCanvasRenderingContext2D.cpp
new revision: 1.15; previous revision: 1.14
done
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•