Commit Graph

6732 Commits

Author SHA1 Message Date
Raymond Hill 1351b8df0f
New revision for release candidate 2019-01-20 12:36:39 -05:00
Raymond Hill 64e0498084
Import translation work from https://crowdin.com/project/ublock 2019-01-20 12:35:25 -05:00
Raymond Hill 305cd4db1c
Experimental Thunderbird 65+ support: experimental
Related issues:
- https://github.com/uBlockOrigin/uBlock-issues/issues/194

This is a first iteration, which purpose is to merely allow
uBO to load properly. Many things are known to not work,
quite probably due to the early Thunderbird support of the
WebExtensions framework.

Permission which had to be removed:
- contextMenus

Manifest entries which had to be removed:
- commands
- sidebar_action

uBO's webRequest listeners are not being called when loading a
feed item in the preview pane, *except* for resources fetched
from embedded iframes.

uBO appears to function properly when a feed item is opened in
its own tab.
2019-01-20 12:22:40 -05:00
Raymond Hill 16a0ebbfb0
Import translation work from https://crowdin.com/project/ublock 2019-01-19 09:09:37 -05:00
Raymond Hill 74367230c3
Make Firefox dev build auto-update 2019-01-18 19:18:23 -05:00
Raymond Hill 25ccc068cd
New revision for release candidate 2019-01-18 19:15:34 -05:00
Raymond Hill 1de821d99b
Apply stricter rejection of usage of url() in :style rules 2019-01-18 19:07:31 -05:00
Raymond Hill 0377018fa3
Make Firefox dev build auto-update 2019-01-18 07:11:45 -05:00
Raymond Hill c6c5f12ed1
New revision for release candidate 2019-01-18 07:06:56 -05:00
Raymond Hill 886c8c2dd7
Merge branch 'master' of github.com:gorhill/uBlock into nextdev 2019-01-18 07:01:19 -05:00
Raymond Hill 6d19c4be88
Import translation work from https://crowdin.com/project/ublock 2019-01-18 06:57:47 -05:00
Raymond Hill 1280d54aaa
Make Firefox dev build auto-update 2019-01-17 16:00:35 -05:00
Raymond Hill 34ecfed580
Make Firefox dev build auto-update 2019-01-17 15:58:54 -05:00
Raymond Hill 868a27bab2
New revision for dev build 2019-01-17 15:55:50 -05:00
Raymond Hill ff6991c292
Import translation work from https://crowdin.com/project/ublock 2019-01-17 15:54:43 -05:00
Raymond Hill 52526b74d9
Minor visual change to logger 2019-01-17 15:49:18 -05:00
Raymond Hill 299afacd99
Import translation work from https://crowdin.com/project/ublock 2019-01-17 08:07:24 -05:00
Raymond Hill 4df8e9be41
Add logger "Export"-related strings for i18n 2019-01-17 08:03:50 -05:00
Raymond Hill 801eb43572
Prevent info entries from polluting logger output
These entries are meant to be shown only when using "All"
mode, not when the output is narrowed to a specific tab.
2019-01-16 13:29:34 -05:00
Raymond Hill 0c80994124
Fine tune visuals in logger's export-to-clipboard dialog 2019-01-16 12:02:16 -05:00
Raymond Hill c1c900bee6
Merge branch 'master' of github.com:gorhill/uBlock into nextdev 2019-01-16 07:41:34 -05:00
Raymond Hill 17ea3eda3a
Make Firefox dev build auto-update 2019-01-16 07:40:49 -05:00
Raymond Hill 71c89b39cb
Make Firefox dev build auto-update 2019-01-16 07:36:42 -05:00
Raymond Hill 5f341e02ed
Import translation work from https://crowdin.com/project/ublock 2019-01-16 07:32:18 -05:00
Raymond Hill 07dddd0337
New revision for dev build 2019-01-16 07:28:28 -05:00
Raymond Hill e8ff6a2abf
Prevent sites from disabling mouse events for element picker
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/380

Previous fix was incorrect:
84818fcd84

Additionally, I fixed the "Network filters" or "Cosmetic filters"
sections not being properly hidden when there was not valid
filters found.
2019-01-15 16:34:57 -05:00
Raymond Hill 86e5d0384c
Fix minor logger quirks as per feedback 2019-01-15 15:12:47 -05:00
Raymond Hill 84818fcd84
Prevent sites from disabling mouse events for the element picker
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/380
2019-01-15 14:41:23 -05:00
Raymond Hill fef5c25d70
Make Firefox dev build auto-update 2019-01-15 08:51:15 -05:00
Raymond Hill c373533c0e
Make Firefox dev build auto-update 2019-01-15 08:48:35 -05:00
Raymond Hill becb307adc
New revision for dev build 2019-01-15 08:45:25 -05:00
Raymond Hill 0b73808bf7
Import translation work from https://crowdin.com/project/ublock 2019-01-15 08:42:28 -05:00
Raymond Hill 3b206fd224
Put back 'Static filter' instead of just 'Filter' 2019-01-15 08:32:39 -05:00
Raymond Hill b0fb6d678d
Fix regression from 0edf53f508 (diff-a51c8c4aedf62ea9aec5e71f3b1427c3R624) 2019-01-15 08:18:45 -05:00
Raymond Hill 4cfb7a1ffe
Make Firefox dev build auto-update 2019-01-14 17:27:22 -05:00
Raymond Hill 7021ede546
Make Firefox dev build auto-update 2019-01-14 17:25:13 -05:00
Raymond Hill e4f864d94f
New revision for dev build 2019-01-14 16:57:28 -05:00
Raymond Hill 5d5b05b387
Fix an issue in new logger export feature
Specifically, if selecting table+markdown, the export dialog
would no longer be accessible once closed.
2019-01-14 16:52:13 -05:00
Raymond Hill 439819b76c
Make Firefox dev build auto-update 2019-01-14 15:15:34 -05:00
Raymond Hill 093734a555
Make Firefox dev build auto-update 2019-01-14 15:13:52 -05:00
Raymond Hill ac5bae6a65
Import translation work from https://crowdin.com/project/ublock 2019-01-14 15:10:28 -05:00
Raymond Hill 896d53b55d
New revision for dev build 2019-01-14 15:08:17 -05:00
Raymond Hill 0edf53f508
Add export-to-clipboard feature to logger
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/334

Additionally, a number of smallish issues following
refactoring of the logger code were addressed.
2019-01-14 14:57:31 -05:00
Raymond Hill 88a54d442d
Import translation work from https://crowdin.com/project/ublock 2019-01-14 08:08:09 -05:00
Raymond Hill 3be59f172d
Use blocked/allowed colors in logger's "Details" pane
Additionally, another attempt at making the logger render
better on small-screen devices.
2019-01-13 08:34:17 -05:00
Raymond Hill e99df793a9
Make Firefox dev build auto-update 2019-01-12 17:57:43 -05:00
Raymond Hill 0cc06ef270
Make Firefox dev build auto-update 2019-01-12 17:54:51 -05:00
Raymond Hill 10f1fdcb7c
Import translation work from https://crowdin.com/project/ublock 2019-01-12 17:22:55 -05:00
Raymond Hill feb7eb6b3d
New revision for dev build 2019-01-12 17:17:16 -05:00
Raymond Hill 9fd63bdbe6
Merge branch 'master' of github.com:gorhill/uBlock into nextdev 2019-01-12 17:06:07 -05:00