Mozilla 2.0 / Firefox 4.0 theme changes

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

Mozilla 2.0 / Firefox 4.0 theme changes

Post by Kuden »

Mozilla 2.0 / Firefox 4.0 developments are started,
by creating a branch: Mozilla 1.9.2/Firefox 3.6.
The trunk now contains the Mozilla 1.9.2/Firefox 3.2 development.

Bug 508282 - bump mozilla-central version to 1.9.3a1pre/3.7a1pre
Last edited by Kuden on July 22nd, 2010, 4:58 am, edited 3 times in total.
User avatar
Kuden
Posts: 588
Joined: June 5th, 2004, 6:53 pm
Location: Japan
Contact:

Re: Mozilla 1.9.3 / Firefox 3.7 theme changes

Post by Kuden »

[fixed1.9.2][OS X] Bug 494927 - toolbarbutton image transparency/anti-aliasing should accommodate different background colors
Last edited by Kuden on September 22nd, 2009, 3:02 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.3 / Firefox 3.7 theme changes

Post by Kuden »

[fixed1.9.2] Bug 382466 - in toolbar.xml, prevent lots of repeated work in updateChevron() by using a timer
Last edited by Kuden on September 14th, 2009, 1:03 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.3 / Firefox 3.7 theme changes

Post by Kuden »

Bug 468011 - Combine all chrome into browser+toolkit jars
[fixed1.9.2] Bug 509194 - Remove extension manager dependency on classic.jar
Bug 512064 - Reporter extension should be in toolkit.jar, not browser.jar

Old:

(Firefox installation directory)/chrome/classic.jar

classic.jar
- skin/classic/*
- icon.png
- preview.png

classic
- aero/*
- browser/*
- communicator/*
- global/*
- mozapps/*


(Firefox installation directory)/chrome/reporter.jar

reporter.jar
- content/*
- skin/classic/reporter/*


New:

remove the classic.jar


(Firefox installation directory)/chrome/browser.jar

browser.jar
- content/*
- skin/classic/*

classic
- aero/*
- browser/*
- communicator/*


(Firefox installation directory)/chrome/toolkit.jar

toolkit.jar
- content/*
- skin/classic/*

classic
- aero/*
- global/*
- mozapps/*
- reporter/*


(Firefox installation directory)/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/*

{972ce4c6-7e08-4474-a285-3208198ce6fd}
- icon.png
- preview.png
- install.rdf
Last edited by Kuden on September 27th, 2009, 4:11 am, edited 2 times in total.
User avatar
Alfred Kayser
Posts: 708
Joined: November 7th, 2002, 3:51 am
Location: The Netherlands
Contact:

Re: Mozilla 1.9.3 / Firefox 3.7 theme changes

Post by Alfred Kayser »

Bug 507962 - Pinstripe widget margin cleanup.

(and can thread be stickied?)
User avatar
Kuden
Posts: 588
Joined: June 5th, 2004, 6:53 pm
Location: Japan
Contact:

Re: Mozilla 1.9.3 / Firefox 3.7 theme changes

Post by Kuden »

[fixed1.9.2][OS X] Bug 510916 - Cannot see folder names when modifying a bookmark from the star icon
[fixed1.9.2] Bug 371495 - Consider preventing themes and/or locales from providing an aboutURL and optionsURL
- Theme cannot use aboutURL and optionsURL.
Last edited by Kuden on September 10th, 2009, 7:15 am, edited 2 times in total.
User avatar
LoudNoise
New Member
Posts: 39900
Joined: October 18th, 2007, 1:45 pm
Location: Next door to the west

Re: Mozilla 1.9.3 / Firefox 3.7 theme changes

Post by LoudNoise »

Made into a sticky. Let me know when to release it.
Post wrangler
"Choose between the Food Select Feature or other Functions. If no food or function is chosen, Toast is the default."
User avatar
Kuden
Posts: 588
Joined: June 5th, 2004, 6:53 pm
Location: Japan
Contact:

Re: Mozilla 1.9.3 / Firefox 3.7 theme changes

Post by Kuden »

[OS X] Bug 510333 - resizer native theming

LoudNoise wrote:Made into a sticky. Let me know when to release it.

Thank you :D
User avatar
Kuden
Posts: 588
Joined: June 5th, 2004, 6:53 pm
Location: Japan
Contact:

Re: Mozilla 1.9.3 / Firefox 3.7 theme changes

Post by Kuden »

Bug 435441 - Implement Webkit's CSS Transitions proposal
- We can use -moz-transition (-moz-transition-property, -moz-transition-duration, -moz-transition-timing-function, -moz-transition-delay).
- CSS Transitions Module Level 3
- CSS Animations and JavaScript

Oops! This patch is only implement the parsing and computation. As for animation, implement has not been done yet...
Last edited by Kuden on February 12th, 2010, 4:55 pm, edited 2 times in total.
User avatar
Kuden
Posts: 588
Joined: June 5th, 2004, 6:53 pm
Location: Japan
Contact:

Re: Mozilla 1.9.3 / Firefox 3.7 theme changes

Post by Kuden »

Bug 113577 - Implement -moz-image-rect(): use a rectangular region of an image as CSS background image
Implement background-image: -moz-image-rect(), which allows a region of an image to be used as a background image.
User avatar
ehume
Posts: 6743
Joined: November 17th, 2002, 12:33 pm
Location: Princeton, NJ, USA

Re: Mozilla 1.9.3 / Firefox 3.7 theme changes

Post by ehume »

Kuden wrote:Bug 113577 - Implement -moz-image-rect(): use a rectangular region of an image as CSS background image
Implement background-image: -moz-image-rect(), which allows a region of an image to be used as a background image.


This bug dates from 2001!
Firefox: Sic transit gloria mundi.
User avatar
Kuden
Posts: 588
Joined: June 5th, 2004, 6:53 pm
Location: Japan
Contact:

Re: Mozilla 1.9.3 / Firefox 3.7 theme changes

Post by Kuden »

[fixed1.9.2] Bug 510442 - remove unneeded CSS and image data for toolbar buttons that are always enabled
Last edited by Kuden on September 22nd, 2009, 3:02 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.3 / Firefox 3.7 theme changes

Post by Alfred Kayser »

Bug 508728 - Restyle the Places window scope bar
Bug 510426 - Notification bar and button height has increased
Bug 508739 - Replace many gradient images with CSS gradients
(Note, the last one cannot be applied if you want to keep compatibility with FF's older than 3.7 ...)
User avatar
Kuden
Posts: 588
Joined: June 5th, 2004, 6:53 pm
Location: Japan
Contact:

Re: Mozilla 1.9.3 / Firefox 3.7 theme changes

Post by Kuden »

[fixed1.9.2][Windows] Bug 509232 - Down arrow button in Clear Recent History dialog has hidden left border in XP Classic theme
Last edited by Kuden on September 22nd, 2009, 3:03 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.3 / Firefox 3.7 theme changes

Post by Kuden »

[fixed1.9.2][Linux] Bug 513147 - Get rid of the "Properties" context menu item
Last edited by Kuden on September 16th, 2009, 3:03 am, edited 2 times in total.
Locked