Closed
Bug 593521
Opened 14 years ago
Closed 14 years ago
Don't chain to nsBaseWidget in windows/nsWindow
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: joe, Assigned: joe)
References
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
vlad
:
review+
|
Details | Diff | Splinter Review |
Chaining to nsBaseWidget causes more problems than it solves. We should just implement the remaining functionality (software fallback) and do everything ourselves.
Attachment #472045 -
Flags: review?(vladimir)
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → joe
Assignee | ||
Comment 1•14 years ago
|
||
Updated for the changes in bug 593438
Attachment #472045 -
Attachment is obsolete: true
Attachment #472059 -
Flags: review?(vladimir)
Attachment #472045 -
Flags: review?(vladimir)
Attachment #472059 -
Flags: review?(vladimir) → review+
Assignee | ||
Comment 2•14 years ago
|
||
If we chain to nsBaseWidget, we can use the OpenGL layer manager even when we don't want to (like on Windows without layers.prefer-opengl;true).
Assignee | ||
Comment 3•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•