firebug / consoleexport

ConsoleExport is a Firebug extension that allows exporting logs from the Console panel.
Other
8 stars 10 forks source link

Implement consoleExport to file based #15

Closed ptrstpp950 closed 9 years ago

ptrstpp950 commented 9 years ago

I found discussion https://code.google.com/p/fbug/issues/detail?id=5182#c17 with implementation of saving firebug console to file. I used this patch, fix it and add some stuff.

janodvarko commented 9 years ago

Looks good to me, thanks. I am seeing you bumped the version number, do you want me to do a new release?

Honza

ptrstpp950 commented 9 years ago

You can wait a moment. I am trying to do some more stuff. BTW do you know why console export only logs from firefox messages but there isn't any website messages? Console export extends Firebug.ConsoleListener (declared in https://github.com/firebug/firebug/blob/fa5feac6c7788c67e70ac366ad1739391c64b876/extension/content/firebug/console/console.js) but I cannot find usage of it.

ptrstpp950 commented 9 years ago

Forget my question. I find it out.