stylus/background
tophf 420733b93a
PatchCSP + tweaks/fixes/features (#1107)
* add Patch CSP option
* show style version, size, and update age in manager
* add scope selector to style search in manager
* keep scroll position and selections in tab's session
* directly install usercss from raw github links
* ditch localStorage, use on-demand SessionStore proxy
* simplify localization
* allow <code> tag in i18n-html
* keep &nbsp; nodes in HTML templates
* API.getAllStyles is actually faster with code untouched
* fix fitToContent when applies-to is taller than window
* dedupe linter.enableForEditor calls
* prioritize visible CMs in refreshOnViewListener
* don't scroll to last style on editing a new one
* delay colorview for invisible CMs
* eslint comma-dangle error + autofix files
* styleViaXhr: also toggle for disableAll pref
* styleViaXhr: allow cookies for sandbox CSP
* simplify notes in options
* simplify getStylesViaXhr
* oldUI fixups:
  * remove separator before 1st applies-to
  * center name bubbles
* fix updateToc focus on a newly added section
* fix fitToContent when cloning section
* remove CSS `contain` as it makes no difference
* replace overrides with declarative CSS + code cosmetics
* simplify adjustWidth and make it work in FF
2020-11-18 14:17:15 +03:00
..
background-worker.js PatchCSP + tweaks/fixes/features (#1107) 2020-11-18 14:17:15 +03:00
background.js PatchCSP + tweaks/fixes/features (#1107) 2020-11-18 14:17:15 +03:00
content-scripts.js PatchCSP + tweaks/fixes/features (#1107) 2020-11-18 14:17:15 +03:00
db-chrome-storage.js PatchCSP + tweaks/fixes/features (#1107) 2020-11-18 14:17:15 +03:00
db.js PatchCSP + tweaks/fixes/features (#1107) 2020-11-18 14:17:15 +03:00
icon-manager.js PatchCSP + tweaks/fixes/features (#1107) 2020-11-18 14:17:15 +03:00
icon-util.js PatchCSP + tweaks/fixes/features (#1107) 2020-11-18 14:17:15 +03:00
navigator-util.js PatchCSP + tweaks/fixes/features (#1107) 2020-11-18 14:17:15 +03:00
openusercss-api.js PatchCSP + tweaks/fixes/features (#1107) 2020-11-18 14:17:15 +03:00
search-db.js PatchCSP + tweaks/fixes/features (#1107) 2020-11-18 14:17:15 +03:00
style-manager.js PatchCSP + tweaks/fixes/features (#1107) 2020-11-18 14:17:15 +03:00
style-via-api.js show write-style entries for iframes in popup (#861) 2020-02-24 18:16:45 -05:00
style-via-webrequest.js PatchCSP + tweaks/fixes/features (#1107) 2020-11-18 14:17:15 +03:00
sync.js PatchCSP + tweaks/fixes/features (#1107) 2020-11-18 14:17:15 +03:00
tab-manager.js show write-style entries for iframes in popup (#861) 2020-02-24 18:16:45 -05:00
token-manager.js PatchCSP + tweaks/fixes/features (#1107) 2020-11-18 14:17:15 +03:00
update.js PatchCSP + tweaks/fixes/features (#1107) 2020-11-18 14:17:15 +03:00
usercss-helper.js PatchCSP + tweaks/fixes/features (#1107) 2020-11-18 14:17:15 +03:00
usercss-install-helper.js PatchCSP + tweaks/fixes/features (#1107) 2020-11-18 14:17:15 +03:00