Open Bug 597680 Opened 14 years ago Updated 2 years ago

[RFE] Add support for website jumplists

Categories

(Firefox :: General, enhancement)

x86
Windows 7
enhancement

Tracking

()

People

(Reporter: bamm, Unassigned)

Details

IE9 gives the ability for webpages to add their own jumplists when pinned to the taskbar. How difficult would it be to add this feature to Firefox?

I've added this code to my website:

<meta name="application-name" content="Pyxis Astronomy" />
<meta name="msapplication-task" content="name=Home; action-uri=/; icon-uri=/images/pyxis.ico" />
<meta name="msapplication-task" content="name=Services; action-uri=/services/; icon-uri=/images/pyxis.ico" />
<meta name="msapplication-task" content="name=Our Astronomers; action-uri=/astronomers/; icon-uri=/images/pyxis.ico" />
<meta name="msapplication-task" content="name=Resources; action-uri=/resources/; icon-uri=/images/pyxis.ico" />
<meta name="msapplication-task" content="name=Contact Us; action-uri=/contact/; icon-uri=/images/pyxis.ico" />

I hate the "msapplication" part and I don't mind if Firefox creates its own name for it. I'm willing to add any corresponding code for Firefox.
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.