Closed
Bug 569329
Opened 14 years ago
Closed 14 years ago
Allow disabling Glass from about:config
Categories
(Core :: Widget: Win32, defect, P4)
Tracking
()
RESOLVED
INVALID
People
(Reporter: tymerkaev, Unassigned)
References
Details
(Whiteboard: [good first bug])
User-Agent:
Build Identifier:
Currently Glass can't be disabled, but users may want restore to default background (if they don't want it). Needed 2 booleans for browser and downloads.
Reproducible: Always
Comment 1•14 years ago
|
||
This feels like WONTFIX to me: complicated pref systems for marginal benefit. If you really don't want glass, you can turn it off at the OS level
Component: Shell Integration → Widget: Win32
Product: Firefox → Core
QA Contact: shell.integration → win32
Comment 2•14 years ago
|
||
This is actually quite difficult to do with a pref since it's done with CSS. Possible solutions:
a) We could ship a second theme but that sounds like a lot of work.
b) Personas don't appear to style the download manager but if they did, one of those will work.
c) It can also be overridden in userChrome.css.
No, I mean add before and after changed lines @ifdef pref browser.aeroGlass.enabled @endif and set true by default.
Comment 4•14 years ago
|
||
We could look into having a pref to cause the :-moz-win-compositor pseudo selector never match. I'm not sure what the performance hit on that would be - probably minimal.
Comment 5•14 years ago
|
||
Glass should be allowed to be disabled until it works properly with Direct2D.
I prefer Direct2D and DirectWrite to Aero.
Comment 7•14 years ago
|
||
No it doesn't. It just covers it. Directwrite is still broken then.
Comment 8•14 years ago
|
||
I'll be honest - this is a low priority bug for me. I've got very limited time before Firefox 4 ships and there are bigger fish I need to fry. That said, I think that fixing this bug as in comment #4 wouldn't be too hard if someone wanted to take a crack at it. Bonus points for making it a live pref.
Priority: -- → P4
Whiteboard: [good first bug]
Comment 9•14 years ago
|
||
Well as long as Direct2D and directwrite don't cause trouble for Aero in v4, I'm OK with this
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•