Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix `set` for Firefox & Safari (don't set non-own properties in for..in loop) | Chris | 2015-01-18 | 2 | -0/+6 |
| | |||||
* | new revision + fixed frame parent id | gorhill | 2015-01-17 | 3 | -4/+4 |
| | |||||
* | fixed bad test | gorhill | 2015-01-17 | 1 | -1/+1 |
| | |||||
* | new revision | gorhill | 2015-01-17 | 3 | -3/+3 |
| | |||||
* | Installation directions restructured and Safari Update plist updated | Chris | 2015-01-16 | 1 | -2/+2 |
| | |||||
* | Firefox: minimal effort to support older versions | Deathamns | 2015-01-16 | 3 | -11/+28 |
| | |||||
* | Firefox: suppress some "unsafe CPOW usage" message | Deathamns | 2015-01-16 | 1 | -3/+11 |
| | |||||
* | new revision | gorhill | 2015-01-15 | 1 | -1/+1 |
| | |||||
* | Firefox: fix tab closing issue (pop-up blocking) | Deathamns | 2015-01-15 | 2 | -4/+15 |
| | |||||
* | removed unused code for the time being | gorhill | 2015-01-15 | 1 | -4/+0 |
| | |||||
* | not needed | gorhill | 2015-01-15 | 3 | -25/+0 |
| | |||||
* | URL handling changes | Deathamns | 2015-01-15 | 6 | -40/+70 |
| | |||||
* | code review re #498 | gorhill | 2015-01-14 | 1 | -4/+16 |
| | |||||
* | this fixes one part of #498 | gorhill | 2015-01-14 | 4 | -16/+47 |
| | |||||
* | Firefox: lower popup resize delay | Deathamns | 2015-01-14 | 1 | -1/+1 |
| | |||||
* | Way simplify vAPI closePopup for Safari | Chris | 2015-01-13 | 1 | -15/+3 |
| | |||||
* | Firefox: fix tooltip animation | Deathamns | 2015-01-13 | 1 | -1/+1 |
| | |||||
* | Fix prorblems caused by vAPI.insertHTML | Deathamns | 2015-01-13 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of github.com:gorhill/uBlock | gorhill | 2015-01-13 | 1 | -1/+1 |
|\ | |||||
| * | Fix popup tooltips and sizing for Firefox | Deathamns | 2015-01-13 | 1 | -1/+1 |
| | | |||||
* | | this fixes #490 | gorhill | 2015-01-13 | 1 | -1/+7 |
|/ | |||||
* | Implement vAPI.insertHTML | Deathamns | 2015-01-13 | 5 | -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 vAPI | Deathamns | 2015-01-13 | 1 | -12/+12 |
| | |||||
* | Miscellaneous changes | Deathamns | 2015-01-13 | 8 | -188/+248 |
| | |||||
* | Firefox: fixed content scripts? | Deathamns | 2015-01-13 | 3 | -25/+6 |
| | |||||
* | Firefox: improvements for content scripts | Deathamns | 2015-01-13 | 3 | -92/+118 |
| | |||||
* | Firefox,Safari: implement vAPI.tabs.reload | Deathamns | 2015-01-13 | 2 | -1/+21 |
| | |||||
* | Firefox: simplify vAPI.app.restart | Deathamns | 2015-01-13 | 3 | -60/+55 |
| | |||||
* | Firefox: workaround for the e10s crash | Deathamns | 2015-01-13 | 1 | -2/+2 |
| | |||||
* | Firefox: blocking improvements / other fixes | Deathamns | 2015-01-13 | 2 | -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-panel | Deathamns | 2015-01-13 | 2 | -2/+8 |
| | |||||
* | Safari: code styling | Deathamns | 2015-01-13 | 2 | -19/+22 |
| | |||||
* | Firefox: fix copy-paste memory leak | Deathamns | 2015-01-13 | 1 | -1/+1 |
| | |||||
* | Firefox: implement vAPI.app.restart | Deathamns | 2015-01-13 | 2 | -19/+63 |
| | |||||
* | Code styling | Deathamns | 2015-01-13 | 11 | -461/+479 |
| | |||||
* | Firefox: ownsWeak=true for observers, +minor mods | Deathamns | 2015-01-13 | 3 | -35/+63 |
| | |||||
* | Make vAPI.setIcon less Chromium specific | Deathamns | 2015-01-13 | 3 | -43/+43 |
| | |||||
* | Popup related changes | Deathamns | 2015-01-13 | 5 | -36/+67 |
| | |||||
* | Firefox: new method for request handling | Deathamns | 2015-01-13 | 4 | -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 tooltip | Deathamns | 2015-01-13 | 3 | -3/+9 |
| | |||||
* | Fix build scipts' shebang, let -> const | Deathamns | 2015-01-13 | 1 | -2/+2 |
| | |||||
* | Firefox: better way to get the messageManager | Deathamns | 2015-01-13 | 1 | -25/+6 |
| | |||||
* | Firefox: proper cleanup for context-menu item | Deathamns | 2015-01-13 | 1 | -0/+1 |
| | |||||
* | Firefox: move callback to last call | Deathamns | 2015-01-13 | 1 | -2/+2 |
| | |||||
* | Firefox: saved prefs were overwritten by defaults | Deathamns | 2015-01-13 | 1 | -1/+1 |
| | |||||
* | Firefox: add missing vAPI.onLoadAllCompleted | Deathamns | 2015-01-13 | 1 | -0/+9 |
| | |||||
* | Remove duplicate 'use strict'; | Deathamns | 2015-01-13 | 1 | -2/+0 |
| | |||||
* | Firefox: improve vAPI.tabs.getTabId | Deathamns | 2015-01-13 | 1 | -2/+9 |
| | |||||
* | Firefox: implement vAPI.contextMenu | Deathamns | 2015-01-13 | 2 | -37/+159 |
| | |||||
* | Chrome,Safari: fix typo and quotes | Deathamns | 2015-01-13 | 2 | -4/+4 |
| |