ioppermann / firefox-fuzzytime

Firefox Addon. Displays the time in a fuzzy way in the statusbar
https://addons.mozilla.org/en-US/firefox/addon/fuzzy-time/
BSD 2-Clause "Simplified" License
1 stars 1 forks source link

Rewrite Fuzzytime's about box in a way to support the "buildconfig" info #2

Closed xabolcs closed 12 years ago

xabolcs commented 12 years ago

Hi,

my first try was to use Firefox' own code, with a modified about.xul, extracted from mozilla-central. That is the branch-native-aboutbox tree.

But in this pull I added the other one customizing method: overlaying the chrome://mozapps/content/extensions/about.xul

This tree is based on the other tree, so some files could be needless.

A followup issue could be filed to support Firefox 1.5 because the used <translator> tag was introduced in Firefox 2.

xabolcs commented 12 years ago

Some rework is needed here too, because of the hardcoded strings in the overlay.

ioppermann commented 12 years ago

Thanks!

xabolcs commented 11 years ago

Sorry for commenting on a closed issue.

Would you mind to cherry-picking 2075fa08e293? It removes some introduced (but unused) files from this pull request: about.js, about18.xul, aboutcentral.xul. It also removes the original and now superseded fuzzytimeAbout.xul. Thank you!