Mozilla 1.9.2 / Firefox 3.6 theme changes

Discuss application theming and theme development.
Post Reply
User avatar
Kuden
Posts: 588
Joined: June 5th, 2004, 6:53 pm
Location: Japan
Contact:

Re: Mozilla 1.9.2 / Firefox 3.2 theme changes

Post by Kuden »

[fixed1.9.1] Bug 468191 - Padding on the Web feed icon and Star icon in location bar
Last edited by Kuden on December 30th, 2008, 1:30 pm, edited 1 time in total.
User avatar
Kuden
Posts: 588
Joined: June 5th, 2004, 6:53 pm
Location: Japan
Contact:

Re: Mozilla 1.9.2 / Firefox 3.2 theme changes

Post by Kuden »

[fixed1.9.1] Bug 470048 - feed and "popup blocked" button cleanup
Last edited by Kuden on March 18th, 2009, 3:14 am, edited 1 time in total.
User avatar
Alfred Kayser
Posts: 708
Joined: November 7th, 2002, 3:51 am
Location: The Netherlands
Contact:

Re: Mozilla 1.9.2 / Firefox 3.2 theme changes

Post by Alfred Kayser »

Kuden wrote:Bug 470048 - feed and "popup blocked" button cleanup

Note, if you want to keep backwards compatibility, one cannot apply this change...
User avatar
Kuden
Posts: 588
Joined: June 5th, 2004, 6:53 pm
Location: Japan
Contact:

Re: Mozilla 1.9.2 / Firefox 3.2 theme changes

Post by Kuden »

[fixed1.9.1] Bug 469030 - video control binding shouldn't use ID attribute
- See also this post.
Last edited by Kuden on February 7th, 2009, 2:42 am, edited 1 time in total.
User avatar
Kuden
Posts: 588
Joined: June 5th, 2004, 6:53 pm
Location: Japan
Contact:

Re: Mozilla 1.9.2 / Firefox 3.2 theme changes

Post by Kuden »

Bug 455057 - some chrome images have embedded profiles
- changeset - 22986:b1251b9b986e
- changeset - 22990:f75fec74d4b3
- See also this post.
Last edited by Kuden on December 22nd, 2008, 2:58 am, edited 1 time in total.
User avatar
Kuden
Posts: 588
Joined: June 5th, 2004, 6:53 pm
Location: Japan
Contact:

Re: Mozilla 1.9.2 / Firefox 3.2 theme changes

Post by Kuden »

[fixed1.9.1] Bug 355822 - User profile selection window cropped
Last edited by Kuden on December 30th, 2008, 1:30 pm, edited 1 time in total.
User avatar
Kuden
Posts: 588
Joined: June 5th, 2004, 6:53 pm
Location: Japan
Contact:

Re: Mozilla 1.9.2 / Firefox 3.2 theme changes

Post by Kuden »

[fixed1.9.1] Bug 464371 - <video> fires multiple load events, controls should be <button>s
Last edited by Kuden on February 7th, 2009, 2:42 am, edited 1 time in total.
User avatar
Kuden
Posts: 588
Joined: June 5th, 2004, 6:53 pm
Location: Japan
Contact:

Re: Mozilla 1.9.2 / Firefox 3.2 theme changes

Post by Kuden »

[fixed1.9.1] Bug 430259 - Location bar auto-complete results box has no bottom border
Last edited by Kuden on March 10th, 2009, 2:26 pm, edited 1 time in total.
User avatar
Kuden
Posts: 588
Joined: June 5th, 2004, 6:53 pm
Location: Japan
Contact:

Re: Mozilla 1.9.2 / Firefox 3.2 theme changes

Post by Kuden »

Bug 460228 - Remove unused tabbrowser images
User avatar
Kuden
Posts: 588
Joined: June 5th, 2004, 6:53 pm
Location: Japan
Contact:

Re: Mozilla 1.9.2 / Firefox 3.2 theme changes

Post by Kuden »

[fixed1.9.1] Bug 471627 - Update text of about:private browsing before string freeze
[fixed1.9.1] Bug 463400 - Make about:privatebrowsing useful outside the private browsing mode
User avatar
Alfred Kayser
Posts: 708
Joined: November 7th, 2002, 3:51 am
Location: The Netherlands
Contact:

Re: Mozilla 1.9.2 / Firefox 3.2 theme changes

Post by Alfred Kayser »

Removal of -moz-appearance: tab-left-edge:
Bug 471923 - kill tab-left-edge and tab-right-edge -moz-appearance values
User avatar
Kuden
Posts: 588
Joined: June 5th, 2004, 6:53 pm
Location: Japan
Contact:

Re: Mozilla 1.9.2 / Firefox 3.2 theme changes

Post by Kuden »

[fixed1.9.1] Bug 449442 - Use native-styled statusbar with gradient instead of css background-image

Correcting mistake in license header from bug 456214, comment only change
- See also this post.
Last edited by Kuden on March 30th, 2009, 2:09 pm, edited 1 time in total.
dao-g
Posts: 670
Joined: January 31st, 2005, 5:37 am
Location: Berlin
Contact:

Re: Mozilla 1.9.2 / Firefox 3.2 theme changes

Post by dao-g »

Bug 472500 - Support generated content in XUL
User avatar
Alfred Kayser
Posts: 708
Joined: November 7th, 2002, 3:51 am
Location: The Netherlands
Contact:

Re: Mozilla 1.9.2 / Firefox 3.2 theme changes

Post by Alfred Kayser »

Bug 471921 - use proper CSS instead of first-tab, last-tab and afterselected attributes
This is a pretty important change: if you used for tab styling, the attrributes 'afterselected', 'first-tab' and 'last-tab', these are now removed from FF3.2 / 1.9.2, replaced by their CSS selectors.
But if you want to keep compatibility with older versions, one need to use both to set your rules...
dao-g
Posts: 670
Joined: January 31st, 2005, 5:37 am
Location: Berlin
Contact:

Re: Mozilla 1.9.2 / Firefox 3.2 theme changes

Post by dao-g »

Alfred Kayser wrote:Bug 471921 - use proper CSS instead of first-tab, last-tab and afterselected attributes
This is a pretty important change: if you used for tab styling, the attrributes 'afterselected', 'first-tab' and 'last-tab', these are now removed from FF3.2 / 1.9.2, replaced by their CSS selectors.

Actually, the attributes are still there, although we'd like to remove them at some point.

Alfred Kayser wrote:But if you want to keep compatibility with older versions, one need to use both to set your rules...

You can use the adjacent selector (+) and :first-child / :last-child as of Firefox 3. :first-of-type and :last-of-type are available as of Firefox 3.1.
Post Reply