Add consoleAutosave snippet (for Google Chrome)#47
Open
anaran wants to merge 1 commit intobgrins:masterfrom
Open
Add consoleAutosave snippet (for Google Chrome)#47anaran wants to merge 1 commit intobgrins:masterfrom
anaran wants to merge 1 commit intobgrins:masterfrom
Conversation
Contributor
Author
|
I would like to do the same for firefox. Main motivation was that consoleHistory is very limited for Chrome (30) and console log messages would be useful to retain as well for review upon the next debug session. Also when chrome crashes (not so infrequent for canary builds) then it is too late to save to console log messages manually. See also http://stackoverflow.com/questions/20524595/how-to-access-firefox-web-console-command-history where I got some help for firefox. But my focus have shifted from the mere console commands to the full console log. |
|
👍 |
Contributor
Author
|
Thanks Addy! |
Contributor
Author
|
Let's put that one on hold unless you have spent effort on it yet. I plan some generalization for chrome and firefox. It also works pretty well in webchat tabs for instance. |
Add consoleAutosave snippet (for Google Chrome) Fix links Cherry-pick lost content from previous commit of consoleAutosave/README.md typo fix Unified functionality with autosaveElement.js. autosaveElement.js is already useful in firefox and chrome to select element (or ancestor) based on selection in tabs like webchat. TODO: autosave webconsole in firefox. That's readable after [Format JS] in eclipse orion editor. Also passes JSLint. Normalize single-line comments, with documented eclipse orion replace command.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix links