aboutsummaryrefslogtreecommitdiffstats
path: root/pages/popup.html
AgeCommit message (Collapse)Author
2017-10-01Include DOM utils in the popup dialogmrmr1993
DOM utils are required to inject user CSS.
2017-04-21Firefox: Fix format of popup buttons.Stephen Blott
@mrmr1993: This is trivial fix for Firefox, so it doesn't warrant a PR. I'll mention you just to keep you up to date on commits like this, though.
2015-05-29Use lib/settings.coffee to provide settings to options.html/popup.htmlmrmr1993
Instead of directly accessing the background page's Settings object, the options page and the page popup now have their own.
2014-12-21Exclusion; fix typo.Stephen Blott
2014-12-21Exclusion; better comments.Stephen Blott
2014-12-21Exclusion; move exclusion HTML to separate, shared page.Stephen Blott
2014-12-21Exclusion; minor updates after review.Stephen Blott
2014-12-21Exclusion; fiddle with styling.Stephen Blott
2014-12-21Exclusion; unique keys; update state on add/remove rule.Stephen Blott
2014-12-21Exclusion; show state.Stephen Blott
2014-12-21Exclusion; highlight mismatched patterns.Stephen Blott
2014-12-21Exclusion; exclusion rules box smaller on popup.Stephen Blott
2014-12-21Exclusion; add Save button.Stephen Blott
2014-12-21Exclusion; rework layout.Stephen Blott
2014-12-21Exclusion; minor refactoring.Stephen Blott
2014-12-20Exclusion; allow multiple matching rules.Stephen Blott
2014-11-22Options; use consistent capitalization.Stephen Blott
2014-11-03Activate Control-Enter on page popup.Stephen Blott
Control-Enter in either text input on the page popup saves changes and closes the popup.
2014-09-02Structured passkeys, internally and on the options and popup pages.Stephen Blott
2014-08-23Allow passing of keys to the underlying page (slight reformatting of page ↵Stephen Blott
popup).
2013-12-28Exclude confirmation message in popup is emptyShrikant Sharat
The UI and logic is there but the message is empty. I just added a message to it.
2012-10-29Move a bunch of stuff under pages/ for tidiness.Jez Ng
Also correct a bug with the show / hide advanced commands button.