aboutsummaryrefslogtreecommitdiffstats
path: root/src/1p-filters.html
Commit message (Collapse)AuthorAgeFilesLines
* this fixes #695gorhill2015-10-031-1/+1
|
* support append from cloud storage + uniformize buttons visual in dashboardgorhill2015-08-121-5/+10
|
* sync feature (#80): draftgorhill2015-08-111-0/+4
|
* this fixes #250gorhill2015-05-281-1/+1
|
* More ยต to uChris2015-03-091-1/+1
|
* Trailing whitespaceDeathamns2015-03-071-1/+1
|
* this fixes #812gorhill2015-02-161-8/+6
|
* another round of work re dynamic filteringgorhill2014-12-311-3/+4
|
* Drop js-loader, updates from gorhill/uBlock/masterDeathamns2014-11-091-8/+6
|
* input[type="file"].click() didn't work in SafariDeathamns2014-11-091-1/+1
| | | | | | | | | | Click couldn't be initiated with JavaScript in Safari if the input was hidden with display: none. Using visibility: hidden or opacity: 0 solves the problem. Alternative solution would be to hide (opacity: 0) the input and slide it (position: absolute; top: 0; left: 0; width: 100%; height: 100%) over the button, which would work in all browsers, and wouldn't require JavaScript.
* 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).
* Work on vendor API abstraction, and near complete Safari supportDeathamns2014-11-091-0/+31