It's nice to see Jetpack 0.6 alive, but now it's time to update
https://jetpack.mozillalabs.com :)
It is still written "Latest News » Jetpack 0.4 is now out!". On the
trunk it's written "Jetpack 0.5 has lifted off!"!
So, I have updated the website/ folder on my Jetpack repository clone.
What I've done:
-updated index.html to make it W3C-compliant and updated the link to
Jetpack 0.6 announcement.
-updated css/screen.css to add "img {border: 0;}" and 2 more rules
-updated graph.js => line 34, "170" is much better on my screen than
"175". Otherwise, I see a white border on the right. What about you?
I'm using Mac OS 10.5 in French.
-updated gmail-checker.js => once more "width: 16" work better than
"width: 20" on my machine.
-updated trim.js => once more "width: 38" work better than "width: 50"
on my machine.
-updated notepack.js => the time was not managed neatly for non-US
operating system.
-updated quicktab.js => Since Jetpack 0.5, .hide() doesn't work as
expected on this jetpack. The fadeIn(500) command is not applied so
the hidden elements remain hidden... Therefore, I removed the .hide()
command. Unfortunately a new bug appeared with .offest() so the
jetpack still not work... =>
https://bugzilla.mozilla.org/show_bug.cgi?id=527294
-updated page-mod-blacklist-sites.js to work with the new sandbox.
What's next? Should I create a bug for each modified file (I hope
not). Which tool use in order to create a patch? The diff command
line?
Regards,
Thomas