DescriptionThe new API is considerably simpler than the old approaches and moves all I/O off the main thread, not just read and write operations.
The changes as far as our API is concerned:
* Reading from URL is no longer possible (consistent with the Chrome implementation).
* The encode/decode parameter is unused, UTF-8 encoding is always being used now (consistent with the Chrome implementation).
* defaults/patterns.ini is no longer being used as fallback, instead FilterStorage.firstRun flag is being set (allows removing our current hack in Chrome and implement detection of missing patterns.ini properly).
Patch Set 1 #
Total comments: 1
MessagesTotal messages: 2
|