-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Add telemetry for tagged pdfs (bug 1997134) #20405
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
/botio integrationtest |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/63998603fff3c95/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/6d6038eccc3cec9/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/63998603fff3c95/output.txt Total script time: 19.62 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/6d6038eccc3cec9/output.txt Total script time: 44.39 mins
|
timvandermeij
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r=me, with the comments addressed. Thanks!
| return Promise.all([ | ||
| pdfManager.ensureDoc("documentInfo"), | ||
| pdfManager.ensureCatalog("metadata"), | ||
| Promise.resolve(pdfManager.pdfDocument.catalog.hasStructTree()), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't we be using pdfManager.ensureCatalog("hasStructTree") here, similar to how we fetch the other metadata just above, to make sure that the catalog is loaded at this point?
| return markInfo; | ||
| } | ||
|
|
||
| hasStructTree() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If ensureCatalog is used in the other comment, this should probably become get hasStructTree (which we may also want to shadow afterwards).
No description provided.