1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +02:00
uBlock/platform
Raymond Hill d23f9c6a8b
Isolate element picker's svg layers from page content
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/1226

Related commit:
- 9eb455ab5e

In the previous commit, the element picker dialog was
isolated from the page content. This commit is to also
isolate the svg layers from the page content.

With this commit, there is no longer a need for an anonymous
iframe and the isolated world iframe is now directly
embedded in the page.

As a result, pages are now unable to interfere with any
of the element picker user interface. Pages can now only
see an iframe, but are unable to see the content of that
iframe. The styles applied to the iframe are from a user
stylesheet, so as to ensure pages can't override the
iframe's style properties set by uBO.
2020-09-03 10:27:35 -04:00
..
chromium Isolate element picker's svg layers from page content 2020-09-03 10:27:35 -04:00
firefox Deprecate pseudo user styles code 2020-07-22 10:21:16 -04:00
opera Injects user styles and content scripts in about:blank frames 2020-07-19 09:06:19 -04:00
safari Clarify that the code base was really old and obsolete 2019-09-22 09:57:38 -04:00
thunderbird Injects user styles and content scripts in about:blank frames 2020-07-19 09:06:19 -04:00
webext Deprecate pseudo user styles code 2020-07-22 10:21:16 -04:00