zulip/zephyr/static/js
Keegan McAllister ddcf2cb86e Set favicon from our generated images rather than using Notificon
We've been noticing a long delay between switching to a window with unread
messages and the time that those messages actually appear.  This got much worse
around the time we added Notificon.

Our hypothesis (supported by some testing) is that the work done by Notificon
in creating a <canvas>, drawing into it, serializing it to PNG, etc. is using
up some quota of background operations that would be better spent rendering
messages.

Switching to precomputed images should mitigate this problem.

Resolves #896.

May resolve #882 to our satisfaction.

(imported from commit a2d98a163486bdd35fdfb5351f96c5529ba5c7e9)
2013-02-15 16:19:50 -05:00
..
activity.js Make sure we have a full name for a user before accessing it 2013-02-15 15:56:14 -05:00
common.js Module pattern for compose.js 2012-10-18 15:11:25 -04:00
compose.js Fix sending to stream names that are JSON strings. 2013-02-13 13:08:40 -05:00
composebox_typeahead.js Autocomplete @notifications to your bolded full name. 2013-02-11 10:03:51 -05:00
debug.js Update comment in debug.js 2012-10-29 23:21:00 -04:00
hashchange.js Revert recent set of floating_recipient_bar changes. 2013-01-11 10:58:04 -05:00
hotkey.js Remove narrow.target() and pass the target explicitly 2013-02-13 10:56:10 -05:00
invite.js invite: Only clear email addresses after successful invite. 2013-02-06 20:18:00 -05:00
narrow.js Remove narrow.from_popover() 2013-02-13 10:56:10 -05:00
notifications_bar.js Add the ability to show a custom notification in the bar 2013-02-02 01:16:26 -05:00
notifications.js Set favicon from our generated images rather than using Notificon 2013-02-15 16:19:50 -05:00
reload.js Make it possible to paste a #narrow URL into a new tab 2012-12-20 14:45:11 -05:00
rows.js rows: Consistently return an empty jQuery object in some corner cases 2012-11-28 17:15:25 -05:00
search.js Make 'narrow to messages containing x' the default. 2013-02-01 13:47:20 -05:00
setup.js Add an initial message to greet you. 2013-02-12 15:21:28 -05:00
signup.js Document the selctors in signup.js per trac #327 2012-11-09 15:03:08 -05:00
subs.js Don't show the stream list on Humbug for MIT. 2013-02-08 12:02:05 -05:00
typeahead_helper.js Show a user activity list in the sidebar 2013-02-11 18:05:57 -05:00
ui.js Make sure we have a full name for a user before accessing it 2013-02-15 15:56:14 -05:00
util.js Set favicon from our generated images rather than using Notificon 2013-02-15 16:19:50 -05:00
zephyr.js Display a total count of the number of PMs you have pending. 2013-02-14 17:32:22 -05:00