Commit de225e17 authored by Rayan Kanso's avatar Rayan Kanso Committed by Commit Bot

[InstalledApp] Launch GetInstalledRelatedApps

I2S: https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/wB7mDJqrUZ8/ClecA5-qAgAJ
Bug: 1023967
Change-Id: I7f2108dce7e240a050a30fc436391692857062f2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1949481
Auto-Submit: Rayan Kanso <rayankans@chromium.org>
Commit-Queue: Kent Tamura <tkent@chromium.org>
Reviewed-by: default avatarKent Tamura <tkent@chromium.org>
Reviewed-by: default avatarPeter Beverloo <peter@chromium.org>
Cr-Commit-Position: refs/heads/master@{#726135}
parent 1d79726a
...@@ -858,8 +858,7 @@ ...@@ -858,8 +858,7 @@
}, },
{ {
name: "InstalledApp", name: "InstalledApp",
origin_trial_feature_name: "InstalledApp", status: "stable",
status: "experimental",
}, },
{ {
name: "IntersectionObserverDocumentScrollingElementRoot", name: "IntersectionObserverDocumentScrollingElementRoot",
......
<!DOCTYPE html>
<meta charset="utf-8">
<!-- Generate token with the command:
generate_token.py http://127.0.0.1:8000 InstalledApp --expire-timestamp=2000000000
-- -->
<meta http-equiv="origin-trial" content="Akja9TlIC1gfGeeC9bkfQDkEVUWMgRRPCjxOhbdvY1hs7t5XnI4Nrfd8H0diidi6jrbO6HCXLK0jfMPduTXUKQIAAABUeyJvcmlnaW4iOiAiaHR0cDovLzEyNy4wLjAuMTo4MDAwIiwgImZlYXR1cmUiOiAiSW5zdGFsbGVkQXBwIiwgImV4cGlyeSI6IDIwMDAwMDAwMDB9" />
<title>InstalledApp - interfaces exposed by origin trial</title>
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<script src="../../resources/origin-trials-helper.js"></script>
<script>
test(t => {
OriginTrialsHelper.check_properties_exist(this,
{'Navigator': ['getInstalledRelatedApps']});
}, "InstalledApp related properties is on interfaces in Origin-Trial enabled document.");
</script>
...@@ -4342,6 +4342,7 @@ interface Navigator ...@@ -4342,6 +4342,7 @@ interface Navigator
method constructor method constructor
method getBattery method getBattery
method getGamepads method getGamepads
method getInstalledRelatedApps
method getUserMedia method getUserMedia
method javaEnabled method javaEnabled
method registerProtocolHandler method registerProtocolHandler
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment