Commit Graph

12254 Commits

Author SHA1 Message Date
Raymond Hill 661c1c6e16
Make Firefox dev build auto-update 2024-05-09 21:35:42 -04:00
Raymond Hill f2d00dbb8c
New revision for dev build 2024-05-09 21:31:56 -04:00
Raymond Hill a8cc3759ad
Update changelog 2024-05-09 21:31:37 -04:00
Raymond Hill 0e6d607484
Add checksum validation when loading trie buffers in selfie
Related issue:
https://github.com/uBlockOrigin/uBlock-issues/issues/3217#issuecomment-2103048654
2024-05-09 21:29:24 -04:00
Raymond Hill bb479b0a66
Catch exceptions in API calls for the sake of old Chromium versions
Related feedback:
https://github.com/uBlockOrigin/uBlock-issues/issues/3217#issuecomment-2103628821
2024-05-09 21:29:24 -04:00
Fanboynz 363ad6795c
Add accept/reject to local-storage (#3916) 2024-05-09 20:51:07 -04:00
Raymond Hill 809a57af05
Make Firefox dev build auto-update 2024-05-05 12:01:21 -04:00
Raymond Hill 0987956bce
New revision for dev build 2024-05-05 11:51:33 -04:00
Raymond Hill 635e054f93
Update changelog 2024-05-05 11:51:10 -04:00
Raymond Hill 923452b788
Use raw string for regex patterns in python scripts
Related issue:
https://github.com/uBlockOrigin/uBlock-issues/issues/3229
2024-05-05 11:47:31 -04:00
Raymond Hill 4d8ee35ef7
Improve `noeval-if` scriptlet
Related feedback:
https://github.com/uBlockOrigin/uBlock-discussions/discussions/841#discussioncomment-9320245
2024-05-05 11:46:16 -04:00
Raymond Hill a351852268
Update changelog 2024-05-05 06:59:31 -04:00
Raymond Hill 2ccc3135c1
Improve `trusted-set-local-storage-item` scriptlet
Related discussion:
df1041c616 (commitcomment-141265533)
2024-05-05 06:54:46 -04:00
Raymond Hill f0cfc77170
Make Firefox dev build auto-update 2024-05-02 20:46:30 -04:00
Raymond Hill f98a24b47b
New revision for dev build 2024-05-02 20:34:44 -04:00
Raymond Hill bae2c64cc8
Update changelog 2024-05-02 20:34:20 -04:00
Raymond Hill c098eb8625
Fix potential corruption when reading serialized data
Corrpution would occur when reading back serialized data which
contained multiple references to same instance of an object.

The issue could manifest when reading cache storage-related
data from the browser storage API, since the serializer is not
used when reading from indexedDB. Private/incognito mode
fall back on using browser storage API as cache storage.

Off the top of my head, I think the following conditions all
together could result in high likelihood of malfunction caused
by improperly deserializing data at launch time:

- Load from a selfie
- Selfie created after uBO ran for a while
- Selfie loaded from browser storage API (not the case by
  default)

Possibly related to reports of uBO malfunctioning:
https://github.com/uBlockOrigin/uBlock-issues/issues/3217#event-12686416838
2024-05-02 20:21:47 -04:00
Raymond Hill e891465775
Add more console logging for cache storage code 2024-05-02 20:15:46 -04:00
Raymond Hill 1ce845b2dc
Update changelog 2024-04-22 06:56:45 -04:00
Raymond Hill f81003c45e
Make Firefox dev build auto-update 2024-04-22 06:36:09 -04:00
Raymond Hill 12451d733a
New revision for dev build 2024-04-22 06:25:36 -04:00
Raymond Hill 4c530b732f
Adjust element picker visuals
Related issue:
https://github.com/uBlockOrigin/uBlock-issues/issues/3220
2024-04-22 06:08:49 -04:00
Raymond Hill a60a43103c
Make Firefox dev build auto-update 2024-04-17 09:33:00 -04:00
Raymond Hill facd16d3fe
New revision for dev build 2024-04-17 09:21:05 -04:00
Raymond Hill 1157e51130
Update changelog 2024-04-17 09:20:38 -04:00
Raymond Hill 91dfcbef2a
Improve `remove-[attr|class]` scriptlets
Related issue:
https://github.com/uBlockOrigin/uBlock-issues/issues/3215
2024-04-17 09:17:49 -04:00
Raymond Hill 5de19ace91
Make Firefox dev build auto-update 2024-04-16 11:31:18 -04:00
Raymond Hill fd08e90070
New revision for dev build 2024-04-16 11:23:59 -04:00
Raymond Hill f3cf75ec92
Update changelog 2024-04-16 11:23:39 -04:00
Raymond Hill 6152f5269e
Improve dashboard layout at high zoom factor
Related issue:
https://github.com/uBlockOrigin/uBlock-issues/issues/3211
2024-04-16 11:21:06 -04:00
Raymond Hill 2481e4a130
Make Firefox dev build auto-update 2024-04-13 16:15:48 -04:00
Raymond Hill bf2c7e729b
New revision for dev build 2024-04-13 16:07:49 -04:00
Raymond Hill 539938969d
Ensure reading last data written
Related discussion:
https://github.com/uBlockOrigin/uBlock-discussions/discussions/888
2024-04-13 16:03:17 -04:00
Raymond Hill 800eca7b58
Make Firefox dev build auto-update 2024-04-11 18:20:38 -04:00
Raymond Hill ca518bcf41
New revision for dev build 2024-04-11 18:03:01 -04:00
Raymond Hill 931f44ae16
Improve logging in `m3u-prune` scriptlet
Related feedback:
https://github.com/uBlockOrigin/uAssets/issues/23042#issuecomment-2050238172
2024-04-11 15:44:07 -04:00
Raymond Hill 6e61a13e40
Open details pane only when clicking non-interactive elements
Related feedback:
https://github.com/uBlockOrigin/uBlock-issues/discussions/3202
2024-04-11 11:12:37 -04:00
Raymond Hill 79543d6c32
Make Firefox dev build auto-update 2024-04-10 11:41:14 -04:00
Raymond Hill 9bca28cea0
New revision for dev build 2024-04-10 11:32:10 -04:00
Raymond Hill ed694d09f8
Update changelog 2024-04-10 11:31:51 -04:00
Raymond Hill 3b4f02db21
Add a console pane to the logger
The console pane will report logging information reported by
scriptlets.

Related feedback:
https://github.com/uBlockOrigin/uBlock-issues/discussions/3096#discussioncomment-8748932

Plus other changes.
2024-04-10 11:27:40 -04:00
Raymond Hill 5e7b88cb86
Update changelog 2024-04-10 10:30:47 -04:00
Raymond Hill c0b56cffab
Improve suggested candidate filters in element picker
Additionally, fix eslint warnings.
2024-04-10 10:28:11 -04:00
Raymond Hill 89fa666bc4
Improve `set-cookie.fn` scriptlet
As per browser behavior, space character does not require encoding.
2024-04-10 08:25:24 -04:00
Raymond Hill 581c2824d0
Minor code review 2024-04-09 20:05:53 -04:00
Raymond Hill e3247cb48c
Fine tune eslint behavior 2024-04-09 20:05:40 -04:00
Raymond Hill 277e90a4a7
Improve `spoof-css` scriptlet 2024-04-09 20:05:05 -04:00
Raymond Hill a5f6c35bb0
Fix bad date computation in auto-comment feature
Related feedback:
https://old.reddit.com/r/uBlockOrigin/comments/1bxz6oi/
2024-04-09 12:15:03 -04:00
Raymond Hill 846c6462c3
Make Firefox dev build auto-update 2024-04-08 21:00:47 -04:00
Raymond Hill 8c0ca68529
New revision for dev build 2024-04-08 20:53:31 -04:00