Chromium Code Reviews| Index: third_party/WebKit/Source/core/inspector/browser_protocol.json |
| diff --git a/third_party/WebKit/Source/core/inspector/browser_protocol.json b/third_party/WebKit/Source/core/inspector/browser_protocol.json |
| index ccc2d2b3bd2516d1cf26cac51ef0bef53e2daa0f..68bad23e11741301af7f9bff587447f7ef23829f 100644 |
| --- a/third_party/WebKit/Source/core/inspector/browser_protocol.json |
| +++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json |
| @@ -507,6 +507,16 @@ |
| { "name": "visualViewport", "$ref": "VisualViewport", "description": "Metrics relating to the visual viewport." }, |
| { "name": "contentSize", "$ref": "DOM.Rect", "description": "Size of scrollable area."} |
| ] |
| + }, |
| + { |
| + "name": "createIsolatedWorld", |
| + "description": "Creates an isolated world for the given frame.", |
| + "experimental": true, |
| + "parameters": [ |
| + { "name": "frameId", "$ref": "FrameId", "description": "Id of the frame in which the isolated world should be created." }, |
| + { "name": "worldName", "type": "string", "description": "An optional name which is reported in the Execution Context." }, |
| + { "name": "grantUniveralAccess", "type": "boolean", "optional": true, "description": "Whether or not universal access should be granted to the isolated world. This is a powerful option, use with cation." } |
|
Sami
2017/05/05 09:33:14
typo: caution
alex clarke (OOO till 29th)
2017/05/05 14:52:29
Done.
|
| + ] |
| } |
| ], |
| "events": [ |