aboutsummaryrefslogtreecommitdiffstats
path: root/src/popup.html
Commit message (Collapse)AuthorAgeFilesLines
* this (indirectly) fixes #15: let uBlock block remote fonts globally or on a ↵gorhill2015-06-101-0/+1
| | | | site-basis
* this fixes #262gorhill2015-05-291-1/+1
|
* this fixes logger button in popupgorhill2015-05-081-1/+1
|
* this fixes #87gorhill2015-04-241-2/+2
|
* fixed popup blocker switch; added ability to manually edit switchesgorhill2015-04-091-4/+4
|
* better tooltips for popup UIgorhill2015-04-051-12/+12
|
* new switch: toggle cosmetic filtering on/off for a sitegorhill2015-04-051-2/+3
|
* translation work from https://crowdin.com/project/ublockgorhill2015-03-281-2/+2
|
* this fixes #1013, #1062 (draft)gorhill2015-03-271-0/+4
|
* typosgorhill2015-03-161-5/+5
|
* minor changesgorhill2015-03-161-1/+1
|
* set popup *size* as early as possiblegorhill2015-03-161-5/+5
|
* oopsgorhill2015-03-141-1/+0
|
* this may or may not fix or mitigate #996gorhill2015-03-141-0/+1
|
* Merge branch 'master' of https://github.com/gorhill/uBlockAlexVallat2015-03-101-1/+1
|\ | | | | | | | | | | Conflicts: platform/firefox/vapi-background.js src/_locales/en/messages.json
| * More µ to uChris2015-03-091-1/+1
| |
* | Initial UI support for FennecAlexVallat2015-03-021-1/+2
|/
* this fixes #820gorhill2015-02-161-1/+1
|
* #731: added session and permanent firewallsgorhill2015-02-111-2/+2
|
* this fixes #745gorhill2015-02-091-1/+1
|
* this fixes #727gorhill2015-02-081-1/+1
|
* remove UI for `* * * [block|allow|noop]`: unlikely to be useful to majoritygorhill2015-02-071-1/+1
|
* fixed request count indicators for incrementally built popupgorhill2015-02-071-3/+3
|
* re. #704: forgot localized stringgorhill2015-02-061-2/+2
|
* this fixes #704gorhill2015-02-061-6/+7
|
* this fixes #690gorhill2015-02-041-0/+1
|
* this fixes #682gorhill2015-02-041-1/+2
|
* re #550: use non-minified external libsgorhill2015-01-301-1/+1
|
* this fixes one part of #498gorhill2015-01-141-0/+1
|
* Fix prorblems caused by vAPI.insertHTMLDeathamns2015-01-131-3/+3
|
* Firefox: popup size for menu-panelDeathamns2015-01-131-1/+1
|
* Popup related changesDeathamns2015-01-131-2/+2
|
* platform-specific code for popup UIgorhill2015-01-111-0/+1
|
* hopefully this fixes #470gorhill2015-01-101-0/+1
|
* lot of work related to dynamic filtering + new net requests loggergorhill2015-01-061-21/+24
|
* another round of work re dynamic filteringgorhill2014-12-311-6/+6
|
* finally a fully working draft: now onto myriad finishing touchesgorhill2014-12-311-10/+11
|
* more work to expand dynamic filteringgorhill2014-12-301-5/+10
|
* too many changes for #433: branching so that I can commit and keep working on itgorhill2014-12-281-60/+9
|
* this should not be on by default -- to avoid visual glitchRaymond Hill2014-12-091-1/+1
|
* remove depending on vapi-appinfo.jsRaymond Hill2014-12-011-1/+0
|
* this fixes #386, #346, #299, #288, #285, #284, #279Raymond Hill2014-11-291-32/+63
|
* Drop js-loader, updates from gorhill/uBlock/masterDeathamns2014-11-091-8/+6
|
* Avoid using Chrome's @@bidi_* type i18n messagesDeathamns2014-11-091-1/+1
| | | | | | | | | | | | | | ... for the sake of portability. When including vapi-common.js in an HTML file, then the body element there will have a "dir" attribute filled with the current locale's direction (ltr or rtl). The following languages are considered right-to-left: ar, he, fa, ps, ur. Everything else is left-to-right. After the "dir" attribute is set, we can decide in CSS which elements should have different styling for rtl languages (e.g., body[dir=rtl] #id).
* Use a dedicated file for storing extension infoDeathamns2014-11-091-1/+2
| | | | | | | | | | Chrome has getManifest(), Safari doesn't have anything, Firefox has an asynchronous API... So, instead of using extension APIs, store the common informations (extension name, version, homepage url) in a file (vapi-appinfo.js), which can be included when it's needed (its data will be available at vAPI.app.____). The file's content is updated each time the extension is being built, so it shouldn't be modified manually.
* Work on vendor API abstraction, and near complete Safari supportDeathamns2014-11-091-0/+65