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

printLine is not a function in chrome://omnibug/content/model.js:440 #5

Closed
janodvarko opened this issue Jul 19, 2013 · 3 comments
Closed
Assignees
Labels

Comments

@janodvarko
Copy link

I have been testing your extension with Firebug 1.12
and I am seeing the following exception.

EXCEPTION in Events.dispatch loadedContext: TypeError: context.getPanel(...).printLine is not a function in chrome://omnibug/content/model.js:440

It breaks the functionality.

Honza

simpsora added a commit that referenced this issue Jul 19, 2013
Also removes reference to removed printLine() function
@ghost ghost assigned simpsora Jul 19, 2013
@simpsora
Copy link
Contributor

Hi Honza,

Thanks for the bug report -- and sorry about that, I could have sworn I'd removed the reference to printLine().
In any case, I committed a fix a while ago, and pushed a new build out (0.5.456).

Cheers!

@janodvarko
Copy link
Author

OK, good. Where I can get the XPI?

Btw. I tried to run from the source, but had some troubles e.g. missing install.rdf (its created in the build process), couple of files have path to another file (which is JS syntax error) .

Are there any recommended way how to develop (bug fix) the extension?

Honza

@simpsora
Copy link
Contributor

Direct download links to the XPI are here:
http://www.rosssimpson.com/dev/omnibug-0.5.456.xpi
https://github.com/simpsora/omnibug/releases/download/omnibug-0.5.456/omnibug-0.5.456.xpi

There's a bit of documentation available here:
http://omnibug.rosssimpson.com/

To be honest, I've only recently open-sourced the project, and am in the process of re-thinking build and deployment steps. I plan on switching entirely to a grunt task to do build + deployments in the near future. I'd be interested to hear what build/deployment tools you've used for browser extensions.

In the meantime, if you update, go into the firefox directory and run ./build.bash site, an XPI will be created that's ready to go. I've just pushed a change to clean up the build scripts.

There is a bit of a known issue on Windows, in that a couple of JS files are actually symlinks to files in the common/ directory, and git can't really do symlinks on Windows. I've just removed those symlinks; the build script now copies the common JS into firefox/chrome/content/omnibug/ before doing the build.

Let me know if you need anything else!
Ross

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants