Closed
Bug 150735
Opened 23 years ago
Closed 23 years ago
Get rid of nsCanvas
Categories
(Core :: XUL, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: mkaply, Assigned: mkaply)
Details
Attachments
(2 files)
|
3.25 KB,
patch
|
jeffreyj
:
review+
|
Details | Diff | Splinter Review |
|
1.82 KB,
patch
|
Details | Diff | Splinter Review |
On OS/2, we have always had three window class, nsWindow, nsCanvas, and
nsFrameWindow.
For child windows, nsCanvas was instantiatied, and for frames, nsFrameWindow.
nsWindow was a parent of both.
We are at a point now where we can get rid of nsCanvas and just use nsWindow
Diff attached.
| Assignee | ||
Comment 1•23 years ago
|
||
Comment 3•23 years ago
|
||
Attachment #87143 -
Flags: review+
| Assignee | ||
Comment 4•23 years ago
|
||
When I checked this in, I had to modify the nsWindow patch a little.
I had forgotten to move the mouse capture stuff from nsCanvas to nsWindow.
| Assignee | ||
Comment 5•23 years ago
|
||
Checked in on trunk on 6/17
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•