Closed
Bug 571104
Opened 14 years ago
Closed 14 years ago
report opaque gtk theme widgets for known cases
Categories
(Core :: Widget: Gtk, defect)
Tracking
()
RESOLVED
FIXED
mozilla2.0b1
People
(Reporter: karlt, Assigned: karlt)
References
Details
Attachments
(1 file)
(deleted),
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
This will be useful for retained layers because drawing gtk widgets onto transparent layers is expensive.
Assignee | ||
Comment 1•14 years ago
|
||
The main gain comes from GetWidgetTransparency and bug 555133 so that layers can be opaque and the NativeRenderer can use its fast path.
DRAW_IS_OPAQUE will mean the NativeRenderer fallback path will be much more efficient (for this subset of widgets) if it is used. That probably happens much less often, but the improvement pretty much comes for free.
No rush to review this until bug 555133 is fixed.
Attachment #450223 -
Flags: review?(roc)
Attachment #450223 -
Flags: review?(roc) → review+
Assignee | ||
Comment 2•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.3a6
You need to log in
before you can comment on or make changes to this bug.
Description
•