forked from mirrors/gecko-dev
The size is reduced by making the message only carry the count of blocked popups, and not the full list of popup URLs that were blocked. The parent becomes responsible for retrieving the list from the child when it needs to display it. MozReview-Commit-ID: DsxLFD8iE3t
12 lines
275 B
HTML
12 lines
275 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
|
<html>
|
|
<head>
|
|
<meta charset="utf8">
|
|
<title>Page creating a popup</title>
|
|
</head>
|
|
<body>
|
|
<script type="text/javascript">
|
|
window.open("data:text/plain,test", "testwin");
|
|
</script>
|
|
</body>
|
|
</html>
|