Merge pull request #4952 from yurydelendik/telemetry

Collect More Telemetry Data
This commit is contained in:
Jonas Jenwald 2014-06-17 00:36:58 +02:00
commit 22cfcbcf8a
12 changed files with 207 additions and 24 deletions

View file

@ -1570,6 +1570,12 @@ var PDFView = {
for (i = 0, ii = this.pages.length; i < ii; ++i) {
this.pages[i].beforePrint();
}
//#if (FIREFOX || MOZCENTRAL)
// FirefoxCom.request('reportTelemetry', JSON.stringify({
// type: 'print'
// }));
//#endif
},
afterPrint: function pdfViewSetupAfterPrint() {