gitlab-org--gitlab-foss/spec/javascripts/lib/utils
Alexis Reigel 9e14f437b6
create favicon overlay on the client
the initial reason for this change was that graphicsmagick does not
support writing to ico files. this fact lead to a chain of changes:

1. use png instead of ico (browser support is good enough)
2. render the overlays on the client using the canvas API. this way we
   only need to store the original favion and generate the overlay versions
   dynamically.
   this change also enables (next step) to simplify the handling of the
   stock favicons as well, as we don't need to generate all the versions
   upfront.
2018-06-05 16:20:21 +02:00
..
accessor_spec.js
ajax_cache_spec.js
cache_spec.js
common_utils_spec.js create favicon overlay on the client 2018-06-05 16:20:21 +02:00
csrf_token_spec.js fix illegal references to "this" in module context 2018-04-23 00:54:20 -05:00
datefix_spec.js
dom_utils_spec.js
image_utility_spec.js fix more instances of "import *" with spyOnDependency 2018-04-23 00:54:20 -05:00
mock_data.js create favicon overlay on the client 2018-06-05 16:20:21 +02:00
number_utility_spec.js
poll_spec.js
sticky_spec.js Revert "Merge branch '46833-sticky-polyfill' into 'master'" 2018-06-01 16:41:50 +00:00
text_markdown_spec.js Resolve "Loss of input text on comments after preview" 2018-03-20 17:02:41 +00:00
text_utility_spec.js Add pass through to stripHtml for undefined and null inputs 2018-05-03 08:25:22 +00:00
tick_formats_spec.js
users_cache_spec.js