Closed
Bug 531626
Opened 16 years ago
Closed 16 years ago
Update Yahoo! Search Plugin Favicon to Purple Y! for 3.6 release
Categories
(Mozilla Localizations :: en-GB / English (United Kingdom), defect)
Mozilla Localizations
en-GB / English (United Kingdom)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kev, Assigned: mamozrk)
Details
Attachments
(1 file)
|
1.48 KB,
patch
|
Details | Diff | Splinter Review |
Yahoo! Corporation has replaced their red Y! brand with a purple version. They have asked that we update all of our search plugin favicons to the new version for the release of 3.6. A copy of the new favicon can be viewed at https://people.mozilla.com/~kneedham/purple-ybang.png
This requires changing the <Image> section of the search plugin as follows:
<Image width="16" height="16">data:image/x-icon;base64,AAABAAEAEBAQAAEABAAoAQAAFgAAACgAAAAQAAAAIAAAAAEABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgJqAIoCdgCaAnoAnhKCAKYijgCuLpIAskKeALpSpgC+Yq4AzHy8ANqezgDmvt4A7tLqAPz5+wD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKlRFIoABWAKERERE6ADcKMzzu2hOgAAhERK8REWCWBERE36ERMHMEREvo6iEgY6hEn6Pu0mAzqkz/xjMzoDNwpERERDoAMzAKlERIoAAzMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD//wAA//8AAP//AADAOQAAgBkAAAAPAAAACQAAAAkAAAAIAAAACAAAAAgAAIAYAADAOAAA//8AAP//AAD//wAA</Image>
The locales affected by this change are all those that use a non-default plugin, and include: ar as bn-IN ca cy da de en-GB es-AR es-ES (es-MX) fa fi fr fy-NL ga-IE gl gu-IN hi-IN id it kn ok mr nb-NO nl oc (or) pa-IN pt-br pt-PT sv-SE ta te tr and zh-TW
Could you please review and checkin this change ASAP in order to make the first RC. No other code, save the encoded image file, is affected by this change.
Flags: wanted-firefox3.6?
| Assignee | ||
Comment 1•16 years ago
|
||
Checked in on 1.9.2 and l10n-central.
http://hg.mozilla.org/releases/l10n-mozilla-1.9.2/en-GB/rev/26952d65b424
http://hg.mozilla.org/l10n-central/en-GB/rev/6a0737f5de9b
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 2•16 years ago
|
||
Need to reopen this, sorry.
Mark, it looks that for 1.9.2, you have landed the patch on a relbranch (GECKO192b4_20091124_RELBRANCH). Please back it out with the following commands:
# make sure you're on the relbranch
$ hg up -r GECKO192b4_20091124_RELBRANCH
# apply the patch in the reverse mode (-R)
$ hg diff -c 26952d65b424 | patch -Rp1
# commit the relbranch
$ hg ci -m "Backed out changeset 26952d65b424"
And land again on the 'default' branch:
$ hg up -r default
$ patch -p1 < patchfile
$ hg ci -m "Update Yahoo! icon; bug 531626 patch by Kev Needham"
You'll need to re-opt in, too. Thanks!
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 3•16 years ago
|
||
Aargh! Sorry, and thanks for the step-by-step instructions
landed on the default branch:
http://hg.mozilla.org/releases/l10n-mozilla-1.9.2/en-GB/rev/3d4752f681cc
Status: REOPENED → RESOLVED
Closed: 16 years ago → 16 years ago
Resolution: --- → FIXED
Comment 4•16 years ago
|
||
Thanks Mark!
You need to log in
before you can comment on or make changes to this bug.
Description
•