Commit Graph

6534 Commits

Author SHA1 Message Date
Raymond Hill f47ad8366e
Fix https://github.com/NanoAdblocker/NanoCore/issues/257 2019-04-03 00:18:16 -03:00
Raymond Hill d505adfa38
Upgrade CodeMirror to 5.45 2019-03-31 00:31:29 -03:00
okiehsch 98182c12a8 adress https://github.com/DandelionSprout/adfilt/issues/7#issuecomment-478296690 (#3754) 2019-03-30 23:22:50 -03:00
Raymond Hill 4e01e2672a
New revision for stable build 2019-03-28 12:46:40 -03:00
Raymond Hill e1366c2080
Make Firefox dev build auto-update 2019-03-28 10:52:56 -03:00
Raymond Hill 7c7dd7c806
New revision for dev build 2019-03-28 10:25:11 -03:00
Raymond Hill f62d866b36
Code review implementation of cacheStorage.clear()
Possibly related issue:
- https://old.reddit.com/r/firefox/comments/b3u4nj/what_is_the_estimated_time_period_for_reviewing_a/

@gwarser has been able to reproduce at will, while I have been
unable to reproduce at all. The change here is to clear the
content of the database instead of outright deleting it before
restoring backed up settings.
2019-03-28 10:17:47 -03:00
Raymond Hill da9e3f29b8
New revision for stable release 2019-03-26 12:03:32 -03:00
Raymond Hill 99fabf1ca7
Make Firefox dev build auto-update 2019-03-23 18:23:25 -03:00
Raymond Hill f52e77b0c8
Import translation work from https://crowdin.com/project/ublock 2019-03-23 18:08:49 -03:00
Raymond Hill d5d9bb45cf
New revision for dev build 2019-03-23 16:43:59 -03:00
Raymond Hill 977178bef2
Use a lower WebRTC mode on Firefox to hide private IP addresses
Releated issue:
- https://github.com/gorhill/uBlock/issues/3009

Firefox implements differently the behavior of `disable_non_proxied_udp`,
and this probably leads to more oft-misdiagnosed breakage.

Example:
https://www.reddit.com/r/firefox/comments/b4guyl/gotowebmeeting_same_unsupported_bs/
2019-03-23 16:23:42 -03:00
Raymond Hill 3b065a9418
Make Firefox dev build auto-update 2019-03-22 22:20:07 -03:00
Raymond Hill d7343bb407
New revision for dev build 2019-03-22 22:13:50 -03:00
Raymond Hill 2fd587b7ae
Simplyfy code to gather storage used with StorageManager.estimate()
Documentation:
https://developer.mozilla.org/docs/Web/API/StorageManager
2019-03-22 22:09:27 -03:00
Raymond Hill ac71d6577a
Visually emphasize directive syntax (`!#if`/`!#endif`) in list viewer/editor 2019-03-21 19:53:04 -03:00
Raymond Hill c56fee9448
Make Firefox dev build auto-update 2019-03-21 18:01:58 -03:00
Raymond Hill f78febbfb7
New revision for dev build 2019-03-21 17:56:57 -03:00
Raymond Hill 26c57feee8
Code review of IndexedDB usage for cache storage purpose
Use Promise.prototype.catch() to deal with potential exceptions.

Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/416
2019-03-21 17:49:19 -03:00
Raymond Hill bbdb08c74a
New revision for stable release 2019-03-21 10:06:56 -03:00
Raymond Hill 7ee8c34685
Make Firefox dev build auto-update 2019-03-17 11:08:09 -04:00
Raymond Hill df86e5e227
New revision for release candidate
The sole purpose of this new revision is to ensure that users of
Firefox version of uBO dev build get the new twitch.tv scriptlet.
2019-03-17 11:02:16 -04:00
Raymond Hill ef438309bb
Make Firefox dev build auto-update 2019-03-17 10:16:59 -04:00
Raymond Hill 732d517fe4
New revision for release candidate 2019-03-17 09:51:54 -04:00
Raymond Hill 34a138e3ef
Add `unlimitedStorage` to Firefox manifest; add timeout to IndexedDB access
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/416

