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

fileblock-service needs to allow printing URLs so we can add it's functionality back #56

Open
kaihendry opened this issue May 28, 2015 · 3 comments
Assignees

Comments

@kaihendry
Copy link
Member

Erroneously reported on https://bugzilla.mozilla.org/show_bug.cgi?id=1168740

After a long debug session, I've narrowed down the bug to https://github.com/Webconverger/webconverger-addon/blob/master/components/fileBlockService.js

@mkaply
Copy link
Member

mkaply commented May 28, 2015

I'll need some help for this since I can't debug.

In particular, I need to know the URL that's being erroneously blocked...

@kaihendry
Copy link
Member Author

How do I find that URL?

@mkaply
Copy link
Member

mkaply commented Jul 13, 2015

In fileBlockService.js in the function should load, add this line after initialize:

Components.utils.reportError(aContentLocation.spec);

You'll have to enable the JS console as well.

Then check the console and find the URL that is failing.

@kaihendry kaihendry changed the title Some printing functionality is not currently available fileblock-service needs to allow printing URLs so we can add it's functionality back Aug 6, 2015
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

No branches or pull requests

2 participants