Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-07-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-06-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-01-18Add qa elementSanad Liaquat
2018-11-26Use intersectionRatio to determine intersectionLukas Eipert
Some older browsers do not ship with isIntersecting, while they already have IntersectionObserver support. We make use of `intersectionRatio` now to fix the Lazy Loader for those browsers.
2018-11-26Attempt to fix lazy loader spec transient failureLuke Bennett
2018-10-01Improve performance of LazyLoader by using IntersectionObserverLukas Eipert
Every browser which supports IntersectionObserver will now use it over observing scroll and resize events. Older browsers without support fall back on the previous behavior. Additionally the MutationObserver can be enabled and disabled manually via the helper method `startContentObserver` and `stopContentObserver`. This might prove useful on pages where we manipulate the DOM extensively.
2018-08-08Porting MR Vue Memory Fixes to current masterTim Zallmann
2018-08-07Send resize parameters for avatarsTim Zallmann
2018-06-15Enable no-restricted-globals in JS filesgfyoung
2017-10-31Increase lazy loader performancePhil Hughes
This stops the checkElementsInView method from running when there aren't any lazy load images on the page. By calling this method we are causing an unnecessary reflow which on large pages is a massive performance issue
2017-07-24Resolve "Lazy load images on the Frontend"Tim Zallmann