Closed
Bug 527685
Opened 13 years ago
Closed 13 years ago
Simplify widget transparency handling
Categories
(Core :: Widget: Cocoa, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9.3a1
People
(Reporter: mstange, Assigned: mstange)
References
Details
Attachments
(1 file)
6.43 KB,
patch
|
jaas
:
review+
roc
:
review+
|
Details | Diff | Splinter Review |
Contrary to popular belief Gecko can handle transparent child widgets just fine. Our Cocoa widget transparency setup tries to ensure that only the top level ChildView is transparent, but that's an unnecessary limitation. Removing that limitation makes the code a lot simpler.
Attachment #411423 -
Flags: review?(joshmoz)
Assignee | ||
Updated•13 years ago
|
Attachment #411423 -
Flags: review?(roc)
See also bug 392620.
Attachment #411423 -
Flags: review?(roc) → review+
Attachment #411423 -
Flags: review?(joshmoz) → review+
Assignee | ||
Comment 2•13 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/9ce4279f72f0
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.3a1
Assignee | ||
Updated•13 years ago
|
Attachment #411423 -
Flags: approval1.9.2?
Assignee | ||
Updated•13 years ago
|
Attachment #411423 -
Flags: approval1.9.2?
You need to log in
before you can comment on or make changes to this bug.
Description
•