История версий ChromeLogger - 16 версий
ChromeLogger от BurningMoth
Будьте осторожны со старыми версиями! Эти версии отображаются только для сведения и в целях тестирования.Вы всегда должны использовать последнюю версию дополнения.
Последняя версия
Версия 3.0
Выпущено 27 сент. 2024 г. - 26,07 КБРаботает с firefox 58.0 и выше* 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.Исходный код выпущен на условиях Публичная лицензия Mozilla 2.0
Загрузите Firefox и установите расширениеВам понадобится Firefox, чтобы использовать это расширениеСтарые версии
Версия 2.0
Выпущено 25 нояб. 2019 г. - 21,23 КБРаботает с firefox 42.0 и выше* 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.Исходный код выпущен на условиях Публичная лицензия Mozilla 2.0
Версия 1.7.3
Выпущено 9 окт. 2018 г. - 17,14 КБРаботает с firefox 42.0 и выше* Fixed: null "object" resulted in error when checked for property, ending processing of rest of data stack.Исходный код выпущен на условиях Публичная лицензия Mozilla 2.0
Версия 1.7.2
Выпущено 6 авг. 2018 г. - 16,67 КБРаботает с firefox 42.0 и выше, android 48.0-68.** Fixed: invalid `data.rows[...].type` values resulted in `console` error.Исходный код выпущен на условиях Публичная лицензия Mozilla 2.0
Версия 1.7.1
Выпущено 5 авг. 2018 г. - 16,6 КБРаботает с firefox 42.0 и выше, android 48.0-68.** Fixed: broken `table` and various other `console` methods.
* Fixed: inadequate substitution pattern detection and subsequent unescaping.Исходный код выпущен на условиях Публичная лицензия Mozilla 2.0
Версия 1.7
Выпущено 4 авг. 2018 г. - 16,29 КБРаботает с firefox 42.0 и выше, android 48.0-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`.Исходный код выпущен на условиях Публичная лицензия Mozilla 2.0
Версия 1.6.1
Выпущено 25 апр. 2018 г. - 14,49 КБРаботает с firefox 42.0 и выше, android 48.0-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.Исходный код выпущен на условиях Публичная лицензия Mozilla 2.0
Версия 1.6
Выпущено 24 апр. 2018 г. - 14,31 КБРаботает с firefox 42.0 и выше, android 48.0-68.** Restored: removal of `__proto__` and `length` properties from objects and arrays.Исходный код выпущен на условиях Публичная лицензия Mozilla 2.0
Версия 1.5
Выпущено 27 мар. 2018 г. - 13,66 КБРаботает с firefox 42.0 и выше, android 48.0-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.Исходный код выпущен на условиях Публичная лицензия Mozilla 2.0
Версия 1.4
Выпущено 19 мар. 2018 г. - 10,62 КБРаботает с firefox 42.0 и выше, android 48.0-68.** Updated: chromelogger protocol trace value now appended to passed console method arguments. @shoutout ErikИсходный код выпущен на условиях Публичная лицензия Mozilla 2.0
Версия 1.3
Выпущено 24 дек. 2017 г. - 10,21 КБРаботает с firefox 42.0 и выше, android 48.0-68.** Added: `__proto__` and `length` properties are removed from objects and arrays respectively output to web console.Исходный код выпущен на условиях Публичная лицензия Mozilla 2.0
Версия 1.2
Выпущено 17 дек. 2017 г. - 9,63 КБРаботает с firefox 42.0 и выше, android 48.0-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.Исходный код выпущен на условиях Публичная лицензия Mozilla 2.0
Версия 1.1.1
Выпущено 29 нояб. 2017 г. - 8,76 КБРаботает с firefox 42.0 и выше, android 48.0-68.** Updated: Chrome Logger data row values validation, replacement on missing with defaults. @shoutout Honza
* Fixed: warning on icon being wrong size.Исходный код выпущен на условиях Публичная лицензия Mozilla 2.0
Версия 1.1
Выпущено 20 нояб. 2017 г. - 18,16 КБРаботает с firefox 42.0 и выше, android 48.0-68.** Added: webNavigation event handlers to replace spotty tab.onUpdated event handler.
* Updated: Chrome Logger data rows callback catches malformed row data.Исходный код выпущен на условиях Публичная лицензия Mozilla 2.0
Версия 1.0.1
Выпущено 17 нояб. 2017 г. - 8,64 КБРаботает с firefox 42.0 и выше, android 48.0-68.** Fixed: was matching against case sensitive X-ChromeLogger-Data header. Now case insensitive match. @shoutout JanИсходный код выпущен на условиях Публичная лицензия Mozilla 2.0
Версия 1.0
Выпущено 10 окт. 2017 г. - 8,63 КБРаботает с firefox 42.0 и выше, android 48.0-68.*Исходный код выпущен на условиях Публичная лицензия Mozilla 2.0