aboutsummaryrefslogtreecommitdiffstats
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
* Fix `set` for Firefox & Safari (don't set non-own properties in for..in loop)Chris2015-01-182-0/+6
|
* new revision + fixed frame parent idgorhill2015-01-173-4/+4
|
* fixed bad testgorhill2015-01-171-1/+1
|
* new revisiongorhill2015-01-173-3/+3
|
* Installation directions restructured and Safari Update plist updatedChris2015-01-161-2/+2
|
* Firefox: minimal effort to support older versionsDeathamns2015-01-163-11/+28
|
* Firefox: suppress some "unsafe CPOW usage" messageDeathamns2015-01-161-3/+11
|
* new revisiongorhill2015-01-151-1/+1
|
* Firefox: fix tab closing issue (pop-up blocking)Deathamns2015-01-152-4/+15
|
* removed unused code for the time beinggorhill2015-01-151-4/+0
|
* not neededgorhill2015-01-153-25/+0
|
* URL handling changesDeathamns2015-01-156-40/+70
|
* code review re #498gorhill2015-01-141-4/+16
|
* this fixes one part of #498gorhill2015-01-144-16/+47
|
* Firefox: lower popup resize delayDeathamns2015-01-141-1/+1
|
* Way simplify vAPI closePopup for SafariChris2015-01-131-15/+3
|
* Firefox: fix tooltip animationDeathamns2015-01-131-1/+1
|
* Fix prorblems caused by vAPI.insertHTMLDeathamns2015-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-135-3/+39
| | | | | | | | | | The purpose of this API is basically to satisfy AMO reviewers in the future, since the use of innerHTML with variables (i.e., not plain text) will be rejected without any questions. Since this is not a problem for browsers other than Firefox, they will use simple innerHTML assignment, however safe-parsing could be implemented for them too.
* Firefox: remove unloading from vAPIDeathamns2015-01-131-12/+12
|
* Miscellaneous changesDeathamns2015-01-138-188/+248
|
* Firefox: fixed content scripts?Deathamns2015-01-133-25/+6
|
* Firefox: improvements for content scriptsDeathamns2015-01-133-92/+118
|
* Firefox,Safari: implement vAPI.tabs.reloadDeathamns2015-01-132-1/+21
|
* Firefox: simplify vAPI.app.restartDeathamns2015-01-133-60/+55
|
* Firefox: workaround for the e10s crashDeathamns2015-01-131-2/+2
|
* Firefox: blocking improvements / other fixesDeathamns2015-01-132-105/+277
| | | | | | | - Implement pop-up blocking - Support blocking redirected requests - Fix Local mirroring and inline-script blocking - Block content on data: and about:blank pages
* Firefox: popup size for menu-panelDeathamns2015-01-132-2/+8
|
* Safari: code stylingDeathamns2015-01-132-19/+22
|
* Firefox: fix copy-paste memory leakDeathamns2015-01-131-1/+1
|
* Firefox: implement vAPI.app.restartDeathamns2015-01-132-19/+63
|
* Code stylingDeathamns2015-01-1311-461/+479
|
* Firefox: ownsWeak=true for observers, +minor modsDeathamns2015-01-133-35/+63
|
* Make vAPI.setIcon less Chromium specificDeathamns2015-01-133-43/+43
|
* Popup related changesDeathamns2015-01-135-36/+67
|
* Firefox: new method for request handlingDeathamns2015-01-134-79/+193
| | | | | | | | | | | | | | Now both nsIContentPolicy and on-http-* observers are used for net request monitoring. Reasons: - In many cases, nsIContentPolicy.shouldLoad is invoked twice for the same resource, because of the speculative parsing. - nsIContentPolicy.shouldLoad don't have information about the channel, so it can't redirect the request, nor change its headers, however on-http-opening-request can. Also, local mirroring and inline-script blocking has been implemented.
* Safari: get appinfo from tooltipDeathamns2015-01-133-3/+9
|
* Fix build scipts' shebang, let -> constDeathamns2015-01-131-2/+2
|
* Firefox: better way to get the messageManagerDeathamns2015-01-131-25/+6
|
* 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
|
* Remove duplicate 'use strict';Deathamns2015-01-131-2/+0
|
* Firefox: improve vAPI.tabs.getTabIdDeathamns2015-01-131-2/+9
|
* Firefox: implement vAPI.contextMenuDeathamns2015-01-132-37/+159
|
* Chrome,Safari: fix typo and quotesDeathamns2015-01-132-4/+4
|