aboutsummaryrefslogtreecommitdiffstats
path: root/src/dashboard.html
Commit message (Collapse)AuthorAgeFilesLines
* Update dashboard.htmlglitsj162015-03-271-0/+1
| | | Added favicon for uBlock dashboard
* hopefully this fixes #1053gorhill2015-03-201-1/+1
|
* Initial UI support for FennecAlexVallat2015-03-021-0/+2
|
* "advanced user" flag + rearranging a bit dashboardgorhill2015-01-061-1/+1
|
* lot of work related to dynamic filtering + new net requests loggergorhill2015-01-061-1/+0
|
* another round of work re dynamic filteringgorhill2014-12-311-0/+1
|
* Drop js-loader, updates from gorhill/uBlock/masterDeathamns2014-11-091-6/+4
|
* Avoid using Chrome's @@bidi_* type i18n messagesDeathamns2014-11-091-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 supportDeathamns2014-11-091-0/+102