Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update dashboard.html | glitsj16 | 2015-03-27 | 1 | -0/+1 |
| | | | Added favicon for uBlock dashboard | ||||
* | hopefully this fixes #1053 | gorhill | 2015-03-20 | 1 | -1/+1 |
| | |||||
* | Initial UI support for Fennec | AlexVallat | 2015-03-02 | 1 | -0/+2 |
| | |||||
* | "advanced user" flag + rearranging a bit dashboard | gorhill | 2015-01-06 | 1 | -1/+1 |
| | |||||
* | lot of work related to dynamic filtering + new net requests logger | gorhill | 2015-01-06 | 1 | -1/+0 |
| | |||||
* | another round of work re dynamic filtering | gorhill | 2014-12-31 | 1 | -0/+1 |
| | |||||
* | Drop js-loader, updates from gorhill/uBlock/master | Deathamns | 2014-11-09 | 1 | -6/+4 |
| | |||||
* | Avoid using Chrome's @@bidi_* type i18n messages | Deathamns | 2014-11-09 | 1 | -79/+10 |
| | | | | | | | | | | | | | | ... 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). | ||||
* | Work on vendor API abstraction, and near complete Safari support | Deathamns | 2014-11-09 | 1 | -0/+102 |