Skip to content

Let PhantomJS load local images

Rémy Coutable requested to merge rc/load-images-in-phantomjs into master

EE MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2081

What does this MR do?

Let PhantomJS load local images

This change fix a memory leak due to a Webkit bug: https://github.com/ariya/phantomjs/issues/12903

Screenshots

PhantomJS mem before PhantomJS mem after
Screen_Shot_2017-06-08_at_10.16.25 Screen_Shot_2017-06-08_at_10.43.24
Edited by Rémy Coutable

Merge request reports