Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(200)

Side by Side Diff: chrome/common/extensions/api/webview_request.json

Issue 28273006: <webview>: Implement declarativeWebRequest API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added tests Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 [
6 {
7 "namespace": "webViewRequest",
8 "description": "Use the <code>chrome.webViewRequest</code> API to intercept, block, or modify requests in-flight. It is significantly faster than the <a hre f='webRequest.html'><code>chrome.webRequest</code> API</a> because you can regis ter rules that are evaluated in the browser rather than the JavaScript engine wi th reduces roundtrip latencies and allows higher efficiency."
vabr (Chromium) 2013/10/25 20:40:24 Maybe we should be careful with saying "significan
Fady Samuel 2013/10/25 22:48:08 The original WebRequest requires more lines of cod
vabr (Chromium) 2013/10/28 14:46:09 Thanks, "potentially" sounds safer.
9 }
10 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698