aboutsummaryrefslogtreecommitdiffstats
path: root/src/asset-viewer.html
Commit message (Collapse)AuthorAgeFilesLines
* More ยต to uChris2015-03-091-1/+1
|
* Fix prorblems caused by vAPI.insertHTMLDeathamns2015-01-131-1/+3
|
* Drop js-loader, updates from gorhill/uBlock/masterDeathamns2014-11-091-5/+3
|
* 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/+23