DescriptionThere is a number of changes here:
1) No longer hooking PolicyImplementation.shouldLoad, this functionality moved to a different process and isn`t easily accessible.
2) Because of that, remove the context, document and additional info columns, we no longer have that kind of unprocessed data.
3) Because of that, remove the early returns filter - we can no longer recognize those.
4) Hook Policy.shouldAllow instead of Policy.processNode. The consequences are mostly that we don`t need any additional processing of the parameters, but the return value changes as well.
5) Change the Origin column from a single line to multiple lines, the tooltip should show the entire frame hierarchy. Changed setMultilineContent function to support this.
6) Given that Diagnostics will only work with ABP 2.7 now and not with the older releases, changed the compatibility info to match.
Patch Set 1 #
Total comments: 1
Patch Set 2 : Track filter hits properly #
Total comments: 4
Patch Set 3 : Make currentData a local variable and removed unnecessary try block #
MessagesTotal messages: 5
|