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 c7ec9290fedd7999978b4c4032e3fdee40c97e5a..4caa643ee5432940eb1b454f25fd981d16793104 100644 |
| --- a/third_party/WebKit/Source/core/inspector/browser_protocol.json |
| +++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json |
| @@ -259,6 +259,11 @@ |
| "description": "Navigates current page to the given URL." |
| }, |
| { |
| + "name": "stop", |
|
dgozman
2016/11/24 17:18:24
Let's call this stopLoading to emphasize that we d
alex clarke (OOO till 29th)
2016/11/25 11:54:46
Done.
|
| + "description": "For the specified target stop all navigations and pending resource fetches.", |
| + "experimental": true |
| + }, |
| + { |
| "name": "getNavigationHistory", |
| "returns": [ |
| { "name": "currentIndex", "type": "integer", "description": "Index of the current navigation history entry." }, |