The Chromium version of uBO has declared `unlimitedStorage` since the
extension was first published in 2014. Declaring this permission in
Firefox brings uBO inline with the Chromium version. I suspect some
reported errors could be caused by IndexedDB eviction due to the lack
of `unlimitedStorage` permission.

Additionally, a timeout has been added when uBO tries to access its
indexedDB storage. It's unclear whether this will help with the
mentioned related issue though, the root cause is still to be
identified.
2019-03-17 09:45:28 -04:00
Raymond Hill dbecb71262
Make Firefox dev build auto-update 2019-03-16 09:32:26 -04:00
Raymond Hill 8b5d3d8078
New revision for release candidate 2019-03-16 09:04:09 -04:00
Raymond Hill 008370e4b9
Fix https://github.com/uBlockOrigin/uBlock-issues/issues/461
uBO will fallback using a JSON string when trying to encode an array
buffer in Chromium version 59 and earlier.
2019-03-16 09:00:31 -04:00
Raymond Hill 7875bb6ebc
Make Firefox dev build auto-update 2019-03-15 07:52:49 -04:00
Raymond Hill 23154138fc
New revision for dev build 2019-03-15 07:48:59 -04:00
Raymond Hill 580c3885df
Fix typo which could lead to improper filtering context
Related discussion:
- 354ac4f57b (commitcomment-32715209)
2019-03-15 07:47:36 -04:00
Raymond Hill 875542c964
Code review of fix for https://github.com/uBlockOrigin/uBlock-issues/issues/459
Relocate workaround to the code responsible to compute filtering context, such
that the workaround will also be applied in other code paths, for example  also
for webRequest.onHeadersReceived.
2019-03-14 11:24:13 -04:00
Raymond Hill f411ab1feb
Make Firefox dev build auto-update 2019-03-14 10:00:14 -04:00
Raymond Hill 3991e95a00
New revision for dev build 2019-03-14 09:41:34 -04:00
Raymond Hill 9a7887eb39
Better English in comment 2019-03-13 17:21:30 -04:00
Raymond Hill 6841e7565a
New revision for stable release 2019-03-13 17:20:04 -04:00
Raymond Hill f5974a500b
Fix https://github.com/uBlockOrigin/uBlock-issues/issues/459 2019-03-13 17:17:37 -04:00
Raymond Hill 4d0784f8f3
Fix Opera package build script: removal of WASM-related files 2019-03-13 10:12:09 -04:00
Raymond Hill 0dfe2fa5cb
New revision for stable release 2019-03-12 19:00:23 -04:00
Raymond Hill 224b0438c4
Make Firefox dev build auto-update 2019-03-08 07:44:21 -05:00
Raymond Hill 3b5dcef806
New revision for release candidate 2019-03-08 07:29:58 -05:00
Raymond Hill e49debd5dd
Properly report `:spath` operator of procedural cosmetic filters in logger
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/453
2019-03-08 07:26:55 -05:00
Raymond Hill 58d23ec037
Make Firefox dev build auto-update 2019-03-06 09:11:36 -05:00
Raymond Hill ea37086b25
New revision for release candidate 2019-03-06 09:07:04 -05:00
Raymond Hill 3a8b68ea76
Remove obsolete code related to assets storage refactoring in 1.11.0
The removed code was quite old, and was about how user filters were
persisted before/after uBO version 1.11, related to the following
issue:
- https://github.com/gorhill/uBlock/pull/2314

The assets storage refactoring was released in:
- https://github.com/gorhill/uBlock/releases/tag/1.11.0
2019-03-06 08:59:13 -05:00
Raymond Hill 4f43160699
Make Firefox dev build auto-update 2019-03-05 12:48:17 -05:00
Raymond Hill 293d9f955e
New revision for release candidate 2019-03-05 12:43:46 -05:00
Raymond Hill 67d143ec4e
Fix https://github.com/uBlockOrigin/uBlock-issues/issues/448 2019-03-05 12:42:59 -05:00
Raymond Hill 000215663e
Make Firefox dev build auto-update 2019-03-05 11:01:27 -05:00
Raymond Hill 11d7d4754e
New revision for dev build 2019-03-05 10:54:53 -05:00