Skip to content
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

Remove LegacyPromise in src/core/pdf_manager.js #4725

Merged
merged 1 commit into from
May 2, 2014
Merged

Remove LegacyPromise in src/core/pdf_manager.js #4725

merged 1 commit into from
May 2, 2014

Conversation

Snuffleupagus
Copy link
Collaborator

No description provided.

}
resolve(result);
} catch (e) {
console.log(e.stack);
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks like a left-over debug statement, any objections against removing it?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep, let's remove

try {
var value = obj[prop];
var result;
if (typeof(value) === 'function') {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typeof value === 'function'

@Snuffleupagus
Copy link
Collaborator Author

Comments addressed.

@yurydelendik
Copy link
Contributor

Looks good

/botio test

@pdfjsbot
Copy link

pdfjsbot commented May 2, 2014

From: Bot.io (Linux)


Received

Command cmd_test from @yurydelendik received. Current queue size: 1

Live output at: http://107.21.233.14:8877/ff8a57ca1c90455/output.txt

@pdfjsbot
Copy link

pdfjsbot commented May 2, 2014

From: Bot.io (Windows)


Received

Command cmd_test from @yurydelendik received. Current queue size: 1

Live output at: http://107.22.172.223:8877/715a965d8ea1800/output.txt

@pdfjsbot
Copy link

pdfjsbot commented May 2, 2014

From: Bot.io (Windows)


Success

Full output at http://107.22.172.223:8877/715a965d8ea1800/output.txt

Total script time: 22.48 mins

  • Font tests: Passed
  • Unit tests: Passed
  • Regression tests: Passed

@pdfjsbot
Copy link

pdfjsbot commented May 2, 2014

From: Bot.io (Linux)


Success

Full output at http://107.21.233.14:8877/ff8a57ca1c90455/output.txt

Total script time: 25.61 mins

  • Font tests: Passed
  • Unit tests: Passed
  • Regression tests: Passed

yurydelendik added a commit that referenced this pull request May 2, 2014
…manager.js

Remove LegacyPromise in src/core/pdf_manager.js
@yurydelendik yurydelendik merged commit a39f44f into mozilla:master May 2, 2014
@yurydelendik
Copy link
Contributor

Thank you

@Snuffleupagus Snuffleupagus deleted the remove-LegacyPromise-pdf_manager.js branch May 2, 2014 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants