1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-04 08:37:11 +02:00
uBlock/platform/chromium
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
..
is-webrtc-supported.html fix warnings in browser console 2017-07-25 11:59:52 -04:00
is-webrtc-supported.js this fixes https://github.com/gorhill/uBlock/issues/533#issuecomment-167931681 2015-12-31 09:24:55 -05:00
managed_storage.json #985: might be the missing trailing # 2015-11-27 14:30:17 -05:00
manifest.json Injects user styles and content scripts in about:blank frames 2020-07-19 09:06:19 -04:00
vapi-background.js Fix ability to overwrite overquota'ed cloud storage 2020-08-24 11:47:57 -04:00
vapi-client-extra.js Isolate element picker's svg layers from page content 2020-09-03 10:27:35 -04:00
vapi-client.js Isolate element picker dialog from page content world 2020-09-01 12:32:12 -04:00
vapi-common.js Add Chromium detection for Chromium-based MS Edge 2020-07-24 12:32:47 -04:00
vapi-webrequest.js Add support for ping static filter option 2019-09-22 09:11:55 -04:00
vapi.js Fix regression in cosmetic filtering 2019-09-30 10:40:56 -04:00
webext.js Do let grow subframe dictionary grow unbound 2020-07-18 07:44:26 -04:00