Files
browser/src
Karl Seguin d2b495113c Improve document.write within an iframe
This fixes two things. First, it better tracks the calling context and the
target context, so that if a parent frame does a document.write within a child
frame, any JavaScript is executed in the child frame's context (previously, it
would be executed in the parent's context).

Second, it ensures that, on document.write, we force-execute any pending
scripts. This is related to https://github.com/lightpanda-io/browser/pull/2542
but applies specifically to document.write.
2026-05-25 20:46:53 +08:00
..
2026-04-22 08:42:18 +08:00
2026-04-25 13:22:41 +08:00
2026-05-04 16:41:22 +01:00
2026-05-19 20:52:21 +08:00
2026-04-20 17:13:06 +08:00
2026-05-15 18:31:10 +03:00
2026-05-20 16:05:17 +02:00
2026-04-10 06:51:10 +08:00
2026-05-20 16:09:16 +02:00
2026-05-21 10:38:52 +08:00
2026-04-22 08:42:18 +08:00
2026-05-19 12:08:23 +02:00
2026-04-23 15:48:13 +08:00
2026-05-02 11:58:46 +08:00
2026-01-24 07:59:41 +08:00