aboutsummaryrefslogtreecommitdiffstats
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
...
* Firefox: revert previous changeDeathamns2015-01-132-16/+26
| | | | | | | | Initializing the extension with AddonManager takes too long (at least for this extension). When starting the browser, tabs loaded before the extension could, and because of that, blocking didn't work. It works better, if it's initialized when the window's DOM is ready.
* Firefox,Safari: fill vAPI.app in a different wayDeathamns2015-01-134-39/+29
| | | | | | Pass the extension data (name and version) as the fragment of the URL for the background script, so vAPI.app can be filled without using XHR to read the manifest files.
* Firefox: location.host isntead of app.cleanNameDeathamns2015-01-131-12/+12
|
* Add license headers, plus some code stylingDeathamns2015-01-1313-23/+156
|
* Firefox: minor changesDeathamns2015-01-133-6/+10
|
* Firefox: fix script injectionDeathamns2015-01-131-15/+14
|
* Firefox: implement vAPI.tabs.injectScriptDeathamns2015-01-136-10/+66
|
* Firefox: 'load' -> 'DOMContentLoaded'Deathamns2015-01-131-1/+1
|
* Firefox: fix 'main_frame' for e10sDeathamns2015-01-131-1/+1
|
* Firefox: initialize buttons when DOM is readyDeathamns2015-01-133-10/+10
|
* Firefox: update manifest files when buildingDeathamns2015-01-132-39/+8
|
* Firefox: observe main_frame requests tooDeathamns2015-01-132-3/+6
|
* Firefox: fix styling for toolbar buttonDeathamns2015-01-132-26/+30
|
* Firefox: implement toolbar button and popupDeathamns2015-01-1310-118/+308
|
* Firefox: blocking and content scripts for e10sDeathamns2015-01-135-189/+229
|
* Firefox: add basic blocking + some fixesDeathamns2015-01-135-17/+159
|
* Firefox: partial vAPI.tabs implementationDeathamns2015-01-135-141/+439
|
* Firefox: implement vAPI.storage via SQLiteDeathamns2015-01-135-51/+228
|
* Firefox: implement content scriptsDeathamns2015-01-131-2/+69
|
* Initial Firefox port (base, messaging, locales)Deathamns2015-01-139-17/+585
|
* new revisiongorhill2015-01-121-1/+1
|
* Fix Safari i18n function (default to '' if no localized string found)Chris2015-01-111-1/+1
|
* Merge pull request #478 from chrisaljoudi/masterRaymond Hill2015-01-111-3/+2
|\ | | | | Safari: remove extra call to popup resize -- now smoother
| * Safari: remove extra call to popup resize -- now smootherChris2015-01-111-3/+2
| |
* | bump revision for opera versiongorhill2015-01-111-1/+1
| |
* | standard comment headergorhill2015-01-111-0/+21
|/
* Abstract out platform-specific popup UI JavaScriptChris2015-01-112-21/+45
|
* Merge branch 'master' of github.com:gorhill/uBlockChris2015-01-111-0/+1
|\
| * platform-specific code for popup UIgorhill2015-01-111-0/+1
| |
* | Better Safari popover sizing, no mutation eventsChris2015-01-112-34/+9
|/
* new revisiongorhill2015-01-111-1/+1
|
* lot of work related to dynamic filtering + new net requests loggergorhill2015-01-061-0/+9
|
* bringing changes from mastergorhill2015-01-022-2/+13
|\
| * new revisiongorhill2015-01-021-1/+1
| |
| * this fixes #455gorhill2015-01-021-2/+6
| |
| * new revisiongorhill2015-01-011-1/+1
| |
| * code review for #456gorhill2015-01-011-5/+5
| |
| * this fixes #456: another unrelated bug unveil from previous fixgorhill2015-01-011-0/+7
| |
| * new revisiongorhill2015-01-011-1/+1
| |
| * new revisiongorhill2015-01-011-1/+1
| |
* | another round of work re dynamic filteringgorhill2014-12-312-2/+2
|/
* new revisiongorhill2014-12-251-1/+1
|
* new revisiongorhill2014-12-221-1/+1
|
* new revisiongorhill2014-12-201-1/+1
|
* this fixes #418; also remove last chrome API reference from portable codegorhill2014-12-172-1/+62
|
* new versiongorhill2014-12-151-1/+1
|
* Safari: auto-update *.plist files when buildingDeathamns2014-12-112-10/+10
|
* Safari: fetch data from Info.plist for vAPI.appDeathamns2014-12-081-2/+8
|
* Safari: fix tooltips for dynamic filteringDeathamns2014-12-081-4/+4
|
* Safari: small locale improvementsDeathamns2014-12-083-10/+6
| | | | | | | Since there is no API for localization in Safari, we read the locale files every time when an extension page opens. This commit adds a new file "make-locale-safari.py", which will make the size of the locale files smaller.