Rob Wu 194a734e5d Resolved severe memory leak (mozPrintCallback)
Do NOT save the temporary <canvas> element as `this.canvas`.
`PDFViewer.pages[i].canvas` appears to be used to generate the thumbnail
icons. Well, that's no justification for preventing GC of those
temporary <canvas> elements used during mozPrintCallback.

With a document consisting of 79 pages, this resulted in a 600-700MB
leaked memory.
2013-10-08 19:50:45 +02:00
..
2013-09-14 19:33:00 +02:00
2013-07-12 17:00:43 -05:00
2013-09-24 17:46:54 +02:00
2013-06-18 09:05:55 -07:00
2013-10-08 19:46:59 +02:00
2013-10-08 19:46:59 +02:00