Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-L-002 warning
objects created by extension should be destroyed in disable()
Objects assigned in `enable()` are missing matching `.destroy()` calls in `disable()` or its helper methods.
extension.js:72
this._loadingItem = new PopupMenu.PopupMenuItem('Loading Steam friends...')
extension.js:56
this._scrollSection = new PopupMenu.PopupMenuSection()
extension.js:58
this._scrollView = new St.ScrollView({
hscrollbar_policy: St.PolicyType.NEVER,
vscrollbar_policy: St.PolicyType.AUTOMATIC,
style_class: 'vfade',
// FIXED: Added a structural min-width constraint so the container doesn't collapse into a th
EGO-L-005 warning
owned object references should be released in disable()
Owned references that are cleaned up in `disable()` should also be released with `null` or `undefined`.
extension.js:72
this._loadingItem = new PopupMenu.PopupMenuItem('Loading Steam friends...')
EGO-L-008 warning
Soup.Session instances should be aborted during cleanup
Soup.Session instances should be aborted during cleanup.
extension.js:78
this._soupSession = new Soup.Session()
| Version | Status |
|---|---|
| 1 | Unreviewed |