Closed
Bug 474825
Opened 17 years ago
Closed 17 years ago
honor mozilla.widget.disable-native-theme preference
Categories
(Core :: Widget: Win32, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9.2a1
People
(Reporter: dougt, Assigned: dougt)
References
Details
(Keywords: fixed1.9.1)
Attachments
(2 files)
|
4.20 KB,
patch
|
pavlov
:
review+
|
Details | Diff | Splinter Review |
|
1.79 KB,
patch
|
pavlov
:
review+
|
Details | Diff | Splinter Review |
we can gain a performance improvement if we disable native themes on windows similar to what we saw on GTK2.
| Assignee | ||
Comment 1•17 years ago
|
||
| Assignee | ||
Comment 2•17 years ago
|
||
Comment on attachment 358243 [details] [diff] [review]
patch v.1
please ignore the cairo patch (even though it is probabl the right thing).
Attachment #358243 -
Flags: review?(pavlov)
| Assignee | ||
Updated•17 years ago
|
Flags: wanted1.9.1?
Updated•17 years ago
|
Attachment #358243 -
Flags: review?(pavlov) → review+
Flags: wanted1.9.1? → wanted1.9.1+
| Assignee | ||
Comment 3•17 years ago
|
||
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 4•17 years ago
|
||
Keywords: fixed1.9.1
The previous patch was incorrect; it added a constructor that checked the pref, but that constructor was never called. There's already an existing win32 NS_NewNativeTheme constructor (which was what the component entry was calling), so the check just moved into there.
Attachment #362378 -
Flags: review?
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Attachment #362378 -
Flags: review? → review?(pavlov)
Updated•17 years ago
|
Attachment #362378 -
Flags: review?(pavlov) → review+
| Assignee | ||
Comment 6•17 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/a6a7dac9155a
http://hg.mozilla.org/releases/mozilla-1.9.1/rev/20033256426a
Status: REOPENED → RESOLVED
Closed: 17 years ago → 17 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Target Milestone: --- → mozilla1.9.2a1
You need to log in
before you can comment on or make changes to this bug.
Description
•