Skip to content

Commit

Permalink
consolidate TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiago Perrotta committed Nov 14, 2023
1 parent 49bec97 commit 7c9e37b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1382,7 +1382,6 @@ <h6 id="extension-module-command-permissions-setPermission">
permissions.SetPermissionParameters = {
descriptor: permissions.PermissionDescriptor,
state: permissions.PermissionState,
? origin: text,
}
</pre>
</dd>
Expand All @@ -1394,6 +1393,12 @@ <h6 id="extension-module-command-permissions-setPermission">
</dd>
</dl>
<div algorithm="remote end steps for permissions.setPermission">
<p>
TODO: Add user context to SetPermissionParameters.
</p>
<p>
TODO: Add origin.
</p>
<p>
The [=remote end steps=] with |session| and |command parameters| are:
</p>
Expand Down Expand Up @@ -1456,7 +1461,6 @@ <h6 id="extension-module-command-permissions-setPermission">
Return [=success=] with data null.
</li>
</ol>
<!-- TODO: Use origin. -->
</div>
</section>
</section>
Expand Down

0 comments on commit 7c9e37b

Please sign in to comment.