Review of "Window on Top" version 9

Details Page Preview

Simple top panel button for toggling Always on Top for windows.

Extension Homepage
https://github.com/uosyph/window-on-top

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

Shexli (experimental) warning 1

Shexli found 1 issue that may need reviewer attention.

EGO-L-003 warning

signals connected by extension should be disconnected in disable()

Signals assigned in `enable()` are missing matching disconnect calls in `disable()` or its helper methods.

Disconnect all signals

  • extension.js:22
    this._indicator.connect('button-press-event', this._buttonClicked.bind(this))
  • extension.js:23
    this._indicator.connect('captured-event', this._handleCapturedEvent.bind(this))

All Versions

Version Status
9 Active
8 Active
7 Active
6 Active
5 Active
4 Active
3 Active
2 Active
1 Rejected

Previous Reviews on this Version

JustPerfection active