Firefox Browser Add-ons
  • Extensions
  • Themes
    • for Firefox
    • Dictionaries & Language Packs
    • Other Browser Sites
    • Add-ons for Android
Log in
Add-on icon

ChromeLogger version history - 16 versions

ChromeLogger by BurningMoth

Rated 4.6 out of 5
4.6 Stars out of 5
5
24
4
3
3
0
2
0
1
2
ChromeLogger version history - 16 versions
  • Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.

  • Latest version

    Version 3.0

    Released 27 Sep 2024 - 26.07 kB
    Works with firefox 58.0 and later
    * Includes devtools panel displaying parsed chromelogger messages for active tab when open or when unable to log messages to web console -- in which case the user is prompted to open the panel.
    * Valid XML strings passed via "dir" or "dirxml" type/method are displayed as interactive trees on the panel similar to objects.
    * Support for "debug" type/method substitution styles.
    * Fixed options reset button which wasn't working.
    * Various tweaks and deprecation fixes.

    Source code released under Mozilla Public Licence 2.0

    You'll need Firefox to use this extension
    Download Firefox and get the extension
    Download file
  • Older versions

    Version 2.0

    Released 25 Nov 2019 - 21.23 kB
    Works with firefox 42.0 and later
    * Removed: `<script[data-chromelogger-data]>` and `<script[data-chromelogger-rows]>` node parsing.
    * Added: `<script[type="application/json"]#chromelogger>` node parsing.
    * Updated: moved DOM parsing functionality from devtools eval'd code to injected content script.
    * Fixed: dark, transparent icon did not display well w/dark theme.

    Source code released under Mozilla Public Licence 2.0

    Download file
  • Version 1.7.3

    Released 9 Oct 2018 - 17.14 kB
    Works with firefox 42.0 and later
    * Fixed: null "object" resulted in error when checked for property, ending processing of rest of data stack.

    Source code released under Mozilla Public Licence 2.0

    Download file
  • Version 1.7.2

    Released 6 Aug 2018 - 16.67 kB
    Works with firefox 42.0 and later, android 48.0 to 68.*
    * Fixed: invalid `data.rows[...].type` values resulted in `console` error.

    Source code released under Mozilla Public Licence 2.0

    Download file
  • Version 1.7.1

    Released 5 Aug 2018 - 16.6 kB
    Works with firefox 42.0 and later, android 48.0 to 68.*
    * Fixed: broken `table` and various other `console` methods.
    * Fixed: inadequate substitution pattern detection and subsequent unescaping.

    Source code released under Mozilla Public Licence 2.0

    Download file
  • Version 1.7

    Released 4 Aug 2018 - 16.29 kB
    Works with firefox 42.0 and later, android 48.0 to 68.*
    * Fixed: columns arrays that were arranged in ways or [in|ex]cluded columns other than what was explicitly specified by the protocol failed to process. @shoutout Zxurian
    * Added: Support for `[object].___class_name` and Class Name substitution styling.
    * Added: Support for `X-ChromePHP-Data` headers.
    * Updated: Now scans headers from all resource types.
    * Updated: `data-chromelogger-version="1.0"` and `data-chromelogger-columns="log,backtrace,type"` optional attributes parsed from `<script[data-chromelogger-rows]>` nodes.
    * Added: `<script[data-chromelogger-data]>` node parsing.
    * Added: `display_data_url=[bool]` setting and Data Header substitution styling.
    * Updated: removed "METHOD url" display from being appended to first parsed data row, logged separately if `display_data_url=true`.

    Source code released under Mozilla Public Licence 2.0

    Download file
  • Version 1.6.1

    Released 25 Apr 2018 - 14.49 kB
    Works with firefox 42.0 and later, android 48.0 to 68.*
    * Fixed: trying (and failing, of course) to process null values as objects w/enumerated properties.
    * Fixed: tabs.executeScript() fails injecting both file + code, throws to devtools fallback.

    Source code released under Mozilla Public Licence 2.0

    Download file
  • Version 1.6

    Released 24 Apr 2018 - 14.31 kB
    Works with firefox 42.0 and later, android 48.0 to 68.*
    * Restored: removal of `__proto__` and `length` properties from objects and arrays.

    Source code released under Mozilla Public Licence 2.0

    Download file
  • Version 1.5

    Released 27 Mar 2018 - 13.66 kB
    Works with firefox 42.0 and later, android 48.0 to 68.*
    * Added: console message styling for various contexts w/options page to customize.
    * Added: parsing of ChromeLogger formatted rows data from loaded DOM content. Syntax: `<script data-chromelogger-rows="{key}">var {key} = [[log, backtrace, type], ...];</script>`
    * Issue: cannot retrieve rows data from subframes DOM until Firefox supports devtools.inspectedWindow.eval() options parameter!
    * Regression: `__proto__` and `length` object and array properties no longer removed. Problematic.

    Source code released under Mozilla Public Licence 2.0

    Download file
  • Version 1.4

    Released 19 Mar 2018 - 10.62 kB
    Works with firefox 42.0 and later, android 48.0 to 68.*
    * Updated: chromelogger protocol trace value now appended to passed console method arguments. @shoutout Erik

    Source code released under Mozilla Public Licence 2.0

    Download file
  • Version 1.3

    Released 24 Dec 2017 - 10.21 kB
    Works with firefox 42.0 and later, android 48.0 to 68.*
    * Added: `__proto__` and `length` properties are removed from objects and arrays respectively output to web console.

    Source code released under Mozilla Public Licence 2.0

    Download file
  • Version 1.2

    Released 17 Dec 2017 - 9.63 kB
    Works with firefox 42.0 and later, android 48.0 to 68.*
    * Added: Tab.fallback, flagged true if log.js fails to inject onDOMReady as in the case when Firefox loads JSON viewer in the tab inspectedWindow.
    * Updated: Tab.log() sends parsed ChromeLoggerData back to dev.js if Tab.fallback is true.
    * Updated: dev.js runtime.Port.onMessage handler stringifies and runs ChromeLoggerData from Tab.log() through devtools.inspectedWindow.eval(), dirty but effective.

    Source code released under Mozilla Public Licence 2.0

    Download file
  • Version 1.1.1

    Released 29 Nov 2017 - 8.76 kB
    Works with firefox 42.0 and later, android 48.0 to 68.*
    * Updated: Chrome Logger data row values validation, replacement on missing with defaults. @shoutout Honza
    * Fixed: warning on icon being wrong size.

    Source code released under Mozilla Public Licence 2.0

    Download file
  • Version 1.1

    Released 20 Nov 2017 - 18.16 kB
    Works with firefox 42.0 and later, android 48.0 to 68.*
    * Added: webNavigation event handlers to replace spotty tab.onUpdated event handler.
    * Updated: Chrome Logger data rows callback catches malformed row data.

    Source code released under Mozilla Public Licence 2.0

    Download file
  • Version 1.0.1

    Released 17 Nov 2017 - 8.64 kB
    Works with firefox 42.0 and later, android 48.0 to 68.*
    * Fixed: was matching against case sensitive X-ChromeLogger-Data header. Now case insensitive match. @shoutout Jan

    Source code released under Mozilla Public Licence 2.0

    Download file
  • Version 1.0

    Released 10 Oct 2017 - 8.63 kB
    Works with firefox 42.0 and later, android 48.0 to 68.*

    Source code released under Mozilla Public Licence 2.0

    Download file
Go to Mozilla's homepage

Add-ons

  • About
  • Firefox Add-ons Blog
  • Extension Workshop
  • Developer Hub
  • Developer Policies
  • Community Blog
  • Forum
  • Report a bug
  • Review Guide

Browsers

  • Desktop
  • Mobile
  • Enterprise

Products

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Privacy
  • Cookies
  • Legal

Except where otherwise noted, content on this site is licensed under the Creative Commons Attribution Share-Alike Licence v3.0 or any later version.