gorhill
4290b4b065
fix issue reported on Crowdin: "Support" not available for translation
2016-08-21 20:04:59 -04:00
gorhill
99776b4bad
translation work from https://crowdin.com/project/ublock
2016-08-21 20:03:20 -04:00
gorhill
6000adb751
help generate better suggested cosmetic filters for iframes
2016-08-21 09:49:11 -04:00
buttercookie42
3ea58979d5
Support back button navigation on Android ( #1917 )
...
When opening a new tab in Fennec, we should pass the ID of the current tab as parentId, so that pressing the back button afterwards closes the new tab and returns to the original tab instead of just closing Firefox.
2016-08-20 07:52:16 -04:00
gorhill
90a65ea206
Merge branch 'master' of github.com:gorhill/uBlock
2016-08-19 08:46:54 -04:00
gorhill
17724b2fec
code review re. matches-css
: to support pseudo class :after
2016-08-19 08:46:39 -04:00
Raymond Hill
4f39407f4d
Update CONTRIBUTING.md
2016-08-18 17:54:08 -04:00
Raymond Hill
4a647e16c9
Update CONTRIBUTING.md
2016-08-18 17:40:05 -04:00
gorhill
ad02883118
new revision for dev build
2016-08-18 11:58:38 -04:00
gorhill
46a87a649b
fix #1909
2016-08-18 11:54:38 -04:00
gorhill
d1413bef69
revision 100+ will be release candidates
2016-08-16 14:04:49 -04:00
gorhill
160ee42e9f
new revision for dev build
2016-08-16 12:14:24 -04:00
gorhill
dbdc81aaf5
fix #1903
2016-08-16 12:12:35 -04:00
gorhill
b3ffdb6b68
translation work from https://crowdin.com/project/ublock
2016-08-16 09:31:02 -04:00
gorhill
07d15ae817
minor code review
2016-08-16 08:42:12 -04:00
gorhill
a9ec0a1c7b
new revision for dev build
2016-08-15 23:07:20 -04:00
gorhill
a55669bf1c
translation work from https://crowdin.com/project/ublock
2016-08-15 22:54:30 -04:00
gorhill
2c6b04df82
remove obsolete files: these were moved to uAssets
2016-08-15 22:52:57 -04:00
gorhill
2725479709
better fix for https://bugzilla.mozilla.org/show_bug.cgi?id=1232354 , as pointed out in comments
2016-08-15 22:50:24 -04:00
gorhill
a76703b6ad
convenience fix for #1901
2016-08-15 13:10:32 -04:00
gorhill
d82a7e1ece
fix #1897
2016-08-15 07:52:50 -04:00
gorhill
dcc9138f31
new revision for dev build
2016-08-14 10:20:01 -04:00
gorhill
48416bebee
code review: minor fine tuning
2016-08-14 08:51:52 -04:00
gorhill
941692e7a1
new revision for dev build
2016-08-13 21:48:17 -04:00
gorhill
fb7bd0cc1d
fix #1893
2016-08-13 21:45:01 -04:00
gorhill
399441c837
new revision for dev build
2016-08-13 18:03:15 -04:00
gorhill
82a6780491
translation work from https://crowdin.com/project/ublock
2016-08-13 18:02:11 -04:00
gorhill
e9157bafb7
fix #1892 , #1891
2016-08-13 16:42:58 -04:00
gorhill
2feadb4a0d
fix strings as suggested by translator on Crowdin
2016-08-13 16:40:25 -04:00
gorhill
77c2560908
translation work from https://crowdin.com/project/ublock
2016-08-13 08:23:33 -04:00
gorhill
730e1e3a61
add new strings for #1892
2016-08-13 08:21:52 -04:00
gorhill
839fed43ae
minor code review
2016-08-12 11:31:13 -04:00
gorhill
315dadb466
bump compatible thunderbird version
2016-08-12 11:30:50 -04:00
gorhill
6fd0bb4291
more refactoring of content script: better modularization of various components
2016-08-12 08:55:35 -04:00
Raymond Hill
01da277886
Update README.md
2016-08-08 20:53:13 -04:00
gorhill
a02173f815
new revision for dev build
2016-08-08 19:47:23 -04:00
gorhill
8d35a05c05
code review re. 6fab1fe585
2016-08-08 19:41:53 -04:00
Raymond Hill
cd50fd2bc8
Update README.md
2016-08-08 13:48:28 -04:00
Raymond Hill
5f875339d0
Update README.md
2016-08-08 13:48:04 -04:00
gorhill
fb62572976
new revision for dev build
2016-08-08 10:03:36 -04:00
gorhill
fca903e253
Merge branch 'master' of github.com:gorhill/uBlock
2016-08-08 10:00:22 -04:00
gorhill
6fab1fe585
code review domCollapser: avoid duplicates -- helps for https://bugzilla.mozilla.org/show_bug.cgi?id=1232354
2016-08-08 09:59:57 -04:00
gorhill
1774a7721f
code review domCollapser: avoid duplicates -- help for https://bugzilla.mozilla.org/show_bug.cgi?id=1232354
2016-08-08 09:53:35 -04:00
asamuzaK (Kazz)
9700c32bc9
Optimize SVG icons ( #1860 )
...
* Omit XML declaration:
* XML version is 1.0
* encoding is UTF-8
* standalone is no
so it can be omitted.
* Remove unnecessary attributes:
* `xmlns:rdf`, `xmlns:cc`, `xmlns:dc`, `xmlns:xlink` are not used in
these SVG icons.
* No text inside SVG, so `xml:space` is unnecessary.
* `version` attribute will be removed in SVG 2. [Changes from SVG 1.1 —
SVG 2](https://svgwg.org/svg2-draft/changes.html#structure )
* `x` and `y` can be omitted if they are `0`.
* Remove `enable-background` attribute / style property:
* Firefox / Safari does not support `enable-background`.
* It is proposed to be deprecated in SVG 2. [Filter Effects Module Level
1](https://drafts.fxtf.org/filters/#AccessBackgroundImage )
* Remove empty `g` elements.
* Add `width` and `height` attributes in `safari-icon16-off.svg`:
* They are in safari-icon16.svg, simple missing?
2016-08-07 08:26:04 -04:00
gorhill
458b9758ef
minor code review
2016-08-06 23:29:58 -04:00
gorhill
e72c93ebd6
new revision for dev build
2016-08-06 23:29:24 -04:00
gorhill
5d572f54de
fix #1873
2016-08-06 21:07:05 -04:00
gorhill
8a909608f2
new dev build
2016-08-06 15:46:57 -04:00
gorhill
ffc3bd10f6
fix regression on Pale Moon from 5704a90cf0
2016-08-06 15:27:33 -04:00
gorhill
4b005f4635
new revision for dev build
2016-08-06 12:17:27 -04:00