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

Issue 8662010: Rename chrome.experimental.webRequest to chrome.webRequest and chrome.webRequestBlocking (Closed)

Created:
9 years ago by battre
Modified:
9 years ago
Reviewers:
Matt Perry
CC:
chromium-reviews, Aaron Boodman, Erik does not do reviews, mihaip+watch_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Rename chrome.experimental.webRequest to chrome.webRequest Note that this CL also introduces a new permission webRequestBlocking that is required in addition to webRequest if you want to use blocking request handlers. BUG=60101 TEST=no Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=112181

Patch Set 1 #

Patch Set 2 : Updated documentation #

Patch Set 3 : Merged with ToT #

Patch Set 4 : Added webRequest_blocking back #

Total comments: 2

Patch Set 5 : Merging with issue 8682009 (part 1) #

Patch Set 6 : Renamed webRequest_blocking to webRequestBlocking #

Patch Set 7 : Merged with ToT #

Patch Set 8 : Regenerated documentation #

Unified diffs Side-by-side diffs Delta from patch set Stats (+312 lines, -12497 lines) Patch
M chrome/browser/extensions/extension_webrequest_api.h View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/extension_webrequest_api.cc View 1 2 3 4 5 6 1 chunk +12 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_webrequest_api_constants.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/extension_webrequest_api_constants.cc View 1 2 3 4 5 1 chunk +13 lines, -10 lines 0 comments Download
M chrome/browser/extensions/extension_webrequest_apitest.cc View 2 chunks +0 lines, -18 lines 0 comments Download
M chrome/common/extensions/api/extension_api.json View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/api_index.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/bookmarks.html View 1 2 3 4 5 6 7 6 chunks +6 lines, -6 lines 0 comments Download
M chrome/common/extensions/docs/contentSettings.html View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/examples/extensions/catblock.zip View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/common/extensions/docs/examples/extensions/catblock/background.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/examples/extensions/catblock/manifest.json View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/experimental.html View 1 2 3 4 5 6 1 chunk +1 line, -2 lines 0 comments Download
M chrome/common/extensions/docs/experimental.app.html View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/common/extensions/docs/experimental.devtools.audits.html View 1 2 3 4 5 6 7 20 chunks +32 lines, -32 lines 0 comments Download
M chrome/common/extensions/docs/experimental.devtools.inspectedWindow.html View 1 2 3 4 5 6 7 9 chunks +13 lines, -13 lines 0 comments Download
M chrome/common/extensions/docs/experimental.devtools.panels.html View 1 2 3 4 5 6 7 29 chunks +31 lines, -31 lines 0 comments Download
M chrome/common/extensions/docs/experimental.storage.html View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
D chrome/common/extensions/docs/experimental.webRequest.html View 1 2 3 4 5 6 1 chunk +0 lines, -11906 lines 0 comments Download
M chrome/common/extensions/docs/extension.html View 1 2 3 4 5 6 7 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/common/extensions/docs/manifest.html View 1 2 3 4 5 1 chunk +11 lines, -0 lines 0 comments Download
M chrome/common/extensions/docs/omnibox.html View 1 2 3 4 5 6 7 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/common/extensions/docs/permission_warnings.html View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/extensions/docs/samples.html View 1 2 3 4 5 6 4 chunks +5 lines, -3 lines 0 comments Download
M chrome/common/extensions/docs/samples.json View 1 2 3 4 5 6 4 chunks +16 lines, -16 lines 0 comments Download
D chrome/common/extensions/docs/static/experimental.webRequest.html View 1 2 3 1 chunk +0 lines, -319 lines 0 comments Download
M chrome/common/extensions/docs/static/manifest.html View 1 2 3 4 5 1 chunk +11 lines, -0 lines 0 comments Download
M chrome/common/extensions/docs/static/permission_warnings.html View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
A + chrome/common/extensions/docs/static/webRequest.html View 1 2 3 4 5 8 chunks +16 lines, -11 lines 0 comments Download
M chrome/common/extensions/docs/tabs.html View 1 2 3 4 5 6 7 8 chunks +10 lines, -10 lines 0 comments Download
M chrome/common/extensions/docs/types.html View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
A + chrome/common/extensions/docs/webRequest.html View 1 2 3 4 5 6 7 45 chunks +57 lines, -52 lines 0 comments Download
M chrome/common/extensions/extension_permission_set.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/extension_permission_set.cc View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/extensions/extension_permission_set_unittest.cc View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/resources/extensions/schema_generated_bindings.js View 1 2 3 4 5 6 5 chunks +8 lines, -8 lines 0 comments Download
M chrome/test/data/extensions/api_test/webrequest/framework.js View 1 2 3 2 chunks +18 lines, -18 lines 0 comments Download
M chrome/test/data/extensions/api_test/webrequest/manifest.json View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/data/extensions/api_test/webrequest/test_api.html View 1 2 3 7 chunks +19 lines, -19 lines 0 comments Download
M chrome/test/data/extensions/profiles/extension_webrequest/Default/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/background.html View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
battre
Please review. Thanks.
9 years ago (2011-11-23 16:04:40 UTC) #1
Matt Perry
LGTM with below change. Have you tested that upgrading an extension that adds the "webRequest" ...
9 years ago (2011-11-28 20:38:11 UTC) #2
battre
I have tested that the permission update does not trigger a warning. I have installed ...
9 years ago (2011-11-29 09:59:47 UTC) #3
Matt Perry
Perfect, thanks! And lgtm again On 2011/11/29 09:59:47, battre wrote: > I have tested that ...
9 years ago (2011-11-29 18:30:11 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/battre@chromium.org/8662010/13030
9 years ago (2011-11-29 20:57:19 UTC) #5
commit-bot: I haz the power
9 years ago (2011-11-29 20:57:30 UTC) #6
Presubmit check for 8662010-13030 failed and returned exit status 1.

Running presubmit commit checks ...

** Presubmit Warnings **
This change modifies the extension docs but the generated docs have not been
updated properly. See chrome/common/extensions/docs/README.txt for more info.
(Report problems to tessamac@chromium.org.)
 - Changes to chrome/common/extensions/docs/static/webRequest.html not reflected
in generated doc.
First build DumpRenderTree, then update the docs by running:
  chrome/common/extensions/docs/build/build.py

Presubmit checks took 2.6s to calculate.

Powered by Google App Engine
This is Rietveld 408576698