forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1483631 - Prompt with both first party and third party origin if …
…we are delegating permission with allows all feature policy. r=baku Differential Revision: https://phabricator.services.mozilla.com/D51839 --HG-- extra : moz-landing-system : lando
- Loading branch information
Thomas Nguyen
committed
Dec 4, 2019
1 parent
a0b817a
commit 1e82cdc
Showing
28 changed files
with
517 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
browser/base/content/test/permissions/temporary_permissions_frame.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<!DOCTYPE HTML> | ||
<html> | ||
<head> | ||
<title>Permissions Subframe Test</title> | ||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"></meta> | ||
</head> | ||
<body> | ||
<iframe id="frameAncestor" | ||
src="https://test1.example.com/browser/browser/base/content/test/permissions/temporary_permissions_subframe.html" | ||
allow="geolocation 'src' https://example.org"></iframe> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.