Additivos del navigator Firefox
  • Extensiones
  • Themas
    • pro Firefox
    • Dictionarios e pacchettos de lingua
    • Altere sitos de navigatores
    • Additivos pro Android
Aperir session
Icone del additivo

Historia de versiones de ChromeLogger - 16 versiones

ChromeLogger per BurningMoth

Classificate 4,6 de 5
4,6 Stellas de 5
5
23
4
3
3
0
2
0
1
2
Historia de versiones de ChromeLogger - 16 versiones
  • Que tu es attente con le vetere versiones! Iste versiones es monstrate pro uso de test o referentia.Tu deberea sempre usar le ultima version de un additivo.

  • Ultime version

    Version 3.0

    Publicate le 27 de sep. de 2024 - 26,07 KB
    Functiona con firefox 58.0 e plus recente
    * 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.

    Codice fonte publicate sub Licentia public Mozilla 2.0

    Tu pote usar iste extension solo sur Firefox
    Discarga Firefox installa le extension
    Discargar file
  • Versiones previe

    Version 2.0

    Publicate le 25 de nov. de 2019 - 21,23 KB
    Functiona con firefox 42.0 e plus recente
    * 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.

    Codice fonte publicate sub Licentia public Mozilla 2.0

    Discargar file
  • Version 1.7.3

    Publicate le 9 de oct. de 2018 - 17,14 KB
    Functiona con firefox 42.0 e plus recente
    * Fixed: null "object" resulted in error when checked for property, ending processing of rest of data stack.

    Codice fonte publicate sub Licentia public Mozilla 2.0

    Discargar file
  • Version 1.7.2

    Publicate le 6 de ago. de 2018 - 16,67 KB
    Functiona con firefox 42.0 e plus recente, android 48.0 a 68.*
    * Fixed: invalid `data.rows[...].type` values resulted in `console` error.

    Codice fonte publicate sub Licentia public Mozilla 2.0

    Discargar file
  • Version 1.7.1

    Publicate le 5 de ago. de 2018 - 16,6 KB
    Functiona con firefox 42.0 e plus recente, android 48.0 a 68.*
    * Fixed: broken `table` and various other `console` methods.
    * Fixed: inadequate substitution pattern detection and subsequent unescaping.

    Codice fonte publicate sub Licentia public Mozilla 2.0

    Discargar file
  • Version 1.7

    Publicate le 4 de ago. de 2018 - 16,29 KB
    Functiona con firefox 42.0 e plus recente, android 48.0 a 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`.

    Codice fonte publicate sub Licentia public Mozilla 2.0

    Discargar file
  • Version 1.6.1

    Publicate le 25 de abr. de 2018 - 14,49 KB
    Functiona con firefox 42.0 e plus recente, android 48.0 a 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.

    Codice fonte publicate sub Licentia public Mozilla 2.0

    Discargar file
  • Version 1.6

    Publicate le 24 de abr. de 2018 - 14,31 KB
    Functiona con firefox 42.0 e plus recente, android 48.0 a 68.*
    * Restored: removal of `__proto__` and `length` properties from objects and arrays.

    Codice fonte publicate sub Licentia public Mozilla 2.0

    Discargar file
  • Version 1.5

    Publicate le 27 de mar. de 2018 - 13,66 KB
    Functiona con firefox 42.0 e plus recente, android 48.0 a 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.

    Codice fonte publicate sub Licentia public Mozilla 2.0

    Discargar file
  • Version 1.4

    Publicate le 19 de mar. de 2018 - 10,62 KB
    Functiona con firefox 42.0 e plus recente, android 48.0 a 68.*
    * Updated: chromelogger protocol trace value now appended to passed console method arguments. @shoutout Erik

    Codice fonte publicate sub Licentia public Mozilla 2.0

    Discargar file
  • Version 1.3

    Publicate le 24 de dic. de 2017 - 10,21 KB
    Functiona con firefox 42.0 e plus recente, android 48.0 a 68.*
    * Added: `__proto__` and `length` properties are removed from objects and arrays respectively output to web console.

    Codice fonte publicate sub Licentia public Mozilla 2.0

    Discargar file
  • Version 1.2

    Publicate le 17 de dic. de 2017 - 9,63 KB
    Functiona con firefox 42.0 e plus recente, android 48.0 a 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.

    Codice fonte publicate sub Licentia public Mozilla 2.0

    Discargar file
  • Version 1.1.1

    Publicate le 29 de nov. de 2017 - 8,76 KB
    Functiona con firefox 42.0 e plus recente, android 48.0 a 68.*
    * Updated: Chrome Logger data row values validation, replacement on missing with defaults. @shoutout Honza
    * Fixed: warning on icon being wrong size.

    Codice fonte publicate sub Licentia public Mozilla 2.0

    Discargar file
  • Version 1.1

    Publicate le 20 de nov. de 2017 - 18,16 KB
    Functiona con firefox 42.0 e plus recente, android 48.0 a 68.*
    * Added: webNavigation event handlers to replace spotty tab.onUpdated event handler.
    * Updated: Chrome Logger data rows callback catches malformed row data.

    Codice fonte publicate sub Licentia public Mozilla 2.0

    Discargar file
  • Version 1.0.1

    Publicate le 17 de nov. de 2017 - 8,64 KB
    Functiona con firefox 42.0 e plus recente, android 48.0 a 68.*
    * Fixed: was matching against case sensitive X-ChromeLogger-Data header. Now case insensitive match. @shoutout Jan

    Codice fonte publicate sub Licentia public Mozilla 2.0

    Discargar file
  • Version 1.0

    Publicate le 10 de oct. de 2017 - 8,63 KB
    Functiona con firefox 42.0 e plus recente, android 48.0 a 68.*

    Codice fonte publicate sub Licentia public Mozilla 2.0

    Discargar file
Ir al pagina principal de Mozilla

Additivos

  • A proposito
  • Blog del additivos de Firefox
  • Laboratorio de extensiones
  • Centro de disveloppatores
  • Politicas pro disveloppatores
  • Blog del communitate
  • Foro
  • Reportar un defecto
  • Guida al revision

Navigatores

  • Desktop
  • Mobile
  • Enterprise

Productos

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Twitter (@firefox)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Confidentialitate
  • Cookies
  • Legal

Excepte ubi alteremente indicate, le contento de iste sito es publicate sub licentia Creative Commons Attribution Share-Alike v3.0 o qualcunque version plus recente.