aboutsummaryrefslogtreecommitdiffstats
path: root/platform/firefox/vapi-background.js
Commit message (Expand)AuthorAgeFilesLines
* link to relevant jsperfgorhill2015-02-011-0/+2
* use static function instead of closuregorhill2015-02-011-18/+71
* Firefox: get the version number from the fragmentDeathamns2015-01-291-2/+1
* Firefox: use correct data for parentFrameIdDeathamns2015-01-271-1/+1
* Firefox: each frame should have a unique IDDeathamns2015-01-271-9/+22
* Firefox: remove evalInSandboxDeathamns2015-01-271-3/+3
* Firefox: vAPI.tabs.onNavigation() for about: pagesDeathamns2015-01-271-31/+38
* Firefox: behind-the-scene requests / non-http tabsDeathamns2015-01-261-22/+18
* more fixes for #105gorhill2015-01-211-6/+12
* code review: jshint'edgorhill2015-01-211-3/+4
* this fixes #536gorhill2015-01-201-13/+20
* new versiongorhill2015-01-191-1/+1
* bring up to date with mastergorhill2015-01-191-1/+1
|\
| * new revisiongorhill2015-01-181-1/+1
* | started work on #105, #475, and possibly #510gorhill2015-01-191-0/+8
|/
* Fix `set` for Firefox & Safari (don't set non-own properties in for..in loop)Chris2015-01-181-0/+3
* new revision + fixed frame parent idgorhill2015-01-171-2/+2
* fixed bad testgorhill2015-01-171-1/+1
* new revisiongorhill2015-01-171-1/+1
* Firefox: minimal effort to support older versionsDeathamns2015-01-161-7/+13
* Firefox: suppress some "unsafe CPOW usage" messageDeathamns2015-01-161-3/+11
* Firefox: fix tab closing issue (pop-up blocking)Deathamns2015-01-151-2/+9
* URL handling changesDeathamns2015-01-151-36/+34
* code review re #498gorhill2015-01-141-4/+16
* this fixes one part of #498gorhill2015-01-141-11/+23
* Firefox: lower popup resize delayDeathamns2015-01-141-1/+1
* Firefox: fix tooltip animationDeathamns2015-01-131-1/+1
* Merge branch 'master' of github.com:gorhill/uBlockgorhill2015-01-131-1/+1
|\
| * Fix popup tooltips and sizing for FirefoxDeathamns2015-01-131-1/+1
* | this fixes #490gorhill2015-01-131-1/+7
|/
* Implement vAPI.insertHTMLDeathamns2015-01-131-3/+4
* Firefox: remove unloading from vAPIDeathamns2015-01-131-12/+12
* Miscellaneous changesDeathamns2015-01-131-165/+213
* Firefox: fixed content scripts?Deathamns2015-01-131-2/+1
* Firefox,Safari: implement vAPI.tabs.reloadDeathamns2015-01-131-1/+11
* Firefox: simplify vAPI.app.restartDeathamns2015-01-131-15/+19
* Firefox: blocking improvements / other fixesDeathamns2015-01-131-68/+228
* Firefox: popup size for menu-panelDeathamns2015-01-131-1/+7
* Firefox: fix copy-paste memory leakDeathamns2015-01-131-1/+1
* Firefox: implement vAPI.app.restartDeathamns2015-01-131-1/+4
* Code stylingDeathamns2015-01-131-124/+126
* Firefox: ownsWeak=true for observers, +minor modsDeathamns2015-01-131-19/+40
* Make vAPI.setIcon less Chromium specificDeathamns2015-01-131-28/+19
* Popup related changesDeathamns2015-01-131-17/+32
* Firefox: new method for request handlingDeathamns2015-01-131-45/+161
* Firefox: proper cleanup for context-menu itemDeathamns2015-01-131-0/+1
* Firefox: move callback to last callDeathamns2015-01-131-2/+2
* Firefox: saved prefs were overwritten by defaultsDeathamns2015-01-131-1/+1
* Firefox: add missing vAPI.onLoadAllCompletedDeathamns2015-01-131-0/+9
* Firefox: improve vAPI.tabs.getTabIdDeathamns2015-01-131-2/+9