New issue
Advanced search Search tips

Issue 707760 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: May 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Android , Windows , Chrome , Mac
Pri: 2
Type: Feature



Sign in to add a comment

Add Feature Policy check in RenderFrameHost

Project Member Reported by iclell...@chromium.org, Apr 3 2017

Issue description

Feature Policy objects are now being maintained in the browser process; there should be a simple API to query them from the browser.

This was requested in code review: https://codereview.chromium.org/2655663004/diff/60001/content/browser/frame_host/frame_tree_node.h
 
Project Member

Comment 1 by bugdroid1@chromium.org, Apr 13 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/08debb3333b06d4bf652e72df8720582ee5d957e

commit 08debb3333b06d4bf652e72df8720582ee5d957e
Author: iclelland <iclelland@chromium.org>
Date: Thu Apr 13 21:24:14 2017

Add Feature Policy interface to RenderFrameHost

This adds a simple API for querying whether a feature should be available in a
given frame, from the browser process.

The API is initially going to be used by WebUSB; see https://crrev.com/2815003005

BUG= 707760 
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation

Review-Url: https://codereview.chromium.org/2791063002
Cr-Commit-Position: refs/heads/master@{#464548}

[modify] https://crrev.com/08debb3333b06d4bf652e72df8720582ee5d957e/content/browser/frame_host/render_frame_host_impl.cc
[modify] https://crrev.com/08debb3333b06d4bf652e72df8720582ee5d957e/content/browser/frame_host/render_frame_host_impl.h
[modify] https://crrev.com/08debb3333b06d4bf652e72df8720582ee5d957e/content/public/browser/render_frame_host.h

Status: Fixed (was: Started)

Sign in to add a comment